]> git.donarmstrong.com Git - debhelper.git/log
debhelper.git
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

24 years agor322: * dh_fixperms: chown symlinks as well as normal files. Closes: #51169.
joey [Wed, 1 Dec 1999 21:40:28 +0000 (21:40 +0000)]
r322:    * dh_fixperms: chown symlinks as well as normal files. Closes: #51169.

24 years agor321: * dh_suidregister: Fixed a rather esoteric bug: If a file had multiple
joey [Tue, 30 Nov 1999 08:28:52 +0000 (08:28 +0000)]
r321:    * dh_suidregister: Fixed a rather esoteric bug: If a file had multiple
     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.

24 years agor320: Fixed a rather esoteric bug: If a file had multiple hard links, and was
joey [Tue, 30 Nov 1999 08:26:30 +0000 (08:26 +0000)]
r320: Fixed a rather esoteric bug: If a file had multiple 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.

24 years agor319: * dh_installmanpages:
joey [Mon, 29 Nov 1999 06:05:43 +0000 (06:05 +0000)]
r319:    * dh_installmanpages:
     - 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.

24 years agor318: Removed old and outdated command, which is only used by 1 package today.
joey [Mon, 29 Nov 1999 05:56:23 +0000 (05:56 +0000)]
r318: Removed old and outdated command, which is only used by 1 package today.

24 years agor317: * Added -X option, which makes it not examine some files. This is useful in
joey [Mon, 29 Nov 1999 05:56:08 +0000 (05:56 +0000)]
r317: * 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.

24 years agor316: dh_installdebfiles is no longer a part of debhelper. This affects exactly
joey [Mon, 29 Nov 1999 05:46:46 +0000 (05:46 +0000)]
r316: 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..

24 years agor315: This also Closes: #37092 come to think of it.
joey [Mon, 29 Nov 1999 05:30:45 +0000 (05:30 +0000)]
r315: This also Closes: #37092 come to think of it.

24 years agor314: * Added support for translated man pages, with a patch from
joey [Mon, 29 Nov 1999 05:16:29 +0000 (05:16 +0000)]
r314: * 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.

24 years agor313: test
joey [Sun, 28 Nov 1999 06:52:16 +0000 (06:52 +0000)]
r313: test

24 years agor312: test
joey [Sun, 28 Nov 1999 06:40:38 +0000 (06:40 +0000)]
r312: test

24 years agor311: added item
joey [Sun, 28 Nov 1999 06:34:19 +0000 (06:34 +0000)]
r311: added item

24 years agor310: * Fixed typo in dh_installmenu.1, Closes: #51332
joey [Sun, 28 Nov 1999 04:53:46 +0000 (04:53 +0000)]
r310:    * Fixed typo in dh_installmenu.1, Closes: #51332

24 years agor309: removed 'master'
joey [Tue, 23 Nov 1999 23:51:29 +0000 (23:51 +0000)]
r309: removed 'master'

24 years agor308: * dh_suidregister: Die with understandable error message if asked to
joey [Tue, 23 Nov 1999 21:56:41 +0000 (21:56 +0000)]
r308:    * dh_suidregister: Die with understandable error message if asked to
     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.

24 years agor307: * Actually, debhelper build-depends on perl-5.005.
joey [Tue, 23 Nov 1999 05:45:37 +0000 (05:45 +0000)]
r307:    * Actually, debhelper build-depends on perl-5.005.

24 years agor306: * Corrected slash substitution problem in dh_installwm.
joey [Tue, 9 Nov 1999 23:01:45 +0000 (23:01 +0000)]
r306:    * Corrected slash substitution problem in dh_installwm.

24 years agor305: * Oh, the build dependancies include all of debhelper's regular
joey [Mon, 8 Nov 1999 19:59:20 +0000 (19:59 +0000)]
r305:    * Oh, the build dependancies include all of debhelper's regular
     dependancies as well, since it builds using itself.

