Package: spice-gtk Version: 0.28-1 Severity: normal Tags: patch pending Dear maintainer,
I've prepared an NMU for spice-gtk (versioned as 0.28-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru spice-gtk-0.28/debian/changelog spice-gtk-0.28/debian/changelog --- spice-gtk-0.28/debian/changelog 2015-05-02 09:59:40.000000000 +0200 +++ spice-gtk-0.28/debian/changelog 2015-08-24 20:57:29.000000000 +0200 @@ -1,3 +1,13 @@ +spice-gtk (0.28-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop libspice-server-dev dependencies from libspice-client-glib-2.0-dev + it's not needed and block the migration to testing because it's not + available on some architectures (Closes: #792407) + * Enable smartcard support (Closes: #786835) + + -- Laurent Bigonville <bi...@debian.org> Mon, 24 Aug 2015 20:57:27 +0200 + spice-gtk (0.28-1) unstable; urgency=low * New upstream release diff -Nru spice-gtk-0.28/debian/control spice-gtk-0.28/debian/control --- spice-gtk-0.28/debian/control 2015-05-02 15:53:56.000000000 +0200 +++ spice-gtk-0.28/debian/control 2015-08-24 20:51:06.000000000 +0200 @@ -34,6 +34,7 @@ libsoup2.4-dev, gtk-doc-tools (>= 1.14), liblz4-dev, + libcacard-dev (>= 0.1.2), Standards-Version: 3.9.6 X-Python-Version: >= 2.5 Homepage: http://www.spice-space.org/ @@ -127,7 +128,6 @@ Depends: libspice-client-glib-2.0-8 (= ${binary:Version}), gir1.2-spice-client-glib-2.0 (= ${binary:Version}), libpixman-1-dev (>= 0.17.7), - libspice-server-dev, libspice-protocol-dev, libssl-dev, ${misc:Depends} diff -Nru spice-gtk-0.28/debian/rules spice-gtk-0.28/debian/rules --- spice-gtk-0.28/debian/rules 2015-05-02 15:46:51.000000000 +0200 +++ spice-gtk-0.28/debian/rules 2015-08-24 20:40:36.000000000 +0200 @@ -30,7 +30,7 @@ cp .version .tarball-version build-gtk2/ cd build-gtk2 && autoreconf cd build-gtk2 && ./configure --prefix=/usr --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ - --enable-smartcard=no --with-gtk=2.0 --disable-static \ + --enable-smartcard=yes --with-gtk=2.0 --disable-static \ --enable-introspection --enable-vala --disable-celt051 \ --enable-usbredir=yes --enable-polkit=yes --enable-dbus=yes \ --enable-lz4=yes \ @@ -44,7 +44,7 @@ cp .version .tarball-version build-gtk3/ cd build-gtk3 && autoreconf cd build-gtk3 && ./configure --prefix=/usr --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ - --enable-smartcard=no --with-gtk=3.0 --disable-static \ + --enable-smartcard=yes --with-gtk=3.0 --disable-static \ --enable-introspection --enable-vala --disable-celt051 \ --enable-usbredir=yes --enable-polkit=yes --enable-dbus=yes \ --enable-lz4=yes \