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

./packages/openofficeorg/3.3.0/experimental r2063: move oo-*ldap.xcd.sample to /usr/share/openoffice.org-common/examples



------------------------------------------------------------
revno: 2063
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Wed 2010-07-14 17:43:16 +0200
message:
  move oo-*ldap.xcd.sample to /usr/share/openoffice.org-common/examples
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2010-07-13 19:41:15 +0000
+++ b/changelog	2010-07-14 15:43:16 +0000
@@ -7,7 +7,8 @@
   * debian/rules:
     - add and rework target(s) for new external sources handling upstream
     - temporarily disable mono
-    - updates for 3.3 and various configuration changes
+    - updates for 3.3 and its various configuration changes
+    - move oo-*ldap.xcd.sample to /usr/share/openoffice.org-common/examples
   * debian/control.in, debian/rules: adapt for "Test Cleanup". Build-depend
     on libcppunit-dev [!i386] and junit4. Remove xvfb.
   * debian/*.{pre,post},{inst,rm}.in, debian/shell-lib-{components,extensions}:

=== modified file 'rules'
--- a/rules	2010-07-08 09:17:46 +0000
+++ b/rules	2010-07-14 15:43:16 +0000
@@ -3521,6 +3521,14 @@
 	perl -pi -e 's,<prop oor:name="DocumentStoreUIEnabled" oor:type="xs:boolean"><value>false</value></prop>,<prop oor:name="DocumentStoreUIEnabled" oor:type="xs:boolean"><value>true</value></prop>,' $(PKGDIR)-common/$(OODIR)/share/registry/main.xcd
 endif
 
+	# examples. move where they belong
+	mkdir -p $(CURDIR)-common/usr/share/doc/openoffice.org-common/examples
+	for i in oo-*ldap.xcd.sample; do \
+		mv $(CURDIR)-common/$(OOBASISDIR)/share/registry/$$i \
+			$(CURDIR)-common/usr/share/doc/openoffice.org-common/examples; \
+		cd $(CURDIR)-common/$(OOBASISDIR)/share/registry && \
+			ln -s /usr/share/doc/openoffice.org-common/examples/$$i; \
+	done
 	touch $@
 
 binary-arch: $(STAMP_DIR)/binary-arch


Reply to: