[Debian-hebrew-package] r594 - in /pkg/openoffice.org-ctl-he: ./ trunk/ trunk/debian/

kaplan at users.alioth.debian.org kaplan at users.alioth.debian.org
Tue Jun 19 20:43:24 UTC 2007


Author: kaplan
Date: Tue Jun 19 20:43:24 2007
New Revision: 594

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=594
Log:
First release of openoffice.org-ctl-he

Added:
    pkg/openoffice.org-ctl-he/
    pkg/openoffice.org-ctl-he/trunk/
    pkg/openoffice.org-ctl-he/trunk/COPYING
    pkg/openoffice.org-ctl-he/trunk/Common.xcu
    pkg/openoffice.org-ctl-he/trunk/Linguistic.xcu
    pkg/openoffice.org-ctl-he/trunk/Makefile
    pkg/openoffice.org-ctl-he/trunk/debian/
    pkg/openoffice.org-ctl-he/trunk/debian/changelog
    pkg/openoffice.org-ctl-he/trunk/debian/compat
    pkg/openoffice.org-ctl-he/trunk/debian/control
    pkg/openoffice.org-ctl-he/trunk/debian/copyright
    pkg/openoffice.org-ctl-he/trunk/debian/dirs
    pkg/openoffice.org-ctl-he/trunk/debian/postinst
    pkg/openoffice.org-ctl-he/trunk/debian/prerm
    pkg/openoffice.org-ctl-he/trunk/debian/rules   (with props)

Added: pkg/openoffice.org-ctl-he/trunk/COPYING
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/openoffice.org-ctl-he/trunk/COPYING?rev=594&op=file
==============================================================================
--- pkg/openoffice.org-ctl-he/trunk/COPYING (added)
+++ pkg/openoffice.org-ctl-he/trunk/COPYING Tue Jun 19 20:43:24 2007
@@ -1,0 +1,19 @@
+Copyright (c) 2007 Lior Kaplan <kaplan at debian.org>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Added: pkg/openoffice.org-ctl-he/trunk/Common.xcu
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/openoffice.org-ctl-he/trunk/Common.xcu?rev=594&op=file
==============================================================================
--- pkg/openoffice.org-ctl-he/trunk/Common.xcu (added)
+++ pkg/openoffice.org-ctl-he/trunk/Common.xcu Tue Jun 19 20:43:24 2007
@@ -1,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Common" oor:package="org.openoffice.Office">
+ <node oor:name="I18N">
+  <node oor:name="CTL">
+   <prop oor:name="CTLFont" oor:type="xs:boolean">
+    <value>true</value>
+   </prop>
+  </node>
+ </node>
+</oor:component-data>

Added: pkg/openoffice.org-ctl-he/trunk/Linguistic.xcu
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/openoffice.org-ctl-he/trunk/Linguistic.xcu?rev=594&op=file
==============================================================================
--- pkg/openoffice.org-ctl-he/trunk/Linguistic.xcu (added)
+++ pkg/openoffice.org-ctl-he/trunk/Linguistic.xcu Tue Jun 19 20:43:24 2007
@@ -1,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Linguistic" oor:package="org.openoffice.Office">
+ <node oor:name="General">
+  <prop oor:name="DefaultLocale_CTL" oor:type="xs:string">
+   <value>he-IL</value>
+  </prop>
+ </node>
+</oor:component-data>

Added: pkg/openoffice.org-ctl-he/trunk/Makefile
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/openoffice.org-ctl-he/trunk/Makefile?rev=594&op=file
==============================================================================
--- pkg/openoffice.org-ctl-he/trunk/Makefile (added)
+++ pkg/openoffice.org-ctl-he/trunk/Makefile Tue Jun 19 20:43:24 2007
@@ -1,0 +1,9 @@
+build:
+	zip openoffice.org-ctl-he.zip *.xcu
+
+clean:
+	rm -f openoffice.org-ctl-he.zip
+
+install:
+	install -d $(DESTDIR)/usr/share/openoffice.org-ctl-he
+	install -m 644 openoffice.org-ctl-he.zip $(DESTDIR)/usr/share/openoffice.org-ctl-he

