summaryrefslogtreecommitdiff
path: root/debian/libdebhelper-perl.install
AgeCommit message (Collapse)AuthorFilesLines
2019-09-01Split off a libdebhelper-perl binary packageSven Joachim1-0/+2
This makes it possible for debhelper adddon packages to depend on it rather than on debhelper, breaking the circular dependencies between debhelper and dh-autoreconf/dh-strip-nondeterminism. The autoscripts are used by the autoscript routine in Dh_Lib.pm, so I decided to put those into libdebhelper-perl as well. Closes: #821130