[Pkg-octave-commit] r2242 - octave-forge-pkgs/octave-miscellaneous/trunk/debian
Rafael Laboissiere
rafael at alioth.debian.org
Wed Jul 9 05:39:44 UTC 2008
Author: rafael
Date: 2008-07-09 05:39:44 +0000 (Wed, 09 Jul 2008)
New Revision: 2242
Added:
octave-forge-pkgs/octave-miscellaneous/trunk/debian/clean
Modified:
octave-forge-pkgs/octave-miscellaneous/trunk/debian/changelog
octave-forge-pkgs/octave-miscellaneous/trunk/debian/compat
octave-forge-pkgs/octave-miscellaneous/trunk/debian/control
octave-forge-pkgs/octave-miscellaneous/trunk/debian/rules
Log:
Use debian/clean and bump build-dependency on debhelper to >= 7
Modified: octave-forge-pkgs/octave-miscellaneous/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-miscellaneous/trunk/debian/changelog 2008-07-08 21:59:49 UTC (rev 2241)
+++ octave-forge-pkgs/octave-miscellaneous/trunk/debian/changelog 2008-07-09 05:39:44 UTC (rev 2242)
@@ -1,6 +1,15 @@
+octave-miscellaneous (1.0.6-4) 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> Wed, 09 Jul 2008 07:35:05 +0200
+
octave-miscellaneous (1.0.6-3) unstable; urgency=low
- * New patch:
+ * New patch:
+ waitbar_null_pointer_guard: Check that the return values from tgetstr()
are non-zero (closes: 485920).
* Bump standards version to 3.8.0, no changes needed.
Added: octave-forge-pkgs/octave-miscellaneous/trunk/debian/clean
===================================================================
--- octave-forge-pkgs/octave-miscellaneous/trunk/debian/clean (rev 0)
+++ octave-forge-pkgs/octave-miscellaneous/trunk/debian/clean 2008-07-09 05:39:44 UTC (rev 2242)
@@ -0,0 +1 @@
+src/Makeconf src/config.log src/config.status
Modified: octave-forge-pkgs/octave-miscellaneous/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-miscellaneous/trunk/debian/compat 2008-07-08 21:59:49 UTC (rev 2241)
+++ octave-forge-pkgs/octave-miscellaneous/trunk/debian/compat 2008-07-09 05:39:44 UTC (rev 2242)
@@ -1 +1 @@
-6
+7
Modified: octave-forge-pkgs/octave-miscellaneous/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-miscellaneous/trunk/debian/control 2008-07-08 21:59:49 UTC (rev 2241)
+++ octave-forge-pkgs/octave-miscellaneous/trunk/debian/control 2008-07-09 05:39:44 UTC (rev 2242)
@@ -6,7 +6,7 @@
Thomas Weber <thomas.weber.mail at gmail.com>,
Rafael Laboissiere <rafael at debian.org>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.5.5), quilt
+Build-Depends: debhelper (>= 7.0.0), cdbs, octave-pkg-dev (>= 0.5.5), quilt
Standards-Version: 3.8.0
Homepage: http://octave.sourceforge.net/miscellaneous
Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/octave-forge-pkgs/octave-miscellaneous/trunk
Modified: octave-forge-pkgs/octave-miscellaneous/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-miscellaneous/trunk/debian/rules 2008-07-08 21:59:49 UTC (rev 2241)
+++ octave-forge-pkgs/octave-miscellaneous/trunk/debian/rules 2008-07-09 05:39:44 UTC (rev 2242)
@@ -3,6 +3,3 @@
include /usr/share/cdbs/1/class/octave-pkg.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-
-clean::
- ( cd src ; rm -rf Makeconf config.log config.status )
More information about the Pkg-octave-commit
mailing list