[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.2.1/unstable r2022: missing ifeq



------------------------------------------------------------
revno: 2022
committer: Rene Engelhard <rene@debian.org>
branch nick: unstable
timestamp: Mon 2010-06-14 08:08:09 +0200
message:
  missing ifeq
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2010-06-12 22:07:58 +0000
+++ b/changelog	2010-06-14 06:08:09 +0000
@@ -17,7 +17,7 @@
     on armel. No regression. Base (still) unusable, though :/
   * debian/rules, debian/control*in: disable Base and associated stuff for armel 
 
- -- Rene Engelhard <rene@debian.org>  Sat, 12 Jun 2010 13:30:18 +0200
+ -- Rene Engelhard <rene@debian.org>  Mon, 14 Jun 2010 08:01:39 +0200
 
 openoffice.org (1:3.2.1-1) unstable; urgency=medium
 

=== modified file 'rules'
--- a/rules	2010-06-12 22:07:58 +0000
+++ b/rules	2010-06-14 06:08:09 +0000
@@ -2368,9 +2368,11 @@
 	cp -a \
 	    $(PKGDIR)-core/usr/share/java/$(OODIRNAME)/*.jar \
 	        debian/tmp/native-jars/
+ifeq "$(PACKAGE_BASE)" "y"
 	cp -a \
 	    $(PKGDIR)-base/usr/share/java/$(OODIRNAME)/*.jar \
 	        debian/tmp/native-jars/
+endif
 	: # remove problematic ones
 	rm -f debian/tmp/native-jars/ridl.jar
 ifneq "$(USE_SYSTEM_SAXON)" "y"


Reply to: