Your message dated Fri, 04 Jan 2008 22:17:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#457438: fixed in picalib 0.1.5-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: picalib
Version: 0.1.5-2
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu ubuntu-patch hardy
Hello,
your package failed to build in Ubuntu hardy due to a bashism in
debian/rules (/bin/sh is dash in Ubuntu):
,----[ from the Ubuntu build log ]-
| # Move misc. things from /etc/picalib (documentation, changelogs...)
| mv
/build/buildd/picalib-0.1.5/debian/picalib/etc/picalib/Info/{pica-powered,poweredby}.png
/build/buildd/picalib-0.1.5/debian/picalib/usr/share/picalib/Info
| mv: cannot stat
`/build/buildd/picalib-0.1.5/debian/picalib/etc/picalib/Info/{pica-powered,poweredby}.png':
No such file or directory
| make: *** [install] Error 1
| ******************************************************************************
| Build finished at 20071104-2158
| FAILED [dpkg-buildpackage died]
`----
Attached it the patch I used to fix it.
Regards,
Michael
diff -u picalib-0.1.5/debian/rules picalib-0.1.5/debian/rules
--- picalib-0.1.5/debian/rules
+++ picalib-0.1.5/debian/rules
@@ -72,7 +72,8 @@
$(CURDIR)/debian/picalib/usr/share/doc/picalib/$$file; \
done
# Move misc. things from /etc/picalib (documentation, changelogs...)
- mv
$(CURDIR)/debian/picalib/etc/picalib/Info/{pica-powered,poweredby}.png
$(CURDIR)/debian/picalib/usr/share/picalib/Info
+ mv $(CURDIR)/debian/picalib/etc/picalib/Info/pica-powered.png
$(CURDIR)/debian/picalib/usr/share/picalib/Info
+ mv $(CURDIR)/debian/picalib/etc/picalib/Info/poweredby.png
$(CURDIR)/debian/picalib/usr/share/picalib/Info
mv $(CURDIR)/debian/picalib/etc/picalib/PICALib/NOTES
$(CURDIR)/debian/picalib/usr/share/doc/picalib
rm -rf $(CURDIR)/debian/picalib/etc/picalib/PICALib
--- End Message ---
--- Begin Message ---
Source: picalib
Source-Version: 0.1.5-3
We believe that the bug you reported is fixed in the latest version of
picalib, which is due to be installed in the Debian FTP archive:
picalib_0.1.5-3.diff.gz
to pool/main/p/picalib/picalib_0.1.5-3.diff.gz
picalib_0.1.5-3.dsc
to pool/main/p/picalib/picalib_0.1.5-3.dsc
picalib_0.1.5-3_all.deb
to pool/main/p/picalib/picalib_0.1.5-3_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.
Esteban Manchado Velázquez <[EMAIL PROTECTED]> (supplier of updated picalib
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: Fri, 04 Jan 2008 22:39:39 +0100
Source: picalib
Binary: picalib
Architecture: source all
Version: 0.1.5-3
Distribution: unstable
Urgency: low
Maintainer: Esteban Manchado Velázquez <[EMAIL PROTECTED]>
Changed-By: Esteban Manchado Velázquez <[EMAIL PROTECTED]>
Description:
picalib - Set of PICA helper scripts and configuration files
Closes: 457438
Changes:
picalib (0.1.5-3) unstable; urgency=low
.
* Fix bashism in debian/rules (Closes: #457438). Thanks to Michael Bienia.
* Fix one lintian error and one lintian warning.
Files:
30606dfd7fe90a5add9bfe9fa24eb7f6 568 admin optional picalib_0.1.5-3.dsc
9bdb04fcd6f8896a967304dcd4dd4196 9083 admin optional picalib_0.1.5-3.diff.gz
4626ae161db67aabf71cca7017b7180f 72978 admin optional picalib_0.1.5-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHfq4qhYgK5b1UDsERAg3MAJ9LDDjS4hQZoOeGfq8PzlIlp+qg3QCdGmoR
9NzwwxXSvJDnkJg/G+ZGqJM=
=mZbY
-----END PGP SIGNATURE-----
--- End Message ---