[Pkg-privacy-commits] [nautilus-wipe] 135/224: Use dh-autoreconf.

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Jul 7 19:45:43 UTC 2016


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

u-guest pushed a commit to branch master
in repository nautilus-wipe.

commit d2e4d8468b792dc34dd76cfdd808772d5c21e71d
Author: intrigeri <intrigeri at boum.org>
Date:   Wed Aug 17 18:34:45 2011 +0200

    Use dh-autoreconf.
    
    This makes it possible to cherry-pick upstream patches that modify configure.ac.
---
 debian/control | 1 +
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index aeeceed..e066d95 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Intri Geri <intrigeri+debian at boum.org>
 Standards-Version: 3.9.2
 Build-Depends:
  debhelper (>= 8.0.0),
+ dh-autoreconf,
  gnome-doc-utils,
  hardening-wrapper,
  intltool,
diff --git a/debian/rules b/debian/rules
index e147a86..20d8813 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ PACKAGE = nautilus-wipe
 DESTDIR = $(CURDIR)/debian/$(PACKAGE)
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-gtk3

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/nautilus-wipe.git



More information about the Pkg-privacy-commits mailing list