[Pkg-octave-commit] r2247 - octave-forge-pkgs/octave-odepkg/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Thu Jul 10 22:36:48 UTC 2008


Author: rafael
Date: 2008-07-10 22:36:48 +0000 (Thu, 10 Jul 2008)
New Revision: 2247

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


Modified: octave-forge-pkgs/octave-odepkg/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-odepkg/trunk/debian/changelog	2008-07-10 21:23:57 UTC (rev 2246)
+++ octave-forge-pkgs/octave-odepkg/trunk/debian/changelog	2008-07-10 22:36:48 UTC (rev 2247)
@@ -1,3 +1,12 @@
+octave-odepkg (0.6.0-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>  Fri, 11 Jul 2008 00:35:22 +0200
+
 octave-odepkg (0.6.0-1) unstable; urgency=low
 
   [ Ólafur Jens Sigurðsson ]

Added: octave-forge-pkgs/octave-odepkg/trunk/debian/clean
===================================================================
--- octave-forge-pkgs/octave-odepkg/trunk/debian/clean	                        (rev 0)
+++ octave-forge-pkgs/octave-odepkg/trunk/debian/clean	2008-07-10 22:36:48 UTC (rev 2247)
@@ -0,0 +1,2 @@
+src/Makeconf src/config.log src/config.status
+

Modified: octave-forge-pkgs/octave-odepkg/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-odepkg/trunk/debian/compat	2008-07-10 21:23:57 UTC (rev 2246)
+++ octave-forge-pkgs/octave-odepkg/trunk/debian/compat	2008-07-10 22:36:48 UTC (rev 2247)
@@ -1 +1 @@
-6
+7

Modified: octave-forge-pkgs/octave-odepkg/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-odepkg/trunk/debian/control	2008-07-10 21:23:57 UTC (rev 2246)
+++ octave-forge-pkgs/octave-odepkg/trunk/debian/control	2008-07-10 22:36:48 UTC (rev 2247)
@@ -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.5), quilt
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 7.0.0), cdbs, octave-pkg-dev (>= 0.5.5), quilt
+Standards-Version: 3.8.0
 Homepage: http://octave.sourceforge.net/odepkg
 Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/octave-forge-pkgs/octave-odepkg/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-octave/octave-forge-pkgs/octave-odepkg/

Modified: octave-forge-pkgs/octave-odepkg/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-odepkg/trunk/debian/rules	2008-07-10 21:23:57 UTC (rev 2246)
+++ octave-forge-pkgs/octave-odepkg/trunk/debian/rules	2008-07-10 22:36:48 UTC (rev 2247)
@@ -4,9 +4,6 @@
 include /usr/share/cdbs/1/class/octave-pkg.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-clean::
-	( cd src ; rm -f Makeconf config.log config.status )
-
 INFO = octave-odepkg.info
 install/octave-odepkg::
 	cp inst/doc.info $(INFO)




More information about the Pkg-octave-commit mailing list