[Pkg-electronics-commits] [pcb] 03/04: Build with autotools-dev

أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Wed Aug 27 12:40:04 UTC 2014


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

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

commit 1776b8afdfe8bb5fa1d713be2cc0190ac34238f6
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Wed Aug 27 15:03:54 2014 +0300

    Build with autotools-dev
    
    removed outdated_config.diff patch
---
 debian/control                      |  2 +-
 debian/patches/outdated_config.diff | 24 ------------------------
 debian/patches/series               |  1 -
 debian/rules                        |  2 +-
 4 files changed, 2 insertions(+), 27 deletions(-)

diff --git a/debian/control b/debian/control
index fd8f3fd..885d475 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: electronics
 Priority: optional
 Maintainer: Debian Electronics Team <pkg-electronics-devel at lists.alioth.debian.org>
 Uploaders: Hamish Moffatt <hamish at debian.org>, Wesley J. Landaker <wjl at icecavern.net>, Ramakrishnan Muthukrishnan <rkrishnan at debian.org>, أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>, Bdale Garbee <bdale at gag.com>
-Build-Depends: debhelper (>= 9), bison, flex, libgtkglext1-dev, tk8.5, libgd-dev, libdbus-1-dev, libmotif-dev, libxmu-dev, libxml-parser-perl, intltool, imagemagick, gerbv
+Build-Depends: debhelper (>= 9), bison, flex, libgtkglext1-dev, tk8.5, libgd-dev, libdbus-1-dev, libmotif-dev, libxmu-dev, libxml-parser-perl, intltool, imagemagick, gerbv, autotools-dev
 Standards-Version: 3.9.5
 Homepage: http://pcb.geda-project.org/
 Vcs-Git: git://anonscm.debian.org/pkg-electronics/pcb.git
diff --git a/debian/patches/outdated_config.diff b/debian/patches/outdated_config.diff
deleted file mode 100644
index 2f7b2b8..0000000
--- a/debian/patches/outdated_config.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: Patch config.{sub,guess} to call their up-to-date versions.
-Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
---- a/config.guess
-+++ b/config.guess
-@@ -1,4 +1,8 @@
- #! /bin/sh
-+if [ -x /usr/share/misc/config.guess ]; then
-+  exec /usr/share/misc/config.guess "$@"
-+fi
-+
- # Attempt to guess a canonical system name.
- #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- #   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
---- a/config.sub
-+++ b/config.sub
-@@ -1,4 +1,8 @@
- #! /bin/sh
-+if [ -x /usr/share/misc/config.sub ]; then
-+  exec /usr/share/misc/config.sub "$@"
-+fi
-+
- # Configuration validation subroutine script.
- #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- #   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
diff --git a/debian/patches/series b/debian/patches/series
index 6233bda..bfa3bf6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-outdated_config.diff
 disable_hid_png3_test.diff
 drop_check_global_included.patch
 desktop-file-main-category.diff
diff --git a/debian/rules b/debian/rules
index 4d2d214..759ed3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ package = pcb
 CONFIGURE_OPTS=--disable-rpath --enable-dbus --disable-update-desktop-database --disable-update-mime-database --enable-dependency-tracking --enable-coord64 LDFLAGS="$(LDFLAGS) -Wl,--as-needed"
 
 %:
-	dh $@
+	dh $@ --with=autotools_dev
 
 override_dh_auto_configure:
 	dh_auto_configure --builddirectory build_gtk -- $(CONFIGURE_OPTS) --with-gui=gtk

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



More information about the Pkg-electronics-commits mailing list