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

r792 ./packages/openofficeorg/2.3/experimental: set HELP_L10N_VIRTUAL_VERSION to $(shell $(UPSTREAM_VERSION) | tr [~] [\-]), suggest libc*-dbg



------------------------------------------------------------
revno: 792
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Fri 2007-07-20 08:11:20 +0200
message:
  set HELP_L10N_VIRTUAL_VERSION to $(shell $(UPSTREAM_VERSION) | tr [~] [\-]), suggest libc*-dbg
removed:
  dictlistinfo
modified:
  changelog
  rules
=== removed file 'dictlistinfo'
--- a/dictlistinfo	2005-11-04 10:54:50 +0000
+++ b/dictlistinfo	1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-THES en US th_en_US

=== modified file 'changelog'
--- a/changelog	2007-07-19 20:14:03 +0000
+++ b/changelog	2007-07-20 06:11:20 +0000
@@ -19,6 +19,8 @@
     - remove debian/libuno-cil.installcligac in clean
     - temporary disable mono bindings until some circular build-deps inside
       OOo are worked out..
+    - set HELP_L10N_VIRTUAL_VERSION to $(shell $(UPSTREAM_VERSION) | tr [~] [\\-])
+    - suggest libc*-dbg
   * debian/control.in:
     - build-depend on libxml-parser-perl
     - Add XS-Vcs-{Bzr,Svn} fields
@@ -27,12 +29,12 @@
     - update for 2.3
   * ooo-build:
     - use trunk again
-    - update (r9860)
+    - update (r9882)
   * debian/README.Debian-source: update
   * merge from Ubuntu:
     - make system-dmake conditional
 
- -- Rene Engelhard <rene@debian.org>  Thu, 19 Jul 2007 22:02:12 +0200
+ -- Rene Engelhard <rene@debian.org>  Fri, 20 Jul 2007 08:09:44 +0200
 
 openoffice.org (2.2.1-6) unstable; urgency=low
 

=== modified file 'rules'
--- a/rules	2007-07-19 20:14:03 +0000
+++ b/rules	2007-07-20 06:11:20 +0000
@@ -22,7 +22,7 @@
 SOURCE_VERSION:=$(shell head -1 debian/changelog | cut -d\( -f2 | cut -d\) -f1)
 UPSTREAM_VERSION:=$(shell echo "$(SOURCE_VERSION)"| cut -d- -f1)
 BASE_VERSION:=$(UPSTREAM_VERSION)
-HELP_L10N_VIRTUAL_VERSION:=$(UPSTREAM_VERSION)
+HELP_L10N_VIRTUAL_VERSION:=$(shell echo $(UPSTREAM_VERSION) | tr [~] [\\-])
 #HELP_L10N_VIRTUAL_VERSION:=2.2
 
 BINARY_VERSION=$(SOURCE_VERSION)
@@ -269,7 +269,7 @@
 else
 	# -g gives a far too big deb (>400M, ca. 1GB I-S)
 	SMALL_SYMBOLS = y
-	DBG_DBG_SUGGESTS+= , libatk1.0-dbg, libglib2.0-0-dbg, libgnomevfs2-0-dbg, libstdc++6-dbg, libx11-6-dbg, libxext6-dbg, libxaw7-dbg, libxml2-dbg, libgtk2.0-0-dbg, libxau6-dbg, libice6-dbg, libsm6-dbg, libxinerama1-dbg
+	DBG_DBG_SUGGESTS+= , libc6.1-dbg [alpha ia64], lib0.1-dbg [kfreebsd-i386 kfreebsd-amd64], libc0.3-dbg [hurd-i386], libc6-dbg [!ia64 !alpha !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libatk1.0-dbg, libglib2.0-0-dbg, libgnomevfs2-0-dbg, libstdc++6-dbg, libx11-6-dbg, libxext6-dbg, libxaw7-dbg, libxml2-dbg, libgtk2.0-0-dbg, libxau6-dbg, libice6-dbg, libsm6-dbg, libxinerama1-dbg
 ifeq "$(USE_LIBCURL4)" "y"
 	DBG_DBG_SUGGESTS+= , libcurl3-dbg
 else


Reply to: