summaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAge
* dh_clean: In v7 mode, read debian/clean and delete all files listed therein.Joey Hess2008-04-23
|
* updatesJoey Hess2008-04-23
|
* dh is now workingJoey Hess2008-04-23
| | | | | | And debian/rules uses it. Sweet!
* Add a Makefile and simplify this package's own rules file using all the new ↵Joey Hess2008-04-23
| | | | toys.
* New v7 mode, which only has one change from v6, and is the new recommended ↵Joey Hess2008-04-23
| | | | | | | | | | | default. * New v7 mode, which only has one change from v6, and is the new recommended default. * dh_install: if --sourcedir is not specified, first look for files in debian/tmp, and then will look in the current directory. This allows dh_install to interoperate with dh_auto_install without needing any special parameters.
* dh_auto_install: New program, automates running make install, or using ↵Joey Hess2008-04-23
| | | | setup.py to install. Supports the PREFIX=/usr special case needed by MakeMaker Makefiles. (Support for cmake and other build systems planned but not yet implemented.)
* dh_auto_clean: New program, automates running make clean (or distclean, or ↵Joey Hess2008-04-23
| | | | realclean), or using setup.py to clean up.
* dh_auto_test: New program, automates running make test or make check if the ↵Joey Hess2008-04-23
| | | | Makefile has such a target.
* dh_auto_build: New program, automates building the package by either running ↵Joey Hess2008-04-23
| | | | make or using setup.py. (Support for cmake and other build systems planned but not yet implemented.)
* dh_auto_configure: New program, automates running ./configure, Makefile.PL, ↵Joey Hess2008-04-23
| | | | and python distutils. Calls them with exactly the same options as cdbs does by default, and allows adding/overriding options.
* Record debhelper commands that successfully finish in a per-package log file.Joey Hess2008-04-23
|
* dh_clean: Don't delete core dumps. (Too DWIM, and "core" is not necessarily ↵Joey Hess2008-04-22
| | | | a core dump.) Closes: #477391
* typoJoey Hess2008-04-21
|
* releasing version 6.0.12Joey Hess2008-04-19
|
* dh_icons: Support .xpm format icons. Stop looking for .jpg icons, and also, ↵Joey Hess2008-04-19
| | | | for compleness, support .icon files. This matches the set of extensions supported by gtk-update-icon-cache. Closes: #448094
* dh_installman: man --recode transparently uncompresses compressed pages. So ↵Joey Hess2008-04-01
| | | | when saving the output back, save it to a non-compressed filename (and delete the original, compressed file). Closes: #470913
* releasing version 6.0.10Joey Hess2008-03-25
|
* dh_perl: Remove empty directories created by MakeMaker.Joey Hess2008-03-25
|
* releasing version 6.0.9Joey Hess2008-03-16
|
* releasing version 6.0.8Joey Hess2008-03-10
|
* * dh_installman: Convert all man pages in the build directory to utf-8, notJoey Hess2008-03-10
| | | | just those installed by the program.
* releasing version 6.0.7Joey Hess2008-03-06
|
* * dh_lintian: Finally added this since linda is gone and there's onlyJoey Hess2008-03-06
| | | | | lintian to worry about supporting. Closes: #109642, #166320, #206765 (Thanks to Steve M. Robbins for the initial implementation.)
* releasing version 6.0.6Joey Hess2008-03-05
|
* * The order of dependencies generated by debhelper has been completly randomJoey Hess2008-03-04
| | | | (hash key order), so sort it. Closes: #468959
* * 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