]> git.donarmstrong.com Git - debhelper.git/log
debhelper.git
23 years agor423: podized man page
joey [Fri, 9 Feb 2001 01:55:06 +0000 (01:55 +0000)]
r423: podized man page

23 years agor422: foo
joey [Fri, 9 Feb 2001 01:40:59 +0000 (01:40 +0000)]
r422: foo

23 years agor421: use strict
joey [Fri, 9 Feb 2001 01:38:37 +0000 (01:38 +0000)]
r421: use strict

23 years agor420: big monsta changes
joey [Fri, 9 Feb 2001 00:57:53 +0000 (00:57 +0000)]
r420: big monsta changes

23 years agor419: touchup
joey [Wed, 7 Feb 2001 21:42:37 +0000 (21:42 +0000)]
r419: touchup

23 years agor418: * Fixed a stupid typo in dh_suidregister, Closes: #85110
joey [Tue, 6 Feb 2001 21:30:48 +0000 (21:30 +0000)]
r418:    * Fixed a stupid typo in dh_suidregister, Closes: #85110

23 years agor417: * dh_installinit -r: stop init script in prerm on package removal,
joey [Mon, 5 Feb 2001 18:09:36 +0000 (18:09 +0000)]
r417:    * dh_installinit -r: stop init script in prerm on package removal,
Closes: #84974
23 years agor416: better message
joey [Sat, 3 Feb 2001 00:38:19 +0000 (00:38 +0000)]
r416: better message
wrapping

23 years agor415: * dh_shlibdeps -l can handle relative paths now. Patch from Colin Watson
joey [Thu, 1 Feb 2001 21:37:28 +0000 (21:37 +0000)]
r415:    * dh_shlibdeps -l can handle relative paths now. Patch from Colin Watson
     <cjw44@flatline.org.uk>, Closes: #84408

23 years agor414: * Added a suggests to debconf-utils, Closes: #83643
joey [Wed, 31 Jan 2001 06:42:25 +0000 (06:42 +0000)]
r414:    * Added a suggests to debconf-utils, Closes: #83643
     I may chenge this to a dependancy at some point in the future,
     since one debconf command needs the package to work.

23 years agor413: * dh_installdebconf: marge in templates with a .ll_LL extention,
joey [Mon, 29 Jan 2001 21:17:56 +0000 (21:17 +0000)]
r413:    * dh_installdebconf: marge in templates with a .ll_LL extention,
     they were previously ignored.

23 years agor412: * Bah, reverted that last change. It isn't useful because
joey [Sun, 28 Jan 2001 09:52:41 +0000 (09:52 +0000)]
r412:    * Bah, reverted that last change. It isn't useful because
     dpkg-buildpackage reads the real control file and gets confused.

23 years agor411: or use fakeroot
joey [Thu, 25 Jan 2001 21:31:56 +0000 (21:31 +0000)]
r411: or use fakeroot

23 years agor410: * Added the ability to make debhelper read a different file than
joey [Thu, 25 Jan 2001 02:04:03 +0000 (02:04 +0000)]
r410:    * Added the ability to make debhelper read a different file than
     debian/control as the control file. This is very useful for various and
     sundry things, all Evil, most involving kernel packages.

23 years agor409: * Corrected globbing issue with dh_movefiles in v3 mode. Closes: #81431
joey [Mon, 22 Jan 2001 02:35:15 +0000 (02:35 +0000)]
r409:    * Corrected globbing issue with dh_movefiles in v3 mode. Closes: #81431

23 years agor408: * Fixed a man page typo, Closes: #82371:
joey [Tue, 16 Jan 2001 04:44:20 +0000 (04:44 +0000)]
r408:    * Fixed a man page typo, Closes: #82371:
   * Added note to dh_strip man page, Closes: #82220

23 years agor407: * suidmanager is obsolete now, and so is dh_suidmanager. Instead,
joey [Wed, 10 Jan 2001 22:21:55 +0000 (22:21 +0000)]
r407:    * suidmanager is obsolete now, and so is dh_suidmanager. Instead,
     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.

23 years agor406: * Fixed dh_installwm. Oops. Closes: #81124
joey [Thu, 4 Jan 2001 02:35:36 +0000 (02:35 +0000)]
r406:    * Fixed dh_installwm. Oops. Closes: #81124

23 years agor405: foo
joey [Sat, 30 Dec 2000 06:32:16 +0000 (06:32 +0000)]
r405: foo

23 years agor404: * Fixed perl wanring, Closes: #80242
joey [Thu, 21 Dec 2000 23:44:18 +0000 (23:44 +0000)]
r404:    * Fixed perl wanring, Closes: #80242

23 years agor403: * dh_installwm: Moved update-alternatives --remove call to prerm,
joey [Thu, 21 Dec 2000 19:35:32 +0000 (19:35 +0000)]
r403:    * dh_installwm: Moved update-alternatives --remove call to prerm,
Closes: #80209
   * ALso guarded all update-alternatives --remove calls.

23 years agor402: * Spelling patch.
joey [Mon, 4 Dec 2000 01:12:51 +0000 (01:12 +0000)]
r402:    * Spelling patch.

23 years agor401: * typo: Closes, #78567
joey [Sat, 2 Dec 2000 22:29:59 +0000 (22:29 +0000)]
r401:    * typo: Closes, #78567

23 years agor400: * Oops, it was not expanding wildcard when it should.
joey [Thu, 30 Nov 2000 05:03:37 +0000 (05:03 +0000)]
r400:    * Oops, it was not expanding wildcard when it should.

23 years agor399: * dh_movefiles: added error message on file not found
joey [Thu, 30 Nov 2000 04:26:43 +0000 (04:26 +0000)]
r399:    * dh_movefiles: added error message on file not found

23 years agor398: * If DH_COMPAT=3 is set, the following happens:
joey [Tue, 28 Nov 2000 05:12:23 +0000 (05:12 +0000)]
r398:    * If DH_COMPAT=3 is set, the following happens:
     - 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

23 years agor397: horribly broke everything I touched :-)
joey [Tue, 28 Nov 2000 04:27:52 +0000 (04:27 +0000)]
r397: horribly broke everything I touched :-)

23 years agor396: working toward config file globbing support. Need to modify a bunch of
joey [Tue, 28 Nov 2000 01:07:53 +0000 (01:07 +0000)]
r396: working toward config file globbing support. Need to modify a bunch of
function, and add support for escaped stuff

23 years agor395: * dh_makeshlibs: corrected the evil db3-regex so it doesn't misfire on
joey [Mon, 27 Nov 2000 20:22:59 +0000 (20:22 +0000)]
r395:    * dh_makeshlibs: corrected the evil db3-regex so it doesn't misfire on
     data like "debian/libruby/usr/lib/ruby/1.6/i486-linux/etc.so".
Closes: #78139
23 years agor394: * Reverted the change to make debian/README be treated as README.Debian,
joey [Mon, 27 Nov 2000 20:06:04 +0000 (20:06 +0000)]
r394:    * Reverted the change to make debian/README be treated as README.Debian,
     after I learned people use it for eg, documenting the source package
     itself. Closes: #34628, since it seems this is not such an "incredibly
     minor" change after all. Never underetimate the annoyance of
     backwards-compatability.

23 years agor393: * DH_COMPAT=3 now enables the following new features which I can't just
joey [Mon, 27 Nov 2000 04:06:39 +0000 (04:06 +0000)]
r393:    * DH_COMPAT=3 now enables the following new features which I can't just
     turn on by default for fear of breaking backwards compatability:
     - dh_makeshlibs makes the postinst/postrm call ldconfig. Closes: #77154
       Patch from Masato Taruishi <taru@debian.org> (modified). If you
       use this, be sure dh_makeshlibs runs before dh_installdeb; many
       old rules files have the ordering backwards.
     - dh_installdeb now causes all files in /etc to be registered as
       conffiles.
     - debian/README is now supported: it is treated exactly like
       debian/README.Debian. Either file is installed as README.Debian in
       non-native packages, and now as just README in native packages.
