From 3382699542b9f80e1462afa35f1724e30fd9468a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Jul 2019 19:05:21 +0100 Subject: debian/rules: Break out specpkg_install_common No functional change. Signed-off-by: Ian Jackson --- debian/rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index da482ed..8beb109 100755 --- a/debian/rules +++ b/debian/rules @@ -51,10 +51,14 @@ specpkg_install_gdr: pm=GDR specpkg_install_infra: p=dgit-infrastructure specpkg_install_infra: pm=Infra +define specpkg_install_common + make install-$(tok) prefix=/usr DESTDIR=debian/$(p) perldir=$(specperl) +endef + specpkg_install_%: tok=$* specpkg_install_%: specperl=/usr/share/dgit/$(tok)/perl5 specpkg_install_%: - make install-$(tok) prefix=/usr DESTDIR=debian/$(p) perldir=$(specperl) + $(specpkg_install_common) # # Most of the Perl modules in this package live in # # $(specperl). The exception is Debian::Dgit::Infra, which # # lives in $(globalperl) and adds $(specperl) to @INC. -- cgit v1.2.1