[pkg-java] r14002 - in trunk/jflex/debian: . patches

Torsten Werner twerner at alioth.debian.org
Sat Aug 6 16:58:14 UTC 2011


Author: twerner
Date: 2011-08-06 16:58:13 +0000 (Sat, 06 Aug 2011)
New Revision: 14002

Added:
   trunk/jflex/debian/patches/series
Modified:
   trunk/jflex/debian/changelog
   trunk/jflex/debian/rules
Log:
Switch to source format 3.0. Use dpkg's internal quilt instead of cdbs'
simple patchsys.

Modified: trunk/jflex/debian/changelog
===================================================================
--- trunk/jflex/debian/changelog	2011-08-06 16:55:03 UTC (rev 14001)
+++ trunk/jflex/debian/changelog	2011-08-06 16:58:13 UTC (rev 14002)
@@ -2,11 +2,12 @@
 
   * Team upload.
   * Remove Arnaud and Paul from Uploaders list.
-  * Switch to source format 3.0.
+  * Switch to source format 3.0. Use dpkg's internal quilt instead of cdbs'
+    simple patchsys.
   * Install file debian/logo.gif instead of the corrupt doc/logo.gif.
     (Closes: #578875)
 
- -- Torsten Werner <twerner at debian.org>  Sat, 06 Aug 2011 18:44:43 +0200
+ -- Torsten Werner <twerner at debian.org>  Sat, 06 Aug 2011 18:55:47 +0200
 
 jflex (1.4.3-1) unstable; urgency=low
 

Added: trunk/jflex/debian/patches/series
===================================================================
--- trunk/jflex/debian/patches/series	                        (rev 0)
+++ trunk/jflex/debian/patches/series	2011-08-06 16:58:13 UTC (rev 14002)
@@ -0,0 +1,5 @@
+01_build_xml.patch
+02_build_xml_jar.patch
+02_example_url_fix.patch
+03_build_xml_target.patch
+03_script_cp_fix.patch

Modified: trunk/jflex/debian/rules
===================================================================
--- trunk/jflex/debian/rules	2011-08-06 16:55:03 UTC (rev 14001)
+++ trunk/jflex/debian/rules	2011-08-06 16:58:13 UTC (rev 14002)
@@ -3,7 +3,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 export UPSTREAM_VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
 




More information about the pkg-java-commits mailing list