Closes: #34628
   * This is really only the start of the changes for v3, so use with
     caution..
   * dh_du has finally been removed. It has been deprecated for ages, and
     a grep of the archive shows that nothing is using it except biss-awt
     and scsh. I filed bugs on both almost exactly a year ago. Those bugs
     should now be raised to severity important..
   * --number option (to dh_installemacsen) is removed. It has been
     deprecated for a while and nothing uses it. Use --priority instead.

23 years agor392: * DH_COMPAT=3 now enables the following new features which I can't just
joey [Mon, 27 Nov 2000 03:56:52 +0000 (03:56 +0000)]
r392:    * DH_COMPAT=3 now enables the following new features which I can't just
     turn on by default for fear of breaking backwards compatability:
     - dh_makeshlibs makes the postinst/postrm call ldconfig. Closes: #77154
       Patch from Masato Taruishi <taru@debian.org> (modified). If you
       use this, be sure dh_makeshlibs runs before dh_installdeb; many
       old rules files have the ordering backwards.
     - dh_installdeb now causes all files in /etc to be registered as
       conffiles.
     - debian/README is now supported: it is treated exactly like
       debian/README.Debian. Either file is installed as README.Debian in
       non-native packages, and now as just README in native packages.
Closes: #34628
   * This is really only the start of the changes for v3, so use with
     caution..
   * dh_du has finally been removed. It has been deprecated for ages, and
     a grep of the archive shows that nothing is using it except biss-awt
     and scsh. I filed bugs on both almost exactly a year ago. Those bugs
     should now be raised to severity important..
   * --number option (to dh_installemacsen) is removed. It has been
     deprecated for a while and nothing uses it. Use --priority instead.

23 years agor391: * Ok, fine, I'll make debhelper depend on lynx for the one or two
joey [Tue, 21 Nov 2000 23:25:30 +0000 (23:25 +0000)]
r391:    * Ok, fine, I'll make debhelper depend on lynx for the one or two
     packages that have html changelogs. But you'll be sorry...
Closes: #77604
23 years agor390: * Typo, Closes: #77441
joey [Sun, 19 Nov 2000 21:24:21 +0000 (21:24 +0000)]
r390:    * Typo, Closes: #77441

23 years agor389: * Completed the fix from the last version.
joey [Thu, 16 Nov 2000 04:40:14 +0000 (04:40 +0000)]
r389:    * Completed the fix from the last version.

23 years agor388: * Ok, I tihnk we have a db3 fix that will really work now.
joey [Sun, 12 Nov 2000 21:31:01 +0000 (21:31 +0000)]
r388:    * Ok, I tihnk we have a db3 fix that will really work now.

23 years agor387: * I retract 2.1.23, the hack doesn't help make dpkg-shlibdeps work; db3
joey [Sun, 12 Nov 2000 01:37:46 +0000 (01:37 +0000)]
r387:    * I retract 2.1.23, the hack doesn't help make dpkg-shlibdeps work; db3
     is broken upstream.

23 years agor386: * dh_makeshlibs: Also scan files named "*.so*", not just "*.so.*",
joey [Sun, 12 Nov 2000 01:26:42 +0000 (01:26 +0000)]
r386:    * dh_makeshlibs: Also scan files named "*.so*", not just "*.so.*",
     but only if they are files. This should make it more usable with
     rather stupidly broken libraries like db3, which do not encode the
     major version in their filenames. However, it cannot guess the major
     version of such libraries, so -m must be used.

23 years agor385: * Fixed dh_perl to work with perl 5.6, Closes: #76508
joey [Wed, 8 Nov 2000 00:35:15 +0000 (00:35 +0000)]
r385:    * Fixed dh_perl to work with perl 5.6, Closes: #76508

23 years agor384: ugh
joey [Tue, 7 Nov 2000 23:56:05 +0000 (23:56 +0000)]
r384: ugh

