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

./packages/libreoffice/3.3.0/experimental r2254: add modes.sxd to /u/s/d/python-uno directly, not a extra doc/



------------------------------------------------------------
revno: 2254
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Mon 2010-12-27 15:02:29 +0100
message:
  add modes.sxd to /u/s/d/python-uno directly, not a extra doc/
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2010-12-22 13:19:56 +0000
+++ b/changelog	2010-12-27 14:02:29 +0000
@@ -1,3 +1,11 @@
+libreoffice (1:3.3.0~rc2-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - install modes.sxd into /usr/share/doc/python-uno directly, not a
+      extra doc/ 
+
+ -- Rene Engelhard <rene@debian.org>  Mon, 27 Dec 2010 15:01:42 +0100
+
 libreoffice (1:3.3.0~rc2-1) experimental; urgency=low
 
   * LibreOffice 3.3.0 rc2

=== modified file 'rules'
--- a/rules	2010-12-22 09:38:43 +0000
+++ b/rules	2010-12-27 14:02:29 +0000
@@ -2857,10 +2857,12 @@
 	chmod u-w debian/python-uno/$(OODIR)/program/pythonloader.unorc
 
 	mkdir -p debian/python-uno/usr/share/doc/python-uno
-	for i in doc demo; do \
-		cp -r $(SOURCE_TREE)/pyuno/$$i \
-		  debian/python-uno/usr/share/doc/python-uno; \
+	cp -r $(SOURCE_TREE)/pyuno/demo \
+	  debian/python-uno/usr/share/doc/python-uno; \
+	for i in $(SOURCE_TREE)/pyuno/doc/*; do \
+		cp $$i debian/python-uno/usr/share/doc/python-uno; \
 	done
+done
 	cd debian/python-uno/usr/share/doc/python-uno && \
 		find . -type d -name "CVS" | xargs -r rm -rf
 endif


Reply to: