Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org 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 <dapal@debian.org> 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 <dapal@debian.org>
+Copyright: © 2007-2012, David Paleino <dapal@debian.org>
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 <jwilk@debian.org>
+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
Attachment:
signature.asc
Description: PGP signature