From 1b2c10f57b0257aac61a696378e9c8c05df8bf4f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 8 Nov 2014 22:21:27 +0000 Subject: New dgit-infrastructure binary package containing dgit-repos-server et al. Client users probably don't want this stuff. Also, it provides a convenient way to publish the dependencies. --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index fece672..e02ea90 100755 --- a/debian/rules +++ b/debian/rules @@ -29,3 +29,7 @@ override_dh_gencontrol: cd debian/dgit; \ v=$$(perl -ne 'print if s/^version:\s+//i' DEBIAN/control); \ perl -i -pe "s/UNRELEASED/$$v/g if m/###substituted###/" usr/bin/dgit + +override_dh_auto_install: + make install prefix=/usr DESTDIR=debian/dgit + make install-infra prefix=/usr DESTDIR=debian/dgit-infrastructure -- cgit v1.2.1