[Pkg-octave-commit] r2226 - octave-forge-pkgs/octave-symbolic/trunk/debian
Rafael Laboissiere
rafael at alioth.debian.org
Tue Jul 8 21:17:11 UTC 2008
Author: rafael
Date: 2008-07-08 21:17:11 +0000 (Tue, 08 Jul 2008)
New Revision: 2226
Added:
octave-forge-pkgs/octave-symbolic/trunk/debian/clean
Modified:
octave-forge-pkgs/octave-symbolic/trunk/debian/changelog
octave-forge-pkgs/octave-symbolic/trunk/debian/compat
octave-forge-pkgs/octave-symbolic/trunk/debian/control
octave-forge-pkgs/octave-symbolic/trunk/debian/rules
Log:
Use debian/clean and bump build-dependency on debhelper to >= 7
Modified: octave-forge-pkgs/octave-symbolic/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-symbolic/trunk/debian/changelog 2008-07-08 21:13:01 UTC (rev 2225)
+++ octave-forge-pkgs/octave-symbolic/trunk/debian/changelog 2008-07-08 21:17:11 UTC (rev 2226)
@@ -1,3 +1,12 @@
+octave-symbolic (1.0.6-2) 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 23:16:09 +0200
+
octave-symbolic (1.0.6-1) unstable; urgency=low
[ Ólafur Jens Sigurðsson ]
Added: octave-forge-pkgs/octave-symbolic/trunk/debian/clean
===================================================================
--- octave-forge-pkgs/octave-symbolic/trunk/debian/clean (rev 0)
+++ octave-forge-pkgs/octave-symbolic/trunk/debian/clean 2008-07-08 21:17:11 UTC (rev 2226)
@@ -0,0 +1 @@
+src/Makeconf src/config.log src/config.status
Modified: octave-forge-pkgs/octave-symbolic/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-symbolic/trunk/debian/compat 2008-07-08 21:13:01 UTC (rev 2225)
+++ octave-forge-pkgs/octave-symbolic/trunk/debian/compat 2008-07-08 21:17:11 UTC (rev 2226)
@@ -1 +1 @@
-6
+7
Modified: octave-forge-pkgs/octave-symbolic/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-symbolic/trunk/debian/control 2008-07-08 21:13:01 UTC (rev 2225)
+++ octave-forge-pkgs/octave-symbolic/trunk/debian/control 2008-07-08 21:17:11 UTC (rev 2226)
@@ -6,8 +6,8 @@
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.6), libginac-dev, pkg-config
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 7.0.0), cdbs, octave-pkg-dev (>= 0.5.6), libginac-dev, pkg-config
+Standards-Version: 3.8.0
Homepage: http://octave.sourceforge.net/symbolic
Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/octave-forge-pkgs/octave-symbolic/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-octave/octave-forge-pkgs/octave-symbolic/
Modified: octave-forge-pkgs/octave-symbolic/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-symbolic/trunk/debian/rules 2008-07-08 21:13:01 UTC (rev 2225)
+++ octave-forge-pkgs/octave-symbolic/trunk/debian/rules 2008-07-08 21:17:11 UTC (rev 2226)
@@ -3,8 +3,5 @@
include /usr/share/cdbs/1/class/octave-pkg.mk
-clean::
- ( cd src ; rm -rf Makeconf config.log config.status )
-
install/octave-symbolic::
rm -f debian/octave-symbolic/usr/share/doc/octave-symbolic/INSTALL
More information about the Pkg-octave-commit
mailing list