diff options
author | Fathi Boudra <fabo@debian.org> | 2009-07-05 08:48:38 +0000 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2009-07-05 08:48:38 +0000 |
commit | 013e9abd370ac83786316cb5907cfcdf968ec092 (patch) | |
tree | 0efed91fb747e0715e345ff543c76da835587b77 /debian/rules | |
parent | 835b5453ff071c0ea0771cfc588a7ebc9ce96fa4 (diff) | |
download | qt4-x11-013e9abd370ac83786316cb5907cfcdf968ec092.tar.gz |
missing epoch on Phonon packages
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 9e1135d..59294eb 100755 --- a/debian/rules +++ b/debian/rules @@ -27,6 +27,9 @@ DEB_MAKE_CLEAN_TARGET := confclean distclean # Add epoch to Phonon packages only DEB_DH_GENCONTROL_ARGS_libphonon4 := -- -v4:$(CURRENTVERSION) +DEB_DH_GENCONTROL_ARGS_libphonon-dev := -- -v4:$(CURRENTVERSION) +DEB_DH_GENCONTROL_ARGS_phonon-dbg := -- -v4:$(CURRENTVERSION) +DEB_DH_GENCONTROL_ARGS_phonon := -- -v4:$(CURRENTVERSION) # Shlibs of the current upstream version #DEB_DH_MAKESHLIBS_ARGS_ALL := -V |