summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-04-04Merge changelog. previous upload rejected because of a lintian error.debian/4.6.2-2Fathi Boudra1-16/+11
2010-03-30Remove quilt addon - not needed anymore.Fathi Boudra1-1/+1
2010-03-30fix watch file to report only stable versions (ie non-tp and non-rc ones)Pino Toscano2-2/+3
2010-03-27Update changelog entry.Fathi Boudra1-0/+6
2010-03-27Make more use of the dpkg source 3.0 format: directly ship the binary filesPino Toscano13-400/+19
... (eg PNG icons and qch) instead of uuencode them at install time.
2010-03-27add new empty entryPino Toscano1-0/+5
2010-03-26Update applications icons.Fathi Boudra4-111/+140
2010-03-26fix lintian warning: quilt-patch-missing-descriptionFathi Boudra5-0/+20
2010-03-26fix lintian warning: unused-overrideFathi Boudra1-1/+0
2010-03-26Add libqt4-phonon lintian overrides.Fathi Boudra1-0/+2
2010-03-26fix lintian warning: unused-overrideFathi Boudra2-17/+0
2010-03-26fix lintian warning: spelling-error-in-manpageFathi Boudra1-1/+1
2010-03-26fix lintian warning: desktop-entry-contains-encodingFathi Boudra4-4/+0
2010-03-26Switch to dpkg-source 3.0 (quilt)Fathi Boudra1-0/+1
fix lintian warning: missing-debian-source-format fix lintian error: missing-build-dependency quilt
2010-03-26fix lintian warning: binary-control-field-duplicates-sourceFathi Boudra1-28/+0
2010-03-26Update series: add 0002_qmake_qfileinfo_absolutepath.diffFathi Boudra1-0/+1
2010-03-26Add 0002_qmake_qfileinfo_absolutepath.diffFathi Boudra2-3/+28
Fixed QFileInfo::absolutePath() warning when running "qmake -project" (Closes: #574043)
2010-03-25Fix FTBFS on ia64: -m64 option isn't recognized by gcc.Fathi Boudra2-6/+4
set platform_arg to linux-g++ on this architecture.
2010-03-25Fix FTBFS on sparc caused by a wrong platform_arg value:Fathi Boudra2-3/+12
check for exact string match (instead of findstring usage).
2010-03-19Add cherry-picked patch from upstream:Fathi Boudra3-0/+55
0001_qpixmap_load_no_modify_referenced_copies.diff
2010-03-01really remove uic-qt4 manpagedebian/4.6.2-1Pino Toscano1-1/+0
2010-03-01Upload Qt 4.6.2 to experimental.Fathi Boudra1-2/+2
2010-03-01remove the uic-qt4 manpage (#464375)Pino Toscano2-137/+3
it really refers to uic-qt3, so having a totally misleading manpage is worse than no manpage at all
2010-02-28Closes new upstream release request.Fathi Boudra1-1/+1
2010-02-18conflict against qt3-dev-tools-embedded on qt4-dev-tools (qvfb).Fathi Boudra2-3/+4
2010-02-18conflict against qt-x11-free-dbg on libqt4-dbg as qvfb is in both packages.Fathi Boudra2-1/+3
2010-02-17Drop libqt4-phonon lintian overrides, no longer needed.Modestas Vainius1-3/+0
2010-02-17Confirm symbol files on i386 too.Modestas Vainius2-2/+2
2010-02-16Use pre-release revision number.Modestas Vainius1-1/+1
2010-02-16Almost drop Phonon from Qt except a throw-away libqt4-phonon package.Modestas Vainius7-675/+24
The solve purpose of the libqt4-phonon package is to enable bootstraping of new arches or rebuilds of the whole archive.
2010-02-16Update symbol files for 4:4.6.2.Modestas Vainius6-32/+23
2010-02-16Call dh_auto_build instead of $(MAKE) for parallel build.Fathi Boudra1-1/+1
2010-02-16Bump pkg-kde-tools version to 0.6.4Fathi Boudra2-2/+2
2010-02-16Do not FTFBS if there are lost symbols.Modestas Vainius1-1/+1
2010-02-15suggest qt4-doc-html in qt4-dev-tools (#498701)Pino Toscano2-1/+4
2010-02-15Add x-www-browser as alternative in qt4-doc-html's browser suggestion.Pino Toscano2-2/+3
2010-02-15fix typo in changelog entryPino Toscano1-1/+1
2010-02-15polish qdbus manpage a bitPino Toscano2-26/+28
* remove extra dots from groff/troff commands * highlight the qdbus command as bold (like done generally in manpages) * fix few typos (eg "qt" -> "Qt") * fix section * add missing (1) to dbus-send, and put commas between each command in the "see also" list * add my copyright (due to all the changes above)
2010-02-15Close related bug number.Fathi Boudra1-1/+1
2010-02-15fix typo. thks dilex.Fathi Boudra1-1/+1
2010-02-15Update 05_append_qt4_target.diff patch.Fathi Boudra1-12/+12
2010-02-15Refresh patches.Fathi Boudra5-6/+6
2010-02-15Merge branch 'master' of git+ssh://git.debian.org/git/pkg-kde/qt4-x11Fathi Boudra19-56/+31
2010-02-15Remove phonon development files.Fathi Boudra2-0/+8
2010-02-15Add Build-Depends-Package field to all symbol files.Modestas Vainius18-0/+20
* Build-Depends-Package: libqt4-dev.
2010-02-15bump debhelper build dependency to version 0.4.13 to properly support dh ↵Fathi Boudra2-2/+4
options. bump pkg-kde-tools to 0.6.3 too.
2010-02-15enable parallel build by passing --parallel option to dh.Fathi Boudra2-1/+2
2010-02-15Simply armel ABI compatibility patch.Modestas Vainius1-56/+11
Create the alias with asm .symver directive rathen than overloading and casting hacks.
2010-02-15Qt 4.6.2 is released.Fathi Boudra1-2/+2
2010-02-11Build depend on libjpeg-dev rather than libjpeg62-dev.Modestas Vainius2-1/+2