[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted debhelper 5.0.60~bpo40+1 (source all)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 19 Jul 2008 11:51:25 +0200
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 5.0.60~bpo40+1
Distribution: etch-backports
Urgency: low
Maintainer: Joey Hess <joeyh@debian.org>
Changed-By: Romain Beauxis <toots@rastageeks.org>
Description: 
 debhelper  - helper programs for debian/rules
Closes: 85963 217552 242834 288250 329460 359614 380314 381851 381854 381940 400571 404785 406707 406921 414537 415717 419060 419612 419849 420158 427831 429318 431232 432321 432824 437337 438572 441272 442480 443127 445638 448759
Changes: 
 debhelper (5.0.60~bpo40+1) etch-backports; urgency=low
 .
   * Rebuild for etch-backports.
   * Intermediate backport needed for man-db
 .
 debhelper (5.0.60) unstable; urgency=low
 .
   * Debhelper is now developed in a git repository.
   * Reword paragraph about debian/compress files to perhaps be more clear
     about the debian/compress file. Closes: #448759
   * dh_installdirs(1): Remove unnecessary caveat about slashes.
   * dh_icons: Now that GTK 2.12 has entered testing, use the much simpler to
     call update-icon-caches command. Thanks, Josselin Mouette.
 .
 debhelper (5.0.59) unstable; urgency=low
 .
   * dh_installdeb: Add support for dpkg triggers, by installing
     debian/package.triggers files.
 .
 debhelper (5.0.58) unstable; urgency=low
 .
   * dh_clean: append "/" to the temp dir name to avoid removing
     a file with the same name. Closes: #445638
 .
 debhelper (5.0.57) unstable; urgency=low
 .
   * Add --ignore option. This is intended to ease dealing with upstream
     tarballs that contain debian directories, by allowing debhelper config
     files in those directories to be ignored, since there's generally no
     good way to delete them out of the upstream tarball, and they can easily
     get in the way if upstream is using debian/ differently than the Debian
     maintainer.
 .
 debhelper (5.0.56) unstable; urgency=low
 .
   * dh_installmodules: Since modutils is gone, stop supporting
     debian/*.modutils files. Warn about such files. Closes: #443127
 .
 debhelper (5.0.55) unstable; urgency=low
 .
   * dh_desktop: Only generate calls to update-desktop-database for desktop
     files with MimeType fields. Patch from Emmet Hikory. Closes: #427831
   * dh_strip: Don't run objcopy if the output file already exists.
     Closes: #380314
   * dh_strip: Check that --dbg-package lists the name of a real package.
     Closes: #442480
 .
 debhelper (5.0.54) unstable; urgency=low
 .
   * dh_strip: Man page reference to policy section on DEB_BUILD_OPTIONS.
     Closes: #437337
   * dh_link: Skip self-links. Closes: #438572
   * Don't use - in front of make clean in example rules files.
   * Typo. Closes: #441272
 .
 debhelper (5.0.53) unstable; urgency=low
 .
   * dh_icons: Check for index.theme files before updating the cache.
     Closes: #432824
 .
 debhelper (5.0.52) unstable; urgency=low
 .
   * Remove DOS line endings from dh_icons scriptlets. Thanks, Daniel Holbach.
     Closes: #432321
 .
 debhelper (5.0.51) unstable; urgency=low
 .
   * dh_icons: New program to update Freedesktop icon caches. Thanks
     to Josselin Mouette, Ross Burton, Jordi Mallach, and Loïc Minier.
     Closes: #329460
   * Note that as a transitional measure, dh_icons will currently only update
     existing caches, and not create and new caches. Once everything is
     updating the icon caches, this will be changed. See #329460 for the full
     plan.
   * Remove possibly confusing (though strictly accurate) sentence from
     dh_installdirs.1. Closes: #429318
   * dh_gencontrol: Fix man page typo. Closes: #431232
 .
 debhelper (5.0.50) unstable; urgency=low
 .
   * dh_installwm: If a path is not given, assume the file is in usr/bin, since
     usr/X11R6/bin now points to there.
   * Update urls to web page.
   * Add some checks for attempts to act on packages not defined in the control
     file. (Thanks Wakko)
   * Use dpkg-query to retrieve conffile info in udev rules upgrade code
     rather than parsing status directly. (Thanks Guillem)
 .
 debhelper (5.0.49) unstable; urgency=low
 .
   * dh_installwm: Fix several stupid bugs, including:
     - man page handling was supposed to be v6 only and was not
     - typo in alternatives call
     - use the basename of the wm to get the man page name
     Closes: #420158
   * dh_installwm: Also make the code to find the man page more robust and
     fall back to not registering a man page if it is not found.
 .
 debhelper (5.0.48) unstable; urgency=low
 .
   * Remove use of #SECTION# from dh_installinfo postinst snippet
     that was accidentially re-added in 5.0.46 due to a corrupt svn checkout.
     Closes: #419849
 .
 debhelper (5.0.47) unstable; urgency=low
 .
   * Fix absurd typo. How did I test for an hour and miss that? Closes: #419612
 .
 debhelper (5.0.46) unstable; urgency=low
 .
   * Fix a typo in postinst-udev.
 .
 debhelper (5.0.45) unstable; urgency=low
 .
   * dh_installudev: Install udev rules directly into /etc/udev/rules.d/, not
     using the symlinks. MD has agreed that this is more appropriate for most
     packages.
   * That fixes the longstanding bug that the symlink was only made on brand
     new installs of the package, rather than on upgrade to the first version
     that includes the udev rules file. Closes: #359614
   * This avoids the need to run udevcontrol reload_rules, since inotify
     will see the file has changed. Closes: #414537
   * dh_installudev: Add preinst and postinst code to handle cleanly moving
     the rules file to the new location on upgrade.
   * This would be a good time for the many packages that manage rules files
     w/o using dh_installudev to begin to use it..
   * Do script fragement reversal only in v6, since it can break certian
     third party programs such as dh_installtex. Closes: #419060
 .
 debhelper (5.0.44) unstable; urgency=low
 .
   * dh_installudev: Don't fail if the link already somehow exists on initial
     package install. Closes: #415717
   * prerm and postrm scripts are now generated in a reverse order than
     preinst and postinst scripts. For example, if a package uses
     dh_pysupport before dh_installinit, the prerm will first stop the init
     script and then remove the python files.
   * Introducing beginning of v6 mode.
   * dh_installwm: In v6 mode, install a slave manpage link for
     x-window-manager.1.gz. Done in v6 mode because some window managers
     probably work around this longstanding debhelper bug by registering the
     slave on their own. This bug was only fixable once programs moved out of
     /usr/X11R6. Closes: #85963
   * dh_builddeb: In v6 mode, fix bug in DH_ALWAYS_EXCLUDE handling, to work
     the same as all the other code in debhelper. This could only be fixed in
     v6 mode because packages may potentially legitimately rely on the old
     buggy behavior. Closes: #242834
   * dh_installman: In v6 mode, overwrite existing man pages. Closes: #288250
   * Add dh_installifupdown. Please consider using this if you have
     /etc/network/if-up.d, etc files. Closes: #217552
 .
 debhelper (5.0.43) unstable; urgency=low
 .
   [ Valery Perrin ]
   * Correct typo in french translation
 .
   [ Joey Hess ]
   * Typo. Closes: #400571
   * dh_fixperms: Change a chmod +x to chmod a+x, to avoid the umask
     influencing it.
   * Looks like Package-Type might get into dpkg. Support it w/o the XB-
     too.
   * dh_installudev: Fix postrm to not fail if the udev symlink is missing.
     Closes: #406921, #381940
   * dh_fixperms: Make all files in /usr/include 644, not only .h files.
     Closes: #404785
   * Man page improvements. Closes: #406707
   * dh_installdocs: In v5 mode, now ignore empty files even if they're hidden
     away inside a subdirectory. The code missed this before. See #200905
   * dh_installudev: Support debian/udev files. Closes: #381854
   * dh_installudev: Treat --priority value as a string so that leading zeros
     can be used (also so that a leading "z" that is not "z60" can be
     specified). Closes: #381851
   * Misc minor changes.
Files: 
 6be448b9c45978b17c1e57a5e33f1bdf 804 devel optional debhelper_5.0.60~bpo40+1.dsc
 063b6272684f3f3d217a2f0cb3bd43ad 274504 devel optional debhelper_5.0.60~bpo40+1.tar.gz
 7f7433f78c09145a019f30a2b45e5e10 522354 devel optional debhelper_5.0.60~bpo40+1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iQEcBAEBAgAGBQJIgbndAAoJEAC5aaocqV0ZFWIIAJr/uh9kVdult9cooiKeQufH
szFZD+c2Zqf6DuXEwwZSZEutSAreKLlro77sOKv6KReNTJ0een/I0q4ZsqsIdhyu
QPrTq4ruK2vzrkcK8AnVRNkb3TJWeh9FutouNCtQ/7ehOdCBK7zhh9oPts0PIK6x
h3iz+94TQR0xhisJstnUxp3+sDSSjUTQ629Zv5LXsQr5nCGSddNNvopRF3yRqGcB
zUxtoCTVEKJ2VdS5WX+u191zAB/5e/dXxYh5NEE9ECalmC98s9Scjk2ss+YnsMSN
TpaE5lGZ7uNga+NhcdJdf/+H7KFpndasFiveGVgkSzqknx/vwc2CWUfgqk0ShDo=
=3Cq5
-----END PGP SIGNATURE-----


Accepted:
debhelper_5.0.60~bpo40+1.dsc
  to pool/main/d/debhelper/debhelper_5.0.60~bpo40+1.dsc
debhelper_5.0.60~bpo40+1.tar.gz
  to pool/main/d/debhelper/debhelper_5.0.60~bpo40+1.tar.gz
debhelper_5.0.60~bpo40+1_all.deb
  to pool/main/d/debhelper/debhelper_5.0.60~bpo40+1_all.deb


Reply to: