[Pkg-scicomp-devel] openmx/trunk
Ondrej Certik
ondrej at certik.cz
Sat Feb 16 11:16:27 UTC 2008
SVN commit 2147 by certik-guest:
use quilt
M +3 -2 openmx/trunk/debian/changelog
M +1 -1 openmx/trunk/debian/control
A openmx/trunk/debian/patches (directory)
A openmx/trunk/debian/patches/makefile.patch
A openmx/trunk/debian/patches/series
M +4 -0 openmx/trunk/debian/rules
D openmx/trunk/source (directory)
--- openmx/trunk/debian/changelog #2146:2147
@@ -4,9 +4,10 @@
* Use gfortran based Lapack (Closes: #466061)
* /usr/sbin empty directory removed
* Homepage moved to the homepage field
- * Standards-Version bumped to 3.7.3
+ * Standards-Version bumped to 3.7.3
+ * Use quilt for patches
- -- Ondrej Certik <ondrej at certik.cz> Sat, 16 Feb 2008 11:50:31 +0100
+ -- Ondrej Certik <ondrej at certik.cz> Sat, 16 Feb 2008 12:04:58 +0100
openmx (3.2.4.dfsg-2) unstable; urgency=low
--- openmx/trunk/debian/control #2146:2147
@@ -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), libfftw3-dev (>= 3.1.2-3), xsltproc, docbook-xsl, liblapack-dev, gfortran
+Build-Depends: debhelper (>= 5), libfftw3-dev (>= 3.1.2-3), xsltproc, docbook-xsl, liblapack-dev, gfortran, quilt
Standards-Version: 3.7.3
XS-DM-Upload-Allowed: yes
Homepage: http://www.openmx-square.org/
--- openmx/trunk/debian/rules #2146:2147
@@ -13,6 +13,7 @@
configure: configure-stamp
configure-stamp:
dh_testdir
+ QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
touch configure-stamp
DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
@@ -34,7 +35,10 @@
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
+ QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+ QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
cd source;$(MAKE) clean
+ QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
dh_clean
More information about the Pkg-scicomp-devel
mailing list