rev 5516 - in trunk/packages/kdevelop/debian: . patches
Jeremy Lainé
sharky at alioth.debian.org
Thu Feb 1 20:14:41 CET 2007
Author: sharky
Date: 2007-02-01 20:14:41 +0100 (Thu, 01 Feb 2007)
New Revision: 5516
Added:
trunk/packages/kdevelop/debian/patches/06_kicker_template.diff
Modified:
trunk/packages/kdevelop/debian/changelog
Log:
touchup changelog, add patch to fix kicker app template
Modified: trunk/packages/kdevelop/debian/changelog
===================================================================
--- trunk/packages/kdevelop/debian/changelog 2007-02-01 19:04:45 UTC (rev 5515)
+++ trunk/packages/kdevelop/debian/changelog 2007-02-01 19:14:41 UTC (rev 5516)
@@ -1,8 +1,10 @@
kdevelop (4:3.4.0-2) UNRELEASED; urgency=low
- * Remove Suggests on kdbg, a2ps, enscript and gv.
- * Add Suggests on cmake, ruby and python.
- * Make gdb (>= 6.4) a Recommends.
+ * Rework Suggests and Recommends:
+ + Move Suggests on kdbg, a2ps, enscript and gv.
+ + Add Suggests on cmake, ruby and python.
+ + Make gdb (>= 6.4) a Recommends.
+ * Fix kicker application template (Closes: #235867).
-- Jeremy Lainé <jeremy.laine at m4x.org> Thu, 1 Feb 2007 19:57:38 +0100
Added: trunk/packages/kdevelop/debian/patches/06_kicker_template.diff
===================================================================
--- trunk/packages/kdevelop/debian/patches/06_kicker_template.diff 2007-02-01 19:04:45 UTC (rev 5515)
+++ trunk/packages/kdevelop/debian/patches/06_kicker_template.diff 2007-02-01 19:14:41 UTC (rev 5516)
@@ -0,0 +1,12 @@
+diff -urN kdevelop-3.4.0.orig/languages/cpp/app_templates/kicker/src-Makefile.am kdevelop-3.4.0/languages/cpp/app_templates/kicker/src-Makefile.am
+--- kdevelop-3.4.0.orig/languages/cpp/app_templates/kicker/src-Makefile.am 2007-01-25 16:41:18.000000000 +0100
++++ kdevelop-3.4.0/languages/cpp/app_templates/kicker/src-Makefile.am 2007-01-29 13:52:33.000000000 +0100
+@@ -1,7 +1,7 @@
+ INCLUDES= $(all_includes)
+ METASOURCES = AUTO
+
+-lib_LTLIBRARIES = %{APPNAMELC}_panelapplet.la
++kde_module_LTLIBRARIES = %{APPNAMELC}_panelapplet.la
+
+ %{APPNAMELC}_panelapplet_la_SOURCES = %{APPNAMELC}.cpp
+ %{APPNAMELC}_panelapplet_la_LDFLAGS = -module -avoid-version $(all_libraries)
More information about the pkg-kde-commits
mailing list