[Pkg-cli-libs-commits] [gnome-keyring-sharp] 01/02: Switch from manual autoreconf to dh-autoreconf

Jo Shields directhex at moszumanska.debian.org
Mon Nov 16 08:54:43 UTC 2015


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

directhex pushed a commit to annotated tag debian/1.0.0-5
in repository gnome-keyring-sharp.

commit f38509b2aea4bfe3cac4fa84b0ec69e989eb0a71
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Mon Nov 16 08:52:25 2015 +0000

    Switch from manual autoreconf to dh-autoreconf
---
 debian/control | 1 +
 debian/rules   | 9 +--------
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index ebd55ea..08a6cd5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org
 Uploaders: Mirco Bauer <meebey at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
  cli-common-dev (>= 0.5.7),
+ dh-autoreconf,
  automake,
  libtool,
  pkg-config (>= 0.9.0),
diff --git a/debian/rules b/debian/rules
index 390382b..71d6907 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,23 +12,16 @@ DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^
 VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
 
 override_dh_auto_configure:
-	autoreconf -v -i -s
 	dh_auto_configure -- CSC=/usr/bin/mono-csc
 
 override_dh_makeclilibs:
 	dh_makeclilibs -m $(DEB_CLI_API_VERSION)
 
-override_dh_clean:
-	dh_clean
-	# delete generated autofoo stuff from above
-	find . -name "Makefile.in" | xargs rm -rf
-	rm -f config.status config.sub config.guess configure ltmain.sh	
-
 override_dh_makeshlibs:
 	# Do nothing.  dh_makeshlibs gets confused by the private glue library
 
 %:
-	dh $@ --with cli
+	dh $@ --with cli,autoreconf
 
 get-orig-source: 
 	mkdir -p ../tarballs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/gnome-keyring-sharp.git



More information about the Pkg-cli-libs-commits mailing list