Joey Hess лет назад: 19
Родитель
Сommit
8e20550123
2 измененных файлов с 2 добавлено и 0 удалено
  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