Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian....@packages.debian.org
Usertags: pu
X-Debbugs-CC: b...@debian.org

Dear Release Team,

I would like to push the fix for RC bug #896230 (
https://bugs.debian.org/896230) into Debian Stable. Currently package python-
gpod won't work (import error) when installed on a clean Debian Stable system
due to missing dependency on python-gobject-2 packakge.

The fix is exactly the same as libgpod/0.8.3-12 QA upload provided by Adrian
Bunk by adding missing dependency on python-gobject-2 for package python-gpod.

Full debdiff pasted here as well as provided as diff file in the attachment.

Thanks,
Boyuan Yang

----------------------------------------


diff -Nru libgpod-0.8.3/debian/changelog libgpod-0.8.3/debian/changelog
--- libgpod-0.8.3/debian/changelog      2017-04-07 04:33:15.000000000 -0400
+++ libgpod-0.8.3/debian/changelog      2018-11-29 00:27:09.000000000 -0500
@@ -1,3 +1,11 @@
+libgpod (0.8.3-8.2+deb9u1) stretch; urgency=high
+
+  * debian/control: Replace defunct Vcs-* fields with correct ones.
+  * python-gpod: Add missing dependency on python-gobject-2.
+    (Closes: #896230)
+
+ -- Boyuan Yang <by...@debian.org>  Thu, 29 Nov 2018 00:27:09 -0500
+
 libgpod (0.8.3-8.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libgpod-0.8.3/debian/control libgpod-0.8.3/debian/control
--- libgpod-0.8.3/debian/control        2017-04-07 04:33:15.000000000 -0400
+++ libgpod-0.8.3/debian/control        2018-11-29 00:26:16.000000000 -0500
@@ -32,8 +32,8 @@
                libglib2.0-cil-dev (>= 2.12) [amd64 armel armhf arm64 i386
mipsel kfreebsd-amd64 kfreebsd-i386 ppc64 ppc64el s390x]
 Homepage: http://www.gtkpod.org/wiki/Libgpod
 Standards-Version: 3.9.6
-Vcs-Git: git://git.debian.org/git/pkg-gtkpod/packages/libgpod.git
-Vcs-Browser: http://git.debian.org/?p=pkg-gtkpod/packages/libgpod.git
+Vcs-Git: https://salsa.debian.org/debian/libgpod.git
+Vcs-Browser: https://salsa.debian.org/debian/libgpod
 
 Package: libgpod-nogtk-dev
 Section: oldlibs
@@ -121,7 +121,7 @@
 Section: python
 Architecture: any
 Depends: libgpod4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
-         ${python:Depends}
+         ${python:Depends}, python-gobject-2
 Replaces: python2.3-gpod (<< 0.3.2-1.1)
 Conflicts: python2.3-gpod (<< 0.3.2-1.1)
 Provides: ${python:Provides}
diff -Nru libgpod-0.8.3/debian/rules libgpod-0.8.3/debian/rules
--- libgpod-0.8.3/debian/rules  2017-04-07 04:33:15.000000000 -0400
+++ libgpod-0.8.3/debian/rules  2018-11-29 00:26:25.000000000 -0500
@@ -128,7 +128,7 @@
                -V 'libgpod$(SONAME) (>= $(VERSION))'
 
 override_dh_python2:
-       dh_python2 --depends=mutagen --depends=gobject
+       dh_python2 --depends=mutagen
 
 %:
        $(call DH, $@)
diff -Nru libgpod-0.8.3/debian/changelog libgpod-0.8.3/debian/changelog
--- libgpod-0.8.3/debian/changelog	2017-04-07 04:33:15.000000000 -0400
+++ libgpod-0.8.3/debian/changelog	2018-11-29 00:27:09.000000000 -0500
@@ -1,3 +1,11 @@
+libgpod (0.8.3-8.2+deb9u1) stretch; urgency=high
+
+  * debian/control: Replace defunct Vcs-* fields with correct ones.
+  * python-gpod: Add missing dependency on python-gobject-2.
+    (Closes: #896230)
+
+ -- Boyuan Yang <by...@debian.org>  Thu, 29 Nov 2018 00:27:09 -0500
+
 libgpod (0.8.3-8.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libgpod-0.8.3/debian/control libgpod-0.8.3/debian/control
--- libgpod-0.8.3/debian/control	2017-04-07 04:33:15.000000000 -0400
+++ libgpod-0.8.3/debian/control	2018-11-29 00:26:16.000000000 -0500
@@ -32,8 +32,8 @@
                libglib2.0-cil-dev (>= 2.12) [amd64 armel armhf arm64 i386 mipsel kfreebsd-amd64 kfreebsd-i386 ppc64 ppc64el s390x]
 Homepage: http://www.gtkpod.org/wiki/Libgpod
 Standards-Version: 3.9.6
-Vcs-Git: git://git.debian.org/git/pkg-gtkpod/packages/libgpod.git
-Vcs-Browser: http://git.debian.org/?p=pkg-gtkpod/packages/libgpod.git
+Vcs-Git: https://salsa.debian.org/debian/libgpod.git
+Vcs-Browser: https://salsa.debian.org/debian/libgpod
 
 Package: libgpod-nogtk-dev
 Section: oldlibs
@@ -121,7 +121,7 @@
 Section: python
 Architecture: any
 Depends: libgpod4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
-         ${python:Depends}
+         ${python:Depends}, python-gobject-2
 Replaces: python2.3-gpod (<< 0.3.2-1.1)
 Conflicts: python2.3-gpod (<< 0.3.2-1.1)
 Provides: ${python:Provides}
diff -Nru libgpod-0.8.3/debian/rules libgpod-0.8.3/debian/rules
--- libgpod-0.8.3/debian/rules	2017-04-07 04:33:15.000000000 -0400
+++ libgpod-0.8.3/debian/rules	2018-11-29 00:26:25.000000000 -0500
@@ -128,7 +128,7 @@
 		-V 'libgpod$(SONAME) (>= $(VERSION))'
 
 override_dh_python2:
-	dh_python2 --depends=mutagen --depends=gobject
+	dh_python2 --depends=mutagen
 
 %:
 	$(call DH, $@)

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to