23 years agor383: * dh_movefiles: no longer does the symlink ordering hack, as
joey [Mon, 6 Nov 2000 23:57:58 +0000 (23:57 +0000)]
r383:    * dh_movefiles: no longer does the symlink ordering hack, as
     this is supported by dpkg itself now. Added a dependancy on
     dpkg-dev >= 1.7.0 to make sure this doesn't break anything.
   * While I'm updating for dpkg 1.7.0, I removed the -ldirectory hack
     from dh_shlibdeps; dpkg-shlibdeps has its own much more brutal hack to
     make this work. The switch is ignored now for backwards compatability.
   * dh_suidregister will be deprecated soon -- dpkg-statoverride is a
     much better way.

23 years agor382: * dh_suidregister: do not unregister on purge, since it will have already
joey [Mon, 6 Nov 2000 01:05:13 +0000 (01:05 +0000)]
r382:    * dh_suidregister: do not unregister on purge, since it will have already
     been unregistered then, and a warning will result.

23 years agor381: * dh_builddeb: Ok, it is cosmetic, but it annoyed me.
joey [Mon, 6 Nov 2000 00:23:51 +0000 (00:23 +0000)]
r381:    * dh_builddeb: Ok, it is cosmetic, but it annoyed me.

23 years agor380: * dh_builddeb: added a --filename option to specify the output filename.
joey [Sat, 28 Oct 2000 18:44:02 +0000 (18:44 +0000)]
r380:    * dh_builddeb: added a --filename option to specify the output filename.
     This is intended to be used when building .udebs for the debian
     installer.

23 years agor379: * dh_movefiles.1: well I thought it was quite obvious why it always used
joey [Sat, 28 Oct 2000 06:13:50 +0000 (06:13 +0000)]
r379:    * dh_movefiles.1: well I thought it was quite obvious why it always used
     debian/tmp, but it's a faq. Added some explanation. By the way, since
     there now exists a documented way to use dh_movefiles that does not
     have problems with empty directories that get left behind and so on, I
     think this Closes: #17111, #51985

23 years agor378: * dh_movefiles: fixed a regexp quoting problem with --sourcedir.
joey [Mon, 23 Oct 2000 22:36:18 +0000 (22:36 +0000)]
r378:    * dh_movefiles: fixed a regexp quoting problem with --sourcedir.
Closes: #75434
   * Whoops, I think I overwrote bod's NMU with 2.2.15. Let's merge those
     in:
     .
     debhelper (2.1.14-0.1) unstable; urgency=low
     .
       * Non-maintainer upload (thanks Joey).
       * dh_installchangelogs, dh_installdocs: allow dangling symlinks for
         $TMP/usr/share/doc/$PACKAGE (useful for multi-binary packages).
Closes: #53381
     .
     -- Brendan O'Dea <bod@debian.org>  Fri, 20 Oct 2000 18:11:59 +1100
     .
     I also added some documentation to debhelper.1 about this, and removed
     the TODO entry about it.

23 years agor377: * dh_installwm: patched a path in some backwards compatability code.
joey [Mon, 23 Oct 2000 17:15:15 +0000 (17:15 +0000)]
r377:    * dh_installwm: patched a path in some backwards compatability code.
Closes: #75283
23 years agor376: * Rats, the previous change makes duplicate lines be created in the
joey [Tue, 3 Oct 2000 19:35:32 +0000 (19:35 +0000)]
r376:    * Rats, the previous change makes duplicate lines be created in the
     shlibs file, and lintian conplains. Added some hackery that should
     prevent that. Closes: #73052

23 years agor375: * Typo, Closes: #72932
joey [Mon, 2 Oct 2000 01:29:14 +0000 (01:29 +0000)]
r375:    * Typo, Closes: #72932
   * dh_makeshlibs: follow symlinks to files when looking for files that are
     shared libraries. This allows it to catch files like
     "liballeg-3.9.33.so" that are not in the *.so.* form it looks for, but
     that doe have links to them that are in the right form. Closes: #72938

23 years agor374: * Rebuild to remove cvs junk, Closes: #72610
joey [Thu, 28 Sep 2000 19:42:59 +0000 (19:42 +0000)]
r374:    * Rebuild to remove cvs junk, Closes: #72610

23 years agor373: * dh_installmanpages: don't install files that start with .#* -- these
joey [Thu, 21 Sep 2000 19:05:38 +0000 (19:05 +0000)]
r373:    * dh_installmanpages: don't install files that start with .#* -- these
     are CVS files..

