]> git.donarmstrong.com Git - debhelper.git/commitdiff
Ship Debian/Debhelper/Buildsystem/* in the package.
authorModestas Vainius <modestas@vainius.eu>
Thu, 11 Jun 2009 15:55:40 +0000 (18:55 +0300)
committerModestas Vainius <modestas@vainius.eu>
Thu, 11 Jun 2009 16:01:39 +0000 (19:01 +0300)
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
Makefile

index fe81c8c15b03ae7926376bff3e10a1102f989900..f13b3fc9c20b6b4d495eb33bb7446b6e38013e06 100644 (file)
--- 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/*