[Pkg-octave-commit] [octave-linear-algebra] 01/05: Use the dh-based version of octave-pkg-dev

Rafael Laboissiere rafael at debian.org
Sat Dec 30 18:00:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

rafael pushed a commit to branch master
in repository octave-linear-algebra.

commit 22c69d4fe0c0371a201ea64d7c2a61697bee4aa5
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Fri Dec 29 21:57:06 2017 -0200

    Use the dh-based version of octave-pkg-dev
---
 debian/clean   | 2 ++
 debian/control | 2 +-
 debian/rules   | 6 +-----
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..a1140d5
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,2 @@
+src/pgmres.o
+src/pgmres.oct
diff --git a/debian/control b/debian/control
index d690d99..b0af549 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: math
 Priority: optional
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Sébastien Villemot <sebastien at debian.org>
-Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>> 1.2.0)
+Build-Depends: debhelper (>= 9), octave-pkg-dev (>= 2)
 Standards-Version: 4.1.2
 Homepage: http://octave.sourceforge.net/linear-algebra
 Vcs-Git: https://anonscm.debian.org/git/pkg-octave/octave-linear-algebra.git
diff --git a/debian/rules b/debian/rules
index bcf11a7..7c458b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,4 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-include /usr/share/cdbs/1/class/octave-pkg.mk
-
-# These files are not clean by the build system
-clean::
-	rm -f src/pgmres.o src/pgmres.oct
+include /usr/share/octave-pkg-dev/octave-pkg.mk

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-linear-algebra.git



More information about the Pkg-octave-commit mailing list