[Pkg-privacy-commits] [nautilus-wipe] 35/37: Switch back to dh-autoreconf instead of running autogen.sh.
Intrigeri
intrigeri at moszumanska.debian.org
Wed Dec 7 18:46:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to branch master
in repository nautilus-wipe.
commit 082f587aa545af773a1b88ac3d1a75dcfe6707b5
Author: intrigeri <intrigeri at boum.org>
Date: Wed Dec 7 18:28:40 2016 +0000
Switch back to dh-autoreconf instead of running autogen.sh.
This reverts commit d6ecb70a8c9d33d710cac2a38357e8746cd1aa72.
---
debian/control | 2 +-
debian/rules | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 945909f..c01579e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,11 @@ Section: utils
Priority: optional
Build-Depends: automake,
debhelper (>= 9.0.0),
+ dh-autoreconf,
dpkg-dev (>= 1.16.1.1~),
intltool,
libgsecuredelete-dev (>= 0.3),
libgtk-3-dev,
- libtool,
libnautilus-extension-dev (>= 3.0.0),
yelp-tools
Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index dbaf91a..db8dd22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,9 @@ PACKAGE = nautilus-wipe
DESTDIR = $(CURDIR)/debian/$(PACKAGE)
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_auto_configure:
- ./autogen.sh
dh_auto_configure -- --disable-silent-rules
override_dh_auto_install:
--
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