[Pkg-nagios-changes] [pkg-icinga2] 10/17: Removed git-buildpackage config and instead added code to invoke autogensh in debian/rules
Markus Frosch
lazyfrosch-guest at alioth.debian.org
Wed Oct 9 20:19:00 UTC 2013
This is an automated email from the git hooks/post-receive script.
lazyfrosch-guest pushed a commit to branch master
in repository pkg-icinga2.
commit 79fa197c70a0c71e6376c80afbb676408e6c1ddb
Author: Gunnar Beutner <gunnar.beutner at netways.de>
Date: Fri Sep 21 14:03:43 2012 +0200
Removed git-buildpackage config and instead added code to invoke autogensh in debian/rules
---
debian/gbp.conf | 2 --
debian/rules | 6 ++++++
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/gbp.conf b/debian/gbp.conf
deleted file mode 100644
index a2c0dbe..0000000
--- a/debian/gbp.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[git-buildpackage]
-prebuild = NOCONFIGURE=1 ./autogen.sh
diff --git a/debian/rules b/debian/rules
index 68e1e8c..8810381 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,9 @@
%:
dh $@
+config.status:
+ dh_testdir
+ ./autogen.sh
+ cp -f /usr/share/misc/config.sub config.sub
+ cp -f /usr/share/misc/config.guess config.guess
+ dh_auto_configure
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga2.git
More information about the Pkg-nagios-changes
mailing list