Your message dated Tue, 25 Dec 2012 11:43:41 +0000
with message-id <[email protected]>
and subject line Re: Bug#696652: unblock: fuseiso/20070708-3
has caused the Debian Bug report #696652,
regarding unblock: fuseiso/20070708-3
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 [email protected]
immediately.)
--
696652: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696652
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package fuseiso.
The new version in sid fixes an RC bug, and a typo in the sourcecode.
unblock fuseiso/20070708-3
Attaching the "git diff".
Thanks for your work!
David
--
. ''`. Debian developer | http://wiki.debian.org/DavidPaleino
: :' : Linuxer #334216 --|-- http://www.hanskalabs.net/
`. `'` GPG: 1392B174 ----|---- http://deb.li/dapal
`- 2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
diff --git a/debian/changelog b/debian/changelog
index 6205145..21d4dbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+fuseiso (20070708-3) unstable; urgency=low
+
+ * Renamed dependency from fuse-utils to fuse (Closes: #689009)
+ * Fixed typo in sourcecode (Closes: #598021)
+ * Updated years in debian/copyright
+
+ -- David Paleino <[email protected]> Tue, 25 Dec 2012 08:47:20 +0100
+
fuseiso (20070708-2) unstable; urgency=low
* Maintenance release
diff --git a/debian/control b/debian/control
index d37c9ef..6b96d30 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Architecture: any
Depends:
${shlibs:Depends}
, ${misc:Depends}
- , fuse-utils
+ , fuse
Description: FUSE module to mount ISO filesystem images
This package provides a module to mount ISO filesystem images
using FUSE.
diff --git a/debian/copyright b/debian/copyright
index 0184527..016abbb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
Format-Specification: http://dep.debian.net/deps/dep5
Files: debian/*
-Copyright: © 2007-2010, David Paleino <[email protected]>
+Copyright: © 2007-2012, David Paleino <[email protected]>
License: GPL-2+
Files: *
diff --git a/debian/patches/01-fix_typo.patch b/debian/patches/01-fix_typo.patch
new file mode 100644
index 0000000..eb80d15
--- /dev/null
+++ b/debian/patches/01-fix_typo.patch
@@ -0,0 +1,20 @@
+From: Jakub Wilk <[email protected]>
+Subject: fix typo in sourcecode
+Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598021
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598021
+
+---
+ src/fuseiso.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- fuseiso.orig/src/fuseiso.c
++++ fuseiso/src/fuseiso.c
+@@ -295,7 +295,7 @@ void usage(const char* prog) {
+ " -f -- run in foreground, do not daemonize\n"
+ " -d -- run in foreground and print debug information\n"
+ " -s -- run single-threaded\n"
+- "\nPlease consult with FUSE ducumentation for more information\n",
++ "\nPlease consult with FUSE documentation for more information\n",
+ VERSION,
+ prog);
+ };
diff --git a/debian/patches/series b/debian/patches/series
index ed05433..d5f1cf6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
00-support_large_iso.patch
+01-fix_typo.patch
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
On 25.12.2012 08:07, David Paleino wrote:
Please unblock package fuseiso.
The new version in sid fixes an RC bug, and a typo in the sourcecode.
Arguably the bug doesn't affect wheezy, as we'll still be shipping the
transitional package there (yay for dropping it from sid before the
release!); the change will help partial upgrades from wheezy work, so
unblocked, thanks.
Regards,
Adam
--- End Message ---