summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* r333: um.joey2000-01-17
|
* r332: * dh_testroot: don't call init(), so it may be run even if it's not ↵joey2000-01-14
| | | | | | in the right place. Closes: #55065
* r331: * Downgraded fileutils dependancy just a bit for the Hurd foks.joey2000-01-11
| | | | Closes: #54620
* r330: * Make all examples rules files executable.joey2000-01-06
| | | | * Copyright date updates.
* 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
|
* r327: * dh_installxaw: Patch from Josip Rodin to update to fhs paths,joey1999-12-20
| | | | Closes: #53029
* r326: * Type fix, Closes: #52652joey1999-12-13
|
* 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
|
* r322: * dh_fixperms: chown symlinks as well as normal files. Closes: #51169.joey1999-12-01
|
* r321: * dh_suidregister: Fixed a rather esoteric bug: If a file had multiplejoey1999-11-30
| | | | | | | | | hard links, and was suid, suidregister detected all the hard links as files that need to be registered. It looped, registering the first link, and then removing its suid bit. This messed up the registration of the other had links, since their permissions were now changed, leading to unpredictable results. The fix is to just not remove suid bits until all files have been registered.
* r320: Fixed a rather esoteric bug: If a file had multiple hard links, and wasjoey1999-11-30
| | | | | | | | suid, suidregister detected all the hard links as files that need to be registered. It looped, registering the first link, and then removing its suid bit. This messed up the registration of the other had links, since their permissions were now changed, leading to unpredictable results. The fix is to just not remove suid bits until all files have been registered.
* r319: * dh_installmanpages:joey1999-11-29
| | | | | | | | | | | | | | | | | | | | - Added support for translated man pages, with a patch from Kis Gergely <kisg@lme.linux.hu>. Closes: #51268 - Fixed the undefined value problem in Kis's patch. - This also Closes: #37092 come to think of it. * dh_shlibdeps, dh_shlibdeps.1: - Added -X option, which makes it not examine some files. This is useful in rare cases. Closes: #51100 - Always pass "-dDepends" before the list of files, which makes it easier to specify other -d parameters in the uparams, and doesn't otherwise change the result at all. * doc/TODO: - dh_installdebfiles is no longer a part of debhelper. This affects exactly one package in unstable, biss-awt, which has had a bug filed against it for 200+ days now asking that it stop using the program. dh_installdebfiles has been depreacted for nearly 2 years now.. * This changelog was automatically generated from CVS commit information. Fear makechangelog.
* r318: Removed old and outdated command, which is only used by 1 package today.joey1999-11-29
|
* r317: * Added -X option, which makes it not examine some files. This is ↵joey1999-11-29
| | | | | | | | | useful in rare cases. Closes: #51100 * Always pass "-dDepends" before the list of files, which makes it easier to specify other -d parameters in the uparams, and doesn't otherwise change the result at all.
* r316: dh_installdebfiles is no longer a part of debhelper. This affects exactlyjoey1999-11-29
| | | | | | one package in unstable, biss-awt, which has had a bug filed against it for 200+ days now asking that it stop using the program. dh_installdebfiles has been depreacted for nearly 2 years now..
* r315: This also Closes: #37092 come to think of it.joey1999-11-29
|
* r314: * Added support for translated man pages, with a patch fromjoey1999-11-29
| | | | | Kis Gergely <kisg@lme.linux.hu>. Closes: #51268 * Fixed the undefined value problem in Kis's patch.
* r313: testjoey1999-11-28
|
* r312: testjoey1999-11-28
|
* r311: added itemjoey1999-11-28
|
* r310: * Fixed typo in dh_installmenu.1, Closes: #51332joey1999-11-28
|
* r309: removed 'master'joey1999-11-23
|
* r308: * dh_suidregister: Die with understandable error message if asked tojoey1999-11-23
| | | | | | | | | | | | act on files that don't exist. * dh_installchangelogs: to comply with policy, if it's told to act on a html changelog, it installs it as changelog.html.gz and dumps a plain text version to changelog.gz. The dumping is done with lynx. (Closes: #51099) * Dh_Getopt.pm: Modified it so any options specified after -- are added to U_PARAMS. This means that instead of passing '-u"something nasty"' to dh_gencontrol and the like, you can pass '-- something nasty' without fiddling to get the quoting right, etc.
* r307: * Actually, debhelper build-depends on perl-5.005.joey1999-11-23
|
* r306: * Corrected slash substitution problem in dh_installwm.joey1999-11-09
|
* r305: * Oh, the build dependancies include all of debhelper's regularjoey1999-11-08
| | | | dependancies as well, since it builds using itself.
* 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.
* r302: * dh_shlibdeps: added -l option, which lets you specify a path thatjoey1999-11-04
| | | | | | | | | | | | | | LD_LIBRARY_PATH is then set to when dpkg-shlibdeps is run. This should make it easier for library packages that also build binary packages to be built with correct dependancies. Closes: #36751 * In honor of Burn all GIFs Day (hi Don!), I added alternative image formats .png, .jpg (and .jpeg) to the list of extentions dh_compress does not compress. Closes: #41733 * Also, made all extentions dh_compress skips be looked at case insensitively. * dh_movefiles: force owner and group of installed files to be root. Closes: #46039 * Closes: #42650, #47175 -- they've been fixed forever.
* r301: * dh_installxfonts: Patch from Anthony Wong to fix directory searching.joey1999-11-01
| | | | Closes: #48931
* r300: * dh_installdebconf: Modified to use new confmodule debconf library.joey1999-10-30
|
* r299: Corrected Overfiend.joey1999-10-28
|
* r298: * Fixed some problems with dh_installxfonts font dirs.joey1999-10-28
|
* r297: removed obsolete comment.joey1999-10-28
|
* r296: * dh_builddeb: -u can be passed to this command now, followed byjoey1999-10-26
| | | | any extra parameters you want to pass to dpkg-deb (Closes: #48394)
* r295: * Corrected a path name in dh_installxfonts. Closes: #48315joey1999-10-25
|
* r294: * Fixed problem with dh_installemacsen options not working, patch fromjoey1999-10-24
| | | | | | | | | | | | | | | | | | | | | Rafael Laboissiere <rafael@icp.inpg.fr>, Closes: #47738 * Added new dh_installxfonts script by Changwoo Ryu <cwryu@dor17988.kaist.ac.kr>. Closes: #46684 I made some changes, though: - I rewrote lots of this script to be more my style of perl. - I removed all the verbisity from the postinst script fragment, since that is a clear violation of policy. - I made the postinst fail if the mkfontdir, etc commands fail, because this really makes more sense. Consider idempotency. - I moved the test to see if the font dir is really a directory into the dh_ script and out of the snippet. If the maintainer plays tricks on us, mkfontdir will blow up satisfactorally anyway. - So, the snippet is 9 lines long now, down from 20-some. - I realize this isn't following the reccommendations made in Brandon's font policy. I'll fight it out with him. :-) - In postrm fragment, used rmdir -p to remove as many parent directories as I can. - s:/usr/lib/X11/:/usr/X11R6/lib/X11/:g
* r293: * Clarified rules.multi2 comment. Closes: #46828joey1999-10-10
|
* r292: * dh_compress: After compressing an executable, changes the file ↵joey1999-10-06
| | | | | | mode to 644. Executable .gz files are silly. Closes: #46383
* r291: * dh_installdocs: if $TMP/usr/share/doc/$PACKAGE is a broken symlink,joey1999-10-04
| | | | | | leaves it alone, assumming that the maintainer knows what they're doing and is probably linking to the doc dir of another package. (Closes: #46183)
* r290: * Dh_Lib.pm: fixed bug in xargs() that made boundry words be skipped.joey1999-10-04
|
* r289: * Added note to man pages of commands that use autoscript to note ↵joey1999-10-01
| | | | | | they are not idempotent.
* r288: Random changes.joey1999-10-01
|
* r287: * Fiddlesticks. The neat make trick I was using in rules.multi2 ↵joey1999-09-30
| | | | | | | | | | | | failed if you try to build binary-indep and binary-arch targets in the same make run. Make tries to be too smart. Modified the file so it will work, though it's now uglier. Closes: 46287 * examples/*: It's important that one -not- use a install-stamp target. Install should run every time binary-* calls it. Otherwise if a binary-* target is called twice by hand, you get duplicate entries in the maintainer script fragment files. Closes: #46313
* r286: * Fiddlesticks. The neat make trick I was using in rules.multi2 ↵joey1999-09-30
| | | | | | | | | | | | failed if you try to build binary-indep and binary-arch targets in the same make run. Make tries to be too smart. Modified the file so it will work, though it's now uglier. Closes: 46287 * examples/*: It's important that one -not- use a install-stamp target. Install should run every time binary-* calls it. Otherwise if a binary-* target is called twice by hand, you get duplicate entries in the maintainer script fragment files. Closes: #46313
* r285: * Fixed quoting problem in examples/rules.multi (Closes: #46254)joey1999-09-29
|
* r284: * Enhanced debconf support -- the database is now cleaned up on packagejoey1999-09-29
| | | | | | purge. * Broke all debconf support off into a dh_installdebconf script. This seems conceptually a little cleaner.