[Pkg-jed-commit] r1071 - in slgsl/trunk/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Mon Mar 17 15:51:21 UTC 2008


Author: rafael
Date: 2008-03-17 15:51:21 +0000 (Mon, 17 Mar 2008)
New Revision: 1071

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

Modified: slgsl/trunk/debian/changelog
===================================================================
--- slgsl/trunk/debian/changelog	2008-03-17 15:50:11 UTC (rev 1070)
+++ slgsl/trunk/debian/changelog	2008-03-17 15:51:21 UTC (rev 1071)
@@ -1,5 +1,6 @@
 slgsl (0.7.0-4) UNRELEASED; urgency=low
 
+  * Switch from CDBS' simple patchsys to quilt
   * debian/control: Fix spelling of S-Lang in description
 
  -- Rafael Laboissiere <rafael at debian.org>  Mon, 17 Mar 2008 16:47:16 +0100

Modified: slgsl/trunk/debian/control
===================================================================
--- slgsl/trunk/debian/control	2008-03-17 15:50:11 UTC (rev 1070)
+++ slgsl/trunk/debian/control	2008-03-17 15:51:21 UTC (rev 1071)
@@ -4,7 +4,7 @@
 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), libslang2-dev (>= 2.0.4-6), slsh,
- libgsl0-dev, cdbs
+ libgsl0-dev, cdbs, quilt
 Standards-Version: 3.7.3
 Homepage: http://space.mit.edu/cxc/software/slang/modules/gsl/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-jed/slgsl/

Added: slgsl/trunk/debian/patches/series
===================================================================
--- slgsl/trunk/debian/patches/series	                        (rev 0)
+++ slgsl/trunk/debian/patches/series	2008-03-17 15:51:21 UTC (rev 1071)
@@ -0,0 +1 @@
+use-fPIC.patch

Modified: slgsl/trunk/debian/rules
===================================================================
--- slgsl/trunk/debian/rules	2008-03-17 15:50:11 UTC (rev 1070)
+++ slgsl/trunk/debian/rules	2008-03-17 15:51:21 UTC (rev 1071)
@@ -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_INSTALL_TARGET := install DESTDIR=$(DEB_DESTDIR) \




More information about the Pkg-jed-commit mailing list