[libfann] 48/133: Don't handle nostrip, let dh_strip do it

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:07:47 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 4b450422453747cea8229dd0c6c6b4d511d15fdd
Author: Christian Kastner <debian at kvr.at>
Date:   Sun Jun 20 17:29:29 2010 +0200

    Don't handle nostrip, let dh_strip do it
---
 debian/changelog | 2 ++
 debian/rules     | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 68c1e14..3117dd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ libfann (2.1.0~beta~dfsg-2) unstable; urgency=low
     - Capitalize Python, and remove redundant reference to Python extension
   * debian/libfann-dev.dirs:
     - Removed because redundant to dh_install
+  * debian/rules:
+    - Don't handle nostrip, dh_strip handles it for us
 
  -- Christian Kastner <debian at kvr.at>  Sun, 20 Jun 2010 17:48:13 +0200
 
diff --git a/debian/rules b/debian/rules
index 9436281..96444a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,9 +13,6 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 else
 	CFLAGS += -O2
 endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-endif
 
 PYVERS = $(shell pyversions -r -v)
 

-- 
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