The branch, master has been updated
       via  22ddeee0236bdff13745c1c4c4f81c1f30951138 (commit)
      from  c7fbf08ac94945e2c4a9de92b1dfd4d885d0a3af (commit)


- Shortlog ------------------------------------------------------------
22ddeee Add a warning to avoid adding unnecessary stuff in Dpkg.pm

Summary of changes:
 ChangeLog       |    5 +++++
 scripts/Dpkg.pm |    6 ++++++
 2 files changed, 11 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 22ddeee0236bdff13745c1c4c4f81c1f30951138
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Sat Dec 29 15:07:53 2007 +0100

    Add a warning to avoid adding unnecessary stuff in Dpkg.pm

diff --git a/ChangeLog b/ChangeLog
index 1c2dd70..e8589af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-28  Raphael Hertzog  <[EMAIL PROTECTED]>
+
+       * scripts/Dpkg.pm: Add a warning to avoid adding unnecessary stuff
+       in that module.
+
 2007-12-27  Guillem Jover  <[EMAIL PROTECTED]>
 
        * scripts/Dpkg.pm (%EXPORT_TAGS, @EXPORT_OK): Remove.
diff --git a/scripts/Dpkg.pm b/scripts/Dpkg.pm
index 7886018..4a5dcbb 100644
--- a/scripts/Dpkg.pm
+++ b/scripts/Dpkg.pm
@@ -3,6 +3,12 @@ package Dpkg;
 use strict;
 use warnings;
 
+# 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);
 

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to