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

./packages/openofficeorg/3.0.1/experimental r1339: update ooo-build to something actually supporting m13 completely; add build hack



------------------------------------------------------------
revno: 1339
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Sun 2008-12-14 22:29:33 +0100
message:
  update ooo-build to something actually supporting m13 completely; add build hack
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2008-12-10 22:06:22 +0000
+++ b/changelog	2008-12-14 21:29:33 +0000
@@ -3,14 +3,14 @@
   * new upstream snapshot (OOO300_m13)
     - fixes usage of flash v9 plugin (closes: #434510)
   * ooo-build
-    - switch to ooo-build-3-0-1 branch (r14807)
+    - switch to ooo-build-3-0-1 branch (r14842)
   * debian/source.lintian-overrides: override bogus
     missing-build-dependency-for-dh_-command
   * debian/rules:
     - update .so -> -dev merging to the fact that 3.0s SDK does not have
       the .so symlinks for libuno_* anymore but only for the internal xmlsec.
 
- -- Rene Engelhard <rene@debian.org>  Wed, 10 Dec 2008 23:05:19 +0100
+ -- Rene Engelhard <rene@debian.org>  Fri, 12 Dec 2008 22:35:36 +0100
 
 openoffice.org (1:3.0.0-6) experimental; urgency=low
 

=== modified file 'rules'
--- a/rules	2008-12-10 22:17:36 +0000
+++ b/rules	2008-12-14 21:29:33 +0000
@@ -42,7 +42,9 @@
 OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DIST := $(shell lsb_release -is)
-DISTREL := $(shell lsb_release -cs)
+# hack: lsb_release in sid right now gives "lenny" due to broken base-files
+# upload policy
+DISTREL := sid
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 


Reply to: