From: Lukas Anzinger Date: Mon, 21 Jan 2013 09:47:00 +0000 (+0100) Subject: Converted package to debhelper 8. X-Git-Tag: v0.4.0~1 X-Git-Url: http://git.grml.org/?p=grml-policyrcd.git;a=commitdiff_plain;h=397724d3aa43bd6653c0521de5ab2d00c2152006 Converted package to debhelper 8. --- diff --git a/debian/compat b/debian/compat index 7ed6ff8..45a4fb7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +8 diff --git a/debian/control b/debian/control index 8979b65..68128d8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: grml-policyrcd Section: admin Priority: optional Maintainer: Michael Prokop -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper (>= 8) Standards-Version: 3.9.2 Homepage: http://git.grml.org/?p=grml-policyrcd.git Vcs-git: git://git.grml.org/grml-policyrcd.git @@ -12,7 +12,7 @@ Bugs: mailto:bugs@grml.org Package: grml-policyrcd Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends} Conflicts: policyrcd-script-zg2 Description: wrapper for and around invoke-rc.d and policyrcd-script-zg2 grml-policy-rc.d is a wrapper script for invoke-rc.d to diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..b84493e --- /dev/null +++ b/debian/install @@ -0,0 +1,2 @@ +policy-rc.d usr/sbin +policy-rc.d.conf etc diff --git a/debian/links b/debian/links new file mode 100644 index 0000000..a071249 --- /dev/null +++ b/debian/links @@ -0,0 +1,2 @@ +usr/sbin/policy-rc.d usr/sbin/grml-policy-rc.d +usr/share/man/man8/policy-rc.d.8.gz usr/share/man/man8/grml-policy-rc.d.8.gz diff --git a/debian/manpages b/debian/manpages new file mode 100644 index 0000000..013df2e --- /dev/null +++ b/debian/manpages @@ -0,0 +1 @@ +policy-rc.d.8 diff --git a/debian/rules b/debian/rules index 9a59981..cbe925d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,54 +1,3 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - - -build: - -clean: - dh_testdir - dh_testroot - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs usr/sbin/ etc - - install -m 755 policy-rc.d debian/grml-policyrcd/usr/sbin/policy-rc.d - install -m 644 policy-rc.d.conf debian/grml-policyrcd/etc/policy-rc.d.conf - -# Build architecture-dependent files here. -binary-arch: build install -# We have nothing to do by default. - -# Build architecture-independent files here. -binary-indep: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installexamples - dh_installman policy-rc.d.8 - # for backwards compatibility: - dh_link /usr/sbin/policy-rc.d /usr/sbin/grml-policy-rc.d - dh_link /usr/share/man/man8/policy-rc.d.8.gz /usr/share/man/man8/grml-policy-rc.d.8.gz - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +%: + dh $@