24 years agor304: * Oh, the build dependancies include all of debhelper's regualr
joey [Fri, 5 Nov 1999 22:15:22 +0000 (22:15 +0000)]
r304:    * Oh, the build dependancies include all of debhelper's regualr
     dependancies as well, since it builds using itself.

24 years agor303: * Added build dependancies to this package. That was easy; it just uses
joey [Fri, 5 Nov 1999 05:36:58 +0000 (05:36 +0000)]
r303:    * Added build dependancies to this package. That was easy; it just uses
     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.

24 years agor302: * dh_shlibdeps: added -l option, which lets you specify a path that
joey [Thu, 4 Nov 1999 23:51:29 +0000 (23:51 +0000)]
r302:    * dh_shlibdeps: added -l option, which lets you specify a path that
     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.

24 years agor301: * dh_installxfonts: Patch from Anthony Wong to fix directory searching.
joey [Mon, 1 Nov 1999 23:16:03 +0000 (23:16 +0000)]
r301:    * dh_installxfonts: Patch from Anthony Wong to fix directory searching.
Closes: #48931
24 years agor300: * dh_installdebconf: Modified to use new confmodule debconf library.
joey [Sat, 30 Oct 1999 01:01:41 +0000 (01:01 +0000)]
r300:    * dh_installdebconf: Modified to use new confmodule debconf library.

24 years agor299: Corrected Overfiend.
joey [Thu, 28 Oct 1999 07:52:21 +0000 (07:52 +0000)]
r299: Corrected Overfiend.

24 years agor298: * Fixed some problems with dh_installxfonts font dirs.
joey [Thu, 28 Oct 1999 07:47:24 +0000 (07:47 +0000)]
r298:    * Fixed some problems with dh_installxfonts font dirs.

24 years agor297: removed obsolete comment.
joey [Thu, 28 Oct 1999 06:05:18 +0000 (06:05 +0000)]
r297: removed obsolete comment.

24 years agor296: * dh_builddeb: -u can be passed to this command now, followed by
joey [Tue, 26 Oct 1999 17:15:52 +0000 (17:15 +0000)]
r296:    * dh_builddeb: -u can be passed to this command now, followed by
     any extra parameters you want to pass to dpkg-deb (Closes: #48394)

24 years agor295: * Corrected a path name in dh_installxfonts. Closes: #48315
joey [Mon, 25 Oct 1999 21:25:11 +0000 (21:25 +0000)]
r295:    * Corrected a path name in dh_installxfonts. Closes: #48315

24 years agor294: * Fixed problem with dh_installemacsen options not working, patch from
joey [Sun, 24 Oct 1999 23:19:28 +0000 (23:19 +0000)]
r294:    * Fixed problem with dh_installemacsen options not working, patch from
     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

24 years agor293: * Clarified rules.multi2 comment. Closes: #46828
joey [Sun, 10 Oct 1999 01:22:10 +0000 (01:22 +0000)]
r293:    * Clarified rules.multi2 comment. Closes: #46828

24 years agor292: * dh_compress: After compressing an executable, changes the file mode to
joey [Wed, 6 Oct 1999 20:09:44 +0000 (20:09 +0000)]
r292:    * dh_compress: After compressing an executable, changes the file mode to
     644. Executable .gz files are silly. Closes: #46383

24 years agor291: * dh_installdocs: if $TMP/usr/share/doc/$PACKAGE is a broken symlink,
joey [Mon, 4 Oct 1999 23:35:09 +0000 (23:35 +0000)]
r291:    * dh_installdocs: if $TMP/usr/share/doc/$PACKAGE is a broken symlink,
     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)

24 years agor290: * Dh_Lib.pm: fixed bug in xargs() that made boundry words be skipped.
joey [Mon, 4 Oct 1999 01:56:51 +0000 (01:56 +0000)]
r290:    * Dh_Lib.pm: fixed bug in xargs() that made boundry words be skipped.

24 years agor289: * Added note to man pages of commands that use autoscript to note they are
joey [Fri, 1 Oct 1999 20:24:16 +0000 (20:24 +0000)]
r289:    * Added note to man pages of commands that use autoscript to note they are
     not idempotent.