23 years agor372: * dh_installmanpages: don't install files that start with .#* -- these
joey [Thu, 21 Sep 2000 19:01:37 +0000 (19:01 +0000)]
r372:    * dh_installmanpages: don't install files that start with .#* -- these
     are CVS files..

23 years agor371: * Modified to allow no spaces between control file field name and value
joey [Thu, 21 Sep 2000 02:47:05 +0000 (02:47 +0000)]
r371:    * Modified to allow no spaces between control file field name and value
     (this appears to be logal).

23 years agor370: * dh_installmodules: corrected the code added to maintainer scripts so it
joey [Sun, 17 Sep 2000 21:42:52 +0000 (21:42 +0000)]
r370:    * dh_installmodules: corrected the code added to maintainer scripts so it
     does not call depmod -a. update-modules (which it always called)_
     handles calling depmod if doing so is appropriate. Packages built with
     proir versions probably have issues on systems with non-modular
     kernels, and should be rebuilt. Closes: #71841

23 years agor369: no newline in LATEST-VERSION-IS file, breaks some browsers
joey [Fri, 1 Sep 2000 21:37:34 +0000 (21:37 +0000)]
r369: no newline in LATEST-VERSION-IS file, breaks some browsers

23 years agor368: * Fixed a stupid typo. Closes: #69750
joey [Tue, 22 Aug 2000 22:16:01 +0000 (22:16 +0000)]
r368:    * Fixed a stupid typo. Closes: #69750

23 years agor367: * debian/package.filename.arch is now checked for first, before
joey [Mon, 21 Aug 2000 02:04:06 +0000 (02:04 +0000)]
r367:    * debian/package.filename.arch is now checked for first, before
     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.

23 years agor366: * dh_strip: now knows about the DEB_BUILD_OPTIONS=nostrip thing.
joey [Sun, 20 Aug 2000 23:30:30 +0000 (23:30 +0000)]
r366:    * dh_strip: now knows about the DEB_BUILD_OPTIONS=nostrip thing.

23 years agor365: * dh_installxfonts: corrected a problem during package removal that was
joey [Thu, 17 Aug 2000 07:45:49 +0000 (07:45 +0000)]
r365:    * dh_installxfonts: corrected a problem during package removal that was
     silently neglecting to remove the fonts.dir/alias files.

23 years agor364: * Whoops, I forgot to add v3 to cvs, so it was missing from a few
joey [Fri, 4 Aug 2000 21:28:22 +0000 (21:28 +0000)]
r364:    * Whoops, I forgot to add v3 to cvs, so it was missing from a few
     versions.

23 years agor363: good lord, did I forget to add this?
joey [Fri, 4 Aug 2000 21:27:06 +0000 (21:27 +0000)]
r363: good lord, did I forget to add this?

23 years agor362: * Minor man page updates as Overfiend struggles with debhelperizing X
joey [Fri, 21 Jul 2000 07:30:04 +0000 (07:30 +0000)]
r362:    * Minor man page updates as Overfiend struggles with debhelperizing X
     4.0.

23 years agor361:
joey [Fri, 21 Jul 2000 03:07:15 +0000 (03:07 +0000)]
r361:
woaah, forgot to add these for a while

23 years agor360: * Never refer to root, always uid/gid "0". Closes: #67508
joey [Fri, 21 Jul 2000 00:05:35 +0000 (00:05 +0000)]
r360:    * Never refer to root, always uid/gid "0". Closes: #67508

23 years agor359: * I started work on debhelper v2 over a year ago, with a long list of
joey [Wed, 19 Jul 2000 00:33:24 +0000 (00:33 +0000)]
r359:    * I started work on debhelper v2 over a year ago, with a long list of
     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).

23 years agor358: * Put dh_installogrotate in the examples, Closes: #66986
joey [Mon, 10 Jul 2000 23:17:26 +0000 (23:17 +0000)]
r358:    * Put dh_installogrotate in the examples, Closes: #66986

