diff -Nru clutter-1.0-1.26.2+dfsg/debian/changelog clutter-1.0-1.26.2+dfsg/debian/changelog --- clutter-1.0-1.26.2+dfsg/debian/changelog 2017-12-19 03:20:53.000000000 +0000 +++ clutter-1.0-1.26.2+dfsg/debian/changelog 2018-09-20 15:53:22.000000000 +0000 @@ -1,3 +1,14 @@ +clutter-1.0 (1.26.2+dfsg-5) unstable; urgency=medium + + [ Jeremy Bicha ] + * Update Vcs fields for migration to https://salsa.debian.org/ + * Bump Standards-Version to 4.2.1 + + [ Simon McVittie ] + * Remove obsolete Breaks on pre-jessie versions of cogl + + -- Jeremy Bicha Thu, 20 Sep 2018 11:53:22 -0400 + clutter-1.0 (1.26.2+dfsg-4) unstable; urgency=medium [ Jeremy Bicha ] diff -Nru clutter-1.0-1.26.2+dfsg/debian/control clutter-1.0-1.26.2+dfsg/debian/control --- clutter-1.0-1.26.2+dfsg/debian/control 2017-12-19 03:20:53.000000000 +0000 +++ clutter-1.0-1.26.2+dfsg/debian/control 2018-09-20 15:53:22.000000000 +0000 @@ -1,5 +1,5 @@ # This file is autogenerated. DO NOT EDIT! -# +# # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: clutter-1.0 @@ -37,18 +37,17 @@ libudev-dev (>= 136) [linux-any], libgudev-1.0-dev [linux-any], libxkbcommon-dev, -Standards-Version: 4.1.2 +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/gnome-team/clutter +Vcs-Git: https://salsa.debian.org/gnome-team/clutter.git Homepage: https://blogs.gnome.org/clutter/ -Vcs-Git: https://anonscm.debian.org/git/pkg-gnome/clutter.git -Vcs-Browser: https://anonscm.debian.org/git/pkg-gnome/clutter.git Package: libclutter-1.0-0 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, Recommends: libclutter-1.0-common -Breaks: libcogl9, - cinnamon-session (<< 2.6.2), +Breaks: cinnamon-session (<< 2.6.2), Multi-Arch: same Description: Open GL based interactive canvas library Clutter is an Open GL based interactive canvas library, designed for creating diff -Nru clutter-1.0-1.26.2+dfsg/debian/control.in clutter-1.0-1.26.2+dfsg/debian/control.in --- clutter-1.0-1.26.2+dfsg/debian/control.in 2017-12-19 03:20:53.000000000 +0000 +++ clutter-1.0-1.26.2+dfsg/debian/control.in 2018-09-20 15:53:22.000000000 +0000 @@ -33,18 +33,17 @@ libudev-dev (>= 136) [linux-any], libgudev-1.0-dev [linux-any], libxkbcommon-dev, -Standards-Version: 4.1.2 +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/gnome-team/clutter +Vcs-Git: https://salsa.debian.org/gnome-team/clutter.git Homepage: https://blogs.gnome.org/clutter/ -Vcs-Git: https://anonscm.debian.org/git/pkg-gnome/clutter.git -Vcs-Browser: https://anonscm.debian.org/git/pkg-gnome/clutter.git Package: libclutter-1.0-0 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, Recommends: libclutter-1.0-common -Breaks: libcogl9, - cinnamon-session (<< 2.6.2), +Breaks: cinnamon-session (<< 2.6.2), Multi-Arch: same Description: Open GL based interactive canvas library Clutter is an Open GL based interactive canvas library, designed for creating diff -Nru clutter-1.0-1.26.2+dfsg/debian/rules clutter-1.0-1.26.2+dfsg/debian/rules --- clutter-1.0-1.26.2+dfsg/debian/rules 2017-12-19 03:20:53.000000000 +0000 +++ clutter-1.0-1.26.2+dfsg/debian/rules 2018-09-20 15:53:22.000000000 +0000 @@ -1,11 +1,7 @@ #!/usr/bin/make -f --include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk - -GNOME_MODULE = clutter - export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed ifeq ($(DEB_HOST_ARCH_OS),linux) CONFFLAGS += \ @@ -47,14 +43,13 @@ override_dh_makeshlibs: dh_makeshlibs -V -- -c4 -# Ignore test failures on Debian. See https://bugs.debian.org/874077 override_dh_auto_test: ifneq (,$(findstring $(DEB_HOST_ARCH),"s390x")) # Don't run the tests on s390x since it hangs the build on Launchpad else ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes)) - dbus-run-session -- xvfb-run -a dh_auto_test + dbus-run-session -- xvfb-run dh_auto_test else - -dbus-run-session -- xvfb-run -a dh_auto_test + -dbus-run-session -- xvfb-run dh_auto_test endif override_dh_strip: diff -Nru clutter-1.0-1.26.2+dfsg/debian/tests/installed-tests clutter-1.0-1.26.2+dfsg/debian/tests/installed-tests --- clutter-1.0-1.26.2+dfsg/debian/tests/installed-tests 2017-12-19 03:20:53.000000000 +0000 +++ clutter-1.0-1.26.2+dfsg/debian/tests/installed-tests 2018-09-20 15:53:22.000000000 +0000 @@ -7,4 +7,4 @@ export XDG_RUNTIME_DIR=$ADTTMP -dbus-run-session -- xvfb-run -a gnome-desktop-testing-runner clutter +dbus-run-session -- xvfb-run gnome-desktop-testing-runner clutter