]> err.no Git - dpkg/commit
dpkg-source: handle better symlinks to orig tarball
authorRaphael Hertzog <hertzog@debian.org>
Sat, 12 Apr 2008 12:21:06 +0000 (14:21 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Sat, 12 Apr 2008 12:21:06 +0000 (14:21 +0200)
commit639d515a217ca2202b50ced736ce16478a7312cc
tree6f97687778b5de834cea34ea5212d958e5fbf9d6
parent0e1a21c4d1929ff792549742ebf033ab64fa7dbc
dpkg-source: handle better symlinks to orig tarball

* scripts/Dpkg/Path.pm (check_files_are_the_same): Add a new
parameter so that we can use stat() instead of lstat() and
compare if pointed files are the same.
* scripts/Dpkg/Source/Package.pm: Resolve symlinks before deciding
if both original tarballs are the same or not. Use the new
parameter of check_files_are_the_same() for this.
* scripts/Dpkg/Source/Package/V1_0.pm: Remove useless import of
check_files_are_the_same.
ChangeLog
debian/changelog
scripts/Dpkg/Path.pm
scripts/Dpkg/Source/Package.pm
scripts/Dpkg/Source/Package/V1_0.pm