23 years agor357: * Added dh_installlogrotate. Yuck, 3 l's, but I want to folow my
joey [Sun, 9 Jul 2000 07:58:59 +0000 (07:58 +0000)]
r357:    * Added dh_installlogrotate. Yuck, 3 l's, but I want to folow my
     standard..

23 years agor356: * Documented the full list of extra files dh_clean deletes, since people
joey [Fri, 7 Jul 2000 19:41:52 +0000 (19:41 +0000)]
r356:    * Documented the full list of extra files dh_clean deletes, since people
     are for some reason adverse to using -v to find it. Closes: #66883

23 years agor355: merged in stuff from global todo
joey [Thu, 6 Jul 2000 04:29:48 +0000 (04:29 +0000)]
r355: merged in stuff from global todo

23 years agor354: * Killed the fixlinks stuff, since there are no longer any symlinks in
joey [Thu, 6 Jul 2000 02:46:08 +0000 (02:46 +0000)]
r354:    * Killed the fixlinks stuff, since there are no longer any symlinks in
     the source package.

23 years agor353: * Modified all postinst script fragments to only run when called with
joey [Thu, 6 Jul 2000 00:18:18 +0000 (00:18 +0000)]
r353:    * Modified all postinst script fragments to only run when called with
     "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
23 years agor352: * dh_installmodules will now install modiles even if etc/modutils already
joey [Mon, 26 Jun 2000 21:31:48 +0000 (21:31 +0000)]
r352:    * dh_installmodules will now install modiles even if etc/modutils 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
24 years agor351: * dh_installdebconf: Automatically merge localized template
joey [Fri, 19 May 2000 22:01:35 +0000 (22:01 +0000)]
r351:    * dh_installdebconf: Automatically merge localized template
     files. If you use this feature, you should build-depend on
     debconf-utils to get debconf-mergetemplate.

24 years agor350: * dh_installinfo: changed test to see if an info file is the head file to
joey [Thu, 11 May 2000 21:12:40 +0000 (21:12 +0000)]
r350:    * dh_installinfo: changed test to see if an info file is the head file to
     just skip files that end in -\d+.

24 years agor349: * dh_installmodules: still add depmod -a calls if run on a package that
joey [Thu, 4 May 2000 22:52:49 +0000 (22:52 +0000)]
r349:    * dh_installmodules: still add depmod -a calls if run on a package that
     has no debian/modules file, but does contain modules.

24 years agor348: * Fixes for perl 5.6.
joey [Mon, 1 May 2000 20:37:56 +0000 (20:37 +0000)]
r348:    * Fixes for perl 5.6.
   * Spelling fixes.

24 years agor347: spelling
joey [Mon, 1 May 2000 06:55:37 +0000 (06:55 +0000)]
r347: spelling

24 years agor346: some perl 5.6 issues
joey [Mon, 1 May 2000 06:55:13 +0000 (06:55 +0000)]
r346: some perl 5.6 issues

24 years agor345: * examples/rules.multi2: binary-indep and binary-arch targets need to
joey [Mon, 17 Apr 2000 22:17:10 +0000 (22:17 +0000)]
r345:    * examples/rules.multi2: binary-indep and binary-arch targets need to
     depend on the build and install targets.

24 years agor344: * Patch from Pedro Guerreiro to make install-docs only be called on
joey [Mon, 17 Apr 2000 02:08:25 +0000 (02:08 +0000)]
r344:    * Patch from Pedro Guerreiro to make install-docs only be called on
     configure and remove/upgrade. Closes: #62513

24 years agor343: * Detect changelog parse failures and use a better error message.
joey [Sun, 9 Apr 2000 03:10:07 +0000 (03:10 +0000)]
r343:    * Detect changelog parse failures and use a better error message.
Closes: #62058
24 years agor342: * Fixed a simmy typo in dh_installmanpages, Closes: #60727
joey [Sun, 19 Mar 2000 07:24:04 +0000 (07:24 +0000)]
r342:    * Fixed a simmy typo in dh_installmanpages, Closes: #60727

24 years agor341: * Fixed dh_testversion; broken in last release.
joey [Sat, 4 Mar 2000 21:19:42 +0000 (21:19 +0000)]
r341:    * Fixed dh_testversion; broken in last release.

