--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: flowscan: Bashism in debian/rules
- From: Michael Bienia <michael@vorlon.ping.de>
- Date: Wed, 12 Dec 2007 15:06:23 +0100
- Message-id: <20071212140623.GA29996@vorlon.ping.de>
Package: flowscan
Version: 1.006-11
Severity: normal
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch hardy
Hello,
here is the patch I applied to the Ubuntu package to fix the bashism in
debian/rules to get it build successfully.
Regards,
Michael
diff -u flowscan-1.006/debian/rules flowscan-1.006/debian/rules
--- flowscan-1.006/debian/rules
+++ flowscan-1.006/debian/rules
@@ -19,7 +19,7 @@
install -d -m 755 debian/tmp/usr/share/perl5
install -d -m 755 debian/tmp/DEBIAN
install -p -m 644 *.pm debian/tmp/usr/share/perl5
- install -p -m 755 flowscan util/{locker,add_ds.pl,add_txrx,event2vrule,ip2hostname} debian/tmp/usr/bin
+ install -p -m 755 flowscan util/locker util/add_ds.pl util/add_txrx util/event2vrule util/ip2hostname debian/tmp/usr/bin
install -d -m 755 debian/tmp/usr/share/man/man1
install -p -m 644 man/*.1 debian/tmp/usr/share/man/man1
@@ -64,7 +64,7 @@
clean:
$(checkdir)
[ ! -f Makefile ] || $(MAKE) realclean
- -rm -f config.log util/{locker,add_ds.pl,add_txrx,event2vrule,ip2hostname} example/crontab*
+ -rm -f config.log util/locker util/add_ds.pl util/add_txrx util/event2vrule util/ip2hostname example/crontab*
rm -f debian/files debian/substvars
rm -fr debian/tmp
--- End Message ---
--- Begin Message ---
Source: flowscan
Source-Version: 1.006-12
We believe that the bug you reported is fixed in the latest version of
flowscan, which is due to be installed in the Debian FTP archive:
flowscan_1.006-12.diff.gz
to pool/main/f/flowscan/flowscan_1.006-12.diff.gz
flowscan_1.006-12.dsc
to pool/main/f/flowscan/flowscan_1.006-12.dsc
flowscan_1.006-12_all.deb
to pool/main/f/flowscan/flowscan_1.006-12_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 455904@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Lucas Nussbaum <lucas@lucas-nussbaum.net> (supplier of updated flowscan 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 ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 22 Jan 2008 13:42:23 +0100
Source: flowscan
Binary: flowscan
Architecture: source all
Version: 1.006-12
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Lucas Nussbaum <lucas@lucas-nussbaum.net>
Description:
flowscan - flow-based IP traffic analysis and visualization tool
Closes: 455904
Changes:
flowscan (1.006-12) unstable; urgency=low
.
* QA upload.
* debian/rules: fix bashisms (use of {,}). Closes: #455904.
Files:
845bc40c8c538cae7edd78191de38fbd 764 net optional flowscan_1.006-12.dsc
539b82e34b35c3913f97bc10a561147c 32338 net optional flowscan_1.006-12.diff.gz
115a876ba06f0675e1f130e10baf22c5 140384 net optional flowscan_1.006-12_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHlebV2hliNwI7P08RAtt4AKCcJqEDClyMTHuTN7BEW5i70r+/ngCffE+G
wDw3n6Z457+TEPiE+AqSym0=
=AhUJ
-----END PGP SIGNATURE-----
--- End Message ---