control: tags -1 +patch

Hi,

please consider attached patch for these three incarnations of the same bug. 
It just removes -fdebug-prefix-map from the --configure line embedded into 
curl-config.

Inclusion of this patch into a stable update would also be nice given the rate 
of curl security updates that needs a dpkg --force-overwrite.


Regards
Timo
-- 
WIBU-SYSTEMS AG
Rüppurrer Strasse 52-54
76137 Karlsruhe
Germany
Tel: +49 721 93172-302
Fax: +49 721 93172-22

timo.weingaert...@wibu.com
http://www.wibu.com/

Vorstand: Oliver Winzenried
Aufsichtsratsvorsitzender: Marcellus Buchheit
HRB 107315 Mannheim
--- a/debian/rules
+++ b/debian/rules
@@ -97,9 +97,12 @@ override_dh_install:
 #    package.
 # 3. Likewise, replace the architecture name used for --build (and
 #    build_alias) with a literal backquoted call to dpkg-architecture.
+# 4. In --configure output, remove
+#    -fdebug-prefix-map=/buildd/specific/random/path=.
 	sed -e "/-lcurl /s|`krb5-config --libs gssapi`|\`krb5-config --libs gssapi\`|" \
 	    -e "/--prefix/s|/$(DEB_HOST_MULTIARCH)'|/'\\\\\`dpkg-architecture -qDEB_HOST_MULTIARCH\\\\\`|g" \
 	    -e "/--prefix/s|=$(DEB_BUILD_GNU_TYPE)'|='\\\\\`dpkg-architecture -qDEB_BUILD_GNU_TYPE\\\\\`|g" \
+	    -e "/-fdebug-prefix-map=/s|\(-fdebug-prefix-map=\)/[^ ]*=.||" \
 	    -i `find . -name curl-config`
 
 override_dh_installchangelogs:

Reply via email to