summaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAge
* * dh_compress: Pass -n to gzip to yeild more reproducible file contents.Joey Hess2008-02-27
| | | | | The time stamp information need not be contained in the .gz file since the time stamp is preserved when compressing and decompressing. Closes: #467100
* updateJoey Hess2008-01-28
|
* releasing version 6.0.4Joey Hess2008-01-26
|
* * dh_shlibdeps: Add emul to exclude list.Joey Hess2008-01-25
|
* * dh_strip: Improve the idempotency fix put in for #380314.Joey Hess2008-01-24
| | | | * dh_strip: The -k flag didn't work (--keep did). Fix.
* releasing version 6.0.3Joey Hess2008-01-20
|
* * dh_shlibdeps: Rather than skipping everything in /usr/lib/debug,Joey Hess2008-01-20
| | | | | | | which can include debug libraries that dpkg-shlibdeps should look at, only skip the subdirectories of it that contain separate debugging symbols. (Hardcoding the names of those directories is not the best implementation, but it will do for now.) Closes: #461339
* * dh_link: -X can be used to avoid it modifying symlinks to be compliantJoey Hess2008-01-18
| | | | with policy. Closes: #461392
* releasing version 6.0.2Joey Hess2008-01-12
|
* releasing version 6.0.1Joey Hess2008-01-11
|
* * dh_install{,docs,examples}: Avoid infinite recursion when told toJoey Hess2008-01-11
| | | | | | install a directory ending with "/." (slashdot effect?) when exclusion is enabled. Emulate the behavior of cp in this case. Closes: #253234 * dh_install: Fix #459426 here too.
* * dh_installdocs/examples: Don't unnecessarily use the exclude code path.Joey Hess2008-01-11
| | | | | | * Avoid infiinite recursion when told to install a directory ending with "/." (slashdot effect?). Indeed, arbitrarily complex paths can be used now, although there's really no point in using them. Closes: #253234
* releasing version 6.0.0Joey Hess2008-01-08
|
* 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
|
* 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
|
* 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