summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* r442: fixed bad new bugjoey2001-02-10
|
* r441: * Added dh_installman, a new program that replaces dh_installmanpages.joey2001-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is not DWIM. You tell it what to install and it figures out where based on .TH section field and filename extention. I reccommend everyone begin using it, since this is much better then dh_installmanpages's evilness. I've been meaning to do this for a very long time.. Closes: #38673, #53964, #64297, #16933, #17061, #54059, #54373, #61816 * dh_installmanpages remains in the package for backwards compatability, but is mildly deprecated. * dh_testversion is deprecated; use build dependancies instead. * dh_suidregister: re-enabled. Aj thinks that requiring people to stop using it is unacceptable. Who am I to disagree with a rc bug report? Closes: #84910 It is still deprecated, and it will still whine at you if you use it. I appreciate the job everyone has been doing at switching to statoverrides.. * Since dh_debstd requires dh_installmanpages (where do you think the latter's evil interface came from?), I have removed it. It was a nice thought-toy, but nobody really used it, right? * Since the from-debstd document walks the maintainer through running dh_debstd to get a list of debhelper commands, and since that document has really outlives its usefullness, I removed it too. Use dh-make instead. * dh_installman installs only into /usr/share/man, not the X11R6 directory. Policy says "files must not be installed into `/usr/X11R6/bin/', `/usr/X11R6/lib/', or `/usr/X11R6/man/' unless this is necessary for the package to operate properly", and I really doubt a man page being in /usr/share/man is going to break many programs. Closes: #81853 (I hope the bug submitter doesn't care that dh_installmanpages still puts stuff in the X11R6/man directory.) * dh_undocumented now the same too now. * dh_installinit: installs debian/package.default files as /etc/default/ files. * Updated to current perl coding standards (use strict, lower-case variable names, pod man pages). * Since with the fixing of the man page installer issue, my checklist for debhelper v3 is complete, I pronounce debhelper v3 done! Revved the version number appropriatly (a large jump; v3 changes less than I had planned). Note that I have no plans for a v4 at this time. :-) * Testing: I have used this new version of debhelper to build a large number of my own packages, and it seems to work. But this release touches every file in this package, so be careful out there..
* r440: foojoey2001-02-10
|
* r439: attack of the pod people from the planet perl is completejoey2001-02-10
|
* r438: typojoey2001-02-10
|
* r437: updatesjoey2001-02-10
|
* r436: more podsjoey2001-02-10
|
* r435: turned back on (damnit)joey2001-02-10
|
* r434: added back (sigh)joey2001-02-09
|
* r433: this is getting *so* boring.joey2001-02-09
|
* r432: more podization, will it ever end?joey2001-02-09
|
* r431: pod over for the nightjoey2001-02-09
|
* r430: the great pod juggernaught rolls on through the nightjoey2001-02-09
|
* r429: tweaksjoey2001-02-09
|
* r428: the never ending podizationjoey2001-02-09
|
* r427: converting to pod is getting old..joey2001-02-09
|
* r426: updatejoey2001-02-09
|
* r425: mode pod man pagesjoey2001-02-09
|
* r424: typojoey2001-02-09
|
* r423: podized man pagejoey2001-02-09
|
* r422: foojoey2001-02-09
|
* r421: use strictjoey2001-02-09
|
* r420: big monsta changesjoey2001-02-09
|
* r419: touchupjoey2001-02-07
|
* r418: * Fixed a stupid typo in dh_suidregister, Closes: #85110joey2001-02-06
|
* r417: * dh_installinit -r: stop init script in prerm on package removal,joey2001-02-05
| | | | Closes: #84974
* r416: better messagejoey2001-02-03
| | | | wrapping
* r415: * dh_shlibdeps -l can handle relative paths now. Patch from Colin ↵joey2001-02-01
| | | | | | Watson <cjw44@flatline.org.uk>, Closes: #84408
* 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.
* r413: * dh_installdebconf: marge in templates with a .ll_LL extention,joey2001-01-29
| | | | they were previously ignored.
* r412: * Bah, reverted that last change. It isn't useful becausejoey2001-01-28
| | | | dpkg-buildpackage reads the real control file and gets confused.
* r411: or use fakerootjoey2001-01-25
|
* r410: * Added the ability to make debhelper read a different file thanjoey2001-01-25
| | | | | debian/control as the control file. This is very useful for various and sundry things, all Evil, most involving kernel packages.
* r409: * Corrected globbing issue with dh_movefiles in v3 mode. Closes: #81431joey2001-01-22
|
* r408: * Fixed a man page typo, Closes: #82371:joey2001-01-16
| | | | * Added note to dh_strip man page, Closes: #82220
* r407: * suidmanager is obsolete now, and so is dh_suidmanager. Instead,joey2001-01-10
| | | | | | | | | | | | packages that contain suid binaries should include the binaries suid in the .deb, and dpkg-statoverride can override this. If this is done to a program that previously used suidmanager, though, you need to conflict with suidmanager (<< 0.50). * Made dh_suidmanager check to see if it would have done anything before. If so, it states that it is obsolete, and refer users to the man page, which now explains the situation, and then aborts the build. If it would have done nothing before, it just outputs a warning that it is an obsolete program.
* r406: * Fixed dh_installwm. Oops. Closes: #81124joey2001-01-04
|
* r405: foojoey2000-12-30
|
* r404: * Fixed perl wanring, Closes: #80242joey2000-12-21
|
* r403: * dh_installwm: Moved update-alternatives --remove call to prerm,joey2000-12-21
| | | | | Closes: #80209 * ALso guarded all update-alternatives --remove calls.
* r402: * Spelling patch.joey2000-12-04
|
* r401: * typo: Closes, #78567joey2000-12-02
|
* r400: * Oops, it was not expanding wildcard when it should.joey2000-11-30
|
* r399: * dh_movefiles: added error message on file not foundjoey2000-11-30
|
* r398: * If DH_COMPAT=3 is set, the following happens:joey2000-11-28
| | | | | | | | - Various debian/foo files like debian/docs, debian/examples, etc, begin to support filename globbing. use \* to escape the wildcards of course. I doubt this will bite anyone (Debian doesn't seem to contain files with "*" or "?" in their names..), but it is guarded by v3 just to be sure. Closes: #34120, #37694, #39846, #46249
* r397: horribly broke everything I touched :-)joey2000-11-28
|
* r396: working toward config file globbing support. Need to modify a bunch ofjoey2000-11-28
| | | | function, and add support for escaped stuff
* r395: * dh_makeshlibs: corrected the evil db3-regex so it doesn't misfire onjoey2000-11-27
| | | | | data like "debian/libruby/usr/lib/ruby/1.6/i486-linux/etc.so". Closes: #78139