~kubuntu-packagers/kubuntu-packaging/+git/pkg-kde-tools:dhmk

Last commit made on 2011-03-09
Get this branch:
git clone -b dhmk https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/pkg-kde-tools
Members of Kubuntu Packagers can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

3e6398a... by Modestas Vainius <email address hidden>

Fix typo in library-packages.mk.

'foreach' is not a shell directory. Use 'for' instead
(libpkgs_gen_strict_local_shlibs target).

cd7eb7b... by Modestas Vainius <email address hidden>

Fix dhmk_{target}_commands variable generation.

aa45617... by Modestas Vainius <email address hidden>

Run dh_sameversion after dh_gencontrol (binary* phases).

e04b684... by Modestas Vainius <email address hidden>

Do not print # symbol next to debhelper command if not necessary.

This avoids printing # next to debhelper command if DEB_INTERNAL_OPTIONS is not
set.

01909d0... by Modestas Vainius <email address hidden>

Relay environment changes made by dh addons to debian/rules.

Add code which detects if dh addons made any changes to the environment and
relays them (if any) to the environment of debian/rules (via dhmk_rules.mk).
This is similar to dh(1) which while being perl based inherits dh addon
environment changes automagically.

This allows pkgkde-symbolshelper dh addon to work with dhmk.

76b04a7... by Modestas Vainius <email address hidden>

Mostly port debian-qt-kde.mk to dhmk.

Some TODOs remain (policy and DEB_KDE_LINK_WITH_AS_NEEDED).

1eef87a... by Modestas Vainius <email address hidden>

Port library-packages.mk to dhmk.

7821182... by Modestas Vainius <email address hidden>

Protect dhmk.mk against accidental double inclusion.

bdb54d4... by Modestas Vainius <email address hidden>

Strip dhmk_ prefix from the names of public targets-hooks.

This includes {pre,post}_{action}_{dh_command} and {pre,post}_{action}
targets-hooks.

6366efa... by Modestas Vainius <email address hidden>

Simplify passing of extra options to non-overriden commands.

Options are passed via DHMK_OPTIONS envvar which has to be set to overrides to
work anyway. What is more, DHMK_OPTIONS is derefenced in dhmk.mk rather than
being expanded in dhmk.pl directly.