[Pkg-scicomp-devel] abinit/trunk

Ondrej Certik ondrej at certik.cz
Tue Feb 5 13:12:07 UTC 2008


SVN commit 2069 by certik-guest:

patches moved under the quilt control

 M  +2 -1      abinit/trunk/debian/changelog  
 M  +1 -1      abinit/trunk/debian/control  
 A             abinit/trunk/debian/patches (directory)  
 A             abinit/trunk/debian/patches/doc.Makefile.in.patch  
 A             abinit/trunk/debian/patches/series  
 M  +2 -0      abinit/trunk/debian/rules  
 D             abinit/trunk/doc (directory)  


--- abinit/trunk/debian/changelog #2068:2069
@@ -8,8 +8,9 @@
   * Standards version updated to 3.7.3
   * Old FSF address fixed in debian/copyright
   * abinit-doc moved to the section doc.
+  * doc/Makefile.in patch moved to debian/patches managed by quilt 
 
- -- Ondrej Certik <ondrej at certik.cz>  Tue, 05 Feb 2008 13:52:40 +0100
+ -- Ondrej Certik <ondrej at certik.cz>  Tue, 05 Feb 2008 14:09:20 +0100
 
 abinit (5.3.4.dfsg-2) unstable; urgency=low
 
--- abinit/trunk/debian/control #2068:2069
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>, Ondrej Certik <ondrej at certik.cz>
-Build-Depends: debhelper (>= 5), autotools-dev, gfortran (>= 4:4.2-1), liblapack-dev (>= 3.0.20000531a-1.1)
+Build-Depends: debhelper (>= 5), autotools-dev, gfortran (>= 4:4.2-1), liblapack-dev (>= 3.0.20000531a-1.1), quilt (>= 0.46-4)
 Standards-Version: 3.7.3
 Homepage: http://www.abinit.org/
 XS-DM-Upload-Allowed: yes
--- abinit/trunk/debian/rules #2068:2069
@@ -29,6 +29,7 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
+	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif
@@ -64,6 +65,7 @@
 	rm -f build-stamp 
 
 	# Add here commands to clean up after the build process.
+	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f config.sub config.guess
 



More information about the Pkg-scicomp-devel mailing list