[Pkg-octave-commit] [octave-dataframe] 01/04: Use the dh-based version of octave-pkg-dev

Rafael Laboissiere rafael at debian.org
Sat Dec 30 14:41:24 UTC 2017


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

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

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

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

diff --git a/debian/control b/debian/control
index ad12615..25c3bb2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Sébastien Villemot <sebastien at debian.org>
 Section: math
 Priority: optional
 Build-Depends: debhelper (>= 10),
-               cdbs,
-               octave-pkg-dev (>= 1.1.2)
+               octave-pkg-dev (>= 2)
 Standards-Version: 4.1.2
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-octave/octave-dataframe.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-octave/octave-dataframe.git
diff --git a/debian/rules b/debian/rules
index e820fcd..0b3e20a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-include /usr/share/cdbs/1/class/octave-pkg.mk
+include /usr/share/octave-pkg-dev/octave-pkg.mk
 
 pkg = octave-dataframe
 
-install/$(pkg)::
+install/$(pkg):
 	chmod -x $$(find debian -name df_name2idx.m)

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



More information about the Pkg-octave-commit mailing list