r31146 - /trunk/dh-make-perl/lib/Debian/AptContents.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Feb 27 20:44:18 UTC 2009


Author: dmn
Date: Fri Feb 27 20:44:16 2009
New Revision: 31146

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31146
Log:
really default --dist to empty value

Modified:
    trunk/dh-make-perl/lib/Debian/AptContents.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=31146&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/AptContents.pm (original)
+++ trunk/dh-make-perl/lib/Debian/AptContents.pm Fri Feb 27 20:44:16 2009
@@ -104,7 +104,6 @@
         unless $self->contents_dir;
     $self->sources_file('/etc/apt/sources.list')
         unless defined( $self->sources_file );
-    $self->dist('{sid,unstable}') unless $self->dist;
     $self->contents_files( $self->get_contents_files )
         unless $self->contents_files;
     $self->cache_file( catfile( $self->homedir, 'Contents.cache' ) )




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