From c92e6827c632b0f1c5102429e675ba2e5cec930d Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Mon, 17 Oct 2016 15:26:16 +0200 Subject: [PATCH] Updated Debian files, proclaimed myself maintainer --- debian/changelog | 7 +++++++ debian/compat | 2 +- debian/control | 6 +++--- debian/copyright | 4 ++++ debian/rules | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3bf5886..7ae41aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +compctl (1.2-1) stable; urgency=medium + + * Compctl now does not break other managers of cgroups + (in particular systemd). + + -- Martin Mares <mares@kam.mff.cuni.cz> Mon, 17 Oct 2016 15:12:08 +0200 + compctl (1.1-1) unstable; urgency=low * Compctl client now works as simple server-less agent diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 39f99ac..f97aba3 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,11 @@ Source: compctl Section: ucw Priority: extra -Maintainer: Petr Baudis <pasky@ucw.cz> +Maintainer: Martin Mares <mj@ucw.cz> Build-Depends: debhelper (>= 7.0.50~) Standards-Version: 3.8.4 -Vcs-Git: git://repo.or.cz/compctl.git -Vcs-Browser: http://repo.or.cz/w/compctl.git +Vcs-Git: https://gitlab.kam.mff.cuni.cz/mj/compctl-kam.git +Vcs-Browser: https://gitlab.kam.mff.cuni.cz/mj/compctl-kam Package: compctl Architecture: any diff --git a/debian/copyright b/debian/copyright index 6b0c1bf..0b18e17 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,6 +2,10 @@ This work was packaged for Debian by: Petr Baudis <pasky@ucw.cz> on Fri, 16 Mar 2012 01:52:50 +0100 +Random patches for KAM MFF UK were later added by: + + Martin Mares <mj@ucw.cz> + Upstream Author(s): Petr Baudis <pasky@ucw.cz> too diff --git a/debian/rules b/debian/rules index 4e1eb24..f56c9fb 100755 --- a/debian/rules +++ b/debian/rules @@ -13,4 +13,4 @@ dh $@ override_dh_auto_install: - $(MAKE) DESTDIR=$$(pwd)/debian/compctl PREFIX=/usr install + $(MAKE) DESTDIR=$$(pwd)/debian/compctl PREFIX=/usr install -- GitLab