[Pkg-cli-libs-commits] [gtk-sharp-beans] 02/03: Switch from manual autoreconf to dh-autoreconf

Jo Shields directhex at moszumanska.debian.org
Mon Nov 16 08:27:13 UTC 2015


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

directhex pushed a commit to annotated tag debian/2.14.1-4
in repository gtk-sharp-beans.

commit 65e07e499183c7e611a472e00ae59981852d05b7
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Mon Nov 16 08:19:13 2015 +0000

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

diff --git a/debian/control b/debian/control
index cf2613e..932a5fb 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: Jo Shields <directhex at apebox.org>
 Build-Depends: 
  debhelper (>= 7.0.50~), 
+ dh-autoreconf, 
  cli-common-dev (>= 0.5.7),
  mono-devel (>= 2.4.3),
  gtk-sharp2-gapi (>= 2.12),
diff --git a/debian/rules b/debian/rules
index ad8afe9..046bbb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,7 @@
 #!/usr/bin/make -f
 
 override_dh_auto_configure:
-	autoreconf -f -i -s -I .
 	dh_auto_configure -- CSC=/usr/bin/mono-csc
 
 %:
-	dh --with cli $@
+	dh --with cli,autoreconf $@

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



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