[Pkg-octave-commit] r2263 - octave-forge-pkgs/octave-missing-functions/trunk/debian

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


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

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


Modified: octave-forge-pkgs/octave-missing-functions/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-missing-functions/trunk/debian/changelog	2008-07-12 07:44:23 UTC (rev 2262)
+++ octave-forge-pkgs/octave-missing-functions/trunk/debian/changelog	2008-07-12 07:45:14 UTC (rev 2263)
@@ -1,3 +1,12 @@
+octave-missing-functions (1.0.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>  Sat, 12 Jul 2008 09:44:38 +0200
+
 octave-missing-functions (1.0.0-1) unstable; urgency=low
 
   [ Olafur Jens Sigurdsson ]

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

Modified: octave-forge-pkgs/octave-missing-functions/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-missing-functions/trunk/debian/compat	2008-07-12 07:44:23 UTC (rev 2262)
+++ octave-forge-pkgs/octave-missing-functions/trunk/debian/compat	2008-07-12 07:45:14 UTC (rev 2263)
@@ -1 +1 @@
-6
+7

Modified: octave-forge-pkgs/octave-missing-functions/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-missing-functions/trunk/debian/control	2008-07-12 07:44:23 UTC (rev 2262)
+++ octave-forge-pkgs/octave-missing-functions/trunk/debian/control	2008-07-12 07:45:14 UTC (rev 2263)
@@ -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)
+Build-Depends: debhelper (>= 7.0.0), cdbs, octave-pkg-dev (>= 0.5.5)
 Standards-Version: 3.7.3
 Homepage: http://octave.sourceforge.net/missing-functions
 Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/octave-forge-pkgs/octave-missing-functions/trunk

Modified: octave-forge-pkgs/octave-missing-functions/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-missing-functions/trunk/debian/rules	2008-07-12 07:44:23 UTC (rev 2262)
+++ octave-forge-pkgs/octave-missing-functions/trunk/debian/rules	2008-07-12 07:45:14 UTC (rev 2263)
@@ -2,6 +2,3 @@
 # -*- makefile -*-
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
-
-clean::
-	rm -rf src/Makeconf src/config.log src/config.status




More information about the Pkg-octave-commit mailing list