]> err.no Git - dpkg/commit
dpkg-source/3.0 (quilt): allow /dev/null in automatic patch
authorRaphael Hertzog <hertzog@debian.org>
Thu, 5 Jun 2008 17:00:31 +0000 (19:00 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Sat, 7 Jun 2008 10:51:43 +0000 (12:51 +0200)
commit7bf634e178506c2b055cc8facfbbaee5205c68a9
tree07a562e94298113ae52e86a7678e59eccd62df0c
parent7f752eaecf07b776978f11eee8602d908782d8d9
dpkg-source/3.0 (quilt): allow /dev/null in automatic patch

* scripts/Dpkg/Source/Patch.pm (add_diff_directory): If option
use_dev_null is set, then the label of the "old" file will be
'/dev/null' if we're creating a new file (instead of using the
name of the created file, like it's currently done in .diff
of version "1.0" source packages).
* scripts/Dpkg/Source/Package/V2.pm (prepare_build): Use the new
option "use_dev_null" when creating the automatic patch.
ChangeLog
debian/changelog
scripts/Dpkg/Source/Package/V2.pm
scripts/Dpkg/Source/Patch.pm