r6531 - in /trunk/libdbd-pg-perl/debian: changelog compat control rules

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Sun Aug 12 02:20:53 UTC 2007


Author: joeyh
Date: Sun Aug 12 02:20:53 2007
New Revision: 6531

URL: http://svn.debian.org/wsvn/?sc=1&rev=6531
Log:
* Maintainer and Uploaders seemed to be reversed/mixed up, swap.
* Add self to uploaders.
* Update to debhelper v5; use debian/compat.
* Don't ignore make realclean errors.

Added:
    trunk/libdbd-pg-perl/debian/compat
Modified:
    trunk/libdbd-pg-perl/debian/changelog
    trunk/libdbd-pg-perl/debian/control
    trunk/libdbd-pg-perl/debian/rules

Modified: trunk/libdbd-pg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/debian/changelog?rev=6531&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/changelog (original)
+++ trunk/libdbd-pg-perl/debian/changelog Sun Aug 12 02:20:53 2007
@@ -1,8 +1,15 @@
-libdbd-pg-perl (1.49-3) UNRELEASED; urgency=low
-
+libdbd-pg-perl (1.49-3) unstable; urgency=low
+
+  [ Raphael Hertzog ]
   * Improved description. Closes: #406450
 
- -- Raphael Hertzog <hertzog at debian.org>  Tue, 03 Apr 2007 21:29:12 +0200
+  [ Joey Hess ]
+  * Maintainer and Uploaders seemed to be reversed/mixed up, swap.
+  * Add self to uploaders.
+  * Update to debhelper v5; use debian/compat.
+  * Don't ignore make realclean errors.
+
+ -- Joey Hess <joeyh at debian.org>  Sat, 11 Aug 2007 21:57:24 -0400
 
 libdbd-pg-perl (1.49-2) unstable; urgency=high
 
@@ -36,7 +43,7 @@
 
  -- Raphael Hertzog <hertzog at debian.org>  Sun, 12 Mar 2006 18:10:03 +0100
 
-libdbd-pg-perl (1.43-2) UNRELEASED; urgency=low
+libdbd-pg-perl (1.43-2) unstable; urgency=low
 
   * Remove README.Debian since libpq4 works with all versions of
     PostgreSQL and thus this module too.

Added: trunk/libdbd-pg-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/debian/compat?rev=6531&op=file
==============================================================================
--- trunk/libdbd-pg-perl/debian/compat (added)
+++ trunk/libdbd-pg-perl/debian/compat Sun Aug 12 02:20:53 2007
@@ -1,0 +1,1 @@
+5

Modified: trunk/libdbd-pg-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/debian/control?rev=6531&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/control (original)
+++ trunk/libdbd-pg-perl/debian/control Sun Aug 12 02:20:53 2007
@@ -1,12 +1,12 @@
 Source: libdbd-pg-perl
 Section: perl
 Priority: optional
-Maintainer: Raphael Hertzog <hertzog at debian.org>
-Uploaders: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>, Ivan Kohler <ivan-debian at 420.am>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Raphael Hertzog <hertzog at debian.org>, Ivan Kohler <ivan-debian at 420.am>, Joey Hess <joeyh at debian.org>
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbd-pg-perl/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/
-Build-Depends: perl (>= 5.8.0), debhelper (>= 4), libdbi-perl (>= 1.45), libpq-dev (>= 8.0)
+Build-Depends: perl (>= 5.8.0), debhelper (>= 5), libdbi-perl (>= 1.45), libpq-dev (>= 8.0)
 
 Package: libdbd-pg-perl
 Architecture: any

Modified: trunk/libdbd-pg-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/debian/rules?rev=6531&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/rules (original)
+++ trunk/libdbd-pg-perl/debian/rules Sun Aug 12 02:20:53 2007
@@ -3,8 +3,6 @@
 # based on the sample debian/rules file for GNU hello by Ian Jackson.
 
 debian_patches = 
-
-export DH_COMPAT=4
 
 package=libdbd-pg-perl
 
@@ -44,7 +42,7 @@
 	dh_testroot
 	
 	-rm -f build-stamp install-stamp
-	-make realclean
+	if [ -e Makefile ]; then make realclean; fi
 	-rm -f `find . -name "*~"`
 
 	dh_clean




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