Package: onetime Version: 1.73-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu jaunty ubuntu-patch
Hello, when trying to build your package on Ubuntu jaunty it FTBFS because of a bashism in check.sh. Your package is also missing a build-dependency on python. Attached is the patch I applied to the Ubuntu package to make it build again. Regards, Michael
diff -u onetime-1.73/debian/control onetime-1.73/debian/control --- onetime-1.73/debian/control +++ onetime-1.73/debian/control @@ -2,7 +2,7 @@ Section: misc Priority: extra Maintainer: Karl Fogel <kfo...@red-bean.com> -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper (>= 5), python Standards-Version: 3.8.0 Homepage: http://www.red-bean.com/onetime/ Vcs-Svn: http://svn.red-bean.com/repos/onetime/trunk/ diff -u onetime-1.73/debian/changelog onetime-1.73/debian/changelog --- onetime-1.73/debian/changelog +++ onetime-1.73/debian/changelog @@ -1,3 +1,10 @@ +onetime (1.73-1.1) unstable; urgency=low + + * Fix bashism in check.sh. + * Add python to Build-Depends. + + -- Michael Bienia <ge...@ubuntu.com> Wed, 11 Feb 2009 18:08:34 +0100 + onetime (1.73-1) unstable; urgency=low * Initial release (Closes: #490240) only in patch2: unchanged: --- onetime-1.73.orig/check.sh +++ onetime-1.73/check.sh @@ -62,7 +62,7 @@ # Print the (string) first argument, then display all pad lengths. # NOTE: Deactivated by default. Change 'false' to 'true' to turn on. -function show_lengths() +show_lengths() { if false; then echo ${1}