r27701 - in /trunk/liburi-perl/debian: changelog copyright rules

kees at users.alioth.debian.org kees at users.alioth.debian.org
Thu Dec 4 07:39:40 UTC 2008


Author: kees
Date: Thu Dec  4 07:39:37 2008
New Revision: 27701

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27701
Log:
* debian/rules:
  - Enable tests.
  - Correctly handle missing Makefile in "clean" rule.
* debian/copyright: updated and clarified to match URI.pm and README.

Modified:
    trunk/liburi-perl/debian/changelog
    trunk/liburi-perl/debian/copyright
    trunk/liburi-perl/debian/rules

Modified: trunk/liburi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/debian/changelog?rev=27701&op=diff
==============================================================================
--- trunk/liburi-perl/debian/changelog (original)
+++ trunk/liburi-perl/debian/changelog Thu Dec  4 07:39:37 2008
@@ -11,7 +11,10 @@
   * debian/{watch,repack.sh,rules}: handle repacking to remove rfc2396.txt
     (non-redistributable):
     - http://rt.cpan.org/Ticket/Display.html?id=41418
-  * debian/rules: enable tests.
+  * debian/rules:
+    - Enable tests.
+    - Correctly handle missing Makefile in "clean" rule.
+  * debian/copyright: updated and clarified to match URI.pm and README.
 
  -- Kees Cook <kees at outflux.net>  Wed, 03 Dec 2008 22:51:28 -0800
 

Modified: trunk/liburi-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/debian/copyright?rev=27701&op=diff
==============================================================================
--- trunk/liburi-perl/debian/copyright (original)
+++ trunk/liburi-perl/debian/copyright Thu Dec  4 07:39:37 2008
@@ -7,6 +7,9 @@
 Upstream Author: Gisle Aas <gisle at ActiveState.com>
 
 Copyright:
+    1995-2004,2008 Gisle Aas.
+    1998 Graham Barr.
+    1995 Martijn Koster.
 
 This library is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.

Modified: trunk/liburi-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/debian/rules?rev=27701&op=diff
==============================================================================
--- trunk/liburi-perl/debian/rules (original)
+++ trunk/liburi-perl/debian/rules Thu Dec  4 07:39:37 2008
@@ -36,9 +36,7 @@
 	-rm -f build-stamp install-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
-	-rm Makefile Makefile.old
-	-rm -rf debian/liburi-perl
+	[ ! -f Makefile ] || $(MAKE) realclean
 
 	dh_clean
 




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