summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
|
* r1975: updatejoeyh2007-03-07
|
* r1974: correctjoeyh2007-03-07
|
* r1973: fixjoeyh2007-03-07
|
* r1972: man page improvements..joeyh2007-01-21
|
* r1971: * dh_installudev: Treat --priority value as a string so that ↵joeyh2007-01-21
| | | | | | | leading zeros can be used (also so that a leading "z" that is not "z60" can be specified). Closes: #381851
* r1970: * dh_installudev: Support debian/udev files. Closes: #381854joeyh2007-01-21
|
* r1969: * dh_installdocs: In v5 mode, now ignore empty files even if they're ↵joeyh2007-01-21
| | | | | | hidden away inside a subdirectory. The code missed this before. See #200905
* r1968: * dh_fixperms: Make all files in /usr/include 644, not only .h files.joeyh2007-01-21
| | | | | Closes: #404785 * Man page improvements. Closes: #406707
* r1967: * dh_installudev: Fix postrm to not fail if the udev symlink is missing.joeyh2007-01-21
| | | | Closes: #406921
* r1966: * Looks like Package-Type might get into dpkg. Support it w/o the XB-joeyh2007-01-10
| | | | too.
* r1965: * dh_fixperms: Change a chmod +x to chmod a+x, to avoid the umaskjoeyh2006-12-26
| | | | influencing it.
* r1964: whitespacejoeyh2006-12-08
|
* r1963: * Typo. Closes: #400571joeyh2006-11-27
|
* r1962: Correct typo into french manpagesvperrin-guest2006-11-19
|
* r1960: releasing version 5.0.42joeyh2006-11-12
|
* r1959: Update french translation with recents changes in dh_link and ↵vperrin-guest2006-11-07
| | | | dh_installinfo
* r1957: releasing version 5.0.41joeyh2006-11-07
|
* r1956: * Correct some incorrect instances of "v4 only" in docs. Closes: #381536joeyh2006-11-07
| | | | | | * dh_installinfo: Put the section madness to bed by not passing any section information to install-info. Current install-info parses INFO-DIR-SECTION on its own if that's not specified. Closes: #337215