Your message dated Mon, 25 Feb 2008 00:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#467257: fixed in miscfiles 1.4.2.dfsg.1-9
has caused the Debian Bug report #467257,
regarding miscfiles: CFLAGS variable needs to be quoted on commandline
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 [EMAIL PROTECTED]
immediately.)


-- 
467257: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467257
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: miscfiles
Version: 1.4.2.dfsg.1-7
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu ubuntu-patch hardy

Hi Thomas,

The miscfiles debian/rules has an error in the handling of the CFLAGS
variable: since CFLAGS can be set to contain multiple options, it needs to
be quoted when being set on the ./configure commandline, otherwise the shell
will parse it into multiple words and give a build failure.

Attached is a patch which corrects this issue.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
[EMAIL PROTECTED]                                     [EMAIL PROTECTED]
diff -u miscfiles-1.4.2.dfsg.1/debian/rules miscfiles-1.4.2.dfsg.1/debian/rules
--- miscfiles-1.4.2.dfsg.1/debian/rules
+++ miscfiles-1.4.2.dfsg.1/debian/rules
@@ -48,7 +48,7 @@
 configure: stamp-configure
 
 stamp-configure:
-	CC=$(CC) CFLAGS=$(CFLAGS)  ./configure --prefix=/usr \
+	CC=$(CC) CFLAGS="$(CFLAGS)"  ./configure --prefix=/usr \
            && touch stamp-configure
 
 clean:
diff -u miscfiles-1.4.2.dfsg.1/debian/changelog miscfiles-1.4.2.dfsg.1/debian/changelog
--- miscfiles-1.4.2.dfsg.1/debian/changelog
+++ miscfiles-1.4.2.dfsg.1/debian/changelog
@@ -1,3 +1,10 @@
+miscfiles (1.4.2.dfsg.1-7ubuntu1) hardy; urgency=low
+
+  * debian/rules: properly quote CFLAGS when passing them to configure.
+    LP: #194530.
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Sun, 24 Feb 2008 07:32:13 +0000
+
 miscfiles (1.4.2.dfsg.1-7) unstable; urgency=low
 
   * debian/templates: Can't have comments if we aren't using po-debconf.

--- End Message ---
--- Begin Message ---
Source: miscfiles
Source-Version: 1.4.2.dfsg.1-9

We believe that the bug you reported is fixed in the latest version of
miscfiles, which is due to be installed in the Debian FTP archive:

miscfiles_1.4.2.dfsg.1-9.diff.gz
  to pool/main/m/miscfiles/miscfiles_1.4.2.dfsg.1-9.diff.gz
miscfiles_1.4.2.dfsg.1-9.dsc
  to pool/main/m/miscfiles/miscfiles_1.4.2.dfsg.1-9.dsc
miscfiles_1.4.2.dfsg.1-9_all.deb
  to pool/main/m/miscfiles/miscfiles_1.4.2.dfsg.1-9_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Bushnell, BSG <[EMAIL PROTECTED]> (supplier of updated miscfiles package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


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

Format: 1.7
Date: Sun, 24 Feb 2008 18:40:51 -0500
Source: miscfiles
Binary: miscfiles
Architecture: source all
Version: 1.4.2.dfsg.1-9
Distribution: unstable
Urgency: low
Maintainer: Thomas Bushnell, BSG <[EMAIL PROTECTED]>
Changed-By: Thomas Bushnell, BSG <[EMAIL PROTECTED]>
Description: 
 miscfiles  - Dictionaries and other interesting files
Closes: 467257
Changes: 
 miscfiles (1.4.2.dfsg.1-9) unstable; urgency=low
 .
   * debian/rules (stamp-configure): Quote $(CFLAGS) properly.  (Closes:
     #467257)  Thanks to Steve Langasek for the patch.
 .
   * debian/source.lintian-overrides: Remove file since
     not-using-po-debconf is no longer a lintian tag.
 .
   * debian/rules (stamp-binary): Call dh_md5sums toward the end.
   * debian/control (Build-Depends): New variable to require debhelper.
   * debian/compat: New file (level 6).
Files: 
 27414f6cb17f90b0cac162b6ee046640 584 text optional miscfiles_1.4.2.dfsg.1-9.dsc
 370e6a4ff6f2bf72aca16d253e2da5db 27646 text optional 
miscfiles_1.4.2.dfsg.1-9.diff.gz
 e3b84adc277c7196cd470d529b1da710 1331140 text optional 
miscfiles_1.4.2.dfsg.1-9_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHwgNLqMsB9b6fcOoRAholAJ43+zEhaw1VWdJcR/id+TlgnJtyMACfTUBA
4VvLmcFciFxiYT+ksYohfHc=
=Imp2
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to