[med-svn] r228 - in trunk/packages: amap-align/trunk/debian dialign/trunk/debian perlprimer/trunk/debian probcons/trunk/debian seaview/trunk/debian treeviewx/trunk/debian

Charles Plessy charles-guest at alioth.debian.org
Sat Mar 10 06:36:47 CET 2007


Author: charles-guest
Date: 2007-03-10 05:36:47 +0000 (Sat, 10 Mar 2007)
New Revision: 228

Modified:
   trunk/packages/amap-align/trunk/debian/changelog
   trunk/packages/amap-align/trunk/debian/rules
   trunk/packages/dialign/trunk/debian/changelog
   trunk/packages/dialign/trunk/debian/rules
   trunk/packages/perlprimer/trunk/debian/changelog
   trunk/packages/perlprimer/trunk/debian/rules
   trunk/packages/probcons/trunk/debian/changelog
   trunk/packages/probcons/trunk/debian/rules
   trunk/packages/seaview/trunk/debian/changelog
   trunk/packages/seaview/trunk/debian/rules
   trunk/packages/treeviewx/trunk/debian/changelog
   trunk/packages/treeviewx/trunk/debian/rules
Log:
Factorisation of code by using /usr/share/dpatch/dpatch.make

Modified: trunk/packages/amap-align/trunk/debian/changelog
===================================================================
--- trunk/packages/amap-align/trunk/debian/changelog	2007-03-10 05:26:05 UTC (rev 227)
+++ trunk/packages/amap-align/trunk/debian/changelog	2007-03-10 05:36:47 UTC (rev 228)
@@ -3,8 +3,9 @@
   * Add Subversion repository URL to debian/control.
   * Patching for building with gcc-4.3. Many thanks to Martin Michlmayr (Closes:413477)
   * Renaming /usr/bin/amap-align to /usr/bin/amap
+  * Including /usr/share/dpatch/dpatch.make in debian/rules. 
 
- -- Charles Plessy <charles-debian-nospam at plessy.org>  Sat, 10 Mar 2007 13:46:04 +0900
+ -- Charles Plessy <charles-debian-nospam at plessy.org>  Sat, 10 Mar 2007 14:26:13 +0900
 
 amap-align (2.0-1) unstable; urgency=low
 

Modified: trunk/packages/amap-align/trunk/debian/rules
===================================================================
--- trunk/packages/amap-align/trunk/debian/rules	2007-03-10 05:26:05 UTC (rev 227)
+++ trunk/packages/amap-align/trunk/debian/rules	2007-03-10 05:36:47 UTC (rev 228)
@@ -19,20 +19,14 @@
 	CFLAGS += -O2
 endif
 
+include /usr/share/dpatch/dpatch.make
+
 build: patch
 	dh_testdir
 	$(XP) $(DB2MAN) debian/amap.1.xml
 	$(MAKE)
 	touch build-stamp
 
-patch:
-	dpatch apply-all
-	dpatch cat-all --desc-only > patch-stamp
-
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
-
 clean: unpatch
 	dh_testdir
 	dh_testroot

Modified: trunk/packages/dialign/trunk/debian/changelog
===================================================================
--- trunk/packages/dialign/trunk/debian/changelog	2007-03-10 05:26:05 UTC (rev 227)
+++ trunk/packages/dialign/trunk/debian/changelog	2007-03-10 05:36:47 UTC (rev 228)
@@ -2,8 +2,9 @@
 
   * Mended the watch file in the source package.
   * Add Subversion repository URL to debian/control.
+  * Including /usr/share/dpatch/dpatch.make in debian/rules.
 
- -- Charles Plessy <charles-debian-nospam at plessy.org>  Sun,  4 Mar 2007 22:43:51 +0900
+ -- Charles Plessy <charles-debian-nospam at plessy.org>  Sat, 10 Mar 2007 14:29:37 +0900
 
 dialign (2.2.1-1) unstable; urgency=low
 

Modified: trunk/packages/dialign/trunk/debian/rules
===================================================================
--- trunk/packages/dialign/trunk/debian/rules	2007-03-10 05:26:05 UTC (rev 227)
+++ trunk/packages/dialign/trunk/debian/rules	2007-03-10 05:36:47 UTC (rev 228)
@@ -16,14 +16,8 @@
 	CFLAGS += -O2
 endif
 
-patch: 
-	dpatch apply-all
-	dpatch cat-all --desc-only > patch-stamp
+include /usr/share/dpatch/dpatch.make
 
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
-
 build: patch build-stamp
 
 build-stamp: 

Modified: trunk/packages/perlprimer/trunk/debian/changelog
===================================================================
--- trunk/packages/perlprimer/trunk/debian/changelog	2007-03-10 05:26:05 UTC (rev 227)
+++ trunk/packages/perlprimer/trunk/debian/changelog	2007-03-10 05:36:47 UTC (rev 228)
@@ -1,10 +1,10 @@
 perlprimer (1.1.14-2) unstable; urgency=low
 
   * Using dephelper 5 or greater.
-  * Using dpatch.
-  * Add Subversion repository URL to debian/control. 
+  * Using dpatch and /usr/share/dpatch/dpatch.make.
+  * Add Subversion repository URL to debian/control.
 
- -- Charles Plessy <charles-debian-nospam at plessy.org>  Sun,  4 Mar 2007 22:51:38 +0900
+ -- Charles Plessy <charles-debian-nospam at plessy.org>  Sat, 10 Mar 2007 14:30:26 +0900
 
 perlprimer (1.1.14-1) unstable; urgency=medium
 

