Updated Debian Packages
Chris Halls
halls at debian.org
Thu Oct 16 15:56:27 UTC 2003
On Tue, Oct 14, 2003 at 02:18:05AM -0700, Norman Jordan wrote:
> I have updated the Debian packages. They have been renamed to kdevelop3*
> so that they can be installed at the same time as the KDevelop 2.1
> packages.
Thanks for the packages, Norman!
I've added support for the 'noopt' option to use the --enable-debug=full
configure option. Would you accept this patch?
Thanks,
Chris
-------------- next part --------------
Index: debian/rules
===================================================================
RCS file: /home/kde/kdevelop/debian/rules,v
retrieving revision 1.27
diff -u -r1.27 rules
--- debian/rules 14 Oct 2003 17:27:54 -0000 1.27
+++ debian/rules 16 Oct 2003 13:45:54 -0000
@@ -24,6 +23,9 @@
endif
endif
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ DEBUG_FLAGS=--enable-debug=full
+endif
-include debian/debiandirs
@@ -74,7 +76,8 @@
--enable-vba \
$(configkdevelop) \
--disable-final \
- $(JAVA_FLAGS)
+ $(JAVA_FLAGS) \
+ $(DEBUG_FLAGS)
touch configure-stamp
More information about the KDevelop-devel
mailing list