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

./packages/openofficeorg/3.2/experimental r1671: OOO320_m1; correct versioning



------------------------------------------------------------
revno: 1671
committer: Rene Engelhard <rene@debian.org>
branch nick: experimental
timestamp: Mon 2009-10-12 04:57:10 +0200
message:
  OOO320_m1; correct versioning
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2009-10-11 22:09:23 +0000
+++ b/changelog	2009-10-12 02:57:10 +0000
@@ -1,6 +1,6 @@
-openoffice.org (1:3.2.0~dev300m60-1) UNRELEASED; urgency=low
+openoffice.org (1:3.2.0~beta~ooo320m1-1) UNRELEASED; urgency=low
 
-  * OpenOffice.org 3.2.0 development milestone 60 (DEV300_m60)
+  * OpenOffice.org 3.2.0 release branch milestone 1 (OOO320_m1)
     - paste into memo field doesn't replace existing content anymore
       (closes: #482473)
     - has many performance improvements for Base (closes: #488202)
@@ -15,7 +15,7 @@
     - no duplicate shortcut in Insert Menu anymore (closes: #550510)
 
   * ooo-build:
-    - update (c75388e0c938e97f317f550bc4904def6737deae)
+    - update (71f300596c850ed2e8d30b9c651a9c6f8a7aef3f)
 
   * debian/rules:
     - revert back to internal redland libs because odfmetadata2 now is in.
@@ -47,7 +47,7 @@
   * debian/openoffice.org-filter-binfilter.{templates,postinst.in}:
     - warn against those filters being obsoleted with OOo 3.4
 
- -- Rene Engelhard <rene@debian.org>  Sat, 10 Oct 2009 23:06:13 +0200
+ -- Rene Engelhard <rene@debian.org>  Mon, 12 Oct 2009 04:52:42 +0200
 
 openoffice.org (1:3.1.1-5) UNRELEASED; urgency=low
 

=== modified file 'rules'
--- a/rules	2009-10-11 22:09:23 +0000
+++ b/rules	2009-10-12 02:57:10 +0000
@@ -62,9 +62,9 @@
 # work around tcsh bugs.debian.org/339034: tcsh: Unknown colorls variable `su'
 unexport LS_COLORS
 
-MWS=DEV300
-MILESTONE:=$(shell echo "$(UPSTREAM_VERSION)" | cut -d~ -f2 | sed -e s/$(shell echo $(MWS) | tr A-Z a-z)//)
-#MILESTONE=m56
+MWS=OOO320
+MILESTONE:=$(shell echo "$(UPSTREAM_VERSION)" | cut -d~ -f3 | sed -e s/$(shell echo $(MWS) | tr A-Z a-z)//)
+#MILESTONE=m1
 TAG=$(shell echo $(MWS) | tr A-Z a-z)-$(MILESTONE)
 #TAG=$(MWS)_$(MILESTONE)
 #OOO_BUILD_BRANCH=ooo-build-3-2


Reply to: