[libticonv] 01/01: Replace spaces with tab. Use autoreconf.
Andreas B. Mundt
andi at alioth.debian.org
Sat Aug 10 13:16:21 UTC 2013
This is an automated email from the git hooks/post-receive script.
andi pushed a commit to branch master
in repository libticonv.
commit f2f05ba4ced90178e702e2019796da47a851cdba
Author: Andreas B. Mundt <andi at debian.org>
Date: Sat Aug 10 14:52:16 2013 +0200
Replace spaces with tab. Use autoreconf.
---
debian/control | 4 ++--
debian/rules | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index f5f2435..c1abef6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: libticonv
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Andreas B. Mundt <andi at debian.org>
-Build-Depends: autotools-dev,
- debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 9.0.0),
+ dh-autoreconf,
libglib2.0-dev,
pkg-config,
tfdocgen
diff --git a/debian/rules b/debian/rules
index 6dbb64f..98800da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,12 +5,12 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_strip:
dh_strip --dbg-package=libticonv-dbg
override_dh_clean:
- dh_clean --exclude=build/mingw/ticonv.rc~
+ dh_clean --exclude=build/mingw/ticonv.rc~
.PHONY: override_dh_strip
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libticonv.git
More information about the debian-science-commits
mailing list