[SCM] qtdoc packaging branch, master, updated. debian/5.1.0-1-4-g9f3cd0a

Dmitry Shachnev mitya57-guest at moszumanska.debian.org
Sun Jan 19 12:09:19 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtdoc.git;a=commitdiff;h=9f3cd0a

The following commit has been merged in the master branch:
commit 9f3cd0a8f0e5e11271c3b7be23797585c91d1b3d
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Jan 19 16:09:15 2014 +0400

    Drop the dh_compress hack, it no longer works now that xz is the default compression.
---
 debian/changelog | 4 ++++
 debian/rules     | 6 ------
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 60ebd90..40b1ff0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ qtdoc-opensource-src (5.1.0-2) UNRELEASED; urgency=low
   * Properly clean the build. Thanks Dmitry Shachnev!
   * Change versions in rules.
 
+  [ Dmitry Shachnev ]
+  * Drop the dh_compress hack, it no longer works now that xz
+    is the default compression.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 11 Aug 2013 12:24:13 -0300
 
 qtdoc-opensource-src (5.1.0-1) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index 46348e2..22ab0e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,9 +39,3 @@ override_dh_install:
 
 override_dh_installdocs:
 	dh_installdocs --all LGPL_EXCEPTION.txt
-
-override_dh_builddeb:
-	# Do not compress the non-html packages with XZ, since the qdoc files
-	# are sqlite3 DBs
-	dh_builddeb $(addprefix -p,$(filter %-doc,$(shell dh_listpackages)))
-	dh_builddeb --remaining-packages -- -Zxz

-- 
qtdoc packaging



More information about the pkg-kde-commits mailing list