Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package qtwebkit The most important thing here is RC bug #673268, which was the need to properly write the copyright file. Note that in this mail I will be *not* aataching the debdiff with this changes, as the copyright file is now 12k+ lines long. I'll send it as a followup to the bug, just in case is too big for the list. Of course, while it is a huge change, it's all text which doesn't change the behaviour of the package sit builds. There are two other changes: - This upload fixes the M-A uninstallability due to a binNMU (Closes: #676162). - This upload will get rebuilt with xz compression, asked for making space in the first CD (Closes: #687036). diffstat, with the copyright changes: changelog | 14 copyright |12760 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- rules | 3 3 files changed, 12742 insertions(+), 35 deletions(-) Thanks, Lisandro. unblock qtwebkit/2.2.1-5 -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing'), (101, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: mips i386 Kernel: Linux 3.2.21+edid (SMP w/2 CPU cores) Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -Nru --exclude '*copyright' qtwebkit-2.2.1/debian/changelog qtwebkit-2.2.1/debian/changelog --- qtwebkit-2.2.1/debian/changelog 2012-05-13 06:29:51.000000000 -0300 +++ qtwebkit-2.2.1/debian/changelog 2012-11-18 18:01:22.000000000 -0300 @@ -1,3 +1,17 @@ +qtwebkit (2.2.1-5) unstable; urgency=low + + * Team upload. + * Re upload the package to fix the M-A uninstallability due to a binNMU + (Closes: #676162). + * This upload will get rebuilt with xz compression (Closes: #687036). + Thanks Ansgar Burchardt for the patch. + * Rewrite debian/copyright to DEP-5 (Closes: #673268). + Thanks Elena ``of Valhalla'' Grandi and Tobias Bengfort. + The current copyright is *huge*: 12637 lines. I have reviewed it but + there still could be errors. + + -- Lisandro Damián Nicanor Pérez Meyer <[email protected]> Sun, 18 Nov 2012 18:01:12 -0300 + qtwebkit (2.2.1-4) unstable; urgency=high * Confirm new symbol file on all arches except armel and mipsel. However, diff -Nru --exclude '*copyright' qtwebkit-2.2.1/debian/rules qtwebkit-2.2.1/debian/rules --- qtwebkit-2.2.1/debian/rules 2012-05-01 16:16:54.000000000 -0300 +++ qtwebkit-2.2.1/debian/rules 2012-11-18 15:38:28.000000000 -0300 @@ -37,3 +37,6 @@ rm -f Source/Makefile dh_auto_clean dh_auto_clean --sourcedirectory=$(QWEBVIEW_DIR) + +override_dh_builddeb: + dh_builddeb -- -Zxz

