From c565c8ba38870439bedcfac8ced775d57b45dee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 14 Feb 2016 20:04:45 +0100 Subject: Change handling of ps_accounting --- debian/rules | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 5fb5978..563c8db 100755 --- a/debian/rules +++ b/debian/rules @@ -25,19 +25,6 @@ override_dh_install-arch: ifeq ($(derives_from_ubuntu),yes) install -D -m 644 debian/ubuntu/apport-hook.py $(CURDIR)/debian/foomatic-filters/usr/share/apport/package-hooks/source_foomatic-filters.py endif - - # Prepare the postinst with distro-specific versions - cp debian/foomatic-filters.postinst.in debian/foomatic-filters.postinst -ifeq ($(derives_from_ubuntu),yes) - # We derive from Ubuntu, the ps_accounting default change was made in version 3.0.2-20070719-0ubuntu1 - sed -i -e "s/#MOTHER_DISTRO#/Ubuntu/g" debian/foomatic-filters.postinst - sed -i -e "s/#FF_PS_DEFAULT_CHANGE_VERSION#/3.0.2-20070719-0ubuntu1/g" debian/foomatic-filters.postinst -else - # We derive from Debian, the ps_accounting default change was made in version 4.0.5-1 - sed -i -e "s/#MOTHER_DISTRO#/Debian/g" debian/foomatic-filters.postinst - sed -i -e "s/#FF_PS_DEFAULT_CHANGE_VERSION#/4.0.5-1/g" debian/foomatic-filters.postinst -endif -# cp 111.111 333.333 override_dh_install-indep: dh_install -- cgit v1.2.3