24 years agor340: * Patch from Jorgen `forcer' Schaefer <forcer at mindless.com> (much
joey [Fri, 3 Mar 2000 03:44:42 +0000 (03:44 +0000)]
r340:    * Patch from Jorgen `forcer' Schaefer <forcer at mindless.com> (much
     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.

24 years agor339: typo
joey [Fri, 3 Mar 2000 03:44:11 +0000 (03:44 +0000)]
r339: typo

24 years agor338: * Patch from Jorgen `forcer' Schaefer <forcer at mindless.com> (much
joey [Thu, 2 Mar 2000 21:23:22 +0000 (21:23 +0000)]
r338:    * Patch from Jorgen `forcer' Schaefer <forcer at mindless.com> (much
     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.

24 years agor337: * Copyright update: files in the examples directory are public domain.
joey [Tue, 8 Feb 2000 07:17:39 +0000 (07:17 +0000)]
r337:    * Copyright update: files in the examples directory are public domain.

24 years agor336: * Documented that lynx is used to convert html changelogs. Closes: #54055
joey [Tue, 8 Feb 2000 00:07:41 +0000 (00:07 +0000)]
r336:    * Documented that lynx is used to convert html changelogs. Closes: #54055

24 years agor335: man page fixup
joey [Tue, 18 Jan 2000 08:12:14 +0000 (08:12 +0000)]
r335: man page fixup

24 years agor333: um.
joey [Mon, 17 Jan 2000 05:25:36 +0000 (05:25 +0000)]
r333: um.

24 years agor332: * dh_testroot: don't call init(), so it may be run even if it's not in the
joey [Fri, 14 Jan 2000 05:42:18 +0000 (05:42 +0000)]
r332:    * dh_testroot: don't call init(), so it may be run even if it's not in the
     right place. Closes: #55065

24 years agor331: * Downgraded fileutils dependancy just a bit for the Hurd foks.
joey [Tue, 11 Jan 2000 00:42:56 +0000 (00:42 +0000)]
r331:    * Downgraded fileutils dependancy just a bit for the Hurd foks.
Closes: #54620
24 years agor330: * Make all examples rules files executable.
joey [Thu, 6 Jan 2000 23:12:58 +0000 (23:12 +0000)]
r330:    * Make all examples rules files executable.
   * Copyright date updates.

24 years agor329: * Depend on the current unstable fileutils, because I have to use chown
joey [Wed, 5 Jan 2000 22:25:24 +0000 (22:25 +0000)]
r329:    * Depend on the current unstable fileutils, because I have to use chown
     --no-dereference. I'm not sure when it started working, but it didn't work
     in slink.

24 years agor328: * Added dh_installmime calls to examples, Closes: #54056
joey [Tue, 4 Jan 2000 17:36:54 +0000 (17:36 +0000)]
r328:    * Added dh_installmime calls to examples, Closes: #54056

24 years agor327: * dh_installxaw: Patch from Josip Rodin to update to fhs paths,
joey [Mon, 20 Dec 1999 20:23:26 +0000 (20:23 +0000)]
r327:    * dh_installxaw: Patch from Josip Rodin to update to fhs paths,
Closes: #53029
24 years agor326: * Type fix, Closes: #52652
joey [Mon, 13 Dec 1999 21:48:30 +0000 (21:48 +0000)]
r326:    * Type fix, Closes: #52652

24 years agor325: * Corrected mispellings, Closes: #52013
joey [Mon, 6 Dec 1999 21:49:05 +0000 (21:49 +0000)]
r325:    * Corrected mispellings, Closes: #52013

24 years agor324: Wrong! Versioned dep. Reverted.
joey [Sat, 4 Dec 1999 01:21:29 +0000 (01:21 +0000)]
r324: Wrong! Versioned dep. Reverted.

24 years agor323: doesn't need build-deps on findutils, since that package is essential
joey [Sat, 4 Dec 1999 01:19:40 +0000 (01:19 +0000)]
r323: doesn't need build-deps on findutils, since that package is essential