CVS:oo-deb/debian rules,1.214.2.14.2.6,1.214.2.14.2.7

2005-01-17 Thread Chris Halls
Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv9537

Modified Files:
  Tag: OPENOFFICE_ORG680
rules 
Log Message:
add missing $(VER)


Index: rules
===
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.214.2.14.2.6
retrieving revision 1.214.2.14.2.7
diff -u -d -r1.214.2.14.2.6 -r1.214.2.14.2.7
--- rules   14 Jan 2005 23:39:08 -  1.214.2.14.2.6
+++ rules   17 Jan 2005 11:55:04 -  1.214.2.14.2.7
@@ -34,7 +34,7 @@
 # Determine our architecture.
 ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 STAMP_DIR=debian/stampdir
-DEBHELPER_OPTIONS = -Nopenoffice.org-java
+DEBHELPER_OPTIONS = -Nopenoffice.org$(VER)-java
 
 # Read in architecture-specific variables of importance.
 #include debian/scripts/vars.$(ARCH)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



CVS:oo-deb/debian rules,1.214.2.14.2.7,1.214.2.14.2.8

2005-01-17 Thread Chris Halls
Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv5063

Modified Files:
  Tag: OPENOFFICE_ORG680
rules 
Log Message:
Add forgotten 'm' to --with-tag parameter


Index: rules
===
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.214.2.14.2.7
retrieving revision 1.214.2.14.2.8
diff -u -d -r1.214.2.14.2.7 -r1.214.2.14.2.8
--- rules   17 Jan 2005 11:55:04 -  1.214.2.14.2.7
+++ rules   17 Jan 2005 15:17:37 -  1.214.2.14.2.8
@@ -41,7 +41,7 @@
 
 # Default flags to pass to configure of ooo-build
 CONFIGURE_FLAGS= --disable-post-install-scripts \
- --with-tag=src680-$(MILESTONE) \
+ --with-tag=src680-m$(MILESTONE) \
 --with-system-gcc \
 --with-distro=Debian \
 --with-vendor=Debian \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



CVS:oo-deb/debian rules,1.214.2.14.2.8,1.214.2.14.2.9

2005-01-17 Thread Chris Halls
Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv6208

Modified Files:
  Tag: OPENOFFICE_ORG680
rules 
Log Message:
Move invocation of ooo-build distclean, and test for Makefile existence first

Index: rules
===
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.214.2.14.2.8
retrieving revision 1.214.2.14.2.9
diff -u -d -r1.214.2.14.2.8 -r1.214.2.14.2.9
--- rules   17 Jan 2005 15:17:37 -  1.214.2.14.2.8
+++ rules   17 Jan 2005 17:52:44 -  1.214.2.14.2.9
@@ -113,6 +113,10 @@
 clean:
dh_testdir
 
