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

./packages/libreoffice/3.3.0/experimental r2144: update debian/copyright



------------------------------------------------------------
revno: 2144
committer: Rene Engelhard <rene@debian.org>
branch nick: experimental
timestamp: Sun 2010-10-17 18:49:28 +0200
message:
  update debian/copyright
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2010-10-17 16:49:03 +0000
+++ b/changelog	2010-10-17 16:49:28 +0000
@@ -9,6 +9,8 @@
     - temporarily disable system-{graphite,cppunit} on i386, will be
       reeenabled when beta3 included the necessary patches to make this
       work
+  * debian/copyright:
+    - update
 
  -- Rene Engelhard <rene@debian.org>  Sun, 17 Oct 2010 18:43:32 +0200
 

=== modified file 'rules'
--- a/rules	2010-10-17 16:21:01 +0000
+++ b/rules	2010-10-17 16:49:28 +0000
@@ -282,11 +282,19 @@
 endif
 PACKAGE_BASE=y
 ENABLE_GRAPHITE=y
-USE_SYSTEM_GRAPHITE=y
+ifneq "$(ARCH)" "i386"
+  USE_SYSTEM_GRAPHITE=y
+else
+  USE_SYSTEM_GRAPHITE=n
+endif
 ALLOC=system
 DEBSRC_VERSION=3.0
 USE_SYSTEM_TEXTCAT_DATA=y
+ifneq "$(ARCH)" "i386"
 USE_SYSTEM_CPPUNIT=y
+else
+USE_SYSTEM_CPPUNIT=n
+endif
 
 # when we have a package we want to have to be installed on older things with some older
 # C++ ABI (like it was the case with libreoffice2), we need to set this. Don't touch


Reply to: