r11785 - in /trunk/libtest-mockobject-perl/debian: changelog control rules

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Thu Dec 27 23:36:07 UTC 2007


Author: gwolf
Date: Thu Dec 27 23:36:07 2007
New Revision: 11785

URL: http://svn.debian.org/wsvn/?sc=1&rev=11785
Log:
Several minor fixes

Modified:
    trunk/libtest-mockobject-perl/debian/changelog
    trunk/libtest-mockobject-perl/debian/control
    trunk/libtest-mockobject-perl/debian/rules

Modified: trunk/libtest-mockobject-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-mockobject-perl/debian/changelog?rev=11785&op=diff
==============================================================================
--- trunk/libtest-mockobject-perl/debian/changelog (original)
+++ trunk/libtest-mockobject-perl/debian/changelog Thu Dec 27 23:36:07 2007
@@ -1,4 +1,4 @@
-libtest-mockobject-perl (1.08-1) UNRELEASED; urgency=low
+libtest-mockobject-perl (1.08-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:42:01 +0100
+  [ Gunnar Wolf ]
+  * No longer ignores the result of make clean
+  * Bumped up standards-version to 3.7.3 (no changes needed)
+  * Added myself as an uploader
+
+ -- Gunnar Wolf <gwolf at debian.org>  Thu, 27 Dec 2007 17:41:13 -0600
 
 libtest-mockobject-perl (1.07-1) unstable; urgency=low
 

Modified: trunk/libtest-mockobject-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtest-mockobject-perl/debian/control?rev=11785&op=diff
==============================================================================
--- trunk/libtest-mockobject-perl/debian/control (original)
+++ trunk/libtest-mockobject-perl/debian/control Thu Dec 27 23:36:07 2007
@@ -2,10 +2,10 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>
+Uploaders: Jay Bonci <jaybonci at debian.org>, Gunnar Wolf <gwolf at debian.org>
 Build-Depends: debhelper (>> 4.0.0), libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.6.0-16), libtest-exception-perl, libtest-warn-perl, libuniversal-isa-perl, libuniversal-can-perl
-Standards-Version: 3.7.2.1
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Test-MockObject/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-mockobject-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockobject-perl/

Modified: trunk/libtest-mockobject-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtest-mockobject-perl/debian/rules?rev=11785&op=diff
==============================================================================
--- trunk/libtest-mockobject-perl/debian/rules (original)
+++ trunk/libtest-mockobject-perl/debian/rules Thu Dec 27 23:36:07 2007
@@ -19,7 +19,7 @@
 	dh_testdir
 	dh_testroot
 
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 	rm -f Makefile.old
 	dh_clean
 




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