[Pkg-octave-commit] [octave-pkg-dev] 02/03: Use dh instead of CDBS for building the package

Rafael Laboissiere rafael at debian.org
Wed Dec 27 23:05:56 UTC 2017


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

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

commit 9e6edcdd520faf9b025cfc31cd0938f45bd48a67
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Wed Dec 27 21:02:49 2017 -0200

    Use dh instead of CDBS for building the package
---
 debian/control | 1 -
 debian/rules   | 5 +++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index a559e63..a49713f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Sébastien Villemot <sebastien at debian.org>,
 Section: devel
 Priority: optional
 Build-Depends: debhelper (>= 10),
-               cdbs,
                libdpkg-perl,
                libparse-debcontrol-perl
 Standards-Version: 4.1.2
diff --git a/debian/rules b/debian/rules
index ff47733..7aad441 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,10 @@
 #
 # debian/rules for the octave-pkg-dev Debian package
 
-include /usr/share/cdbs/1/rules/debhelper.mk
+%:
+	dh $@
 
-build/octave-pkg-dev::
+override_dh_auto_build:
 	chmod +x octave-pkg-helper
 	chmod +x substitute.pl
 	./substitute.pl

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



More information about the Pkg-octave-commit mailing list