Added: pkg/openoffice.org-ctl-he/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/openoffice.org-ctl-he/trunk/debian/changelog?rev=594&op=file
==============================================================================
--- pkg/openoffice.org-ctl-he/trunk/debian/changelog (added)
+++ pkg/openoffice.org-ctl-he/trunk/debian/changelog Tue Jun 19 20:43:24 2007
@@ -1,0 +1,6 @@
+openoffice.org-ctl-he (1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #321163, #429514).
+
+ -- Lior Kaplan <kaplan at debian.org>  Mon, 18 Jun 2007 16:01:57 +0100
+

Added: pkg/openoffice.org-ctl-he/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/openoffice.org-ctl-he/trunk/debian/compat?rev=594&op=file
==============================================================================
--- pkg/openoffice.org-ctl-he/trunk/debian/compat (added)
+++ pkg/openoffice.org-ctl-he/trunk/debian/compat Tue Jun 19 20:43:24 2007
@@ -1,0 +1,1 @@
+5

Added: pkg/openoffice.org-ctl-he/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/openoffice.org-ctl-he/trunk/debian/control?rev=594&op=file
==============================================================================
--- pkg/openoffice.org-ctl-he/trunk/debian/control (added)
+++ pkg/openoffice.org-ctl-he/trunk/debian/control Tue Jun 19 20:43:24 2007
@@ -1,0 +1,17 @@
+Source: openoffice.org-ctl-he
+Section: misc
+Priority: extra
+Maintainer: Lior Kaplan <kaplan at debian.org>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: zip
+Standards-Version: 3.7.2
+
+Package: openoffice.org-ctl-he
+Architecture: all
+Depends: openoffice.org-common
+Description: Turns on CTL support, & sets Hebrew as the default CTL locale
+ This package installs an openoffice.org extension which turns on CTL support, 
+ and sets Hebrew as the default CTL language.
+ .
+ The user can overwrite these setting by changing them in the tools -> options
+ -> language settings menu.

Added: pkg/openoffice.org-ctl-he/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/openoffice.org-ctl-he/trunk/debian/copyright?rev=594&op=file
==============================================================================
--- pkg/openoffice.org-ctl-he/trunk/debian/copyright (added)
+++ pkg/openoffice.org-ctl-he/trunk/debian/copyright Tue Jun 19 20:43:24 2007
@@ -1,0 +1,35 @@
+This package was debianized by Lior Kaplan <kaplan at debian.org> on
+Mon, 18 Jun 2007 16:01:57 +0100.
+
+It was downloaded from http://svn.debian.org/wsvn/debian-hebrew/pkg/openoffice.org-ctl-he/
+
+Upstream Author: 
+
+   Lior Kaplan <kaplan at debian.org>
+
+Copyright: 
+
+   Copyright (c) 2007 Lior Kaplan <kaplan at debian.org>
+
+License:
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+The Debian packaging is (C) 2007, Lior Kaplan <kaplan at debian.org> and
+is licensed under the same license.

Added: pkg/openoffice.org-ctl-he/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/openoffice.org-ctl-he/trunk/debian/dirs?rev=594&op=file
==============================================================================
--- pkg/openoffice.org-ctl-he/trunk/debian/dirs (added)
+++ pkg/openoffice.org-ctl-he/trunk/debian/dirs Tue Jun 19 20:43:24 2007
@@ -1,0 +1,1 @@
+usr/share/openoffice.org-ctl-he

Added: pkg/openoffice.org-ctl-he/trunk/debian/postinst
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/openoffice.org-ctl-he/trunk/debian/postinst?rev=594&op=file
==============================================================================
--- pkg/openoffice.org-ctl-he/trunk/debian/postinst (added)
+++ pkg/openoffice.org-ctl-he/trunk/debian/postinst Tue Jun 19 20:43:24 2007
@@ -1,0 +1,7 @@
+#!/bin/sh
+set -e
+if [ "$1" = "configure" ] && [ -e /usr/lib/openoffice/program/unopkg ]; then
+	/usr/lib/openoffice/program/unopkg add --shared /usr/share/openoffice.org-ctl-he/openoffice.org-ctl-he.zip
+fi
+
+#DEBHELPER#

Added: pkg/openoffice.org-ctl-he/trunk/debian/prerm
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/openoffice.org-ctl-he/trunk/debian/prerm?rev=594&op=file
==============================================================================
--- pkg/openoffice.org-ctl-he/trunk/debian/prerm (added)
+++ pkg/openoffice.org-ctl-he/trunk/debian/prerm Tue Jun 19 20:43:24 2007
@@ -1,0 +1,7 @@
+#!/bin/sh
+set -e
+if [ "$1" = "configure" ] && [ -e /usr/lib/openoffice/program/unopkg ]; then
+	/usr/lib/openoffice/program/unopkg remove --shared /usr/share/openoffice.org-ctl-he/openoffice.org-ctl-he.zip
+fi
+
+#DEBHELPER#

Added: pkg/openoffice.org-ctl-he/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/openoffice.org-ctl-he/trunk/debian/rules?rev=594&op=file
==============================================================================
--- pkg/openoffice.org-ctl-he/trunk/debian/rules (added)
+++ pkg/openoffice.org-ctl-he/trunk/debian/rules Tue Jun 19 20:43:24 2007
@@ -1,0 +1,87 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE) 
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/openoffice.org-ctl-he.
+	$(MAKE) install DESTDIR=`pwd`/debian/openoffice.org-ctl-he 
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+#	dh_install
+#	dh_installmenu
+#	dh_installdebconf	
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_python
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: pkg/openoffice.org-ctl-he/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Debian-hebrew-package mailing list