Package: release.debian.org
Severity: normal

Hi,

I'd like to fix libguestfs bug #702624 (guestmount does not work) via
tpu.

It is an issue that I actually fixed in unstable but missed when
preparing and uploading 1:1.18.1-1+deb7u1 for wheezy a few weeks later.

Cheers,
-Hilko

diff --git a/debian/changelog b/debian/changelog
index e909234..b040929 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libguestfs (1:1.18.1-1+deb7u2) testing; urgency=low
+
+  * Make sure that a build of the library that contains FUSE support is
+    installed. Thanks to Holger Levsen for spotting this. (Closes:
+    #702624)
+
+ -- Hilko Bengen <ben...@debian.org>  Mon, 11 Mar 2013 00:03:13 +0100
+
 libguestfs (1:1.18.1-1+deb7u1) testing; urgency=low
 
   * [3ad62ed] Removed useless dh_python* overrides (Closes: #681587)
diff --git a/debian/rules b/debian/rules
index f496a8e..0af68b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -93,9 +93,9 @@ override_dh_auto_install:
 # We assume that the Python version used for building the Python
 # bindings doesn't affect the outcome of those builds.
        set -e; for p in \
-               default \
                $(filter-out $(PYTHON_DEFAULT), $(PYTHONS)) \
                $(filter-out $(RUBY_DEFAULT), $(RUBIES)) \
+               default \
        ; do \
                dh_auto_install --builddir=$(CURDIR)/debian/build-$$p ; \
        done


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to