summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* dh_strip: Also strip OCaml shared libraries. (Stephane Glondu) Closes: #527272Joey Hess2009-05-18
|
* releasing version 7.2.14Joey Hess2009-05-18
|
* dh: Avoid writing log after override_dh_clean is run. Closes: #529228Joey Hess2009-05-18
|
* dh_auto_configure: Pass --skipdeps safely via PERL_AUTOINSTALL. Closes: #528235Joey Hess2009-05-14
|
* releasing version 7.2.12Joey Hess2009-05-14
|
* dh_auto_configure: Revert --skipdeps change Closes: #528647, reopens: #528235Joey Hess2009-05-14
|
* releasing version 7.2.11Joey Hess2009-05-12
|
* Support debian/foo.os files to suppliment previous debian/foo.arch file ↵Joey Hess2009-05-12
| | | | support. Closes: #494914 (Thanks, Aurelien Jarno)
* dh_auto_configure: Add --skipdeps when running Makefile.PL, to prevent ↵Joey Hess2009-05-11
| | | | Module::Install from trying to download dependencies. Closes: #528235
* dh: Support --with addon,addon,... Closes: #528178Joey Hess2009-05-11
|
* releasing version 7.2.10Joey Hess2009-05-10
|
* dh_auto_configure: Pass packlist=0 when running Makefile.PL, in case it is a ↵Joey Hess2009-05-10
| | | | Build.PL passthru, to avoid it creating the .packlist file. Closes: #527990
* mention quiltJoey Hess2009-05-08
|
* dh_auto_configure: Clarify man page re adding configure parameters. Closes: ↵Joey Hess2009-05-08
| | | | #527256
* Close COMPAT_IN filehandle. Closes: #527464Joey Hess2009-05-07
|
* clarifyJoey Hess2009-05-07
|
* releasing version 7.2.9Joey Hess2009-05-04
|
* dh: Add --without to allow disabling sequence addons (particularly useful to ↵Joey Hess2009-05-04
| | | | disable the default python-support addon).
* dh_fixperms: Fix permissions of OCaml .cmxs files. Closes: #526221Joey Hess2009-05-02
|
* Fix permissions of *.cmxs filesStephane Glondu2009-05-02
|
* dh_fixperms: Ensure lintian overrides are mode 644. (Patch from #459548)Joey Hess2009-04-21
|
* releasing version 7.2.8Joey Hess2009-04-20
|
* Move dh sequence documentation to PROGRAMMING.Joey Hess2009-04-20
|
* updateJoey Hess2009-04-10
|
* dh_desktop: Now a deprecated no-op, since desktop-file-utils uses triggers. ↵Joey Hess2009-04-10
| | | | Closes: #523474 (also Closes: #521960, #407701 as no longer applicable)
* dh_desktop: Avoid using find -execdir as it will fail with certian badly ↵Joey Hess2009-03-31
| | | | configured PATHs (and is not a benefit in this context anyway). Closes: #521960
* releasing version 7.2.7Joey Hess2009-03-27
|
* dh_icons: ignore gnome and hicolor themes (will be handled by triggers). ↵Joey Hess2009-03-26
| | | | Closes: #521181
* 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).