[Debian-med-packaging] Bug#901467: libtecla: do not strip during make install
Helmut Grohne
helmut at subdivi.de
Wed Jun 13 18:40:20 BST 2018
Source: libtecla
Version: 1.6.3-2
Tags: patch
User: helmutg at debian.org
Usertags: rebootstrap
libtecla strips during make install. Thus:
* DEB_BUILD_OPTIONS=nostrip produces stripped packages.
* No useful -dbgsym packages can be generated.
* Cross compilation fails (by using the wrong strip).
Please disable such stripping e.g. using the attached patch.
Helmut
-------------- next part --------------
diff --minimal -Nru libtecla-1.6.3/debian/changelog libtecla-1.6.3/debian/changelog
--- libtecla-1.6.3/debian/changelog 2017-08-22 21:42:28.000000000 +0200
+++ libtecla-1.6.3/debian/changelog 2018-06-13 19:31:58.000000000 +0200
@@ -1,3 +1,10 @@
+libtecla (1.6.3-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Do not strip during make install. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de> Wed, 13 Jun 2018 19:31:58 +0200
+
libtecla (1.6.3-2) unstable; urgency=medium
* Moved packaging from SVN to Git
diff --minimal -Nru libtecla-1.6.3/debian/rules libtecla-1.6.3/debian/rules
--- libtecla-1.6.3/debian/rules 2017-08-22 21:42:28.000000000 +0200
+++ libtecla-1.6.3/debian/rules 2018-06-13 19:31:56.000000000 +0200
@@ -3,6 +3,7 @@
export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export STRIPPROG=true
%:
dh $@ --no-parallel
More information about the Debian-med-packaging
mailing list