[libfann] 23/133: Update config.{sub, guess} during build using autodev-tools

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:07:45 UTC 2014


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

chrisk-guest pushed a commit to branch master
in repository libfann.

commit 3a4f7b10b021e07bde5e589aa20dc40e3e195adc
Author: Christian Kastner <debian at kvr.at>
Date:   Mon Jun 7 15:21:17 2010 +0200

    Update config.{sub,guess} during build using autodev-tools
---
 debian/changelog | 2 ++
 debian/control   | 1 +
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 142fef1..c7e8b09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,12 +17,14 @@ libfann2 (2.1.0~beta~dfsg-1) UNRELEASED; urgency=low
       other package Recommend or Suggest it
     - Added Build-Depends on naturaldocs for API HTML documentation
     - Removed Build-Depends on docbook-utils (no longer supported by upstream)
+    - Added Build-Depends on autotools-dev to update config.{sub,guess}
   * debian/source/format:
     - Convert to format 3.0 (quilt)
   * debian/rules:
     - Convert to dh syntax
     - Build python extensions for all available python versions
     - Generate API HTML documentation using naturaldocs
+    - Update config.{sub,guess} during build
   * libfann2-py:
     - Rename package to Python Policy-conform python-pyfann
     - Removed debhelper helper files no longer needed because of python-support
diff --git a/debian/control b/debian/control
index f1cd8c6..749a005 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Christian Kastner <debian at kvr.at>
 Standards-Version: 3.8.4
 Build-Depends:
     debhelper (>= 7.0.50~),
+    autotools-dev,
     python-all-dev,
     python-support (>= 0.90),
     swig,
diff --git a/debian/rules b/debian/rules
index f4cca91..4bf7953 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ PYVERS = $(shell pyversions -r -v)
 
 
 %:
-	dh $@
+	dh --with autotools_dev $@
 
 override_dh_auto_build:
 	# Perform regular build process

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git



More information about the debian-science-commits mailing list