summaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorRaphael Hertzog <hertzog@debian.org>2008-03-02 14:08:55 +0100
committerRaphael Hertzog <hertzog@debian.org>2008-03-02 14:08:55 +0100
commitccc7a64b078e4b2c807aef3d56274e2f9178a6aa (patch)
tree71703c05e3b71b32d8f678763cd613db7680273c /scripts/Makefile.am
parentd3b6e4bca1dc499c61a177c72e6facdd3c0d9efa (diff)
downloaddpkg-ccc7a64b078e4b2c807aef3d56274e2f9178a6aa.tar.gz
Miscellaneous fixes
* scripts/Dpkg/Source/Package/V1_0.pm: Remove properly the temporary file used for creating diff.gz file in case of failure during its generation. * scripts/Dpkg/Source/Patch.pm: The bad file was analyzed and lead to failure of the stat call. * scripts/Makefile.am: Add the new V3_0/git.pm file and remove the old VCS/git.pm.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 221c24b41..aac6e43f4 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -114,8 +114,8 @@ nobase_dist_perllib_DATA = \
Dpkg/Source/Package/V1_0.pm \
Dpkg/Source/Package/V1_0/native.pm \
Dpkg/Source/Package/V2_0.pm \
+ Dpkg/Source/Package/V3_0/git.pm \
Dpkg/Source/Patch.pm \
- Dpkg/Source/VCS/git.pm \
Dpkg.pm
do_perl_subst = sed -e "s:^\#![:space:]*/usr/bin/perl:\#!$(PERL):" \