rev 20123 - kde-extras/k3b/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sat Dec 12 12:53:54 UTC 2015


Author: pino
Date: 2015-12-12 12:53:54 +0000 (Sat, 12 Dec 2015)
New Revision: 20123

Modified:
   kde-extras/k3b/trunk/debian/changelog
   kde-extras/k3b/trunk/debian/rules
Log:
rules: remove the custom dh_builddeb handling

now the default compression is xz


Modified: kde-extras/k3b/trunk/debian/changelog
===================================================================
--- kde-extras/k3b/trunk/debian/changelog	2015-12-12 12:52:17 UTC (rev 20122)
+++ kde-extras/k3b/trunk/debian/changelog	2015-12-12 12:53:54 UTC (rev 20123)
@@ -28,6 +28,8 @@
       rules
   * Install all the translated documentations in k3b-i18n.
   * Update watch file.
+  * Remove the custom dh_builddeb handling in rules, as now the default
+    compression is xz.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 12 Dec 2015 12:25:15 +0100
 

Modified: kde-extras/k3b/trunk/debian/rules
===================================================================
--- kde-extras/k3b/trunk/debian/rules	2015-12-12 12:52:17 UTC (rev 20122)
+++ kde-extras/k3b/trunk/debian/rules	2015-12-12 12:53:54 UTC (rev 20123)
@@ -5,17 +5,10 @@
 
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
-# packages to compress as xz
-pkgs_xz := k3b-data k3b-i18n
-
 %:
 	dh $@ --parallel --dbg-package=k3b-dbg --list-missing --with kde
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DK3B_ENABLE_HAL_SUPPORT=OFF
 
-override_dh_builddeb:
-	dh_builddeb $(addprefix -p,$(pkgs_xz)) -- -Zxz
-	dh_builddeb --remaining-packages
-
 .PHONY: override_dh_auto_test




More information about the pkg-kde-commits mailing list