r14089 - in /trunk/liblocale-gettext-perl/debian: changelog compat control rules

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Sun Feb 3 18:34:31 UTC 2008


Author: hertzog
Date: Sun Feb  3 18:34:31 2008
New Revision: 14089

URL: http://svn.debian.org/wsvn/?sc=1&rev=14089
Log:
* Switch to debhelper's 6th compatibility mode. Ajust Build-Depends
  accordingly. Used debian/compat instead of DH_COMPAT.
* Remove versioned build-dependency on perl. oldstable already has a version
  new enough.
* Updated Standards-Version to 3.7.3 (no changes)

Added:
    trunk/liblocale-gettext-perl/debian/compat
Modified:
    trunk/liblocale-gettext-perl/debian/changelog
    trunk/liblocale-gettext-perl/debian/control
    trunk/liblocale-gettext-perl/debian/rules

Modified: trunk/liblocale-gettext-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/liblocale-gettext-perl/debian/changelog?rev=14089&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/changelog (original)
+++ trunk/liblocale-gettext-perl/debian/changelog Sun Feb  3 18:34:31 2008
@@ -2,6 +2,11 @@
 
   [ Raphael Hertzog ]
   * Move myself to Uploaders and put the team as Maintainer.
+  * Switch to debhelper's 6th compatibility mode. Ajust Build-Depends
+    accordingly. Used debian/compat instead of DH_COMPAT.
+  * Remove versioned build-dependency on perl. oldstable already has a version
+    new enough.
+  * Updated Standards-Version to 3.7.3 (no changes)
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser

Added: trunk/liblocale-gettext-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/liblocale-gettext-perl/debian/compat?rev=14089&op=file
==============================================================================
--- trunk/liblocale-gettext-perl/debian/compat (added)
+++ trunk/liblocale-gettext-perl/debian/compat Sun Feb  3 18:34:31 2008
@@ -1,0 +1,1 @@
+6

Modified: trunk/liblocale-gettext-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/liblocale-gettext-perl/debian/control?rev=14089&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/control (original)
+++ trunk/liblocale-gettext-perl/debian/control Sun Feb  3 18:34:31 2008
@@ -1,13 +1,13 @@
 Source: liblocale-gettext-perl
 Section: perl
 Priority: important
-Maintainer: Raphael Hertzog <hertzog at debian.org>
-Uploaders: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Standards-Version: 3.6.2
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Raphael Hertzog <hertzog at debian.org>
+Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 6)
 Homepage: http://search.cpan.org/dist/Locale-gettext/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblocale-gettext-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-gettext-perl/
-Build-Depends: perl (>= 5.8.0), debhelper (>= 4)
 
 Package: liblocale-gettext-perl
 Architecture: any

Modified: trunk/liblocale-gettext-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/liblocale-gettext-perl/debian/rules?rev=14089&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/rules (original)
+++ trunk/liblocale-gettext-perl/debian/rules Sun Feb  3 18:34:31 2008
@@ -6,8 +6,6 @@
 #export DH_VERBOSE=1
 
 debian_patches = doc-update
-
-export DH_COMPAT=4
 
 TMP = `pwd`/debian/liblocale-gettext-perl
 




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