summaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAge
...
* 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