r11787 - in /trunk/libimager-perl/debian: changelog control rules

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Fri Dec 28 00:18:06 UTC 2007


Author: gwolf
Date: Fri Dec 28 00:18:06 2007
New Revision: 11787

URL: http://svn.debian.org/wsvn/?sc=1&rev=11787
Log:
Minor changes - adding $self to uploaders, keeping lintian happy

Modified:
    trunk/libimager-perl/debian/changelog
    trunk/libimager-perl/debian/control
    trunk/libimager-perl/debian/rules

Modified: trunk/libimager-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libimager-perl/debian/changelog?rev=11787&op=diff
==============================================================================
--- trunk/libimager-perl/debian/changelog (original)
+++ trunk/libimager-perl/debian/changelog Fri Dec 28 00:18:06 2007
@@ -1,4 +1,4 @@
-libimager-perl (0.62-1) UNRELEASED; urgency=low
+libimager-perl (0.62-1) unstable; urgency=low
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -9,7 +9,12 @@
   [ David Paleino ]
   * New upstream release
 
- -- David Paleino <d.paleino at gmail.com>  Thu, 20 Dec 2007 10:40:54 +0100
+  [ Gunnar Wolf ]
+  * Added myself as an uploader
+  * Bumped up standards-version to 3.7.3 (No changes needed)
+  * No longer ignores the result of "make clean"
+
+ -- Gunnar Wolf <gwolf at debian.org>  Thu, 27 Dec 2007 18:23:42 -0600
 
 libimager-perl (0.58-1) unstable; urgency=low
 

Modified: trunk/libimager-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libimager-perl/debian/control?rev=11787&op=diff
==============================================================================
--- trunk/libimager-perl/debian/control (original)
+++ trunk/libimager-perl/debian/control Fri Dec 28 00:18:06 2007
@@ -3,8 +3,9 @@
 Priority: optional
 Build-Depends: debhelper (>= 5), perl (>= 5.8.0-7), libungif4-dev, libtiff4-dev, libpng12-dev, libjpeg62-dev, libfreetype6-dev, libt1-dev, libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>, Esteban Manchado Velázque <zoso at debian.org>
-Standards-Version: 3.7.2
+Uploaders: Jay Bonci <jaybonci at debian.org>, Esteban Manchado Velázque
+ <zoso at debian.org>, Gunnar Wolf <gwolf at debian.org>
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Imager/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libimager-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/

Modified: trunk/libimager-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libimager-perl/debian/rules?rev=11787&op=diff
==============================================================================
--- trunk/libimager-perl/debian/rules (original)
+++ trunk/libimager-perl/debian/rules Fri Dec 28 00:18:06 2007
@@ -31,7 +31,6 @@
 build-stamp:
 	dh_testdir
 
-	
 	# Add here commands to compile the package.
 	echo n | $(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(OPTIMIZE)" LD_RUN_PATH=""
@@ -45,7 +44,7 @@
 	rm -f imconfig.h
 	rm -f ICO/testout/*
 	# Add here commands to clean up after the build process.
-	-$(MAKE) realclean
+	[ ! -f Makefile ] || $(MAKE) realclean
 
 	dh_clean
 




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