[Pkg-electronics-commits] [gtkwave] 03/05: dh-autoreconf is now used by default
Dr. Tobias Quathamer
toddy at debian.org
Tue Jan 10 10:36:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
toddy pushed a commit to branch master
in repository gtkwave.
commit 52aa08f4ee614a51ea7c01e3f8897a499ed09cf6
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date: Tue Jan 10 11:28:09 2017 +0100
dh-autoreconf is now used by default
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 80b3b12..8bba41a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Electronics Team <pkg-electronics-devel at lists.alioth.debian.org>
Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 10), dh-autoreconf, libgtk2.0-dev, zlib1g-dev,
+Build-Depends: debhelper (>= 10), libgtk2.0-dev, zlib1g-dev,
libbz2-dev, flex, gperf, tcl-dev, tk-dev, liblzma-dev, libjudy-dev,
libgconf2-dev
Homepage: http://gtkwave.sourceforge.net/
diff --git a/debian/rules b/debian/rules
index 2b15632..225b5c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ ifneq (,$(filter %amd64 avr32 %i386 m68k powerpc s390 s390x, $(DEB_HOST_ARCH) ))
endif
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- --enable-judy --with-gconf $(STRUCT_PACK) CPPFLAGS="$(CPPFLAGS) -D_LARGEFILE64_SOURCE" LDFLAGS="$(LDFLAGS) -Wl,--as-needed"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gtkwave.git
More information about the Pkg-electronics-commits
mailing list