Source: paxctld Version: 1.2.1-1 Tags: patch paxctld fails to cross build from source, because it strips during installation with the build architecture strip. That also breaks the generation of -dbgsym packages. Nullifying strip by setting STRIP=strip makes both cross build succeed and produces a -dbgsym package. Please consider applying the attached patch after stretch is released.
Helmut
diff --minimal -Nru paxctld-1.2.1/debian/changelog paxctld-1.2.1/debian/changelog --- paxctld-1.2.1/debian/changelog 2016-12-25 11:43:52.000000000 +0100 +++ paxctld-1.2.1/debian/changelog 2017-01-30 16:15:00.000000000 +0100 @@ -1,3 +1,10 @@ +paxctld (1.2.1-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Do not strip before dh_strip (closes: #-1). + + -- Helmut Grohne <hel...@subdivi.de> Mon, 30 Jan 2017 16:15:00 +0100 + paxctld (1.2.1-1) unstable; urgency=low * New upstream release. diff --minimal -Nru paxctld-1.2.1/debian/rules paxctld-1.2.1/debian/rules --- paxctld-1.2.1/debian/rules 2016-01-16 08:51:45.000000000 +0100 +++ paxctld-1.2.1/debian/rules 2017-01-30 16:15:00.000000000 +0100 @@ -6,3 +6,6 @@ %: dh $@ --parallel + +override_dh_auto_install: + dh_auto_install -- STRIP=true