diff --git a/debian/changelog b/debian/changelog
index 3bf58868086bfc83ac62aeda3e41b0d6f7589953..7ae41aa35fa4a3b6cfdd391a092368e531730fb9 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 7f8f011eb73d6043d2e6db9d2c101195ae2801f2..ec635144f60048986bc560c5576355344005e6e7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 39f99ac665b8505fae85f9e82d372ce193d35d5d..f97aba33c61456e89fa6e24fe0ffb376d07c51db 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 6b0c1bf84fbcf18eefd99a6ea556e0a9f3b6c33f..0b18e17fed14ba83dd74a9ecf6a5a8f84c650b5c 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 4e1eb2409a60ff63cd7837bb78807cf9498657f6..f56c9fbc9297e3b761f5981032cdb567ec5a5c41 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