r49163 - in /trunk/dh-make-perl: debian/changelog lib/Debian/AptContents.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 22 14:43:59 UTC 2009


Author: dmn
Date: Tue Dec 22 14:43:52 2009
New Revision: 49163

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49163
Log:
call AptPkg::Config::_config->init before asking for configuration details

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/lib/Debian/AptContents.pm

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=49163&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Tue Dec 22 14:43:52 2009
@@ -7,6 +7,7 @@
     libmodule-corelist-perl (>= 2.14) and libtest-simple-perl (>= 0.82)
   * replace the hard-coded default to /etc/apt/sources.list with querying
     AptPkg's Config about possible sources.list files. Closes: #557961
+  * call AptPkg::Config::_config->init before asking for configuration details
 
   [ gregor herrmann ]
   * Add Provides and Replaces to lib/Debian/Control/Stanza{,/Binary}.pm.

Modified: trunk/dh-make-perl/lib/Debian/AptContents.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/AptContents.pm?rev=49163&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/AptContents.pm (original)
+++ trunk/dh-make-perl/lib/Debian/AptContents.pm Tue Dec 22 14:43:52 2009
@@ -37,6 +37,8 @@
 use Module::CoreList ();
 use Storable;
 use AptPkg::Config;
+
+$AptPkg::Config::_config->init();
 
 =head1 CONSTRUCTOR
 




More information about the Pkg-perl-cvs-commits mailing list