summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* r2042: releasing version 5.0.59joeyh2007-10-22
|
* r2041: * dh_installdeb: Add support for dpkg triggers, by installingjoeyh2007-10-22
| | | | debian/package.triggers files.
* r2039: releasing version 5.0.58joeyh2007-10-20
|
* r2038: typojoeyh2007-10-11
|
* r2037: Vcs- fields are now officialjoeyh2007-10-10
|
* r2036: * dh_clean: append "/" to the temp dir name to avoid removing joeyh2007-10-07
| | | | a file with the same name. Closes: #445638
* r2034: releasing version 5.0.57joeyh2007-09-30
|
* r2033: * Add --ignore option. This is intended to ease dealing with upstreamjoeyh2007-09-30
| | | | | | | | 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.
* r2031: releasing version 5.0.56joeyh2007-09-18
|
* r2030: * dh_installmodules: Since modutils is gone, stop supportingjoeyh2007-09-18
| | | | debian/*.modutils files. Warn about such files. Closes: #443127
* r2028: releasing version 5.0.55joeyh2007-09-16
|
* r2027: * dh_strip: Check that --dbg-package lists the name of a real package.joeyh2007-09-16
| | | | Closes: #442480
* r2026: * dh_strip: Don't run objcopy if the output file already exists.joeyh2007-09-13
| | | | Closes: #380314
* r2025: * dh_desktop: Only generate calls to update-desktop-database for desktopjoeyh2007-09-13
| | | | files with MimeType fields. Patch from Emmet Hikory. Closes: #427831
* r2023: releasing version 5.0.54joeyh2007-09-09
|
* r2022: * Typo. Closes: #441272joeyh2007-09-08
|
* r2021: * Don't use - in front of make clean in example rules files.joeyh2007-08-28
|
* r2020: * dh_link: Skip self-links. Closes: #438572joeyh2007-08-18
|
* r2019: * dh_strip: Man page reference to policy section on DEB_BUILD_OPTIONS.joeyh2007-08-11
| | | | Closes: #437337
* r2017: * dh_icons: Check for index.theme files before updating the cache.joeyh2007-07-13
| | | | Closes: #432824
* r2016: fixjoeyh2007-07-09
|
* r2014: releasing version 5.0.52joeyh2007-07-09
|
* r2013: * Remove DOS line endings from dh_icons scriptlets. Thanks, Daniel ↵joeyh2007-07-09
| | | | | | Holbach. Closes: #432321
* r2011: releasing version 5.0.51joeyh2007-07-08
|
* r2010: * dh_icons: New program to update Freedesktop icon caches. Thanksjoeyh2007-07-08
| | | | | | | | | 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.
* r2009: fix synopsesjoeyh2007-07-08
|
* r2008: * dh_gencontrol: Fix man page typo. Closes: #431232joeyh2007-06-30
|
* r2007: * Remove possibly confusing (though strictly accurate) sentence fromjoeyh2007-06-26
| | | | dh_installdirs.1. Closes: #429318
* r2004: file. (Thanks Wakko)joeyh2007-05-31
| | | | | * Use dpkg-query to retrieve conffile info in udev rules upgrade code rather than parsing status directly. (Thanks Guillem)
* r2003: * Add some checks for attempts to act on packages not defined in the ↵joeyh2007-05-28
| | | | | | control file.
* r2002: * Update urls to web page.joeyh2007-05-17
|
* r2001: * dh_installwm: If a path is not given, assume the file is in ↵joeyh2007-05-06
| | | | | | usr/bin, since usr/X11R6/bin now points to there.
* r2000: add dh_installwm and dh_installudevjoeyh2007-04-20
|
* r1998: releasing version 5.0.49joeyh2007-04-20
|
* r1997: * dh_installwm: Fix several stupid bugs, including:joeyh2007-04-20
| | | | | | | | | - 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.
* r1995: releasing version 5.0.48joeyh2007-04-18
|
* r1993: releasing version 5.0.47joeyh2007-04-16
|
* r1992: * Fix absurd typo. How did I test for an hour and miss that? Closes: ↵joeyh2007-04-16
| | | | #419612
* r1990: releasing version 5.0.46joeyh2007-04-16
|
* r1988: releasing version 5.0.45joeyh2007-04-13
|
* r1987: * Do script fragement reversal only in v6, since it can break certianjoeyh2007-04-13
| | | | third party programs such as dh_installtex. Closes: #419060
* r1986: another bug fixjoeyh2007-04-12
|
* r1985: cleanupjoeyh2007-04-12
|
* r1984: * dh_installudev: Install udev rules directly into ↵joeyh2007-04-12
| | | | | | | | | | | | | | /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 * 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..
* r1982: releasing version 5.0.44joeyh2007-04-09
|
* r1981: * Add dh_installifupdown. Please consider using this if you havejoeyh2007-04-09
| | | | /etc/network/if-up.d, etc files. Closes: #217552
* r1980: * prerm and postrm scripts are now generated in a reverse order thanjoeyh2007-04-09
| | | | | | | | | | | | | | | | | 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 exsiting man pages. Closes: #288250
* r1979: already done!joeyh2007-04-09
|
* r1978: * dh_installudev: Don't fail if the link already somehow exists on ↵joeyh2007-04-09
| | | | | | initial package install. Closes: #415717
* r1976: releasing version 5.0.43joeyh2007-04-08
|