summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* r450: * Modified to use dpkg-architecture instead of dpkg ↵joey2001-03-05
| | | | | | | | | | | | | | | | | | | | | | | | --print-architecture. I hate this, and wish it wasn't necessary to make cross compiles for the hurd work. Closes: #88494 * Now depends on debconf-utils for debconf-mergetemplates. Closes: #87321 * Continues to depend on lynx for html changelog conversions. Yes, these and packages with translated debconf templates are rather rare, but it makes more sense for debhelper to consistently depend on all utilities it uses internally rather than force people to keep their dependancies up to date with debhelper internals. If I decide tomorrow that w3m is the better program to use to format html changelogs, I can make the change and packages don't need to update their build dependancies. Closes: #88464, #77743 * Test for init scripts before running them, since they are conffiles and the admin may have removed them for some reason, and policy wants us to deal with that gracefully. * dh_makeshlibs: now uses objdump, should be more accurate. Closes: #88426 * Wildcards have been supported for a while, Closes: #54197 * dh_installdocs and dh_link have been able to make doc-dir symlinks for a while, Closes: #51225
* r449: * dh_perl updatejoey2001-02-25
|
* 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.
* r446: spelling patchjoey2001-02-15
|
* r445: * Updated dh_perl to a new version for the new perl organization andjoey2001-02-14
| | | | | | | | | policy. The -k flag has been done away with, as the new perl packages don't make packlist files. * Fixed some bugs in the new dh_perl and updated it to my current debhelper coding standards. * Use dh_perl to generate debhelper's own deps. * Version number increase to meet perl policy.
* 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
|