+   if [ -r ooo-build/Makefile ]; then \
+ $(MAKE) -C ooo-build distclean ;\
+   fi
+
# we do not need them and they make problem with dpkg-source
rm -f ooo-build/desktop/*.png ooo-build/www/*.png \
ooo-build/www/images/*.png ooo-build/templates/*.s* \
@@ -146,7 +150,6 @@
# Files created in debian directory
rm -f debian/*.postinst debian/*.postrm debian/*.preinst debian/*.prerm
 
-   -$(MAKE) -C ooo-build distclean
$(MAKE) -f debian/rules control
 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



CVS:dmake-deb README.Debian,1.1.1.1,1.2 changelog,1.7,1.8 control,1.4,1.5

2005-01-17 Thread Rene Engelhard
Update of /cvs/debian-openoffice/dmake-deb
In directory gluck:/tmp/cvs-serv20314

Modified Files:
README.Debian changelog control 
Log Message:
update to dmake 4.3

Index: changelog
===
RCS file: /cvs/debian-openoffice/dmake-deb/changelog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- changelog   12 Jun 2004 20:54:39 -  1.7
+++ changelog   17 Jan 2005 22:36:42 -  1.8
@@ -1,9 +1,13 @@
-dmake (4.2+cvs20031009-5.6pre) unstable; urgency=low
+dmake (4.3-0.1pre) unstable; urgency=low
 
+  * New upstream release (OpenOffice.org CVS, cws_src680_dmake43) with
+the minor fixes from cws_src680_dmake43p01 as p01.diff
   * s/Openoffice.org/OpenOffice.org/ and minor description fix
 (closes: #254040)
+  * mention new  support in README.Debian
+  * Standards-Version: 3.6.1 (no changes needed)
 
- -- Rene Engelhard [EMAIL PROTECTED]  Sat, 12 Jun 2004 22:50:20 +0200
+ -- Rene Engelhard [EMAIL PROTECTED]  Mon, 17 Jan 2005 01:29:30 +0100
 
 dmake (4.2+cvs20031009-5) unstable; urgency=low
 

Index: README.Debian
===
RCS file: /cvs/debian-openoffice/dmake-deb/README.Debian,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- README.Debian   13 Oct 2003 12:22:42 -  1.1.1.1
+++ README.Debian   17 Jan 2005 22:36:42 -  1.2
@@ -14,7 +14,8 @@
 Added features in dmake:
 
   o smaller/greater arithmetic's: conditions like  .IF 400=200  are now 
possible
-  o Boolean expression or: .IF $(GUI)==UNX || $(GUIBASE)==WIN. 
+  o Boolean expression or and and:
+for example:
+- .IF $(GUI)==UNX || $(GUIBASE)==WIN. 
+- .IF $(GUI)==UNX  $(COM)==GCC
 This allows to write smarter expressions.
-
-Chris Halls [EMAIL PROTECTED], July 2003

Index: control
===
RCS file: /cvs/debian-openoffice/dmake-deb/control,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- control 12 Jun 2004 20:54:40 -  1.4
+++ control 17 Jan 2005 22:36:42 -  1.5
@@ -4,7 +4,7 @@
 Maintainer: Debian OpenOffice Team debian-openoffice@lists.debian.org
 Uploaders: Chris Halls [EMAIL PROTECTED], Rene Engelhard [EMAIL PROTECTED]
 Build-Depends: debhelper ( 4.0.0), cdbs
-Standards-Version: 3.5.10
+Standards-Version: 3.6.1
 
 Package: dmake
 Architecture: any


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



CVS:dmake-deb/patches run-autogen-sh.diff,1.2,NONE

2005-01-17 Thread Rene Engelhard
Update of /cvs/debian-openoffice/dmake-deb/patches
In directory gluck:/tmp/cvs-serv21986

Removed Files:
run-autogen-sh.diff 
Log Message:
we don't have any changes to configure* anymore; don't think we need this :-)


--- run-autogen-sh.diff DELETED ---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processing of dmake_4.3-1_i386.changes

2005-01-17 Thread Archive Administrator
dmake_4.3-1_i386.changes uploaded successfully to localhost
along with the files:
  dmake_4.3-1.dsc
  dmake_4.3.orig.tar.gz
  dmake_4.3-1.diff.gz
  dmake_4.3-1_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#254040: marked as done (typo: the office suite is called OpenOffice.org)

2005-01-17 Thread Debian Bug Tracking System
Your message dated Mon, 17 Jan 2005 20:17:13 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#254040: fixed in dmake 4.3-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 12 Jun 2004 17:07:13 +
From [EMAIL PROTECTED] Sat Jun 12 10:07:13 2004
Return-path: [EMAIL PROTECTED]
Received: from smtp06.web.de [217.72.192.224] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BZByK-0002WB-00; Sat, 12 Jun 2004 10:07:13 -0700
Received: from [217.231.233.74] (helo=[127.0.0.1])
by smtp06.web.de with asmtp (TLSv1:DES-CBC3-SHA:168)
(WEB.DE 4.101 #91)
id 1BZBxp-00014K-00; Sat, 12 Jun 2004 19:06:41 +0200
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Jens Nachtigall [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: typo: the office suite is called OpenOffice.org
Bcc: Jens Nachtigall [EMAIL PROTECTED]
X-Mailer: reportbug 2.61
Date: Sat, 12 Jun 2004 19:07:04 +0200
Message-Id: [EMAIL PROTECTED]
Sender: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: dmake
Severity: minor

it is called OpenOffice.org (not openoffice.org or Openoffice.org)

see http://www.openoffice.org

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.6-1-386
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

---
Received: (at 254040-close) by bugs.debian.org; 18 Jan 2005 01:23:03 +
From [EMAIL PROTECTED] Mon Jan 17 17:23:02 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cqi5G-0001Qn-00; Mon, 17 Jan 2005 17:23:02 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1Cqhzd-0001b9-00; Mon, 17 Jan 2005 20:17:13 -0500
From: Rene Engelhard [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#254040: fixed in dmake 4.3-1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 17 Jan 2005 20:17:13 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: dmake
Source-Version: 4.3-1

We believe that the bug you reported is fixed in the latest version of
dmake, which is due to be installed in the Debian FTP archive:

dmake_4.3-1.diff.gz
  to pool/main/d/dmake/dmake_4.3-1.diff.gz
dmake_4.3-1.dsc
  to pool/main/d/dmake/dmake_4.3-1.dsc
dmake_4.3-1_i386.deb
  to pool/main/d/dmake/dmake_4.3-1_i386.deb
dmake_4.3.orig.tar.gz
  to pool/main/d/dmake/dmake_4.3.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rene Engelhard [EMAIL PROTECTED] (supplier of updated dmake package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Jan 2005 01:59:22 +0100
Source: dmake
Binary: dmake
Architecture: source i386
Version: 4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian OpenOffice Team debian-openoffice@lists.debian.org
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 dmake  - make utility used to build OpenOffice.org
Closes: 254040
Changes: 
 dmake (4.3-1) unstable; urgency=low
 .
   * New upstream release (OpenOffice.org CVS, cws_src680_dmake43) with
 the minor fixes from cws_src680_dmake43p01 as p01.diff
   * s/Openoffice.org/OpenOffice.org/ and minor description fix
 (closes: #254040)
   * 

dmake_4.3-1_i386.changes ACCEPTED

2005-01-17 Thread Debian Installer

Accepted:
dmake_4.3-1.diff.gz
  to pool/main/d/dmake/dmake_4.3-1.diff.gz
dmake_4.3-1.dsc
  to pool/main/d/dmake/dmake_4.3-1.dsc
dmake_4.3-1_i386.deb
  to pool/main/d/dmake/dmake_4.3-1_i386.deb
dmake_4.3.orig.tar.gz
  to pool/main/d/dmake/dmake_4.3.orig.tar.gz
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 254040 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]