diff -Nru network-manager-iodine-1.2.0/debian/changelog network-manager-iodine-1.2.0/debian/changelog --- network-manager-iodine-1.2.0/debian/changelog 2021-04-07 18:10:54.000000000 +0000 +++ network-manager-iodine-1.2.0/debian/changelog 2021-11-17 17:37:25.000000000 +0000 @@ -1,10 +1,17 @@ -network-manager-iodine (1.2.0-3ubuntu1) hirsute; urgency=medium +network-manager-iodine (1.2.0-3.1) unstable; urgency=high + * Non-maintainer upload. + * debian/control: Set Vcs-* fields to use git packaging repo under + Salsa Debian Group. They previously point to upstream development + repo that do not contain any packaging information. + * Apply patch from Ubuntu: (Closes: #908017) + + [ Logan Rosen ] * d/rules: Set --enable-more-warnings to "yes" so that it doesn't default to "error," which turns every warning into an error and causes an FTBFS due to deprecated declarations. - -- Logan Rosen Wed, 07 Apr 2021 14:10:54 -0400 + -- Boyuan Yang Wed, 17 Nov 2021 12:37:25 -0500 network-manager-iodine (1.2.0-3) unstable; urgency=medium diff -Nru network-manager-iodine-1.2.0/debian/control network-manager-iodine-1.2.0/debian/control --- network-manager-iodine-1.2.0/debian/control 2021-04-07 18:10:54.000000000 +0000 +++ network-manager-iodine-1.2.0/debian/control 2021-11-17 17:33:01.000000000 +0000 @@ -1,8 +1,7 @@ Source: network-manager-iodine Section: net Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Guido Günther +Maintainer: Guido Günther Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), @@ -16,8 +15,8 @@ automake, libtool Standards-Version: 4.1.3 -Vcs-Git: https://git.gnome.org/browse/network-manager-iodine -Vcs-Browser: https://git.gnome.org/browse/network-manager-iodine +Vcs-Git: https://salsa.debian.org/debian/network-manager-iodine.git +Vcs-Browser: https://salsa.debian.org/debian/network-manager-iodine Homepage: https://honk.sigxcpu.org/piki/projects/network-manager-iodine Package: network-manager-iodine diff -Nru network-manager-iodine-1.2.0/debian/rules network-manager-iodine-1.2.0/debian/rules --- network-manager-iodine-1.2.0/debian/rules 2021-04-07 18:10:53.000000000 +0000 +++ network-manager-iodine-1.2.0/debian/rules 2021-11-17 17:36:06.000000000 +0000 @@ -6,6 +6,7 @@ %: dh $@ +# See https://bugs.debian.org/908017 for --enable-more-warnings override_dh_auto_configure: [ -f ./configure ] || ./autogen.sh dh_auto_configure -- \