r1511 - packages/libmail-box-perl/trunk/debian
Gunnar Wolf
gwolf at costa.debian.org
Thu Nov 17 17:06:43 UTC 2005
Author: gwolf
Date: 2005-11-17 17:06:42 +0000 (Thu, 17 Nov 2005)
New Revision: 1511
Modified:
packages/libmail-box-perl/trunk/debian/changelog
packages/libmail-box-perl/trunk/debian/control
packages/libmail-box-perl/trunk/debian/rules
Log:
Pushed dh_compat to 4
Modified: packages/libmail-box-perl/trunk/debian/changelog
===================================================================
--- packages/libmail-box-perl/trunk/debian/changelog 2005-11-17 17:05:29 UTC (rev 1510)
+++ packages/libmail-box-perl/trunk/debian/changelog 2005-11-17 17:06:42 UTC (rev 1511)
@@ -1,3 +1,9 @@
+libmail-box-perl (2.062-3) unstable; urgency=low
+
+ * Set dh_compat level to 4
+
+ -- Gunnar Wolf <gwolf at debian.org> Thu, 17 Nov 2005 11:02:19 -0600
+
libmail-box-perl (2.062-2) unstable; urgency=low
* Added "use filetest 'access'" before checking for write access to work
Modified: packages/libmail-box-perl/trunk/debian/control
===================================================================
--- packages/libmail-box-perl/trunk/debian/control 2005-11-17 17:05:29 UTC (rev 1510)
+++ packages/libmail-box-perl/trunk/debian/control 2005-11-17 17:06:42 UTC (rev 1511)
@@ -1,7 +1,7 @@
Source: libmail-box-perl
Section: perl
Priority: optional
-Build-Depends-Indep: debhelper (>= 3.0.18), perl (>= 5.6.0-16), libtimedate-perl, libio-stringy-perl, libmime-types-perl (>= 1.004), libmailtools-perl, libobject-realize-later-perl (>= 0.14), libscalar-list-utils-perl (>= 1.13) | perl (>= 5.8.2-2), liburi-perl (>= 1.23), libdigest-hmac-perl, libuser-identity-perl, libfile-remove-perl, libtext-autoformat-perl, netbase
+Build-Depends-Indep: debhelper (>= 4.0), perl (>= 5.6.0-16), libtimedate-perl, libio-stringy-perl, libmime-types-perl (>= 1.004), libmailtools-perl, libobject-realize-later-perl (>= 0.14), libscalar-list-utils-perl (>= 1.13) | perl (>= 5.8.2-2), liburi-perl (>= 1.23), libdigest-hmac-perl, libuser-identity-perl, libfile-remove-perl, libtext-autoformat-perl, netbase
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf at debian.org>, Gustavo Franco <stratus at debian.org>
Standards-Version: 3.6.2
Modified: packages/libmail-box-perl/trunk/debian/rules
===================================================================
--- packages/libmail-box-perl/trunk/debian/rules 2005-11-17 17:05:29 UTC (rev 1510)
+++ packages/libmail-box-perl/trunk/debian/rules 2005-11-17 17:06:42 UTC (rev 1511)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export DH_COMPAT=3
+export DH_COMPAT=4
PERL ?= /usr/bin/perl
More information about the Pkg-perl-cvs-commits
mailing list