Your message dated Mon, 21 Jan 2008 21:17:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#455895: fixed in blitz++ 1:0.9-6.1
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: blitz++
Version: 0.9-6
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu ubuntu-patch hardy
Hello,
here is the patch I needed to apply to get blitz++ build in Ubuntu.
The changes to debian/rules are:
- expand the {} braces
- make debian/d-shlibmove executable and call it instead of source it
(bad idea to source a bash script in dash)
Regards,
Michael
diff -u blitz++-0.9/debian/rules blitz++-0.9/debian/rules
--- blitz++-0.9/debian/rules
+++ blitz++-0.9/debian/rules
@@ -43,9 +43,12 @@
# afterwards
mkdir -p `pwd`/debian/tmp/$(PREFIX)/share/doc/libblitz-doc/html
mv `pwd`/debian/tmp/$(PREFIX)/share/doc/blitz-0.9/d*
`pwd`/debian/tmp/$(PREFIX)/share/doc/libblitz-doc/html
- mv `pwd`/debian/tmp/$(PREFIX)/share/doc/blitz-0.9/*.{html,gif,jpg}
`pwd`/debian/tmp/$(PREFIX)/share/doc/libblitz-doc/html
+ mv `pwd`/debian/tmp/$(PREFIX)/share/doc/blitz-0.9/*.html
`pwd`/debian/tmp/$(PREFIX)/share/doc/libblitz-doc/html
+ mv `pwd`/debian/tmp/$(PREFIX)/share/doc/blitz-0.9/*.gif
`pwd`/debian/tmp/$(PREFIX)/share/doc/libblitz-doc/html
+ mv `pwd`/debian/tmp/$(PREFIX)/share/doc/blitz-0.9/*.jpg
`pwd`/debian/tmp/$(PREFIX)/share/doc/libblitz-doc/html
# Care for dynamic library
- . debian/d-shlibmove --ldbl --commit \
+ chmod +x debian/d-shlibmove
+ debian/d-shlibmove --ldbl --commit \
--movedev "debian/tmp/usr/include/*" usr/include \
--movedev "debian/tmp/usr/lib/pkgconfig/*"
usr/lib/pkgconfig \
debian/tmp/usr/lib/$(libname).so
--- End Message ---
--- Begin Message ---
Source: blitz++
Source-Version: 1:0.9-6.1
We believe that the bug you reported is fixed in the latest version of
blitz++, which is due to be installed in the Debian FTP archive:
blitz++_0.9-6.1.diff.gz
to pool/main/b/blitz++/blitz++_0.9-6.1.diff.gz
blitz++_0.9-6.1.dsc
to pool/main/b/blitz++/blitz++_0.9-6.1.dsc
libblitz-doc_0.9-6.1_all.deb
to pool/main/b/blitz++/libblitz-doc_0.9-6.1_all.deb
libblitz0-dev_0.9-6.1_i386.deb
to pool/main/b/blitz++/libblitz0-dev_0.9-6.1_i386.deb
libblitz0ldbl_0.9-6.1_i386.deb
to pool/main/b/blitz++/libblitz0ldbl_0.9-6.1_i386.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.
Lucas Nussbaum <[EMAIL PROTECTED]> (supplier of updated blitz++ 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, 20 Jan 2008 18:54:36 +0100
Source: blitz++
Binary: libblitz0-dev libblitz0ldbl libblitz-doc
Architecture: source all i386
Version: 1:0.9-6.1
Distribution: unstable
Urgency: low
Maintainer: Konstantinos Margaritis <[EMAIL PROTECTED]>
Changed-By: Lucas Nussbaum <[EMAIL PROTECTED]>
Description:
libblitz-doc - C++ template class library for scientific computing
libblitz0-dev - C++ template class library for scientific computing
libblitz0ldbl - C++ template class library for scientific computing
Closes: 455895
Changes:
blitz++ (1:0.9-6.1) unstable; urgency=low
.
* Non-maintainer upload.
* debian/rules: fix bashism. Closes: #455895.
Files:
6dbe68ad582f78cdb24e7cef4a09cf1a 882 devel extra blitz++_0.9-6.1.dsc
c60b2f27083c1ded3210ec79c00a87f9 162050 devel extra blitz++_0.9-6.1.diff.gz
297c7842c1c17eb01e2c378b79e67281 3303522 doc extra libblitz-doc_0.9-6.1_all.deb
d02ea8799d07334c3092167916161abd 111774 libs extra
libblitz0ldbl_0.9-6.1_i386.deb
8368cf9ebffd0493173df4c1eecc2365 318006 devel extra
libblitz0-dev_0.9-6.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHk5CZ2hliNwI7P08RAipJAJ4494R91wyYgyTLUogL4LREbpuVmgCfROgn
lWUOxKnIA4UPL0feTfrr8S4=
=qIkS
-----END PGP SIGNATURE-----
--- End Message ---