CVS commit by domi: fix the debian/rules clean target
A patches/020-cleanjarfiles.diff 1.1.2.1 M +9 -0 changelog 1.5.2.9 M +5 -2 rules 1.3.2.7 --- kdebindings/debian/changelog #1.5.2.8:1.5.2.9 @@ -1,2 +1,11 @@ +kdebindings (4:3.2.1-5) unstable; urgency=low + + * Added a patch that makes sure the .jar files are cleaned properly on + debian/rules clean. + * debian/rules: make the clean target run "make distclean" in all + directories that the build target ran "make" in. + + -- Dominique Devriese <[EMAIL PROTECTED]> Tue, 6 Apr 2004 22:16:02 +0200 + kdebindings (4:3.2.1-4) unstable; urgency=low --- kdebindings/debian/rules #1.3.2.6:1.3.2.7 @@ -83,6 +83,7 @@ $(MAKE) -C dcoppython $(MAKE) -C dcopjava - cd dcopperl && $(PERL) Makefile.PL $(perlconfig) ; - make -C dcopperl +#dcopperl is disabled +# cd dcopperl && $(PERL) Makefile.PL $(perlconfig) ; +# $(MAKE) -C dcopperl touch build-stamp @@ -122,4 +123,6 @@ if test -f Makefile; then \ $(MAKE) distclean; \ + $(MAKE) -C dcopjava distclean; \ + $(MAKE) -C dcoppython distclean; \ fi