rev 5462 - in trunk/packages/kdevelop/debian: . patches

Jeremy Lainé sharky at alioth.debian.org
Mon Jan 29 09:26:45 CET 2007


Author: sharky
Date: 2007-01-29 09:26:44 +0100 (Mon, 29 Jan 2007)
New Revision: 5462

Added:
   trunk/packages/kdevelop/debian/patches/05_exclude_cdbs_orig_from_admin.diff
Modified:
   trunk/packages/kdevelop/debian/changelog
   trunk/packages/kdevelop/debian/rules
Log:
more preparation work for KDevelop 3.4.0


Modified: trunk/packages/kdevelop/debian/changelog
===================================================================
--- trunk/packages/kdevelop/debian/changelog	2007-01-29 08:18:38 UTC (rev 5461)
+++ trunk/packages/kdevelop/debian/changelog	2007-01-29 08:26:44 UTC (rev 5462)
@@ -5,6 +5,10 @@
     + Launching debug rebuilds the project (Closes: #375109).
     + Update application templates (Closes: #396986, #353415).
     + Fix crashes with Subversion plugin (Closes: #354158).
+    + Improved breakpoints (Closes: #399870, #361860).
+    + Toolbar settings are saved/restored (Closes: #246893).
+  * Exclude *.cdbs-orig files from application templates.
+  * Compile without --enable-final otherwise the build fails.
   * Remove patches included upstream:
     + 02_pcsimporter_plugins_path.diff
     + 03_buildtools_plugins_path.diff

Added: trunk/packages/kdevelop/debian/patches/05_exclude_cdbs_orig_from_admin.diff
===================================================================
--- trunk/packages/kdevelop/debian/patches/05_exclude_cdbs_orig_from_admin.diff	2007-01-29 08:18:38 UTC (rev 5461)
+++ trunk/packages/kdevelop/debian/patches/05_exclude_cdbs_orig_from_admin.diff	2007-01-29 08:26:44 UTC (rev 5462)
@@ -0,0 +1,12 @@
+diff -urN kdevelop-3.4.0.orig/parts/appwizard/common/Makefile.am kdevelop-3.4.0/parts/appwizard/common/Makefile.am
+--- kdevelop-3.4.0.orig/parts/appwizard/common/Makefile.am	2007-01-25 16:41:53.000000000 +0100
++++ kdevelop-3.4.0/parts/appwizard/common/Makefile.am	2007-01-29 09:17:45.000000000 +0100
+@@ -1,7 +1,7 @@
+ CLEANFILES = *.tar.gz
+ 
+ admin.tar.gz:
+-	$(TAR) -cf admin.tar --exclude=.svn -C $(srcdir) admin
++	$(TAR) -cf admin.tar --exclude=.svn --exclude=*.cdbs-orig -C $(srcdir) admin
+ 	gzip admin.tar
+ 
+ gnome.tar.gz:

Modified: trunk/packages/kdevelop/debian/rules
===================================================================
--- trunk/packages/kdevelop/debian/rules	2007-01-29 08:18:38 UTC (rev 5461)
+++ trunk/packages/kdevelop/debian/rules	2007-01-29 08:26:44 UTC (rev 5462)
@@ -6,6 +6,7 @@
 
 PACKAGES_WITH_LIBS := kdevelop
 
+DEB_KDE_ENABLE_FINAL :=
 DEB_INSTALL_DOCS_kdevelop = AUTHORS
 DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp
 DEB_CONFIGURE_EXTRA_FLAGS := \




More information about the pkg-kde-commits mailing list