summaryrefslogtreecommitdiff
path: root/scripts/Dpkg.pm
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2010-07-02 11:56:47 +0200
committerGuillem Jover <guillem@debian.org>2010-07-03 07:41:22 +0200
commit2a2c2ef9188d718c914000fc6ab48f33acc54ddb (patch)
treea257b20fb07c7762bf5f9413ea1be11953fcb94f /scripts/Dpkg.pm
parentbd7a8ab1d03d2cfb7a7ad4ea21e26edaca53dd39 (diff)
downloaddpkg-2a2c2ef9188d718c914000fc6ab48f33acc54ddb.tar.gz
Move Dpkg.pm and Dpkg/Gettext.pm from dpkg to libdpkg-perl
Diffstat (limited to 'scripts/Dpkg.pm')
-rw-r--r--scripts/Dpkg.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/Dpkg.pm b/scripts/Dpkg.pm
index b6ba75dc9..283f0418f 100644
--- a/scripts/Dpkg.pm
+++ b/scripts/Dpkg.pm
@@ -18,12 +18,6 @@ use warnings;
our $VERSION = "1.00";
-# This module is the only one provided by dpkg and not dpkg-dev
-#
-# Don't add things here if you don't need them in dpkg itself.
-# If you do, and also use the new stuff in dpkg-dev, you'll have to bump
-# the dependency of dpkg-dev on dpkg.
-
use base qw(Exporter);
our @EXPORT = qw($version $progname $admindir $dpkglibdir $pkgdatadir);