diff options
author | Fathi Boudra <fabo@debian.org> | 2009-07-04 17:37:53 +0000 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2009-07-04 17:37:53 +0000 |
commit | 7425fd2a01c5a35092d0e6ab2666c77d2823be77 (patch) | |
tree | 845f2ce6abdacf23a5e3ef68981236fd5eded1fc /debian | |
parent | e29de67ceaa96f997213221633c3e0b36c5206e1 (diff) | |
download | qt4-x11-7425fd2a01c5a35092d0e6ab2666c77d2823be77.tar.gz |
comment for now
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 1113530..6145675 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,8 @@ DEB_DH_STRIP_ARGS_libqt4-webkit-dbg := --exclude=.debug DEB_DH_STRIP_ARGS_libqt4-xmlpatterns-dbg := --exclude=.debug DEB_DH_STRIP_ARGS_phonon-dbg := --exclude=.debug -DEB_DH_SHLIBDEPS_ARGS_ALL := -- -xphonon --exclude=.debug +DEB_DH_SHLIBDEPS_ARGS_ALL := --exclude=.debug +#DEB_DH_SHLIBDEPS_ARGS_ALL := -- -xphonon # Disable for rc DEB_INSTALL_CHANGELOGS_ALL := changes-$(QTVERSION) |