rev 20348 - kde-extras/kdesvn/trunk/debian
Pino Toscano
pino at moszumanska.debian.org
Sat Feb 13 20:03:28 UTC 2016
Author: pino
Date: 2016-02-13 20:03:28 +0000 (Sat, 13 Feb 2016)
New Revision: 20348
Modified:
kde-extras/kdesvn/trunk/debian/changelog
kde-extras/kdesvn/trunk/debian/rules
Log:
fix enabling the kde dh addon
use "--with kde" instead of "--with-kde", which also avoids the current
dh_compress override (since this is what the kde addon does)
Modified: kde-extras/kdesvn/trunk/debian/changelog
===================================================================
--- kde-extras/kdesvn/trunk/debian/changelog 2016-02-13 19:57:52 UTC (rev 20347)
+++ kde-extras/kdesvn/trunk/debian/changelog 2016-02-13 20:03:28 UTC (rev 20348)
@@ -21,6 +21,9 @@
- bump compat to 9
- bump the debhelper build dependency to >= 9
* Update Vcs-* fields.
+ * Fix enabling the kde dh addon: use "--with kde" instead of "--with-kde",
+ which also avoids the current dh_compress override (since this is what the
+ kde addon does).
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sat, 13 Feb 2016 19:27:10 +0100
Modified: kde-extras/kdesvn/trunk/debian/rules
===================================================================
--- kde-extras/kdesvn/trunk/debian/rules 2016-02-13 19:57:52 UTC (rev 20347)
+++ kde-extras/kdesvn/trunk/debian/rules 2016-02-13 20:03:28 UTC (rev 20348)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --parallel --with-kde
+ dh $@ --parallel --with kde
override_dh_makeshlibs:
dh_makeshlibs -V
@@ -9,9 +9,6 @@
override_dh_strip:
dh_strip --dbg-package=kdesvn-dbg
-override_dh_compress:
- dh_compress -X .docbook
-
override_dh_install:
dh_install --list-missing
More information about the pkg-kde-commits
mailing list