r11172 - in /trunk/librunapp-perl/debian: patches/ patches/lib-RunApp-Cron.pm-NAME.patch patches/series rules

bremner-guest at users.alioth.debian.org bremner-guest at users.alioth.debian.org
Thu Dec 13 21:50:20 UTC 2007


Author: bremner-guest
Date: Thu Dec 13 21:50:20 2007
New Revision: 11172

URL: http://svn.debian.org/wsvn/?sc=1&rev=11172
Log:
* added quilt machinery
* attempted to fix lintian warning about bad whatis entry
* cleaned up some unneeded debhelper entries in debian/rules

Added:
    trunk/librunapp-perl/debian/patches/
    trunk/librunapp-perl/debian/patches/lib-RunApp-Cron.pm-NAME.patch
    trunk/librunapp-perl/debian/patches/series
Modified:
    trunk/librunapp-perl/debian/rules

Added: trunk/librunapp-perl/debian/patches/lib-RunApp-Cron.pm-NAME.patch
URL: http://svn.debian.org/wsvn/trunk/librunapp-perl/debian/patches/lib-RunApp-Cron.pm-NAME.patch?rev=11172&op=file
==============================================================================
--- trunk/librunapp-perl/debian/patches/lib-RunApp-Cron.pm-NAME.patch (added)
+++ trunk/librunapp-perl/debian/patches/lib-RunApp-Cron.pm-NAME.patch Thu Dec 13 21:50:20 2007
@@ -1,0 +1,12 @@
+Index: librunapp-perl/lib/RunApp/Cron.pm
+===================================================================
+--- librunapp-perl.orig/lib/RunApp/Cron.pm	2007-12-13 22:41:27.000000000 +0100
++++ librunapp-perl/lib/RunApp/Cron.pm	2007-12-13 22:42:13.000000000 +0100
+@@ -1,6 +1,6 @@
+ =head1 NAME
+ 
+-RunApp::Cron
++RunApp::Cron \- build and install/remove a crontab
+ 
+ =head1 DESCRIPTION
+ 

Added: trunk/librunapp-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/librunapp-perl/debian/patches/series?rev=11172&op=file
==============================================================================
--- trunk/librunapp-perl/debian/patches/series (added)
+++ trunk/librunapp-perl/debian/patches/series Thu Dec 13 21:50:20 2007
@@ -1,0 +1,1 @@
+lib-RunApp-Cron.pm-NAME.patch

Modified: trunk/librunapp-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/librunapp-perl/debian/rules?rev=11172&op=diff
==============================================================================
--- trunk/librunapp-perl/debian/rules (original)
+++ trunk/librunapp-perl/debian/rules Thu Dec 13 21:50:20 2007
@@ -11,6 +11,8 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
+include /usr/share/quilt/quilt.make
+
 PACKAGE=$(shell dh_listpackages)
 
 ifndef PERL
@@ -20,16 +22,16 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	$(MAKE)
 
 	touch build-stamp
 
-clean:
+clean:  unpatch
 	dh_testdir
 	dh_testroot
 
@@ -61,14 +63,10 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
-#	dh_installexamples
 	dh_installdocs README
 	dh_installchangelogs CHANGES
 	dh_perl
 	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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