[Pkg-octave-commit] r2261 - octave-forge-pkgs/octave-octgpr/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Sat Jul 12 07:41:45 UTC 2008


Author: rafael
Date: 2008-07-12 07:41:45 +0000 (Sat, 12 Jul 2008)
New Revision: 2261

Added:
   octave-forge-pkgs/octave-octgpr/trunk/debian/clean
Modified:
   octave-forge-pkgs/octave-octgpr/trunk/debian/changelog
   octave-forge-pkgs/octave-octgpr/trunk/debian/compat
   octave-forge-pkgs/octave-octgpr/trunk/debian/control
   octave-forge-pkgs/octave-octgpr/trunk/debian/rules
Log:
Use debian/clean and bump build-dependency on debhelper to >= 7


Modified: octave-forge-pkgs/octave-octgpr/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-octgpr/trunk/debian/changelog	2008-07-12 07:40:10 UTC (rev 2260)
+++ octave-forge-pkgs/octave-octgpr/trunk/debian/changelog	2008-07-12 07:41:45 UTC (rev 2261)
@@ -1,6 +1,10 @@
 octave-octgpr (1.1.3-2) UNRELEASED; urgency=low
 
   * debian/control: Bump Standards-Version to 3.8.0 (no changes needed)
+  * 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>  Sat, 12 Jul 2008 09:39:42 +0200
 

Added: octave-forge-pkgs/octave-octgpr/trunk/debian/clean
===================================================================
--- octave-forge-pkgs/octave-octgpr/trunk/debian/clean	                        (rev 0)
+++ octave-forge-pkgs/octave-octgpr/trunk/debian/clean	2008-07-12 07:41:45 UTC (rev 2261)
@@ -0,0 +1 @@
+src/Makeconf src/config.log src/config.status

Modified: octave-forge-pkgs/octave-octgpr/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-octgpr/trunk/debian/compat	2008-07-12 07:40:10 UTC (rev 2260)
+++ octave-forge-pkgs/octave-octgpr/trunk/debian/compat	2008-07-12 07:41:45 UTC (rev 2261)
@@ -1 +1 @@
-6
+7

Modified: octave-forge-pkgs/octave-octgpr/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-octgpr/trunk/debian/control	2008-07-12 07:40:10 UTC (rev 2260)
+++ octave-forge-pkgs/octave-octgpr/trunk/debian/control	2008-07-12 07:41:45 UTC (rev 2261)
@@ -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), gnuplot-nox, quilt
+Build-Depends: debhelper (>= 7.0.0), cdbs, octave-pkg-dev (>= 0.5.5), gnuplot-nox, quilt
 Standards-Version: 3.8.0
 Homepage: http://octave.sourceforge.net/octgpr/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/octave-forge-pkgs/octave-octgpr/trunk

Modified: octave-forge-pkgs/octave-octgpr/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-octgpr/trunk/debian/rules	2008-07-12 07:40:10 UTC (rev 2260)
+++ octave-forge-pkgs/octave-octgpr/trunk/debian/rules	2008-07-12 07:41:45 UTC (rev 2261)
@@ -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