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

Bug#781413: marked as done (unblock: cdbs/0.4.130)



Your message dated Sun, 29 Mar 2015 13:35:01 +0200
with message-id <5517E365.90501@thykier.net>
and subject line Re: Bug#781413: unblock: cdbs/0.4.130
has caused the Debian Bug report #781413,
regarding unblock: cdbs/0.4.130
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
781413: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781413
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Please unblock package cdbs

Fixes quoting of compiler flags in perlmodule-vars.mk, causing FTBFS of
at least 20 perl libraries.

debdiff attached.

unblock cdbs/0.4.130

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJVFxXrAAoJECx8MUbBoAEhH0MQAIM8z6plqvFXHMSsw49bmWW5
ICHmsxBRZvtB1PJndDaB2gc44qCiHI4ul9Qr6MYXqBEEdcUD4kwazPJXxiQ9j2DW
x4Ncj7fE1uRkvNUA8hVWN1uETVUnij54cULqL1MAs0fq0zQvDmaF0w29aaVhALKe
gZ7Vfarb+6cgu2QnNdxsOEtReInEQbwG9W05RoYCupfa4IZFtwiLUTF6MRxbgKhy
dpqjDwY6w9Ak72xfaq7GdmCrV3PGptR1dWfxpvOEePsZmrwr6DqHO7FJy2vb9vwf
EaZra9k5BJqR1rT8In8t+rxfT4OJqYnZ8BYlt8FRxiru1xmMQXBrV9ALk2qBQz8p
9aVLcUW8NLqfhjCodWZTQxpDilylcPn+MOJ2kngL9eSgTJq1MIOq1L4ep7Bornxx
yhO3MkN/u5O15uuJTVriWizbm8E1ezqA7BP/+gEucfN5hElyydyfZqF7XWvpAMi/
cutrNzApbxhOaqpZk3Zs1bevgj44cn8k0h0VkVESII/H0KMapPi2XADI0Ma24Dxn
fI+IAMOMDTKk84VHefI7QlPiVvGfncfFLT171+BA65E0uAZRBvf20TvtsEV2srp3
d3gYAh6uXdp8X5GMFpGOba2z+eNMQER5h9kO+1nMh+dVePyJfs7FNfag5+uKwFbq
Ph7J0aANd1ggPRBmKVr+
=wJ6j
-----END PGP SIGNATURE-----
diff -Nru cdbs-0.4.129/1/class/perlmodule-vars.mk.in cdbs-0.4.130/1/class/perlmodule-vars.mk.in
--- cdbs-0.4.129/1/class/perlmodule-vars.mk.in	2015-03-06 03:52:06.000000000 +0100
+++ cdbs-0.4.130/1/class/perlmodule-vars.mk.in	2015-03-28 13:24:41.000000000 +0100
@@ -41,8 +41,8 @@
 		$(or $(CPPFLAGS_$(cdbs_curpkg)),$(CPPFLAGS)) \
 		$(cdbs_perl_cppflags))" \
 	LDDLFLAGS="$(strip \
-		$(or $(LDFLAGS_$(cdbs_curpkg)),$(LDFLAGS)))" \
-		$(cdbs_perl_lddlflags) \
+		$(or $(LDFLAGS_$(cdbs_curpkg)),$(LDFLAGS)) \
+		$(cdbs_perl_lddlflags))" \
 	$(DEB_MAKE_PARALLEL)
 
 # Install into first listed package by default.
diff -Nru cdbs-0.4.129/debian/changelog cdbs-0.4.130/debian/changelog
--- cdbs-0.4.129/debian/changelog	2015-03-16 14:15:07.000000000 +0100
+++ cdbs-0.4.130/debian/changelog	2015-03-28 15:21:30.000000000 +0100
@@ -1,3 +1,10 @@
+cdbs (0.4.130) unstable; urgency=medium
+
+  * Fix quoting of compiler flags in perlmodule-vars.mk.
+    Closes: bug#781076. Thanks to Niko Tyni.
+
+ -- Jonas Smedegaard <dr@jones.dk>  Sat, 28 Mar 2015 15:20:37 +0100
+
 cdbs (0.4.129) unstable; urgency=medium
 
   * Fix quoting of compiler flags in perl-makemaker-vars.mk.

--- End Message ---
--- Begin Message ---
On 2015-03-28 21:58, Jonas Smedegaard wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package cdbs
> 
> Fixes quoting of compiler flags in perlmodule-vars.mk, causing FTBFS of
> at least 20 perl libraries.
> 
> debdiff attached.
> 
> unblock cdbs/0.4.130
> 
> 

Unblocked, thanks.

Thanks,
~Niels

--- End Message ---

Reply to: