[Pkg-privacy-commits] [irssi-plugin-otr] 231/267: use dh-autoreconf instead of manual bootstrap code
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:26:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository irssi-plugin-otr.
commit eeb43db27f8e0dd0fa6f6de5f0d7583c2e8f2e37
Author: Antoine Beaupré <anarcat at koumbit.org>
Date: Fri May 10 09:54:36 2013 -0400
use dh-autoreconf instead of manual bootstrap code
this relieves us from manual interaction with the build system and a
bunch of dependencies
---
debian/control | 4 +---
debian/rules | 6 +-----
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index a6fa609..fb4a474 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,8 @@ Section: net
Priority: optional
Maintainer: David Spreen <netzwurm at debian.org>
Build-Depends: debhelper (>= 9),
+ dh-autoreconf,
pkg-config,
- autoconf,
- automake,
- libtool,
libotr5-dev (>= 4.0.0),
irssi-dev (>= 0.8.14),
libglib2.0-dev (>= 2.13.0)
diff --git a/debian/rules b/debian/rules
index 4a39ce0..dd9063b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@
-
-override_dh_auto_configure:
- ./bootstrap
- dh_auto_configure
+ dh $@ --with autoreconf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git
More information about the Pkg-privacy-commits
mailing list