[Pkg-electronics-commits] [geda-gaf] 01/01: fix from Adam Conrad for fork bombing problem
Bdale Garbee
bdale at moszumanska.debian.org
Tue Mar 25 04:49:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
bdale pushed a commit to branch master
in repository geda-gaf.
commit 9b3a60e97552acf90bf03d1e30dd4bb82a11745f
Author: Bdale Garbee <bdale at gag.com>
Date: Mon Mar 24 22:05:22 2014 -0600
fix from Adam Conrad for fork bombing problem
---
debian/changelog | 4 +++-
debian/control | 4 ++--
debian/rules | 6 +-----
3 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 15cd0ba..02c0f43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ geda-gaf (1:1.8.2-3) unstable; urgency=low
* guile-1.8-dev will be removed from unstable soon, so remove it as an
option from build-deps
+ * patch from Adam Conrad, using dh_autoreconf seems to resolve the fork
+ bombing problem, closes: #724922, 726408
- -- Bdale Garbee <bdale at gag.com> Sat, 08 Feb 2014 22:25:29 -0700
+ -- Bdale Garbee <bdale at gag.com> Mon, 24 Mar 2014 22:05:04 -0600
geda-gaf (1:1.8.2-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 0d18b71..d1c131f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: electronics
Priority: optional
Maintainer: Debian Electronics Team <pkg-electronics-devel at lists.alioth.debian.org>
Uploaders: Peter Clifton <pcjc2 at cam.ac.uk>, أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>, Hamish Moffatt <hamish at debian.org>, Bdale Garbee <bdale at gag.com>
-Standards-Version: 3.9.4
-Build-Depends: debhelper (>= 9), libgtk2.0-dev (>= 2.16.0), guile-2.0-dev, libgd-dev, libxml-parser-perl, ghostscript, transfig, libstroke0-dev, groff, libglib2.0-dev, flex, intltool, autotools-dev
+Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9), libgtk2.0-dev (>= 2.16.0), guile-2.0-dev, libgd-dev, libxml-parser-perl, ghostscript, transfig, libstroke0-dev, groff, libglib2.0-dev, flex, intltool, dh-autoreconf
Homepage: http://geda.seul.org/
Vcs-Git: git://anonscm.debian.org/pkg-electronics/geda-gaf.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-electronics/geda-gaf.git
diff --git a/debian/rules b/debian/rules
index ee2d6fa..73c493a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ DEB_BUILD_ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
TEST_HOME=$(CURDIR)/tmp-home
%:
- dh $@ --with autotools_dev
+ dh $@ --with autoreconf
override_dh_clean:
# gnetlist.orig is an upstream file that should not be removed:
@@ -18,12 +18,8 @@ override_dh_auto_configure:
--disable-rpath LDFLAGS="$(LDFLAGS) -Wl,--as-needed"
override_dh_auto_test:
-ifneq (${DEB_BUILD_ARCH},armel)
- ifneq (${DEB_BUILD_ARCH},armhf)
mkdir -p $(TEST_HOME)
HOME=$(TEST_HOME) dh_auto_test
- endif
-endif
LIBPKG=libgeda42
DEVPKG=libgeda-dev
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/geda-gaf.git
More information about the Pkg-electronics-commits
mailing list