]> git.donarmstrong.com Git - debhelper.git/log
debhelper.git
24 years agor275: No idea.
joey [Wed, 15 Sep 1999 22:37:45 +0000 (22:37 +0000)]
r275: No idea.

24 years agor274: * dh_installemacsen: the script fragments it generates now test for the
joey [Sun, 12 Sep 1999 19:58:04 +0000 (19:58 +0000)]
r274:    * dh_installemacsen: the script fragments it generates now test for the
     existance of emacs-package-install/remove before calling them. Though
     a strict reading of the emacsen policy indicates that such a test
     shouldn't be needed, there may be edge cases (cf bug 44924), where it
     is.

24 years agor273: * dh_installdocs.1: clarified how the doc-id is determined. Closes: #44864
joey [Sat, 11 Sep 1999 20:26:37 +0000 (20:26 +0000)]
r273:    * dh_installdocs.1: clarified how the doc-id is determined. Closes: #44864
   * dh_makeshlibs: will now overwrite existing debian/tmp/DEBIAN/shlibs
     files, instead of erroring out. (Closes: #44828)

24 years agor272: * dh_compress: fixed #ARGV bug (again) Closes: #44853
joey [Sat, 11 Sep 1999 20:13:25 +0000 (20:13 +0000)]
r272:    * dh_compress: fixed #ARGV bug (again) Closes: #44853

24 years agor271: Hm.
joey [Sat, 11 Sep 1999 02:41:56 +0000 (02:41 +0000)]
r271: Hm.

24 years agor270: * Corrected example rules files, which had some messed up targets.
joey [Thu, 9 Sep 1999 18:30:37 +0000 (18:30 +0000)]
r270:    * Corrected example rules files, which had some messed up targets.

24 years agor269: Added
joey [Tue, 7 Sep 1999 01:01:29 +0000 (01:01 +0000)]
r269: Added

24 years agor268: * dh_installinfo: failed pretty miserably if the info file's section
joey [Mon, 6 Sep 1999 23:35:56 +0000 (23:35 +0000)]
r268:    * dh_installinfo: failed pretty miserably if the info file's section
     contained '/' characters. Doesn't now.

24 years agor267: * dh_installinfo: use FHS info dir. I wonder how I missed that..
joey [Mon, 6 Sep 1999 20:23:23 +0000 (20:23 +0000)]
r267:    * dh_installinfo: use FHS info dir. I wonder how I missed that..

24 years agor266: * FHS complience. Patch from Johnie Ingram <johnie@netgod.net>.
joey [Mon, 6 Sep 1999 05:47:41 +0000 (05:47 +0000)]
r266:    * FHS complience. Patch from Johnie Ingram <johnie@netgod.net>.
     For the most part, this was a straight-forward substitution,
     dh_installmanpages needed a non-obvious change though.
   * Closes: #42489, #42587, #41732.
   * dh_installdocs: Adds code to postinst and prerm as specified in
     http://www.debian.org/Lists-Archives/debian-ctte-9908/msg00038.html,
     to make /usr/doc/<package> a compatability symlink to
     /usr/share/doc/<package>. Note that currently if something exists in
     /usr/doc/<package> when the postinst is run, it will silently not make
     the symlink. I'm considering more intellingent handing of this case.
   * Note that if you build a package with this version of debhelper, it will
     use /usr/share/man, /usr/share/doc, and /usr/share/info. You may need to
     modify other files in your package that reference the old locations.

24 years agor265: * It turns out it's possible to set up make variables that are specific to
joey [Fri, 3 Sep 1999 21:12:04 +0000 (21:12 +0000)]
r265:    * It turns out it's possible to set up make variables that are specific to
     a single target of a Makefile. This works tremendously well with
     DH_OPTIONS: no need to put "-i" or "-pfoo" after every debhelper command
     anymore.
   * debhelper.1: mentioned above technique.
   * examples/rules.multi: use the above method to get rid of -i's and -a's.
   * examples/rules.multi2: new file, example of a multi-binary package that
     works for arch-indep and arch-dependant packages, and also allows
     building of single binary packages independntly, via binary-<package>
     targets. It accomplishes all this using only one list of debhelper
     commands.
   * examples/*: removed source and diff targets. They've been obsolete for 2
     years -- or is it 3? No need for a nice error message on failure anymore.

24 years agor264: * dh_shlibdeps: Fixed quoting problem that made it fail on weird file names.
joey [Thu, 2 Sep 1999 20:43:22 +0000 (20:43 +0000)]
r264:    * dh_shlibdeps: Fixed quoting problem that made it fail on weird file names.
     Patch from Devin Carraway <debianbug-debhelper@devin.com>, Closes: #44016

24 years agor263: * Oops, dh_installpam was omitted from the package. Added back.
joey [Sat, 28 Aug 1999 19:16:59 +0000 (19:16 +0000)]
r263:    * Oops, dh_installpam was omitted from the package. Added back.
Closes: #43652
24 years agor262: Mods for new upload method.
joey [Sat, 28 Aug 1999 02:27:15 +0000 (02:27 +0000)]
r262: Mods for new upload method.

24 years agor261: * No user visible changes. Modified the package to interface better with
joey [Sat, 28 Aug 1999 02:16:36 +0000 (02:16 +0000)]
r261:    * No user visible changes. Modified the package to interface better with
     my new local build system, which auto-updates the home page when a new
     debhelper is built.

24 years agor260: * Corrected debian/fixlinks to make the correct debian/* symlinks needed
joey [Fri, 27 Aug 1999 06:19:57 +0000 (06:19 +0000)]
r260:    * Corrected debian/fixlinks to make the correct debian/* symlinks needed
     for building debhelper.
   * Fixed rules file to create and populate examples and docs dirs. Oops.

24 years agor259: *
joey [Fri, 27 Aug 1999 06:19:45 +0000 (06:19 +0000)]
r259:    *

24 years agor258: * Corrected debian/fixlinks to make the correct debian/* symlinks needed
joey [Thu, 26 Aug 1999 02:56:08 +0000 (02:56 +0000)]
r258:    * Corrected debian/fixlinks to make the correct debian/* symlinks needed
     for building debhelper.
   * Fixed rules file to create and populate examples and docs dirs. Oops.

24 years agor257: * Corrected debian/fixlinks to make the correct debian/* symlinks needed
joey [Thu, 26 Aug 1999 02:55:08 +0000 (02:55 +0000)]
r257:    * Corrected debian/fixlinks to make the correct debian/* symlinks needed
     for building debhelper.
   * Fixed rules file to create and populate examples and docs dirs. Oops.

24 years agor256: * Corrected debian/fixlinks to make the correct debian/* symlinks needed
joey [Thu, 26 Aug 1999 02:50:52 +0000 (02:50 +0000)]
r256:    * Corrected debian/fixlinks to make the correct debian/* symlinks needed
     for building debhelper.
   * Fixed rules file to create and populate examples and docs dirs. Oops.

24 years agor255: * Corrected debian/fixlinks to make the correct debian/* symlinks needed
joey [Thu, 26 Aug 1999 02:49:43 +0000 (02:49 +0000)]
r255:    * Corrected debian/fixlinks to make the correct debian/* symlinks needed
     for building debhelper.
   * Fixed rules file to create and populate examples and docs dirs. Oops.

24 years agor254: Fixes.
joey [Thu, 26 Aug 1999 02:47:55 +0000 (02:47 +0000)]
r254: Fixes.

24 years agor253: Fixed bug.
joey [Wed, 18 Aug 1999 17:24:23 +0000 (17:24 +0000)]
r253: Fixed bug.

24 years agor252: * Fixed makefile commit target.
joey [Tue, 17 Aug 1999 05:49:18 +0000 (05:49 +0000)]
r252:    * Fixed makefile commit target.
   * Misc changes to make CVS dirs not be copies into package.

24 years agor251: * Fixed makefile commit target.
joey [Tue, 17 Aug 1999 05:44:50 +0000 (05:44 +0000)]
r251:    * Fixed makefile commit target.

24 years agor250: *
joey [Tue, 17 Aug 1999 05:44:20 +0000 (05:44 +0000)]
r250:    *

24 years agor249: dpkg-parsechangelog | grep '^ '
joey [Tue, 17 Aug 1999 05:43:37 +0000 (05:43 +0000)]
r249: dpkg-parsechangelog | grep '^  '

24 years agor248: Removed symlink files.
joey [Tue, 17 Aug 1999 05:31:01 +0000 (05:31 +0000)]
r248: Removed symlink files.

24 years agor247: Added.
joey [Tue, 17 Aug 1999 05:30:09 +0000 (05:30 +0000)]
r247: Added.

24 years agor246: Modifications for new release.
joey [Tue, 17 Aug 1999 05:29:49 +0000 (05:29 +0000)]
r246: Modifications for new release.

24 years agor244: removed.
joey [Tue, 17 Aug 1999 05:14:16 +0000 (05:14 +0000)]
r244: removed.

24 years agor212: Remove.
joey [Tue, 17 Aug 1999 05:10:06 +0000 (05:10 +0000)]
r212: Remove.

24 years agor189: Initial revision
joey [Tue, 17 Aug 1999 05:12:07 +0000 (05:12 +0000)]
r189: Initial revision

24 years agor183: remove.
joey [Tue, 17 Aug 1999 05:06:34 +0000 (05:06 +0000)]
r183: remove.

24 years agor178: Removed
joey [Tue, 17 Aug 1999 05:05:44 +0000 (05:05 +0000)]
r178: Removed

24 years agor148: removed.
joey [Tue, 17 Aug 1999 05:00:31 +0000 (05:00 +0000)]
r148: removed.

24 years agor145: remove.
joey [Tue, 17 Aug 1999 04:59:50 +0000 (04:59 +0000)]
r145: remove.

24 years agor133: Moved.
joey [Tue, 17 Aug 1999 04:58:11 +0000 (04:58 +0000)]
r133: Moved.

24 years agor128: Initial revision
joey [Tue, 17 Aug 1999 05:02:07 +0000 (05:02 +0000)]
r128: Initial revision

24 years agor119: Removed.
joey [Tue, 17 Aug 1999 04:54:59 +0000 (04:54 +0000)]
r119: Removed.

24 years agor107: removed.
joey [Tue, 17 Aug 1999 04:51:43 +0000 (04:51 +0000)]
r107: removed.

24 years agor103: Initial revision
joey [Tue, 17 Aug 1999 04:56:23 +0000 (04:56 +0000)]
r103: Initial revision

24 years agor100: removed
joey [Tue, 17 Aug 1999 04:49:50 +0000 (04:49 +0000)]
r100: removed

24 years agor84: Initial revision
joey [Tue, 17 Aug 1999 04:51:05 +0000 (04:51 +0000)]
r84: Initial revision

24 years agor68: Killed BUGS.
joey [Tue, 17 Aug 1999 04:43:39 +0000 (04:43 +0000)]
r68: Killed BUGS.

24 years agor62: Initial revision
joey [Tue, 17 Aug 1999 04:48:15 +0000 (04:48 +0000)]
r62: Initial revision

24 years agor50: oops
joey [Tue, 17 Aug 1999 04:38:04 +0000 (04:38 +0000)]
r50: oops

24 years agor46: Initial revision
joey [Tue, 17 Aug 1999 04:41:39 +0000 (04:41 +0000)]
r46: Initial revision

24 years agor11: Initial revision
joey [Tue, 17 Aug 1999 04:34:24 +0000 (04:34 +0000)]
r11: Initial revision

24 years agor9: Oops, it's a symlink. I see...
joey [Tue, 17 Aug 1999 04:24:00 +0000 (04:24 +0000)]
r9: Oops, it's a symlink. I see...

24 years agor7: Fixed.
joey [Tue, 17 Aug 1999 04:23:01 +0000 (04:23 +0000)]
r7: Fixed.

24 years agor6: Initial revision
joey [Tue, 17 Aug 1999 04:21:02 +0000 (04:21 +0000)]
r6: Initial revision

24 years agor3: Initial revision
joey [Tue, 17 Aug 1999 04:20:25 +0000 (04:20 +0000)]
r3: Initial revision

24 years agor1: Initial revision
joey [Tue, 17 Aug 1999 04:12:54 +0000 (04:12 +0000)]
r1: Initial revision