Your message dated Mon, 05 Apr 2010 03:47:22 +0000
with message-id <[email protected]>
and subject line Bug#576447: fixed in haskell-devscripts 0.7.7
has caused the Debian Bug report #576447,
regarding haskell-devscripts: Haskell cleanup fails if optional hlibrary.setup 
is missing
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.)


-- 
576447: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576447
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: haskell-devscripts
Version: 0.7.6
Severity: important

The clean rule contains the following:

  [ -x "$(DEB_SETUP_BIN_NAME)" ] && $(DEB_SETUP_BIN_NAME) clean

That is plain wrong, as it will then fail if the test fails.

The following (untested!) should work:

  [ ! -x "$(DEB_SETUP_BIN_NAME)" ] || $(DEB_SETUP_BIN_NAME) clean

For an example of what this affects, see here:
https://buildd.debian.org/fetch.cgi?pkg=pandoc&arch=i386&ver=1.5.1.1-1&stamp=1270352485&file=log

Kind regards,

 - Jonas


P.S.

My offer to adopt hlibrary.mk as part of cdbs still stands.  And I will
gladly help you get proper access so as to be able to speedily apply any
Haskell-specific changes.



--- End Message ---
--- Begin Message ---
Source: haskell-devscripts
Source-Version: 0.7.7

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

haskell-devscripts_0.7.7.dsc
  to main/h/haskell-devscripts/haskell-devscripts_0.7.7.dsc
haskell-devscripts_0.7.7.tar.gz
  to main/h/haskell-devscripts/haskell-devscripts_0.7.7.tar.gz
haskell-devscripts_0.7.7_all.deb
  to main/h/haskell-devscripts/haskell-devscripts_0.7.7_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.
Marco TĂșlio Gontijo e Silva <[email protected]> (supplier of updated 
haskell-devscripts 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.8
Date: Sun, 04 Apr 2010 22:36:51 -0300
Source: haskell-devscripts
Binary: haskell-devscripts
Architecture: source all
Version: 0.7.7
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
<[email protected]>
Changed-By: Marco TĂșlio Gontijo e Silva <[email protected]>
Description: 
 haskell-devscripts - Tools to help Debian developers build Haskell packages
Closes: 576447
Changes: 
 haskell-devscripts (0.7.7) unstable; urgency=low
 .
   * Fix "Haskell cleanup fails if optional hlibrary.setup is missing"
     changing the way the shell conditional is done.  Thanks to Jonas
     Smedegaard <[email protected]>. (Closes: #576447)
Checksums-Sha1: 
 94562b64a0f0ca99678f31a031af71ae1c8f8b13 1099 haskell-devscripts_0.7.7.dsc
 ccc816d520ae38a25581c395572d57e46c97bba4 25182 haskell-devscripts_0.7.7.tar.gz
 7039729352164a01badc7f4765c634a311c7abb4 27046 haskell-devscripts_0.7.7_all.deb
Checksums-Sha256: 
 65d42b086dece8526bc3f6416aa570a29f0cd549e3c1e3f146987c203c21f5d7 1099 
haskell-devscripts_0.7.7.dsc
 a57be576f6ef5e258c85e04243ed2c170a86d286861f470de103784f9bfe9313 25182 
haskell-devscripts_0.7.7.tar.gz
 1b72f8b31e5697054f30f19334b1c96390e1b309fc7f1a379fd3eac47fc88b58 27046 
haskell-devscripts_0.7.7_all.deb
Files: 
 ad6b1216ee5b57bf910f3c01a0e9d5e6 1099 haskell extra 
haskell-devscripts_0.7.7.dsc
 699be957ff98ec3ab663f9b43e443ff1 25182 haskell extra 
haskell-devscripts_0.7.7.tar.gz
 6e1cb7e11081223e90876d502d7cf2f5 27046 haskell extra 
haskell-devscripts_0.7.7_all.deb

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

iEYEARECAAYFAku5TfgACgkQhAwOmkV1TkTXeQCeKeNhE/wetecBoEAu2NCGyCsj
LwwAniOcbmLtK0YtjthXycqTOq6BJYXM
=9a7a
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to