[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#901335: id3ren is stripped during make install



Source: id3ren
Version: 1.1b0-7
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

make install strips id3ren. This breaks:
 * Handling of DEB_BUILD_OPTIONS=nostrip -> #437191
 * Generation of a -dbgsym package
 * Cross building (as the build architecture strip is used)

Please consider applying the attached patch or bumping the debhelper
compatibility level to at least 11. Doing so also fixes #437191.

Helmut
diff --minimal -Nru id3ren-1.1b0/debian/changelog id3ren-1.1b0/debian/changelog
--- id3ren-1.1b0/debian/changelog	2016-06-05 07:38:41.000000000 +0200
+++ id3ren-1.1b0/debian/changelog	2018-06-11 17:37:17.000000000 +0200
@@ -1,3 +1,10 @@
+id3ren (1.1b0-7.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't strip during make install. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Mon, 11 Jun 2018 17:37:17 +0200
+
 id3ren (1.1b0-7) unstable; urgency=low
 
   * QA upload.
diff --minimal -Nru id3ren-1.1b0/debian/rules id3ren-1.1b0/debian/rules
--- id3ren-1.1b0/debian/rules	2016-06-05 01:45:20.000000000 +0200
+++ id3ren-1.1b0/debian/rules	2018-06-11 17:37:15.000000000 +0200
@@ -5,3 +5,6 @@
 
 %:
 	dh  $@
+
+override_dh_auto_install:
+	dh_auto_install -- INSTALL='install --strip-program=true'

Reply to: