summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* updatesJoey Hess2008-01-08
|
* finialize v6 modeJoey Hess2008-01-07
|
* * dh_shlibdeps: Change "-L pkg" to cause "-Sdebian/pkg" to be passed toJoey Hess2008-01-04
| | | | | | dpkg-shlibdeps. The old behavior of passing -L to dpkg-shlibdeps didn't affect where it looked for symbols files. Closes: #459224 * Depend on dpkg-dev 1.14.15, the first to support dpkg-shlibdeps -S.
* * dh_shlibdeps: Update documentation for -L and -l. dpkg-shlibdeps is nowJoey Hess2008-01-04
| | | | | | | | much smarter, and these options are almost never needed. Closes: #459226 * dh_shlibdeps: If a relative path is specified in -l, don't prepend the pwd to it, instead just prepend a slash to make it absolute. dpkg-shlibdeps has changed how it used LD_LIBRARY_PATH, so making it point into the package build directory won't work.
* * dh_gencontrol: Stop passing -isp, it's the default now. Closes: #458114Joey Hess2007-12-28
|
* releasing version 5.0.63Joey Hess2007-12-22
|
* * dh_installdocs: Tighten doc-base document id parsing to only acceptJoey Hess2007-12-22
| | | | the characters that the doc-base manual allows in the id. Closes: #445541
* * dh_makeshlibs: Use new -I flag to specify symbol files, necessary toJoey Hess2007-11-29
| | | | | | properly support includes. Closes: #452717 * Increase dpkg-dev dependency to 1.14.12 to ensure that dh_makeshlibs isn't used with an old dpkg-gensymbols that doesn't support -I.
* * Fix man page names of translated debhelper(7) man pages.Joey Hess2007-11-26
| | | | Patch from Frédéric Bothamy. Closes: 453051
* * Remove execute bit from desktop files in /usr/share/applications.Joey Hess2007-11-21
| | | | Closes: #452337
* releasing version 5.0.61Joey Hess2007-11-19
|
* * dh_makeshlibs: Support symbols files. Closes: #443978Joey Hess2007-11-19
| | | | | | Packages using this support should build-depend on dpkg-dev (>= 1.14.8). Symbols files can be downloaded from mole: http://qa.debian.org/cgi-bin/mole/seedsymbols
* * Man page fix re v4. Closes: #450608Joey Hess2007-11-08
|
* add homepage fieldJoey Hess2007-11-06
|
* releasing version 5.0.60Joey Hess2007-11-02
|
* * dh_icons: Now that GTK 2.12 has entered testing, use the much simpler toJoey Hess2007-11-02
| | | | call update-icon-caches command. Thanks, Josselin Mouette.
* dh_installdirs(1): Remove unnecessary caveat about slashes.Joey Hess2007-11-02
|
* * Reword paragraph about debian/compress files to perhaps be more clearJoey Hess2007-10-31
| | | | about the debian/compress file. Closes: #448759
* * Debhelper is now developed in a git repository.Joey Hess2007-10-22
|
* 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
|
* 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.
* 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
* 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.
* 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.
* 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
|