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

./packages/openofficeorg/3.2.1/unstable r2091: actually install debian-presentation.odp to -common...



------------------------------------------------------------
revno: 2091
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Sun 2010-11-14 23:37:38 +0100
message:
  actually install debian-presentation.odp to -common...
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2010-11-14 20:47:55 +0000
+++ b/changelog	2010-11-14 22:37:38 +0000
@@ -1,3 +1,9 @@
+openoffice.org (1:3.2.1-9) UNRELEASED; urgency=low
+
+  * debian/rules: actually install debian-presentation.odp to -common...
+
+ -- Rene Engelhard <rene@debian.org>  Sun, 14 Nov 2010 23:31:19 +0100
+
 openoffice.org (1:3.2.1-8) unstable; urgency=medium
 
   * debian/patches/set-correct-default-formula-syntax.diff: backport

=== modified file 'rules'
--- a/rules	2010-11-09 21:54:51 +0000
+++ b/rules	2010-11-14 22:37:38 +0000
@@ -3421,6 +3421,12 @@
 		| sed -e "s,\@OOBASISDIR\@,$(OOBASISDIR)," \
 		> $(PKGDIR)-dtd-officedocument1.0.xmlcatalogs
 
+ifeq "$(DIST)" "Debian"
+	# install Debian presentation template
+	mkdir -p $(PKGDIR)-common/$(OODIR)/share/template/en-US/presnt
+	install -m644 debian/templates/*.otp $(PKGDIR)-common/$(OODIR)/share/template/en-US/presnt/
+endif
+
 	# add "openoffice.org" symlink
 	cd $(PKGDIR)-common/usr/bin && ln -s ooffice openoffice.org$(VER)
 


Reply to: