[Pkg-scicomp-commits] xmds/trunk/debian
Rafael Laboissiere
rafael at debian.org
Tue Jul 8 19:52:43 UTC 2008
SVN commit 2558 by rafael:
Use debian/clean and bump build-dependency on debhelper to >= 7
M +9 -0 xmds/trunk/debian/changelog
A xmds/trunk/debian/clean
M +1 -1 xmds/trunk/debian/compat
M +3 -2 xmds/trunk/debian/control
M +0 -3 xmds/trunk/debian/rules
--- xmds/trunk/debian/changelog #2557:2558
@@ -1,3 +1,12 @@
+xmds (1.6.5-3) UNRELEASED; urgency=low
+
+ * debian/rules: Use debian/clean instead of manually cleaning files
+ * debian/compat, debian/control: Bump build-dependency on debhelper to
+ >= 7.0.0, otherwise debian/clean is moot
+ * debian/clean: New file
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 08 Jul 2008 21:50:42 +0200
+
xmds (1.6.5-2) unstable; urgency=low
* debian/control: Build-depend on quilt
--- xmds/trunk/debian/compat #2557:2558
@@ -1 +1 @@
-5
+7
--- xmds/trunk/debian/control #2557:2558
@@ -4,8 +4,9 @@
Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
Uploaders: Christian T. Steigies <cts at debian.org>,
Rafael Laboissiere <rafael at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), autotools-dev, fftw-dev, libfftw3-dev,
- libmpich1.0-dev, octave2.1-headers, octave3.0-headers, autoconf, quilt
+Build-Depends: cdbs, debhelper (>= 7.0.0), autotools-dev, fftw-dev,
+ libfftw3-dev, libmpich1.0-dev, octave2.1-headers, octave3.0-headers,
+ autoconf, quilt
Standards-Version: 3.7.3
Homepage: http://xmds.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/xmds/
--- xmds/trunk/debian/rules #2557:2558
@@ -42,6 +42,3 @@
# Add Makefile to the examples directory
cp debian/Makefile-examples $(expdir)/Makefile
-
-clean::
- rm -rf config.log source/lorenz.* make-examples-stamp config.status
More information about the Pkg-scicomp-commits
mailing list