summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* r369: no newline in LATEST-VERSION-IS file, breaks some browsersjoey2000-09-01
|
* r368: * Fixed a stupid typo. Closes: #69750joey2000-08-22
|
* r367: * debian/package.filename.arch is now checked for first, beforejoey2000-08-21
| | | | | | | debian/package.filename. Closes: #69453 * Added a section to debhelper(1) about files in debian/ used by debhelper, which documents this. Removed scattered references to debian/filename from all over the man pages.
* r366: * dh_strip: now knows about the DEB_BUILD_OPTIONS=nostrip thing.joey2000-08-20
|
* r365: * dh_installxfonts: corrected a problem during package removal that wasjoey2000-08-17
| | | | silently neglecting to remove the fonts.dir/alias files.
* r364: * Whoops, I forgot to add v3 to cvs, so it was missing from a fewjoey2000-08-04
| | | | versions.
* r363: good lord, did I forget to add this?joey2000-08-04
|
* r362: * Minor man page updates as Overfiend struggles with debhelperizing Xjoey2000-07-21
| | | | 4.0.
* r361: joey2000-07-21
| | | | woaah, forgot to add these for a while
* r360: * Never refer to root, always uid/gid "0". Closes: #67508joey2000-07-21
|
* r359: * I started work on debhelper v2 over a year ago, with a long list ofjoey2000-07-19
| | | | | | | | | | | | | | | | | | | | changes I hoped to get in that broke backwards compatability. That development stalled after only the most important change was made, although I did get out over 100 releases in the debhelper 2.0.x tree. In the meantime, lots of packages have switched to using v2, despite my warnings that doing so leaves packages open to being broken without notice until v2 is complete. * Therefore, I am calling v2 complete, as it is. Future non-compatabile changes will happen in v3, which will be started soon. This means that by using debhelper v2, one major thing changes: debhelper uses debian/<package> as the temporary directory for *all* packages; debian/tmp is no longer used to build binary packages out of. This is very useful for multi-binary packages, and I reccommend everyone switch to v2. * Updated example rules files to use v2 by default. * Updated all documentation to assume that v2 is being used. * Added a few notes for people still using v1. * Moved all of the README into debhelper(1).
* r358: * Put dh_installogrotate in the examples, Closes: #66986joey2000-07-10
|
* r357: * Added dh_installlogrotate. Yuck, 3 l's, but I want to folow myjoey2000-07-09
| | | | standard..
* r356: * Documented the full list of extra files dh_clean deletes, since ↵joey2000-07-07
| | | | | | people are for some reason adverse to using -v to find it. Closes: #66883
* r355: merged in stuff from global todojoey2000-07-06
|
* r354: * Killed the fixlinks stuff, since there are no longer any symlinks injoey2000-07-06
| | | | the source package.
* r353: * Modified all postinst script fragments to only run when called withjoey2000-07-06
| | | | | | | | "configure". I looked at the other possibilities, and I don't think any of the supported stuff should be called if the postist is called for error unwinds. Closes: #66673 * Implemented dh_clean -X, to allow specification of files to not delete, Closes: #66670
* r352: * dh_installmodules will now install modiles even if etc/modutils ↵joey2000-06-26
| | | | | | | | | already exists (wasn't because of a logic error). Closes: #66289 * dh_movefiles now uses debian/movelist, rather than just movelist. This is to fix an unlikely edge case involving a symlinked debian directory. Closes: #66278
* r351: * dh_installdebconf: Automatically merge localized templatejoey2000-05-19
| | | | | files. If you use this feature, you should build-depend on debconf-utils to get debconf-mergetemplate.
* r350: * dh_installinfo: changed test to see if an info file is the head ↵joey2000-05-11
| | | | | | file to just skip files that end in -\d+.
* r349: * dh_installmodules: still add depmod -a calls if run on a package thatjoey2000-05-04
| | | | has no debian/modules file, but does contain modules.
* r348: * Fixes for perl 5.6.joey2000-05-01
| | | | * Spelling fixes.
* r347: spellingjoey2000-05-01
|
* r346: some perl 5.6 issuesjoey2000-05-01
|
* r345: * examples/rules.multi2: binary-indep and binary-arch targets need tojoey2000-04-17
| | | | depend on the build and install targets.
* r344: * Patch from Pedro Guerreiro to make install-docs only be called onjoey2000-04-17
| | | | configure and remove/upgrade. Closes: #62513
* r343: * Detect changelog parse failures and use a better error message.joey2000-04-09
| | | | Closes: #62058
* r342: * Fixed a simmy typo in dh_installmanpages, Closes: #60727joey2000-03-19
|
* r341: * Fixed dh_testversion; broken in last release.joey2000-03-04
|
* r340: * Patch from Jorgen `forcer' Schaefer <forcer at mindless.com> (muchjoey2000-03-03
| | | | | | | | | | | | | | | | | modified)to make dh_installwm use new window manager registration method, update-alternatives. Closes: #52156, #34684 (latter bug is obsolete) * Fixed $dh{flavor} to be upper-case. * Deprecated dh_installemavcsen --number; use --priority instead. Also, the option parser requires the parameter be a number now. And, dh_installwm now accepts --priority, and window manager packages should start using it. * dh_installwm now behaves like a proper debhelper command, and reads debian/<package>.wm too. This is a small behavior change; filenames specified on the command line no longer apply to all packages it acts on. I can't belive this program existed for 2 years with such a glaring problem; I guess most people don't need ot register 5 wm's in 3 sub-packages. Anyway, it can handle such things now. :-) * Moved Dh_*.pm to /usr/lib/perl5/Debian/Debhelper. *big* change.
* r339: typojoey2000-03-03
|
* r338: * Patch from Jorgen `forcer' Schaefer <forcer at mindless.com> (muchjoey2000-03-02
| | | | | | | | | | | | | | | | | modified)to make dh_installwm use new window manager registration method, update-alternatives. Closes: #52156, #34684 (latter bug is obsolete) * Fixed $dh{flavor} to be upper-case. * Deprecated dh_installemavcsen --number; use --priority instead. Also, the option parser requires the parameter be a number now. And, dh_installwm now accepts --priority, and window manager packages should start using it. * dh_installwm now behaves like a proper debhelper command, and reads debian/<package>.wm too. This is a small behavior change; filenames specified on the command line no longer apply to all packages it acts on. I can't belive this program existed for 2 years with such a glaring problem; I guess most people don't need ot register 5 wm's in 3 sub-packages. Anyway, it can handle such things now. :-) * Moved Dh_*.pm to /usr/lib/perl5/Debian/Debhelper. *big* change.
* r337: * Copyright update: files in the examples directory are public domain.joey2000-02-08
|
* r336: * Documented that lynx is used to convert html changelogs. Closes: ↵joey2000-02-08
| | | | #54055
* r335: man page fixupjoey2000-01-18
|
* 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.