[Pkg-gridengine-commits] [pkg-gridengine] 01/02: Update to debhelper 10

Afif Elghraoui afif at moszumanska.debian.org
Sat Dec 10 21:22:03 UTC 2016


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

afif pushed a commit to branch master
in repository pkg-gridengine.

commit 0d81304ac951e896c2b54325b765985eb9c1770f
Author: Afif Elghraoui <afif at debian.org>
Date:   Sat Dec 10 12:41:18 2016 -0800

    Update to debhelper 10
    
    These changes simplify the packaging somewhat:
    * parallel building by default
    * integration of autotools helper
---
 debian/compat  | 2 +-
 debian/control | 3 +--
 debian/rules   | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 73d54b3..566547a 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,7 @@ Uploaders: Dave Love <d.love at liverpool.ac.uk>,
            Mark Hymers <mhy at debian.org>,
            Michael Banck <mbanck at debian.org>
 Build-Depends:
-	debhelper (>= 9),
-	dh-autoreconf,
+	debhelper (>= 10),
 	autotools-dev,
 	tcsh | c-shell,
 	libdb-dev,
diff --git a/debian/rules b/debian/rules
index e166f92..1d2977b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ SGE_ARCH = $(shell source/dist/util/arch)
 export JAVA_HOME=/usr/lib/jvm/default-java
 
 %:
-	dh $@ --parallel --with autoreconf,autotools-dev
+	dh $@
 
 override_dh_auto_build:
 	cd source \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gridengine/pkg-gridengine.git



More information about the Pkg-gridengine-commits mailing list