[Pkg-octave-commit] [SCM] octave-statistics branch, master, updated. e7bb306f0bd12bd7643e7ed97f8d0e1d88f4d32f

Rafael Laboissiere rafael at debian.org
Sun May 24 01:56:22 UTC 2009


The following commit has been merged in the master branch:
commit e7bb306f0bd12bd7643e7ed97f8d0e1d88f4d32f
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun May 24 03:45:23 2009 +0200

    Add debian/clean for removing files created at build time
    
    Also, bump the the compatibility level of debhelper to 7, otherwise
    debian/clean does not work.

diff --git a/debian/changelog b/debian/changelog
index 8a52e98..90adaec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,9 +4,15 @@ octave-statistics (1.0.8-1) UNRELEASED; urgency=low
   * debian/patches/data-files-for-tests.diff: New patch to add the
     missing *.dat files, needed for the tests of functions caseread and
     tblread.
+  * debian/clean: Add file for removing the *write*.dat files created when
+    building the package
+  * debian/compat: Bump the compatibility level of debhelper to 7,
+    otherwise debian/clean does not work
   * debian/rules: Include patchsys-quilt.mk
   * debian/control:
-    + (Build-Depends): Add quilt
+    + (Build-Depends):
+      - Add quilt
+      - Bump the dependency on debhelper to >= 7
     + (Standards-Version): Bump to 3.8.1 (no changes needed)
     + (Depends): Add ${misc:Depends} and octave-gsl (for expm1)
     + (Vcs-Git, Vcs-Browser): Adjust to new Git repository
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..5a11144
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+*write*.dat
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 862d967..718aa4f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Ólafur Jens Sigurðsson <ojsbug at gmail.com>,
  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.6.4), quilt
+Build-Depends: debhelper (>= 7), cdbs, octave-pkg-dev (>= 0.6.4), quilt
 Build-Depends-Indep: octave-gsl, octave-miscellaneous
 Standards-Version: 3.8.1
 Homepage: http://octave.sourceforge.net/statistics

-- 
octave-statistics



More information about the Pkg-octave-commit mailing list