[Pkg-electronics-commits] [gerbv] 03/04: No need for autotools-dev sequence and dh-autoreconf dependency since we are using compat level 10

أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmoudy at users.sourceforge.net
Sun Nov 19 09:01:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

aelmahmoudy-guest pushed a commit to branch master
in repository gerbv.

commit d1846fcba2ddf41737d9572e2cabef73dfcfacfa
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
Date:   Sun Nov 19 09:50:53 2017 +0100

    No need for autotools-dev sequence and dh-autoreconf dependency since we are using compat level 10
---
 debian/control | 4 +---
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 935b1e6..ae25125 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,7 @@ Maintainer: Debian Electronics Team <pkg-electronics-devel at lists.alioth.debian.o
 Uploaders: Ramakrishnan Muthukrishnan <rkrishnan at debian.org>,
            Gudjon I. Gudjonsson <gudjon at gudjon.org>
 Standards-Version: 4.1.1
-Build-Depends: autotools-dev,
-               debhelper (>= 10),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10),
                libcairo2-dev,
                libglib2.0-dev,
                libgtk2.0-dev,
diff --git a/debian/rules b/debian/rules
index c97b357..cb23ad2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autotools_dev
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-update-desktop-database LDFLAGS="$(LDFLAGS) -ldl"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gerbv.git



More information about the Pkg-electronics-commits mailing list