CVS commit by domi: update: don't bloat the package and the diff.gz with the xml parsers
M +6 -0 changelog 1.5.2.16 M +10 -10 rules 1.3.2.15 --- kdebindings/debian/changelog #1.5.2.15:1.5.2.16 @@ -1,2 +1,8 @@ +kdebindings (4:3.2.2-5) unstable; urgency=low + + * qtjava/designer/juic/lib: remove the two xml parsers, so they don't bloat the package and the diff.gz + + -- Dominique Devriese <[EMAIL PROTECTED]> Sat, 22 May 2004 20:38:51 +0200 + kdebindings (4:3.2.2-4) unstable; urgency=low --- kdebindings/debian/rules #1.3.2.14:1.3.2.15 @@ -27,5 +27,5 @@ # I'd like to move to builddir!=srcdir when I can get upstream to build with it. -#objdir = $(CURDIR)/obj-$(DEB_BUILD_GNU_TYPE) +objdir = $(CURDIR)/obj-$(DEB_BUILD_GNU_TYPE) upstream_version=`head -1 $(CURDIR)/debian/changelog | sed -e "s,.*:\([^-]*\).*,\1,"` @@ -77,16 +77,14 @@ # make build directory - # mkdir $(objdir) + mkdir $(objdir) # run configure with build tree $(objdir) - # ( not yet in a different build tree) - # cd $(objdir) && \ - # ../configure \ - # --enable-final - ./configure \ + cd $(objdir) && \ + ../configure \ $(configkde) \ --with-java=/usr \ --with-pythondir=/usr/lib/python2.3/site-packages \ DO_NOT_COMPILE='dcopperl kalyptus kdeobjc korundum qtobjc qtruby qtsharp xparts' + # --enable-final touch configure-stamp @@ -96,9 +94,9 @@ dh_testdir - # cd $(objdir) && + cd $(objdir) && \ $(MAKE) # build dcopjava even though it's disabled upstream. - # cd $(objdir) && + cd $(objdir) && \ $(MAKE) -C dcopjava @@ -139,5 +137,5 @@ # Remove build tree - #rm -rf $(objdir) + rm -rf $(objdir) # if Makefile exists run distclean @@ -158,5 +156,7 @@ # Main install. + cd $(objdir) && \ $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + cd $(objdir) && \ $(MAKE) -C dcopjava install DESTDIR=$(CURDIR)/debian/tmp #DCOPPerl is disabled.