diff options
author | Fathi Boudra <fabo@debian.org> | 2009-10-05 13:49:41 +0200 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2009-10-05 13:49:41 +0200 |
commit | d51de2ba1c89ae4e1adc745c822d866d40521a62 (patch) | |
tree | 7436c82eb224b845a270c79b552f4fffc99b217e /debian/rules | |
parent | 22d134346ac55ae1e9c7a583c9db6ed660fa39fe (diff) | |
download | qt4-x11-d51de2ba1c89ae4e1adc745c822d866d40521a62.tar.gz |
New release from 4.6-stable git branch.
Refresh qt-copy patches: 0180 and 209.
Remove qt-copy patches: 0255, 0274, 0280 and 0287.
Refresh Debian patches: 01, 05, 09, 11, 16, 18, 19, 30, 40, 41, 50 and 81.
Remove Debian patches:
- 14_add_libraries_to_gui_build_where_actually_needed - fixed upstream.
Update debian/control:
- Add libasound2-dev build dependency.
- Add libqt4-multimedia package.
Update installed files and related lintian files.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 94b858d..1e7cc77 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -#export DH_VERBOSE=1 +export DH_VERBOSE=1 export QTDIR := $(shell pwd) export PATH := $(QTDIR)/bin:$(PATH) @@ -44,7 +44,7 @@ DEB_DH_STRIP_ARGS_qt4-demos-dbg := --exclude=.debug DEB_DH_SHLIBDEPS_ARGS_ALL := --exclude=.debug # Disable for rc -DEB_INSTALL_CHANGELOGS_ALL := changes-$(QTVERSION) +#DEB_INSTALL_CHANGELOGS_ALL := changes-$(QTVERSION) DEB_INSTALL_DOCS_ALL := LGPL_EXCEPTION.txt |