[med-svn] r2187 - in trunk/packages/maq/trunk/debian: . patches

tille at alioth.debian.org tille at alioth.debian.org
Mon Jul 7 21:23:27 UTC 2008


Author: tille
Date: 2008-07-07 21:23:26 +0000 (Mon, 07 Jul 2008)
New Revision: 2187

Added:
   trunk/packages/maq/trunk/debian/patches/
   trunk/packages/maq/trunk/debian/patches/20_perl_path.patch
   trunk/packages/maq/trunk/debian/patches/series
Removed:
   trunk/packages/maq/trunk/debian/dirs
Modified:
   trunk/packages/maq/trunk/debian/control
   trunk/packages/maq/trunk/debian/rules
Log:
Use quilt to fix perl path issue


Modified: trunk/packages/maq/trunk/debian/control
===================================================================
--- trunk/packages/maq/trunk/debian/control	2008-07-07 21:16:05 UTC (rev 2186)
+++ trunk/packages/maq/trunk/debian/control	2008-07-07 21:23:26 UTC (rev 2187)
@@ -6,7 +6,7 @@
 Uploaders: Andreas Tille <tille at debian.org>,
  Charles Plessy <plessy at debian.org>
 Build-Depends: cdbs, debhelper (>= 7), autotools-dev, gcc-multilib, g++-multilib,
-  lib64z1-dev
+  lib64z1-dev, quilt
 Standards-Version: 3.8.0
 Homepage: http://sourceforge.net/projects/maq/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/maq/trunk/?rev=0&sc=0

Deleted: trunk/packages/maq/trunk/debian/dirs
===================================================================
--- trunk/packages/maq/trunk/debian/dirs	2008-07-07 21:16:05 UTC (rev 2186)
+++ trunk/packages/maq/trunk/debian/dirs	2008-07-07 21:23:26 UTC (rev 2187)
@@ -1,2 +0,0 @@
-usr/bin
-usr/sbin

Added: trunk/packages/maq/trunk/debian/patches/20_perl_path.patch
===================================================================
--- trunk/packages/maq/trunk/debian/patches/20_perl_path.patch	                        (rev 0)
+++ trunk/packages/maq/trunk/debian/patches/20_perl_path.patch	2008-07-07 21:23:26 UTC (rev 2187)
@@ -0,0 +1,8 @@
+--- maq-0.6.7.orig/scripts/maq_plot.pl
++++ maq-0.6.7/scripts/maq_plot.pl
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl -w
++#!/usr/bin/perl -w
+ 
+ # Author: lh3
+ 

Added: trunk/packages/maq/trunk/debian/patches/series
===================================================================
--- trunk/packages/maq/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/maq/trunk/debian/patches/series	2008-07-07 21:23:26 UTC (rev 2187)
@@ -0,0 +1 @@
+20_perl_path.patch

Modified: trunk/packages/maq/trunk/debian/rules
===================================================================
--- trunk/packages/maq/trunk/debian/rules	2008-07-07 21:16:05 UTC (rev 2186)
+++ trunk/packages/maq/trunk/debian/rules	2008-07-07 21:23:26 UTC (rev 2187)
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
-  
+# debian/rules file for maq
+# (C) Charles Plessy, Andreas Tille
+# GPL
+
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-
-# Add here any variable or target overrides you need.




More information about the debian-med-commit mailing list