Modified: trunk/packages/perlprimer/trunk/debian/rules
===================================================================
--- trunk/packages/perlprimer/trunk/debian/rules	2007-03-10 05:26:05 UTC (rev 227)
+++ trunk/packages/perlprimer/trunk/debian/rules	2007-03-10 05:36:47 UTC (rev 228)
@@ -1,15 +1,7 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpatch/dpatch.make
 
-patch:
-	dpatch apply-all
-	dpatch cat-all --desc-only > patch-stamp
-
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
-
-
 clean: clean-patched unpatch
 
 clean-patched:

Modified: trunk/packages/probcons/trunk/debian/changelog
===================================================================
--- trunk/packages/probcons/trunk/debian/changelog	2007-03-10 05:26:05 UTC (rev 227)
+++ trunk/packages/probcons/trunk/debian/changelog	2007-03-10 05:36:47 UTC (rev 228)
@@ -1,8 +1,9 @@
 probcons (1.11-2) unstable; urgency=low
 
-  * Add Subversion repository URL to debian/control. 
+  * Add Subversion repository URL to debian/control.
+  * Including /usr/share/dpatch/dpatch.make in debian/rules.
 
- -- Charles Plessy <charles-debian-nospam at plessy.org>  Sun,  4 Mar 2007 22:46:33 +0900
+ -- Charles Plessy <charles-debian-nospam at plessy.org>  Sat, 10 Mar 2007 14:28:56 +0900
 
 probcons (1.11-1) unstable; urgency=low
 

Modified: trunk/packages/probcons/trunk/debian/rules
===================================================================
--- trunk/packages/probcons/trunk/debian/rules	2007-03-10 05:26:05 UTC (rev 227)
+++ trunk/packages/probcons/trunk/debian/rules	2007-03-10 05:36:47 UTC (rev 228)
@@ -22,6 +22,8 @@
 	CFLAGS += -O2
 endif
 
+include /usr/share/dpatch/dpatch.make
+
 build: patch manpages
 	dh_testdir
 	cp debian/Main-RNA.cc Main-RNA.cc
@@ -29,14 +31,6 @@
 	$(MAKE)
 	touch build-stamp
 
-patch:
-	dpatch apply-all
-	dpatch cat-all --desc-only > patch-stamp	
-
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
-
 manpages: debian/probcons.1.xml debian/probcons-RNA.1.xml debian/pc-project.1.xml debian/pc-compare.1.xml debian/pc-makegnuplot.1.xml
 	$(XP) $(DB2MAN) debian/probcons.1.xml
 	$(XP) $(DB2MAN) debian/probcons-RNA.1.xml

Modified: trunk/packages/seaview/trunk/debian/changelog
===================================================================
--- trunk/packages/seaview/trunk/debian/changelog	2007-03-10 05:26:05 UTC (rev 227)
+++ trunk/packages/seaview/trunk/debian/changelog	2007-03-10 05:36:47 UTC (rev 228)
@@ -1,8 +1,9 @@
 seaview (20061005-2) unstable; urgency=low
 
-  * Add Subversion repository URL to debian/control. 
+  * Add Subversion repository URL to debian/control.
+  * Including /usr/share/dpatch/dpatch.make in debian/rules.
 
- -- Charles Plessy <charles-debian-nospam at plessy.org>  Sun,  4 Mar 2007 22:54:17 +0900
+ -- Charles Plessy <charles-debian-nospam at plessy.org>  Sat, 10 Mar 2007 14:31:29 +0900
 
 seaview (20061005-1) unstable; urgency=low
 

Modified: trunk/packages/seaview/trunk/debian/rules
===================================================================
--- trunk/packages/seaview/trunk/debian/rules	2007-03-10 05:26:05 UTC (rev 227)
+++ trunk/packages/seaview/trunk/debian/rules	2007-03-10 05:36:47 UTC (rev 228)
@@ -21,14 +21,8 @@
         CFLAGS += -g
 endif
 
-patch:
-	dpatch apply-all
-	dpatch cat-all --desc-only > patch-stamp
-			
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
-	
+include /usr/share/dpatch/dpatch.make
+
 build: patch build-stamp debian/$(PROGRAM_NAME).1
 build-stamp:
 	dh_testdir

Modified: trunk/packages/treeviewx/trunk/debian/changelog
===================================================================
--- trunk/packages/treeviewx/trunk/debian/changelog	2007-03-10 05:26:05 UTC (rev 227)
+++ trunk/packages/treeviewx/trunk/debian/changelog	2007-03-10 05:36:47 UTC (rev 228)
@@ -1,8 +1,9 @@
 treeviewx (0.5.1-4) unstable; urgency=low
 
-  * Add Subversion repository URL to debian/control. 
+  * Add Subversion repository URL to debian/control.
+  * Including /usr/share/dpatch/dpatch.make in debian/rules.
 
- -- Charles Plessy <charles-debian-nospam at plessy.org>  Sun,  4 Mar 2007 22:47:16 +0900
+ -- Charles Plessy <charles-debian-nospam at plessy.org>  Sat, 10 Mar 2007 14:27:51 +0900
 
 treeviewx (0.5.1-3) unstable; urgency=low
 

Modified: trunk/packages/treeviewx/trunk/debian/rules
===================================================================
--- trunk/packages/treeviewx/trunk/debian/rules	2007-03-10 05:26:05 UTC (rev 227)
+++ trunk/packages/treeviewx/trunk/debian/rules	2007-03-10 05:36:47 UTC (rev 228)
@@ -22,18 +22,12 @@
 	CFLAGS += -O2
 endif
 
+include /usr/share/dpatch/dpatch.make
+
 config.status: patch configure
 	dh_testdir
 	CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man 
 
-patch: 
-	dpatch apply-all
-	dpatch cat-all --desc-only > patch-stamp
-
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
-
 build: config.status
 	dh_testdir
 	$(MAKE)




More information about the debian-med-commit mailing list