Source: htpdate
Version: 1.2.0-3
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

htpdate fails to cross build from source, because it strips with the
wrong strip during make install. Doing so breaks
DEB_BUILD_OPTIONS=nostrip and generation of -dbgsym packages in addition
to breaking cross building. The attached patch disables such stripping.
Please consider applying it.

Helmut
diff --minimal -Nru htpdate-1.2.0/debian/changelog 
htpdate-1.2.0/debian/changelog
--- htpdate-1.2.0/debian/changelog      2018-11-29 13:28:19.000000000 +0100
+++ htpdate-1.2.0/debian/changelog      2019-05-19 21:32:37.000000000 +0200
@@ -1,3 +1,10 @@
+htpdate (1.2.0-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Don't strip during dh_auto_install. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 19 May 2019 21:32:37 +0200
+
 htpdate (1.2.0-3) unstable; urgency=medium
 
   * debian/default: improved the grammar.
diff --minimal -Nru htpdate-1.2.0/debian/rules htpdate-1.2.0/debian/rules
--- htpdate-1.2.0/debian/rules  2018-11-29 13:28:19.000000000 +0100
+++ htpdate-1.2.0/debian/rules  2019-05-19 21:32:36.000000000 +0200
@@ -5,3 +5,6 @@
 
 %:
        dh $@
+
+override_dh_auto_install:
+       dh_auto_install -- STRIP=true

Reply via email to