Browse Source

install Dpkg::Source modules

Joey Hess 19 years ago
parent
commit
8e20550123
2 changed files with 2 additions and 0 deletions
  1. 1 0
      debian/dpkg-dev.install
  2. 1 0
      scripts/Makefile.am

+ 1 - 0
debian/dpkg-dev.install

@@ -56,3 +56,4 @@ usr/share/man/*/dpkg-shlibdeps.1
 usr/share/man/*/*/dpkg-source.1
 usr/share/man/*/dpkg-source.1
 usr/share/perl5/Dpkg/BuildOptions.pm
+usr/share/perl5/Dpkg/Source

+ 1 - 0
scripts/Makefile.am

@@ -55,6 +55,7 @@ CLEANFILES = \
 
 perllibdir = $(PERL_LIBDIR)
 nobase_dist_perllib_DATA = \
+	Dpkg/Source/VCS/git.pm \
 	Dpkg/BuildOptions.pm \
 	Dpkg/Gettext.pm \
 	Dpkg.pm