[Pkg-jed-commit] r1067 - in tess/trunk/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Mon Mar 17 15:36:59 UTC 2008


Author: rafael
Date: 2008-03-17 15:36:59 +0000 (Mon, 17 Mar 2008)
New Revision: 1067

Added:
   tess/trunk/debian/patches/series
Modified:
   tess/trunk/debian/changelog
   tess/trunk/debian/control
   tess/trunk/debian/rules
Log:
Switch from CDBS' simple patchsys to quilt

Modified: tess/trunk/debian/changelog
===================================================================
--- tess/trunk/debian/changelog	2008-03-17 15:31:49 UTC (rev 1066)
+++ tess/trunk/debian/changelog	2008-03-17 15:36:59 UTC (rev 1067)
@@ -1,8 +1,9 @@
 tess (0.3.0-5) UNRELEASED; urgency=low
 
+  * Switch from CDBS' simple patchsys to quilt
   * debian/control: Moved libslang2-dev and slsh into Build-Depends-Indep
 
- -- Rafael Laboissiere <rafael at debian.org>  Mon, 17 Mar 2008 16:30:54 +0100
+ -- Rafael Laboissiere <rafael at debian.org>  Mon, 17 Mar 2008 16:36:36 +0100
 
 tess (0.3.0-4) unstable; urgency=low
 

Modified: tess/trunk/debian/control
===================================================================
--- tess/trunk/debian/control	2008-03-17 15:31:49 UTC (rev 1066)
+++ tess/trunk/debian/control	2008-03-17 15:36:59 UTC (rev 1067)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian JED Group <pkg-jed-sl-modules at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
-Build-Depends: debhelper (>= 4.0.0), cdbs
+Build-Depends: debhelper (>= 4.0.0), cdbs, quilt
 Build-Depends-Indep: libslang2-dev (>= 2.0.4-6), slsh
 Standards-Version: 3.7.3
 Homepage: http://space.mit.edu/cxc/software/slang/modules/tess/

Added: tess/trunk/debian/patches/series
===================================================================
--- tess/trunk/debian/patches/series	                        (rev 0)
+++ tess/trunk/debian/patches/series	2008-03-17 15:36:59 UTC (rev 1067)
@@ -0,0 +1 @@
+dest-sl-files-install-dir.patch

Modified: tess/trunk/debian/rules
===================================================================
--- tess/trunk/debian/rules	2008-03-17 15:31:49 UTC (rev 1066)
+++ tess/trunk/debian/rules	2008-03-17 15:36:59 UTC (rev 1067)
@@ -2,7 +2,7 @@
 
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 DEB_MAKE_BUILD_TARGET := all RPATH=
 DEB_MAKE_CHECK_TARGET := test




More information about the Pkg-jed-commit mailing list