Control: tags 873598 + pending

Dear maintainer,

I've prepared an NMU for spice-gtk (versioned as 0.34-1.1) and
uploaded it to DELAYED/3. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru spice-gtk-0.34/debian/changelog spice-gtk-0.34/debian/changelog
--- spice-gtk-0.34/debian/changelog     2017-08-06 11:02:13.000000000 +0200
+++ spice-gtk-0.34/debian/changelog     2017-08-30 14:45:42.000000000 +0200
@@ -1,3 +1,13 @@
+spice-gtk (0.34-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: Call the gir sequence so the gir1.2-* packages have the
+    correct dependencies defined. (Closes: #873598)
+  * Make the gir1.2-* packages Multi-Arch: same
+  * Add Breaks to force the uninstallation of the old gir1.2-* packages
+
+ -- Laurent Bigonville <bi...@debian.org>  Wed, 30 Aug 2017 14:45:42 +0200
+
 spice-gtk (0.34-1) unstable; urgency=medium
 
   * New upstream release
@@ -7,7 +17,7 @@
     - Rename gir1.2* to fix lintian warning
     - Install gir*.typelib to multiarch directory
     - Remove build-depends on gstreamer1.0-plugins-*(Closes: #863978)
-    - Chnage Depends on gstreamer1.0-plugins-* to Suggests(Closes: #849047)
+    - Change Depends on gstreamer1.0-plugins-* to Suggests(Closes: #849047)
   * debian/patches:
     - debian/patches/ssl-Rework-our-custom-BIO-type.patch, removed, applied 
       upstream
diff -Nru spice-gtk-0.34/debian/control spice-gtk-0.34/debian/control
--- spice-gtk-0.34/debian/control       2017-08-06 11:02:13.000000000 +0200
+++ spice-gtk-0.34/debian/control       2017-08-30 14:45:10.000000000 +0200
@@ -88,8 +88,10 @@
 Package: gir1.2-spiceclientglib-2.0
 Section: introspection
 Architecture: any
+Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${gir:Depends}
+Breaks: gir1.2-spice-client-glib-2.0 (<< 0.34)
 Description: GObject for communicating with Spice servers 
(GObject-Introspection)
  libspice-glib4 provides glib objects for spice protocol
  decoding and surface rendering
@@ -126,7 +128,9 @@
 Package: gir1.2-spiceclientgtk-3.0
 Section: introspection
 Architecture: any
+Multi-Arch: same
 Depends: ${misc:Depends}, ${gir:Depends}
+Breaks: gir1.2-spice-client-gtk-3.0 (<< 0.34)
 Description: GTK3 widget for SPICE clients (GObject-Introspection)
  libspice-gtk3 provides gtk3 widget to show spice display 
  and accept user input.
diff -Nru spice-gtk-0.34/debian/rules spice-gtk-0.34/debian/rules
--- spice-gtk-0.34/debian/rules 2017-08-06 11:02:13.000000000 +0200
+++ spice-gtk-0.34/debian/rules 2017-08-30 14:42:19.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-       dh $@ --parallel --with autoreconf
+       dh $@ --parallel --with autoreconf,gir
 
 override_dh_auto_configure:
        dh_auto_configure -- \

Reply via email to