tags 515002 + pending
thanks

Dear maintainer,

I've prepared an NMU for onetime (versioned as 1.73-1.1) and uploaded it
to DELAYED/2, according to devref §5.11.1. The patch is the same from
this bug log, which you integrated upstream. The NMU fixes the bug in
unstable (which was open since February), this way you can wait a bit
more to do the upstream release and still have a fixed package in
unstable.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
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,11 @@
+onetime (1.73-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix bashism in check.sh and add missing build-dep on python. Patch
+    from Michael Bienia. (Closes: #515002)
+
+ -- Stefano Zacchiroli <z...@debian.org>  Fri, 02 Oct 2009 17:19:47 +0200
+
 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}

Reply via email to