From 0f3f59fe6058edfda4010dc88bd3b8aa3ae70a6d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 16 Feb 2009 14:55:55 -0500 Subject: dh override targets * dh: debian/rules override targets can change what is run for a specific debhelper command in a sequence. * dh: Redid all the examples to use override targets, since these eliminate all annoying boilerplate and are much easier to understand than the old method. * Remove rules.simple example, there's no need to use explcit targets with dh anymore. --- examples/rules.simple | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 examples/rules.simple (limited to 'examples') diff --git a/examples/rules.simple b/examples/rules.simple deleted file mode 100755 index ab49db98..00000000 --- a/examples/rules.simple +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/make -f - -build: build-stamp -build-stamp: - dh build - touch build-stamp - -clean: - dh clean - -install: build install-stamp -install-stamp: - dh install - touch install-stamp - -binary-arch: install - dh binary-arch - -binary-indep: install - dh binary-indep - -binary: binary-arch binary-indep -- cgit v1.2.3