From: Modestas Vainius Date: Thu, 11 Jun 2009 15:55:40 +0000 (+0300) Subject: Ship Debian/Debhelper/Buildsystem/* in the package. X-Git-Tag: 7.3.0~55 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=45d6698e772aa6990d6b27a98325cc228d7004fd;p=debhelper.git Ship Debian/Debhelper/Buildsystem/* in the package. Signed-off-by: Modestas Vainius --- diff --git a/Makefile b/Makefile index fe81c8c..f13b3fc 100644 --- a/Makefile +++ b/Makefile @@ -63,11 +63,13 @@ clean: install: install -d $(DESTDIR)/usr/bin \ $(DESTDIR)/usr/share/debhelper/autoscripts \ - $(DESTDIR)$(PERLLIBDIR)/Sequence + $(DESTDIR)$(PERLLIBDIR)/Sequence \ + $(DESTDIR)$(PERLLIBDIR)/Buildsystem install $(shell find -maxdepth 1 -mindepth 1 -name dh\* |grep -v \.1\$$) $(DESTDIR)/usr/bin install -m 0644 autoscripts/* $(DESTDIR)/usr/share/debhelper/autoscripts install -m 0644 Debian/Debhelper/*.pm $(DESTDIR)$(PERLLIBDIR) install -m 0644 Debian/Debhelper/Sequence/*.pm $(DESTDIR)$(PERLLIBDIR)/Sequence + install -m 0644 Debian/Debhelper/Buildsystem/*.pm $(DESTDIR)$(PERLLIBDIR)/Buildsystem test: version ./run perl -MTest::Harness -e 'runtests grep { ! /CVS/ && ! /\.svn/ && -f && -x } @ARGV' t/* t/buildsystems/*