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

Rafael Laboissiere rafael at debian.org
Sat Dec 30 17:58:33 UTC 2017


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

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

commit cd58812ea4aedcf17ce0c2c564e26afecf19dc3d
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/control | 2 +-
 debian/rules   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 86a4ef1..94915da 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: Rafael Laboissiere <rafael at debian.org>
-Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>> 1.2.0), python-lxml,
+Build-Depends: debhelper (>= 9), octave-pkg-dev (>= 2), python-lxml,
  gnuplot-nox
 Standards-Version: 4.1.2
 Homepage: http://octave.sourceforge.net/geometry/
diff --git a/debian/rules b/debian/rules
index 5ce3c13..a34918c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,12 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-include /usr/share/cdbs/1/class/octave-pkg.mk
+include /usr/share/octave-pkg-dev/octave-pkg.mk
 
 OCTPKG_EXCLUDE_TEST = drawLine.m
 
 pkg = octave-geometry
 
-install/$(pkg)::
+install/$(pkg):
 	# Remove file with Python bytecode
 	find debian/$(pkg) -name \*.pyc -exec rm \{} \;

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



More information about the Pkg-octave-commit mailing list