[Pkg-privacy-commits] [nautilus-wipe] 190/224: Run autogen.sh instead of dh-autoreconf. So, build-depend on libtool.

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Jul 7 19:45:49 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 d6ecb70a8c9d33d710cac2a38357e8746cd1aa72
Author: intrigeri <intrigeri at boum.org>
Date:   Thu May 16 15:28:24 2013 +0200

    Run autogen.sh instead of dh-autoreconf. So, build-depend on libtool.
    
    We don't import generated upstream stuff anymore.
---
 debian/control | 2 +-
 debian/rules   | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index e454d6e..0fd87c7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,12 @@ Standards-Version: 3.9.3
 Build-Depends:
  automake (>= 1:1.11),
  debhelper (>= 9.0.0),
- dh-autoreconf,
  dpkg-dev (>= 1.16.1.1~),
  gnome-doc-utils,
  intltool,
  libgsecuredelete-dev (>= 0.1-1~),
  libgtk-3-dev,
+ libtool,
  libnautilus-extension-dev (>= 3.0.0),
  rarian-compat
 Homepage: http://wipetools.tuxfamily.org/nautilus-wipe.html
diff --git a/debian/rules b/debian/rules
index c21587f..1b7dba7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,11 @@ PACKAGE = nautilus-wipe
 DESTDIR = $(CURDIR)/debian/$(PACKAGE)
 
 %:
-	dh $@ --with autoreconf
+	dh $@
+
+override_dh_auto_configure:
+	./autogen.sh
+	dh_auto_configure
 
 override_dh_auto_install:
 	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