r11217 - in /trunk/libcurses-perl/debian: changelog control rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Sun Dec 16 10:48:15 UTC 2007


Author: hanska-guest
Date: Sun Dec 16 10:48:15 2007
New Revision: 11217

URL: http://svn.debian.org/wsvn/?sc=1&rev=11217
Log:
NEEDS Devel::PPPort

* debian/rules: don't ignore the return value of $(MAKE) clean
* debian/control:
  - added myself to Uploaders
  - updating Standards-Version to 3.7.3

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

Modified: trunk/libcurses-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcurses-perl/debian/changelog?rev=11217&op=diff
==============================================================================
--- trunk/libcurses-perl/debian/changelog (original)
+++ trunk/libcurses-perl/debian/changelog Sun Dec 16 10:48:15 2007
@@ -1,7 +1,13 @@
 libcurses-perl (1.20-1) UNRELEASED; urgency=low
 
+  NEEDS Devel::PPPort
+  
   [ David Paleino ]
   * (NOT RELEASED YET) New upstream release
+  * debian/rules: don't ignore the return value of $(MAKE) clean
+  * debian/control:
+    - added myself to Uploaders
+    - updating Standards-Version to 3.7.3
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -9,7 +15,7 @@
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
 
- -- David Paleino <d.paleino at gmail.com>  Sun, 16 Dec 2007 11:26:39 +0100
+ -- David Paleino <d.paleino at gmail.com>  Sun, 16 Dec 2007 11:42:02 +0100
 
 libcurses-perl (1.13-1) unstable; urgency=low
 

Modified: trunk/libcurses-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcurses-perl/debian/control?rev=11217&op=diff
==============================================================================
--- trunk/libcurses-perl/debian/control (original)
+++ trunk/libcurses-perl/debian/control Sun Dec 16 10:48:15 2007
@@ -2,8 +2,8 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>
-Standards-Version: 3.6.2.1
+Uploaders: Jay Bonci <jaybonci at debian.org>, David Paleino <d.paleino at gmail.com>
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Curses/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcurses-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-perl/

Modified: trunk/libcurses-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcurses-perl/debian/rules?rev=11217&op=diff
==============================================================================
--- trunk/libcurses-perl/debian/rules (original)
+++ trunk/libcurses-perl/debian/rules Sun Dec 16 10:48:15 2007
@@ -16,13 +16,13 @@
 	# Add here commands to compile the package.
 	#perl Makefile.PL PANELS MENUS FORMS verbose INSTALLDIRS=vendor
 	perl Makefile.PL PANELS MENUS verbose INSTALLDIRS=vendor
+
 clean:
 	dh_testdir
 	dh_testroot
 
-	-$(MAKE) clean
-	rm -f Makefile.old
-	dh_clean
+	[ ! -f Makefile ] || $(MAKE) clean
+	dh_clean Makefile.old
 
 install:
 	dh_testdir




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