[X2Go-Commits] [pinentry-x2go] 09/14: debian/rules: Re-add --with autoreconf and --parallel as we use DH compat level 9.

git-admin at x2go.org git-admin at x2go.org
Sun Nov 11 13:26:33 CET 2018


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

x2go pushed a commit to branch master
in repository pinentry-x2go.

commit ea9a2b4f511831598519ae3a345f1b3f08fadfc3
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Nov 11 13:01:57 2018 +0100

    debian/rules: Re-add --with autoreconf and --parallel as we use DH compat level 9.
---
 ChangeLog        | 1 -
 debian/changelog | 1 +
 debian/rules     | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
deleted file mode 120000
index 94e9d8f..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1 +0,0 @@
-/home/mike/MyDocuments/4projects/x2go-upstream/pinentry-x2go.upstream/pinentry-x2go/debian/changelog
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 2aa745c..c2632c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low
     + Set to DH compat level version 9.
   * debian/rules:
     + Adopt from official Debian package.
+    + Re-add --with autoreconf and --parallel as we use DH compat level 9.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Sun, 07 Jun 2015 00:31:14 +0200
 
diff --git a/debian/rules b/debian/rules
index 65bcfd6..858ca9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ include /usr/share/dpkg/buildflags.mk
 export QT_SELECT=qt5
 
 %:
-	dh $@
+	dh $@ --with autoreconf --parallel
 
 override_dh_autoreconf:
 	ln -s debian/upstream/changelog ChangeLog

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git


More information about the x2go-commits mailing list