24 years agor288: Random changes.
joey [Fri, 1 Oct 1999 04:09:24 +0000 (04:09 +0000)]
r288: Random changes.

24 years agor287: * Fiddlesticks. The neat make trick I was using in rules.multi2 failed if
joey [Thu, 30 Sep 1999 20:45:08 +0000 (20:45 +0000)]
r287:    * Fiddlesticks. The neat make trick I was using in rules.multi2 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

24 years agor286: * Fiddlesticks. The neat make trick I was using in rules.multi2 failed if
joey [Thu, 30 Sep 1999 19:50:06 +0000 (19:50 +0000)]
r286:    * Fiddlesticks. The neat make trick I was using in rules.multi2 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

24 years agor285: * Fixed quoting problem in examples/rules.multi (Closes: #46254)
joey [Wed, 29 Sep 1999 19:29:52 +0000 (19:29 +0000)]
r285:    * Fixed quoting problem in examples/rules.multi (Closes: #46254)

24 years agor284: * Enhanced debconf support -- the database is now cleaned up on package
joey [Wed, 29 Sep 1999 00:09:42 +0000 (00:09 +0000)]
r284:    * Enhanced debconf support -- the database is now cleaned up on package
     purge.
   * Broke all debconf support off into a dh_installdebconf script. This
     seems conceptually a little cleaner.

24 years agor283: * Minor changes to rules.multi2.
joey [Mon, 27 Sep 1999 21:23:26 +0000 (21:23 +0000)]
r283:    * Minor changes to rules.multi2.

24 years agor282: * dh_movefiles: if the wildcards in the filelist expand to nothing,
joey [Thu, 23 Sep 1999 22:20:15 +0000 (22:20 +0000)]
r282:    * dh_movefiles: if the wildcards in the filelist expand to nothing,
     don't do anything, rather than crashing.

24 years agor281: * dh_installdocs: create the compatability symlink before calling
joey [Mon, 20 Sep 1999 19:46:13 +0000 (19:46 +0000)]
r281:    * dh_installdocs: create the compatability symlink before calling
     install-docs. I'm told this is better in some cases. (Closes: #45608)
   * examples/rules.multi2: clarified what you have to comment/uncomment.

24 years agor280: * Oops. Fixed dh_shlibdeps so it actually generates dependancies, broke in
joey [Sun, 19 Sep 1999 02:02:16 +0000 (02:02 +0000)]
r280:    * Oops. Fixed dh_shlibdeps so it actually generates dependancies, broke in
     last version.

24 years agor279: * dh_shlibdeps: detect statically linked binaries and don't pass them to
joey [Fri, 17 Sep 1999 19:30:53 +0000 (19:30 +0000)]
r279:    * dh_shlibdeps: detect statically linked binaries and don't pass them to
     dpkg-shlibdeps.
   * dh_installdeb: debconf support.

24 years agor278: * dh_shlibdeps: detect statically linked binaries and don't pass them to
joey [Fri, 17 Sep 1999 07:30:33 +0000 (07:30 +0000)]
r278:    * dh_shlibdeps: detect statically linked binaries and don't pass them to
     dpkg-shlibdeps.

24 years agor277: * 4 whole days without a debhelper upload! Can't let that happen. Let's...
joey [Fri, 17 Sep 1999 04:16:39 +0000 (04:16 +0000)]
r277:    * 4 whole days without a debhelper upload! Can't let that happen. Let's see..
   * dh_installperl.1: explain what you have to put in your control file
     for the dependancies to be generated.

24 years agor276: * dh_undocumented: installs links for X11 man pages to the undocumented.7
joey [Thu, 16 Sep 1999 01:25:00 +0000 (01:25 +0000)]
r276:    * dh_undocumented: installs links for X11 man pages to the undocumented.7
     page in /usr/share/man. (Closes: #44909)

24 years agor275: No idea.
joey [Wed, 15 Sep 1999 22:37:45 +0000 (22:37 +0000)]
r275: No idea.