]> git.donarmstrong.com Git - debhelper.git/commit
r392: * DH_COMPAT=3 now enables the following new features which I can't just
authorjoey <joey>
Mon, 27 Nov 2000 03:56:52 +0000 (03:56 +0000)
committerjoey <joey>
Mon, 27 Nov 2000 03:56:52 +0000 (03:56 +0000)
commitdffd90e48bd1c4bb45cf42b6394478a7d2590b5a
treec8fa58d435b7fe86b0dd45846e0fed84e7101161
parent63f01a93ebb8f4d8be40d10f7075e8a69567911d
r392:    * DH_COMPAT=3 now enables the following new features which I can't just
     turn on by default for fear of breaking backwards compatability:
     - dh_makeshlibs makes the postinst/postrm call ldconfig. Closes: #77154
       Patch from Masato Taruishi <taru@debian.org> (modified). If you
       use this, be sure dh_makeshlibs runs before dh_installdeb; many
       old rules files have the ordering backwards.
     - dh_installdeb now causes all files in /etc to be registered as
       conffiles.
     - debian/README is now supported: it is treated exactly like
       debian/README.Debian. Either file is installed as README.Debian in
       non-native packages, and now as just README in native packages.
Closes: #34628
   * This is really only the start of the changes for v3, so use with
     caution..
   * dh_du has finally been removed. It has been deprecated for ages, and
     a grep of the archive shows that nothing is using it except biss-awt
     and scsh. I filed bugs on both almost exactly a year ago. Those bugs
     should now be raised to severity important..
   * --number option (to dh_installemacsen) is removed. It has been
     deprecated for a while and nothing uses it. Use --priority instead.
18 files changed:
Debian/Debhelper/Dh_Getopt.pm
Debian/Debhelper/Dh_Lib.pm
autoscripts/postinst-makeshlibs [new file with mode: 0644]
autoscripts/postrm-makeshlibs [new file with mode: 0644]
debian/changelog
debian/copyright
dh_du [deleted file]
dh_du.1 [deleted file]
dh_fixperms
dh_installdeb
dh_installdeb.1
dh_installdocs
dh_installdocs.1
dh_makeshlibs
dh_makeshlibs.1
doc/TODO
doc/v3
examples/rules.multi