Package: flowscan
Version: 1.006-11
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
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 
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to