]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r376: * Rats, the previous change makes duplicate lines be created in the
[debhelper.git] / debian / changelog
index 100912981aca524123cb24ef889726c72d770b22..3342181b5537c5197be2fd71f18f8ce87bedf679 100644 (file)
@@ -1,3 +1,181 @@
+debhelper (2.1.14) unstable; urgency=low
+
+  * 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
+
+ -- Joey Hess <joeyh@debian.org>  Tue,  3 Oct 2000 12:32:22 -0700
+
+debhelper (2.1.13) unstable; urgency=low
+
+  * 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
+
+ -- Joey Hess <joeyh@debian.org>  Sun,  1 Oct 2000 18:23:48 -0700
+
+debhelper (2.1.12) unstable; urgency=low
+
+  * Rebuild to remove cvs junk, Closes: #72610
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 27 Sep 2000 12:39:06 -0700
+
+debhelper (2.1.11) unstable; urgency=low
+
+  * dh_installmanpages: don't install files that start with .#* -- these
+    are CVS files..
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 21 Sep 2000 11:58:52 -0700
+
+debhelper (2.1.10) unstable; urgency=low
+
+  * Modified to allow no spaces between control file field name and value
+    (this appears to be logal).
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 19 Sep 2000 23:13:17 -0700
+
+debhelper (2.1.9) unstable; urgency=low
+
+  * 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
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 17 Sep 2000 14:40:45 -0700
+
+debhelper (2.1.8) unstable; urgency=low
+
+  * Fixed a stupid typo. Closes: #69750
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 22 Aug 2000 15:14:48 -0700
+
+debhelper (2.1.7) unstable; urgency=low
+
+  * 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.
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 20 Aug 2000 18:06:52 -0700
+
+debhelper (2.1.6) unstable; urgency=low
+
+  * dh_strip: now knows about the DEB_BUILD_OPTIONS=nostrip thing.
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 20 Aug 2000 16:28:31 -0700
+
+debhelper (2.1.5) unstable; urgency=low
+
+  * dh_installxfonts: corrected a problem during package removal that was
+    silently neglecting to remove the fonts.dir/alias files.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 17 Aug 2000 00:44:25 -0700
+
+debhelper (2.1.4) unstable; urgency=low
+
+  * Whoops, I forgot to add v3 to cvs, so it was missing from a few
+    versions.
+
+ -- Joey Hess <joeyh@debian.org>  Fri,  4 Aug 2000 14:27:46 -0700
+
+debhelper (2.1.3) unstable; urgency=low
+
+  * dh_shlibdeps: if it sets LD_LIBRARY_PATH, it now prints out a line
+    showing it is doing that when in verbose mode.
+  * examples/rules.multi: don't use DH_OPTIONS hack. It's too confusing.
+    rules.multi2 still uses it, but it has comments explaining the caveats
+    of the hack.
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 21 Jul 2000 13:53:02 -0700
+
+debhelper (2.1.2) unstable; urgency=low
+
+  * Minor man page updates as Overfiend struggles with debhelperizing X
+    4.0.
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 21 Jul 2000 00:25:32 -0700
+
+debhelper (2.1.1) unstable; urgency=low
+
+  * Never refer to root, always uid/gid "0". Closes: #67508
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 20 Jul 2000 16:56:24 -0700
+
+debhelper (2.1.0) unstable; urgency=low
+
+  * 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).
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 18 Jul 2000 15:48:41 -0700
+
+debhelper (2.0.104) unstable; urgency=low
+
+  * Put dh_installogrotate in the examples, Closes: #66986
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 10 Jul 2000 16:16:37 -0700
+
+debhelper (2.0.103) unstable; urgency=low
+
+  * Added dh_installlogrotate. Yuck, 3 l's, but I want to folow my
+    standard..
+
+ -- Joey Hess <joeyh@debian.org>  Sun,  9 Jul 2000 00:51:03 -0700
+
+debhelper (2.0.102) unstable; urgency=low
+
+  * 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
+
+ -- Joey Hess <joeyh@debian.org>  Fri,  7 Jul 2000 12:40:43 -0700
+
+debhelper (2.0.101) unstable; urgency=low
+
+  * Killed the fixlinks stuff, since there are no longer any symlinks in
+    the source package.
+
+ -- Joey Hess <joeyh@debian.org>  Wed,  5 Jul 2000 19:14:10 -0700
+
+debhelper (2.0.100) unstable; urgency=low
+
+  * 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
+
+ -- Joey Hess <joeyh@debian.org>  Wed,  5 Jul 2000 17:02:40 -0700
+
+debhelper (2.0.99) unstable; urgency=low
+
+  * 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
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 26 Jun 2000 14:24:12 -0700
+
 debhelper (2.0.98) unstable; urgency=low
 
   * dh_installdebconf: Automatically merge localized template