summaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAge
...
* r448: * dh_makeshlibs: only generate call to ldconfig if it really looks likejoey2001-02-23
| | | | a given *.so* file is indeed a shared library.
* r447: * Corrected some uninitialized value stuff in dh_suidregister (actuallyjoey2001-02-17
| | | | | | quite a bad bug). * dh_installman: fixed variable socoping error, so file conversions should work now.
* r444: new dh_perl. Not yet released, since perl is not yet through incoming.joey2001-02-13
|
* r443: * Build-depends on perl-5.6, since it uses 2 argument pod2man.joey2001-02-13
| | | | * Cleanups of debhelper.1 creation process.
* r414: * Added a suggests to debconf-utils, Closes: #83643joey2001-01-31
| | | | | I may chenge this to a dependancy at some point in the future, since one debconf command needs the package to work.
* r409: * Corrected globbing issue with dh_movefiles in v3 mode. Closes: #81431joey2001-01-22
|
* r391: * Ok, fine, I'll make debhelper depend on lynx for the one or twojoey2000-11-21
| | | | | packages that have html changelogs. But you'll be sorry... Closes: #77604
* r383: * dh_movefiles: no longer does the symlink ordering hack, asjoey2000-11-06
| | | | | | | | | | this is supported by dpkg itself now. Added a dependancy on dpkg-dev >= 1.7.0 to make sure this doesn't break anything. * While I'm updating for dpkg 1.7.0, I removed the -ldirectory hack from dh_shlibdeps; dpkg-shlibdeps has its own much more brutal hack to make this work. The switch is ignored now for backwards compatability. * dh_suidregister will be deprecated soon -- dpkg-statoverride is a much better way.
* r370: * dh_installmodules: corrected the code added to maintainer scripts ↵joey2000-09-17
| | | | | | | | | so it does not call depmod -a. update-modules (which it always called)_ handles calling depmod if doing so is appropriate. Packages built with proir versions probably have issues on systems with non-modular kernels, and should be rebuilt. Closes: #71841
* r365: * dh_installxfonts: corrected a problem during package removal that wasjoey2000-08-17
| | | | silently neglecting to remove the fonts.dir/alias files.
* r331: * Downgraded fileutils dependancy just a bit for the Hurd foks.joey2000-01-11
| | | | Closes: #54620
* r329: * Depend on the current unstable fileutils, because I have to use chownjoey2000-01-05
| | | | | --no-dereference. I'm not sure when it started working, but it didn't work in slink.
* r328: * Added dh_installmime calls to examples, Closes: #54056joey2000-01-04
|
* r325: * Corrected mispellings, Closes: #52013joey1999-12-06
|
* r324: Wrong! Versioned dep. Reverted.joey1999-12-04
|
* r323: doesn't need build-deps on findutils, since that package is essentialjoey1999-12-04
|
* r309: removed 'master'joey1999-11-23
|
* r307: * Actually, debhelper build-depends on perl-5.005.joey1999-11-23
|
* r306: * Corrected slash substitution problem in dh_installwm.joey1999-11-09
|
* r304: * Oh, the build dependancies include all of debhelper's regualrjoey1999-11-05
| | | | dependancies as well, since it builds using itself.
* r303: * Added build dependancies to this package. That was easy; it just usesjoey1999-11-05
| | | | | | | | perl5 for regression testing, the rest of its build-deps are things in base. * dh_version.1: Added note that this program is quickly becoming obsolete. * doc/README, doc/from-debstd: Added reminders that if you use debhelper, you need to add debhelper to your Build-Depends line.
* r266: * FHS complience. Patch from Johnie Ingram <johnie@netgod.net>.joey1999-09-06
| | | | | | | | | | | | | | | For the most part, this was a straight-forward substitution, dh_installmanpages needed a non-obvious change though. * Closes: #42489, #42587, #41732. * dh_installdocs: Adds code to postinst and prerm as specified in http://www.debian.org/Lists-Archives/debian-ctte-9908/msg00038.html, to make /usr/doc/<package> a compatability symlink to /usr/share/doc/<package>. Note that currently if something exists in /usr/doc/<package> when the postinst is run, it will silently not make the symlink. I'm considering more intellingent handing of this case. * Note that if you build a package with this version of debhelper, it will use /usr/share/man, /usr/share/doc, and /usr/share/info. You may need to modify other files in your package that reference the old locations.
* r1: Initial revisionjoey1999-08-17