summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
...
* | Merge branch 'dh_overrides'Joey Hess2009-02-28
|\| | | | | | | | | Conflicts: debian/changelog
| * releasing version 7.0.51Joey Hess2009-02-28
| |
| * dh: Man page typo. Closes: #517549, #517550Joey Hess2009-02-28
| |
| * dh: Man page typo. Closes: #517549Joey Hess2009-02-28
| |
* | releasing version 7.2.0Joey Hess2009-02-27
| |
* | Merge branch 'dh_overrides'Joey Hess2009-02-27
|\| | | | | | | | | | | Conflicts: Debian/Debhelper/Dh_Getopt.pm debian/changelog
| * finalizeJoey Hess2009-02-27
| |
| * add changelog entryJoey Hess2009-02-27
| |
| * remove -B from examples for nowJoey Hess2009-02-27
| | | | | | | | | | | | There is some concern that passing -B to make may violate debian policy. <eyeroll> (cherry picked from commit 09090c86ea099008990bc5a9a14e1ac35bb1e584)
| * make dh override_dh_* a no-opJoey Hess2009-02-27
| | | | | | | | | | | | This happens if the override target is completly empty. Make sees it is, and runs the implicit dh target. (cherry picked from commit 86fbd6038ee5b7222efa774751fcceedeffedfc2)
| * dh: Support debian/rules calling make with -BJoey Hess2009-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That is useful to avoid issues with phony implicit rules (see bug #509756). Apparently make treats the name of the Makfile as an automaticall set up target, so this causes it to try to build the Makefile even though it's up-to-date, and the implicit target makes it run 'dh debian/rules'. So, make that a no-op. (cherry picked from commit 378b377ef732119de4c2a08dcb9721500b017da1) Conflicts: debian/changelog dh
| * misc minor cleanups of patchJoey Hess2009-02-27
| | | | | | | | (cherry picked from commit ae4994f07656deb47ffc55b8ebd4668c158b9333)
| * dh override targetsJoey Hess2009-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dh: debian/rules override targets can change what is run for a specific debhelper command in a sequence. * dh: Redid all the examples to use override targets, since these eliminate all annoying boilerplate and are much easier to understand than the old method. * Remove rules.simple example, there's no need to use explcit targets with dh anymore. (cherry picked from commit 0f3f59fe6058edfda4010dc88bd3b8aa3ae70a6d) Conflicts: Debian/Debhelper/Dh_Getopt.pm Debian/Debhelper/Dh_Lib.pm debian/changelog dh
* | updateJoey Hess2009-02-27
| |
* | dh_gencontrol: No longer need to generate the udeb filename when calling ↵Joey Hess2009-02-23
| | | | | | | | | | | | | | | | | | dpkg-gencontrol. * dh_gencontrol: No longer need to generate the udeb filename when calling dpkg-gencontrol. * dh_gencontrol: Do not need to tell dpkg-gencontol not to include the Homepage field in udebs (fixed in dpkg-dev 1.14.17).
* | Depend on dpkg-dev 1.14.19, the first to support Package-Type fields in ↵Joey Hess2009-02-23
| | | | | | | | dpkg-gencontrol.
* | Improve error messages when child commands fail.Joey Hess2009-02-21
| |
* | remove -B from examples for nowJoey Hess2009-02-19
| | | | | | | | | | There is some concern that passing -B to make may violate debian policy. <eyeroll>
* | make dh override_dh_* a no-opJoey Hess2009-02-17
| | | | | | | | | | This happens if the override target is completly empty. Make sees it is, and runs the implicit dh target.
* | dh: Support debian/rules calling make with -BJoey Hess2009-02-17
| | | | | | | | | | | | | | | | | | | | | | | | That is useful to avoid issues with phony implicit rules (see bug #509756). Apparently make treats the name of the Makfile as an automaticall set up target, so this causes it to try to build the Makefile even though it's up-to-date, and the implicit target makes it run 'dh debian/rules'. So, make that a no-op.
* | misc minor cleanups of patchJoey Hess2009-02-17
| |
* | dh override targetsJoey Hess2009-02-16
| | | | | | | | | | | | | | | | | | | | * dh: debian/rules override targets can change what is run for a specific debhelper command in a sequence. * dh: Redid all the examples to use override targets, since these eliminate all annoying boilerplate and are much easier to understand than the old method. * Remove rules.simple example, there's no need to use explcit targets with dh anymore.
* | no, -V was retainedJoey Hess2009-02-15
| |
* | updateJoey Hess2009-02-15
| |
* | dh_gconf: Support mandatory settings. Closes: #513923Joey Hess2009-02-02
| |
* | debhelper.pod: Fix typo. Closes: #510180Joey Hess2008-12-30
| |
* | dh: Fix typo. Closes: #509754Joey Hess2008-12-25
| |
* | releasing version 7.1.1Joey Hess2008-12-14
| |
* | Ignore unknown options in DH_OPTIONS. Debhelper will always ignore such ↵Joey Hess2008-12-14
| | | | | | | | options, even when unknown command-line options are converted back to an error. This allows (ab)using DH_OPTIONS to pass command-specific options. (Note that getopt will warn about such unknown options. Eliminating this warning without reimplementing much of Getopt::Long wasn't practical.)
* | Add Vcs-Browser field. Closes: #507804Joey Hess2008-12-04
| |
* | Fix some docs that refered to --srcdir rather than --sourcedir. Closes: #504742Joey Hess2008-11-06
| |
* | dh_install(1): Order options alphabetically. Closes:# 503896Joey Hess2008-11-03
| |
* | releasing version 7.1.0Joey Hess2008-10-21
| |
* | Move many command-specific options to only be accepted by the command that ↵Joey Hess2008-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uses them. Affected options are: -x, -r, -R, -l, -L, -m, --include-conffiles, --no-restart-on-upgrade, --no-start, --restart-after-upgrade, --init-script, --filename, --flavor, --autodest, --libpackage, --add-udeb, --dpkg-shlibdeps-params, --dpkg-gencontrol-params, --update-rcd-params, --major, --remove-d, --dirs-only, --keep-debug, --version-info, --list-missing, --fail-missing, --language, --until, --after, --before, --remaining, --with * If any third-party debhelper commands use any of the above options, they will be broken, and need to be changed to pass options to init(). * To avoid breaking rules files that pass options to commands that do not use them, debhelper will now only warn if it encounters an unknown option. This will be converted back to an error later.
* | Allow individual debhelper programs to define their own special options by ↵Joey Hess2008-10-21
| | | | | | | | passing a hash to init(), which is later passed on the Getopt::Long. Closes: #370823
* | dh: Fix typo in example. Closes: #500836Joey Hess2008-10-01
| |
* | dh_gencontrol: Ensure misc:Depends is set in substvars to avoid dpkg ↵Joey Hess2008-09-12
| | | | | | | | complaining about it when it's empty. Closes: #498666
* | dh_installchangelogs: Fall back to looking for changelog files ending with ↵Joey Hess2008-09-10
|/ | | | ".txt". Closes: #498460
* releasing version 7.0.17Joey Hess2008-08-22
|
* dh_auto_install: Improve check for MakeMaker, to avoid passing PREFIX if the ↵Joey Hess2008-08-22
| | | | Makefile was generated by Module::Build::Compat. Closes: #496157
* Typo. Closes: #493062Joey Hess2008-07-31
|
* dh_gencontrol: Drop the Homepage field from udebs. Closes: #492719Joey Hess2008-07-28
|
* dh_auto_install: Fix man page, was referring to dh_auto_clean.Per Olofsson2008-07-23
|
* releasing version 7.0.16Joey Hess2008-07-19
|
* dh_installchangelogs: When searching for changelog in v7 mode, skip empty ↵Joey Hess2008-07-15
| | | | files. Closes: #490937
* dh: Avoid passing --with on to subcommands. Closes: #490886Joey Hess2008-07-14
|
* releasing version 7.0.15Joey Hess2008-07-09
|
* dh_clean: Do not delete *-stamp files in -k mode in v7. Closes: #489918Joey Hess2008-07-08
|
* releasing version 7.0.14Joey Hess2008-07-05
|
* Load python-support sequence file first, to allow ones loaded later to ↵Joey Hess2008-07-05
| | | | disable it.