[Pkg-octave-commit] [SCM] octave-multicore branch, master, updated. 819d0231fe2f5cc1b05db9ecfb9736d79c6c3837

Rafael Laboissiere rafael at debian.org
Fri May 22 20:45:49 UTC 2009


The following commit has been merged in the master branch:
commit 4ae5aa3c70b9aeb9ec7e25b6d5573c510c090401
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Fri May 22 22:41:35 2009 +0200

    Remove the src/existfile.mex fiel when cleaning the pacakge
    
    For debian/clean to work, bump the debhelper compatibility level to 7.
    Also, drop the useless clean rule in debian/rules.

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..d7b6c59
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+src/existfile.mex
diff --git a/debian/compat b/debian/compat
index 1e8b314..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-6
+7
diff --git a/debian/control b/debian/control
index a5f6e62..13456d8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Ólafur Jens Sigurðsson <ojsbug at gmail.com>,
  Rafael Laboissiere <rafael at debian.org>,
  Thomas Weber <thomas.weber.mail at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.6.4)
+Build-Depends: debhelper (>= 7), cdbs, octave-pkg-dev (>= 0.6.4)
 Standards-Version: 3.8.1
 Homepage: http://octave.sourceforge.net/multicore
 Vcs-Git: git://git.debian.org/git/pkg-octave/octave-multicore.git
diff --git a/debian/rules b/debian/rules
index 833b313..71fb86c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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

-- 
octave-multicore



More information about the Pkg-octave-commit mailing list