summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* addJoey Hess2008-04-23
|
* bugfixesJoey Hess2008-04-23
|
* dh_prep: New program, does the same as dh_clean -k (which will be deprecated ↵Joey Hess2008-04-23
| | | | later).
* log file loading bug fixesJoey Hess2008-04-23
|
* don't log dh runsJoey Hess2008-04-23
|
* remove exitJoey Hess2008-04-23
|
* updateJoey Hess2008-04-23
|
* updatesJoey Hess2008-04-23
|
* do not clean debian/clean on -kJoey Hess2008-04-23
|
* dh_clean: In v7 mode, read debian/clean and delete all files listed therein.Joey Hess2008-04-23
|
* updatesJoey Hess2008-04-23
|
* dh is fully working and is being used to build debhelperJoey Hess2008-04-23
|
* dh is now workingJoey Hess2008-04-23
| | | | | | And debian/rules uses it. Sweet!
* addJoey Hess2008-04-23
|
* initial version of dh, with option parsing and sequences in placeJoey Hess2008-04-23
|
* fixesJoey Hess2008-04-23
|
* missed oneJoey Hess2008-04-23
|
* new method to tell if a makefile contains a targetJoey Hess2008-04-23
|
* 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
* jeesus, lintian is piiickyJoey Hess2008-02-27
|
* * 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
* releasing version 6.0.5Joey Hess2008-02-01
|
* updateJoey Hess2008-01-28
|
* needs build-dep on man-db tooJoey Hess2008-01-28
|
* use mv -f for robustnessJoey Hess2008-01-28
|
* recode manual pages to UTF-8Colin Watson2008-01-28
| | | | | | | | | | | | | | | | | | | | | I uploaded man-db 2.5.1-1 to incoming this morning, so I think we can now proceed with the plan we discussed a while back: http://lists.debian.org/debian-i18n/2007/10/msg00063.html I've attached a patch against git HEAD that recodes all manual pages to UTF-8 on installation. I've tested this with debconf and it seems to be doing the right thing. I suspect a small number of packages that have inconsistently-encoded manual pages will fail to build as a result of this, but I believe that these are rather few and I contend that they were buggy anyway (as man would fail to display those pages). The reason for the slightly baroque installation method (install file, man --recode to .new, mv back) is that this allows man to guess the encoding based on the installation directory. Note that the original (non-.UTF-8) installation directories are retained, per the latest discussion in #440420.
* 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.