r20850 - in /trunk: libdevel-profile-perl/debian/ libinline-perl/debian/ libsys-utmp-perl/debian/ libterm-slang-perl/debian/ libtime-human-perl/debian/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 7 20:56:35 UTC 2008


Author: gregoa
Date: Sat Jun  7 20:56:35 2008
New Revision: 20850

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20850
Log:
Remove build dependency on historic dpkg-dev version.

Modified:
    trunk/libdevel-profile-perl/debian/changelog
    trunk/libdevel-profile-perl/debian/control
    trunk/libinline-perl/debian/changelog
    trunk/libinline-perl/debian/control
    trunk/libsys-utmp-perl/debian/changelog
    trunk/libsys-utmp-perl/debian/control
    trunk/libterm-slang-perl/debian/changelog
    trunk/libterm-slang-perl/debian/control
    trunk/libtime-human-perl/debian/changelog
    trunk/libtime-human-perl/debian/control

Modified: trunk/libdevel-profile-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-profile-perl/debian/changelog?rev=20850&op=diff
==============================================================================
--- trunk/libdevel-profile-perl/debian/changelog (original)
+++ trunk/libdevel-profile-perl/debian/changelog Sat Jun  7 20:56:35 2008
@@ -1,3 +1,9 @@
+libdevel-profile-perl (1.05-3) UNRELEASED; urgency=low
+
+  * Remove build dependency on historic dpkg-dev version.
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 07 Jun 2008 22:52:42 +0200
+
 libdevel-profile-perl (1.05-2) unstable; urgency=low
 
   * ftp-master wants to bloat the copyright file with info that's already

Modified: trunk/libdevel-profile-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-profile-perl/debian/control?rev=20850&op=diff
==============================================================================
--- trunk/libdevel-profile-perl/debian/control (original)
+++ trunk/libdevel-profile-perl/debian/control Sat Jun  7 20:56:35 2008
@@ -1,7 +1,7 @@
 Source: libdevel-profile-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.9.0)
+Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Standards-Version: 3.7.3

Modified: trunk/libinline-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libinline-perl/debian/changelog?rev=20850&op=diff
==============================================================================
--- trunk/libinline-perl/debian/changelog (original)
+++ trunk/libinline-perl/debian/changelog Sat Jun  7 20:56:35 2008
@@ -7,6 +7,7 @@
   * Set debhelper compatibility level to 5.
   * debian/rules: don't install empty /usr/lib/perl5 directory.
   * debian/rules: delete /usr/lib/perl5 only if it exists.
+  * Remove build dependency on historic dpkg-dev version.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:50 +0200
 

Modified: trunk/libinline-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libinline-perl/debian/control?rev=20850&op=diff
==============================================================================
--- trunk/libinline-perl/debian/control (original)
+++ trunk/libinline-perl/debian/control Sat Jun  7 20:56:35 2008
@@ -1,7 +1,7 @@
 Source: libinline-perl
 Section: perl
 Priority: optional
-Build-Depends-Indep: perl (>= 5.8), libdigest-md5-perl, libparse-recdescent-perl, dpkg-dev (>= 1.9.0)
+Build-Depends-Indep: perl (>= 5.8), libdigest-md5-perl, libparse-recdescent-perl
 Build-Depends: debhelper (>= 5)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Standards-Version: 3.7.2

Modified: trunk/libsys-utmp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-utmp-perl/debian/changelog?rev=20850&op=diff
==============================================================================
--- trunk/libsys-utmp-perl/debian/changelog (original)
+++ trunk/libsys-utmp-perl/debian/changelog Sat Jun  7 20:56:35 2008
@@ -10,6 +10,7 @@
   * Refresh debian/rules, no functional changes.
   * Activate additional tests by adding build dependencies on
     libtest-pod-perl, libtest-pod-coverage-perl.
+  * Remove build dependency on historic dpkg-dev version.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:06 +0200
 

Modified: trunk/libsys-utmp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-utmp-perl/debian/control?rev=20850&op=diff
==============================================================================
--- trunk/libsys-utmp-perl/debian/control (original)
+++ trunk/libsys-utmp-perl/debian/control Sat Jun  7 20:56:35 2008
@@ -1,7 +1,7 @@
 Source: libsys-utmp-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), perl (>= 5.8), dpkg-dev (>= 1.9.0),
+Build-Depends: debhelper (>= 5), perl (>= 5.8),
  quilt (>= 0.40), libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Standards-Version: 3.7.3

Modified: trunk/libterm-slang-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-slang-perl/debian/changelog?rev=20850&op=diff
==============================================================================
--- trunk/libterm-slang-perl/debian/changelog (original)
+++ trunk/libterm-slang-perl/debian/changelog Sat Jun  7 20:56:35 2008
@@ -13,6 +13,7 @@
     set svn:keywords property.
   * Split remaining changes out into slang2.patch; add quilt framework.
   * Set Standards-Version to 3.7.3 (no changes).
+  * Remove build dependency on historic dpkg-dev version.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:23 +0200
 

Modified: trunk/libterm-slang-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-slang-perl/debian/control?rev=20850&op=diff
==============================================================================
--- trunk/libterm-slang-perl/debian/control (original)
+++ trunk/libterm-slang-perl/debian/control Sat Jun  7 20:56:35 2008
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: libslang2-dev, debhelper (>= 5), perl (>= 5.8),
- dpkg-dev (>= 1.9.0), quilt (>= 0.40)
+ quilt (>= 0.40)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Term-Slang/

Modified: trunk/libtime-human-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-human-perl/debian/changelog?rev=20850&op=diff
==============================================================================
--- trunk/libtime-human-perl/debian/changelog (original)
+++ trunk/libtime-human-perl/debian/changelog Sat Jun  7 20:56:35 2008
@@ -9,6 +9,7 @@
     - don't install empty /usr/lib/perl5 directory
     - remove unneeded calls to dh_link and dh_strip
   * debian/rules: delete /usr/lib/perl5 only if it exists.
+  * Remove build dependency on historic dpkg-dev version.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:55 +0200
 

Modified: trunk/libtime-human-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-human-perl/debian/control?rev=20850&op=diff
==============================================================================
--- trunk/libtime-human-perl/debian/control (original)
+++ trunk/libtime-human-perl/debian/control Sat Jun  7 20:56:35 2008
@@ -1,7 +1,7 @@
 Source: libtime-human-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.9)
+Build-Depends: debhelper (>= 5)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/Time-Human/




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