[Pkg-octave-commit] r2217 - octave-epstk/trunk/debian
Rafael Laboissiere
rafael at alioth.debian.org
Tue Jul 8 20:24:41 UTC 2008
Author: rafael
Date: 2008-07-08 20:24:41 +0000 (Tue, 08 Jul 2008)
New Revision: 2217
Added:
octave-epstk/trunk/debian/clean
Modified:
octave-epstk/trunk/debian/changelog
octave-epstk/trunk/debian/compat
octave-epstk/trunk/debian/control
octave-epstk/trunk/debian/rules
Log:
Use debian/clean and bump build-dependency on debhelper to >= 7
Modified: octave-epstk/trunk/debian/changelog
===================================================================
--- octave-epstk/trunk/debian/changelog 2008-07-08 08:27:34 UTC (rev 2216)
+++ octave-epstk/trunk/debian/changelog 2008-07-08 20:24:41 UTC (rev 2217)
@@ -1,7 +1,16 @@
+octave-epstk (2.2-12) 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 22:09:33 +0200
+
octave-epstk (2.2-11) unstable; urgency=low
* debian/rules: use long options for Octave and parse the global
- configuration file (closes: #479928)
+ configuration file (closes: #479928)
-- Thomas Weber <thomas.weber.mail at gmail.com> Wed, 07 May 2008 11:52:46 +0200
@@ -25,7 +34,7 @@
[ Thomas Weber ]
* debian/control: Vcs-fields point to the trunk/ directory
- * New patch: plot_whole_line. Take smaller stepsize for minDelta
+ * New patch: plot_whole_line. Take smaller stepsize for minDelta
(closes: #474257). Thanks to Stefan Müller for the patch.
* debian/control: Switch dependency from gs-common to ghostscript and move
it from build-depends-indep to build-depends, otherwise the demos do not
Added: octave-epstk/trunk/debian/clean
===================================================================
--- octave-epstk/trunk/debian/clean (rev 0)
+++ octave-epstk/trunk/debian/clean 2008-07-08 20:24:41 UTC (rev 2217)
@@ -0,0 +1,6 @@
+build-stamp
+m/*-center.psd m/*.eps m/*.tmp m/img* m/myNewSymbol.psd
+m/demo*.ppm m/demo*.jpg m/demo_* m/demo*.html
+
+
+
Modified: octave-epstk/trunk/debian/compat
===================================================================
--- octave-epstk/trunk/debian/compat 2008-07-08 08:27:34 UTC (rev 2216)
+++ octave-epstk/trunk/debian/compat 2008-07-08 20:24:41 UTC (rev 2217)
@@ -1 +1 @@
-5
+7
Modified: octave-epstk/trunk/debian/control
===================================================================
--- octave-epstk/trunk/debian/control 2008-07-08 08:27:34 UTC (rev 2216)
+++ octave-epstk/trunk/debian/control 2008-07-08 20:24:41 UTC (rev 2217)
@@ -6,7 +6,7 @@
Thomas Weber <thomas.weber.mail at gmail.com>
DM-Upload-Allowed: yes
Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 5), cdbs, quilt, ghostscript,
+Build-Depends: debhelper (>= 7.0.0), cdbs, quilt, ghostscript,
octave2.1-headers (>= 2.1.73-10), octave3.0-headers
Homepage: http://www.epstk.de/
Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/octave-epstk/trunk
Modified: octave-epstk/trunk/debian/rules
===================================================================
--- octave-epstk/trunk/debian/rules 2008-07-08 08:27:34 UTC (rev 2216)
+++ octave-epstk/trunk/debian/rules 2008-07-08 20:24:41 UTC (rev 2217)
@@ -31,12 +31,3 @@
install/octave-epstk::
for v in 2.1 3.0 ; do octave$$v-depends ; done
-
-clean::
- rm -f build-stamp
- ( cd m ; \
- rm -f *-center.psd *.eps *.tmp img* myNewSymbol.psd \
- demo*.ppm demo*.jpg demo_* demo*.html)
-
-
-
More information about the Pkg-octave-commit
mailing list