diff -Nru rtkit-0.11/debian/changelog rtkit-0.11/debian/changelog --- rtkit-0.11/debian/changelog 2017-06-28 02:14:43.000000000 +0000 +++ rtkit-0.11/debian/changelog 2018-02-16 16:59:32.000000000 +0000 @@ -1,3 +1,15 @@ +rtkit (0.11-6) unstable; urgency=medium + + * Move dbus and polkit from Recommends to Depends + rtkit can't do much really without either of them so bump them to Depends. + (Closes: #881342) + * Switch maintainer to debian-multimedia@l.d.o since alioth will be going away + * Update Vcs-* to point to salsa + * Update standards-version (no changes needed) + * Drop dh-autoreconf and autotools-dev Build-Dependencies, implied by debhelper compat 10 + + -- Felipe Sateler Fri, 16 Feb 2018 13:59:32 -0300 + rtkit (0.11-5) unstable; urgency=medium [ Felipe Sateler ] diff -Nru rtkit-0.11/debian/control rtkit-0.11/debian/control --- rtkit-0.11/debian/control 2017-06-28 02:14:43.000000000 +0000 +++ rtkit-0.11/debian/control 2018-02-16 16:59:32.000000000 +0000 @@ -1,5 +1,5 @@ Source: rtkit -Maintainer: Debian Multimedia Maintainers +Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia , Luke Yelavich , @@ -7,25 +7,22 @@ Section: admin Priority: optional Build-Depends: - autotools-dev, debhelper (>= 10), - dh-autoreconf, libcap-dev, libdbus-1-dev -Standards-Version: 4.0.0 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/rtkit.git -Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/rtkit.git +Standards-Version: 4.1.3 +Vcs-Browser: https://salsa.debian.org/multimedia-team/rtkit +Vcs-Git: https://salsa.debian.org/multimedia-team/rtkit.git Homepage: http://0pointer.de/public/ Package: rtkit Architecture: any Depends: adduser, + dbus, + policykit-1, ${misc:Depends}, ${shlibs:Depends} -Recommends: - dbus, - policykit-1 Description: Realtime Policy and Watchdog Daemon RealtimeKit is a D-Bus system service that changes the scheduling policy of user processes/threads to SCHED_RR diff -Nru rtkit-0.11/debian/patches/auto-gitignore rtkit-0.11/debian/patches/auto-gitignore --- rtkit-0.11/debian/patches/auto-gitignore 1970-01-01 00:00:00.000000000 +0000 +++ rtkit-0.11/debian/patches/auto-gitignore 2018-02-16 16:59:32.000000000 +0000 @@ -0,0 +1,15 @@ +Subject: Update .gitignore from Debian packaging branch + +The Debian packaging git branch contains these updates to the upstream +.gitignore file(s). This patch is autogenerated, to provide these +updates to users of the official Debian archive view of the package. + +[dgit (4.3) update-gitignore] +--- +diff --git a/.gitignore b/.gitignore +new file mode 100644 +index 0000000..b408e6c +--- /dev/null ++++ b/.gitignore +@@ -0,0 +1 @@ ++/.pc diff -Nru rtkit-0.11/debian/patches/series rtkit-0.11/debian/patches/series --- rtkit-0.11/debian/patches/series 2017-06-28 02:14:43.000000000 +0000 +++ rtkit-0.11/debian/patches/series 2018-02-16 16:59:32.000000000 +0000 @@ -4,3 +4,4 @@ 0004-link-with-rt.patch 0005-no-ptrace-cap.patch 0006-fix-format-strings.patch +auto-gitignore