[Pkg-scicomp-devel] sundials/trunk/debian

Rafael Laboissiere rafael at debian.org
Wed Mar 19 19:21:52 UTC 2008


SVN commit 2311 by rafael:

Switch from CDBS' simple-patchsys to quilt

 M  +1 -0      sundials/trunk/debian/changelog  
 M  +2 -2      sundials/trunk/debian/control  
 A             sundials/trunk/debian/patches/series  
 M  +3 -3      sundials/trunk/debian/rules  


--- sundials/trunk/debian/changelog #2310:2311
@@ -5,6 +5,7 @@
   * Added sundials-config man page
 
   [ Rafael Laboissiere ]
+  * Switch from CDBS' simple-patchsys to quilt
   * debian/control:
     + Added Homepage, Vcs-Svn, and Vcs-Browser fields to the Source
       section
--- sundials/trunk/debian/control #2310:2311
@@ -3,10 +3,10 @@
 Section: libs
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs, quilt
 Standards-Version: 3.7.3
 Homepage: http://www.llnl.gov/CASC/sundials/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/sundials/trunk
+Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/sundials/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/sundials/
 
 Package: libsundials-serial
--- sundials/trunk/debian/rules #2310:2311
@@ -3,7 +3,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 debusr := $(DEB_DESTDIR)usr
 
@@ -14,8 +14,8 @@
 # not install $libdir and $includedir or $mandir
 common-install-prehook-impl::
 	mkdir -p $(debusr)/lib
-	mkdir -p $(debusr)/include	
-	mkdir -p $(debusr)/share/man/man1	
+	mkdir -p $(debusr)/include
+	mkdir -p $(debusr)/share/man/man1
 
 # The followiung hack is necessary because there is no way to prevent
 # the -rpath otpion being used during make install



More information about the Pkg-scicomp-devel mailing list