summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* dh_icons: ignore gnome and hicolor themes (will be handled by triggers). ↵Joey Hess2009-03-26
| | | | Closes: #521181
* Pass -L UTF-8 to po4a to work around bug #520942Joey Hess2009-03-23
|
* changelogJoey Hess2009-03-23
|
* export write_logJoey Hess2009-03-23
| | | | Avoids the ugly thunk in dh
* document load_load, write_logJoey Hess2009-03-23
|
* minor coding stlyeJoey Hess2009-03-23
|
* Add a global --remaining-packages option.Modestas Vainius2009-03-23
| | | | | | | | Add a global --remaining-packages option which allows to skip the command on the packages which it has already been run on (i.e. if the command helper is already present in the package debhelper log). Signed-off-by: Modestas Vainius <modestas@vainius.eu>
* fix corner caseJoey Hess2009-03-20
| | | | | If DH_INTERNAL_OPTIONS does not specify any packages, we don't want to exclude them all!
* remove dead codeJoey Hess2009-03-20
| | | | | This case can never happen, because code in Dh_Getopt makes the same check earlier.
* Fix calling the same helper for separate packages in the override of dh ↵Joey Hess2009-03-20
| | | | | | | | | | | | binary-indep/binary-arch. Closes: #520567 This is based on some work by Modestas Vainius, somewhat simplified by a trick using excludes. Note that the error in the case where there are no packages to build was changed to a warning. That can easily happen now, and doesn't seem particilarly error-worthy anyway; just exiting w/o doing anything seems fine in that case.
* pass -N into DH_INTERNAL_OPTIONSJoey Hess2009-03-20
| | | | | | | I think I didn't do this before because it could result in parseoptions() erroring because there were no packages to act on. That is not going to be an error soon though, and it makes sense to pass in the -N excludes.
* releasing version 7.2.6Joey Hess2009-03-15
|
* dh_auto_test: Support DEB_BUILD_OPTIONS=nocheck. Closes: #519374Joey Hess2009-03-12
|
* Examples files updated to add dh_bugfiles, remove obsolete dh_python.Joey Hess2009-03-12
|
* releasing version 7.2.5Joey Hess2009-03-09
|
* Revert "dh_installmenus: Now that a triggers capable menu and dpkg are in ↵Joey Hess2009-03-09
| | | | | | | | | | stable, menu does not need to be explicitly run in maintainer scripts, except for packages with menu-methods files. (See #473467)" This reverts commit 651be44c078b91112bf18d87d3629d23beb1a5c7. Conflicts: debian/changelog
* changelogJoey Hess2009-03-09
|
* Set MODULEBUILDRC environment variableAnsgar Burchardt2009-03-09
| | | | | | | | | | | | | | | When building packages using Module::Build and a ~/.modulebuildrc containing install install_base=~ the build will end up installing files in /root. This patch makes debhelper export MODULEBUILDRC="/dev/null" whenever Module::Build is used to avoid using ~/.modulebuildrc. Closes: #517423 Signed-off-by: Ansgar Burchardt <ansgar@43-1.org>
* releasing version 7.2.4Joey Hess2009-03-08
|
* dh_makeshlibs: Fix --add-udeb, for real. Closes: #518706Joey Hess2009-03-08
|
* releasing version 7.2.3Joey Hess2009-03-07
|
* dh_makeshlibs: Re-add --add-udeb support. Closes: #518655Joey Hess2009-03-07
| | | | | * dh_makeshlibs: Re-add --add-udeb support. Closes: #518655 * dh_shlibdeps: Remove --add-udeb switch (was accidentially added here).
* releasing version 7.2.3-1Joey Hess2009-03-07
|
* remove item already doneJoey Hess2009-03-07
|
* Compatability level 4 is now deprecated.Joey Hess2009-03-07
|
* minor/style changesJoey Hess2009-03-06
|
* add cruft for dh_bugfilesJoey Hess2009-03-06
|
* Add dh_bugfiles - a helper for reportbug filesModestas Vainius2009-03-06
| | | | | | | * Add a new helper: dh_bugfiles. It can be used for installing bug reporting customization files (Closes: #326874). Signed-off-by: Modestas Vainius <modestas@vainius.eu>
* dh_installchangelogs: Support -X to exclude automatic installation of ↵Joey Hess2009-03-06
| | | | specific upstream changelogs. Closes: #490937
* dh: Override LC_ALL, not LANG. Closes: #517617Joey Hess2009-03-06
|
* dh_installdocs: No longer add maintainer script code to call doc-base, as it ↵Joey Hess2009-03-06
| | | | supports triggers in stable.
* dh_installmenus: Now that a triggers capable menu and dpkg are in stable, ↵Joey Hess2009-03-06
| | | | menu does not need to be explicitly run in maintainer scripts, except for packages with menu-methods files. (See #473467)
* add docsJoey Hess2009-03-05
|
* releasing version 7.2.2Joey Hess2009-03-04
|
* conffile moving idiocyJoey Hess2009-03-02
| | | | | | | | | | | * dh_installmodules: Give files in /etc/modprobe.d a .conf syntax, as required by new module-init-tools. * dh_installmodules: Add preinst and postinst code to handle cleanly renaming the modprobe.d files on upgrade. * Two updates to conffile moving code from wiki: - Support case where the conffile name is a substring of another conffile's name. - Support case where dpkg-query says the file is obsolete.
* Merge branch 'dh_overrides'Joey Hess2009-02-28
|\ | | | | | | | | Conflicts: debian/changelog
| * releasing version 7.0.52Joey Hess2009-02-28
| |
| * dh: Fix make parsing to not be broken by locale settings. Closes: #517617Joey Hess2009-02-28
| |
* | 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
| |
| * fix option parsing sideportJoey 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)
| * use Dh_Lib write_logJoey Hess2009-02-27
| | | | | | | | (cherry picked from commit 9d700975929417fe72bf46271c694ccb09d1c905)
| * use -Bf in all examplesJoey Hess2009-02-27
| | | | | | | | (cherry picked from commit 8cdac50db64b2f2d6aacdcfc4683fdcf79cee629)