diff -u ntlmaps-0.9.9.0.1/debian/changelog ntlmaps-0.9.9.0.1/debian/changelog --- ntlmaps-0.9.9.0.1/debian/changelog +++ ntlmaps-0.9.9.0.1/debian/changelog @@ -1,3 +1,9 @@ +ntlmaps (0.9.9.0.1-10ubuntu1) intrepid; urgency=low + + * Made debconf ask questions about domain and proxy port during postinst. + + -- Filip Dovland Fri, 19 Dec 2008 02:00:00 +0100 + ntlmaps (0.9.9.0.1-10) unstable; urgency=low * Added watch file. diff -u ntlmaps-0.9.9.0.1/debian/templates ntlmaps-0.9.9.0.1/debian/templates --- ntlmaps-0.9.9.0.1/debian/templates +++ ntlmaps-0.9.9.0.1/debian/templates @@ -54,4 +54,5 @@ Template: ntlmaps/nt_domain Type: string +Default: your_domain _Description: NT Windows domain: This field identifies the NT Windows domain that you authenticate against. diff -u ntlmaps-0.9.9.0.1/debian/control ntlmaps-0.9.9.0.1/debian/control --- ntlmaps-0.9.9.0.1/debian/control +++ ntlmaps-0.9.9.0.1/debian/control @@ -1,7 +1,8 @@ Source: ntlmaps Section: web Priority: optional -Maintainer: David Watson +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: David Watson Build-Depends-Indep: python, python-support (>= 0.3) Build-Depends: debhelper (>= 5.0.37.2), po-debconf Standards-Version: 3.7.3 diff -u ntlmaps-0.9.9.0.1/debian/config ntlmaps-0.9.9.0.1/debian/config --- ntlmaps-0.9.9.0.1/debian/config +++ ntlmaps-0.9.9.0.1/debian/config @@ -72,8 +72,8 @@ db_input high ntlmaps/listen_port || true db_input critical ntlmaps/parent_proxy || true -db_input medium ntlmaps/parent_proxy_port || true -db_input medium ntlmaps/nt_domain || true +db_input high ntlmaps/parent_proxy_port || true +db_input high ntlmaps/nt_domain || true db_input critical ntlmaps/username || true db_input critical ntlmaps/password || true