Your message dated Sun, 04 Oct 2009 16:50:36 +0000
with message-id <e1muui8-0006pl...@ries.debian.org>
and subject line Bug#515002: fixed in onetime 1.73-1.1
has caused the Debian Bug report #515002,
regarding onetime: Bashism in check.sh and missing build-dependency on python
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
515002: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515002
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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}
--- End Message ---
--- Begin Message ---
Source: onetime
Source-Version: 1.73-1.1
We believe that the bug you reported is fixed in the latest version of
onetime, which is due to be installed in the Debian FTP archive:
onetime_1.73-1.1.diff.gz
to pool/main/o/onetime/onetime_1.73-1.1.diff.gz
onetime_1.73-1.1.dsc
to pool/main/o/onetime/onetime_1.73-1.1.dsc
onetime_1.73-1.1_amd64.deb
to pool/main/o/onetime/onetime_1.73-1.1_amd64.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 515...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stefano Zacchiroli <z...@debian.org> (supplier of updated onetime 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 02 Oct 2009 17:19:47 +0200
Source: onetime
Binary: onetime
Architecture: source amd64
Version: 1.73-1.1
Distribution: unstable
Urgency: low
Maintainer: Karl Fogel <kfo...@red-bean.com>
Changed-By: Stefano Zacchiroli <z...@debian.org>
Description:
onetime - command-line encryption using the "one-time pad" method
Closes: 515002
Changes:
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)
Checksums-Sha1:
cbaa607bcdeefdd912fd0d860243e07ebbeb59ad 1102 onetime_1.73-1.1.dsc
b419eb04fb73135aa2c4c9dd3c9121acf57f2a2b 3079 onetime_1.73-1.1.diff.gz
6c493b95f59c8a316d715c4cb0d8ea5b9d34cb15 12774 onetime_1.73-1.1_amd64.deb
Checksums-Sha256:
c375328960144d6186a48f75065a843965851449db5ac511aab83e03ae73f5dd 1102
onetime_1.73-1.1.dsc
565027771702746863eb0edcc60b58251f0ccc9ed4eb0d5779273045c5ef6a69 3079
onetime_1.73-1.1.diff.gz
3e68c7d39190f4d04b9466d0e0b2c9668e741c17fbec115f4cca0692aed8f4c2 12774
onetime_1.73-1.1_amd64.deb
Files:
2bf9cbe1e290b4f72de84205fb359f2b 1102 misc extra onetime_1.73-1.1.dsc
cdbc452842db882e2b908fc705dc7a05 3079 misc extra onetime_1.73-1.1.diff.gz
89e92ea4cdc26fd440bcd3cb4cca7c1f 12774 misc extra onetime_1.73-1.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFKxhuy1cqbBPLEI7wRAhSdAJ92JAvYqV/TYq3TchaoRGYIrbS2CgCeJKcU
u+N5jmO+QBl08Sez+cXt0cc=
=XBYK
-----END PGP SIGNATURE-----
--- End Message ---