Package: vstream-client Severity: normal Hello maintainer,
I have been fix bashism in debian/rules and patch is in attach file Thank you Chanchai Junlouchai -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u vstream-client-1.2/debian/rules vstream-client-1.2/debian/rules --- vstream-client-1.2/debian/rules +++ vstream-client-1.2/debian/rules @@ -64,7 +64,7 @@ # Add here commands to clean up after the build process. #[ ! -f Makefile ] || $(MAKE) distclean rm -f config.mak config.sub config.guess - rm -f *.so{,.1} *.o *.a *~ vstream-client vstream-client.exe + rm -f *.so *.so.1 *.o *.a *~ vstream-client vstream-client.exe dh_clean diff -u vstream-client-1.2/debian/changelog vstream-client-1.2/debian/changelog --- vstream-client-1.2/debian/changelog +++ vstream-client-1.2/debian/changelog @@ -1,3 +1,11 @@ +vstream-client (1.2-6.1) unstable; urgency=low + + * Non-maintainer upload. + * bashisms in debian/rules (Closes: #535423) + - change rm -f *.so{,.1} to rm -f *.so *.so.1 in line 67 of rules + + -- Chanchai Junlouchai <neverl...@gmail.com> Sun, 14 Mar 2010 15:00:03 +0700 + vstream-client (1.2-6) unstable; urgency=low * Replaces older version to (Closes: #496884)