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

./packages/libreoffice/3.3.0/experimental r2312: fix permissions of LICENSE.odt/CREDITS.odt and really remove some extension LICENSE files



------------------------------------------------------------
revno: 2312
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Sat 2011-01-08 23:25:27 +0100
message:
  fix permissions of LICENSE.odt/CREDITS.odt and really remove some extension LICENSE files
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2011-01-08 18:14:04 +0000
+++ b/changelog	2011-01-08 22:25:27 +0000
@@ -10,6 +10,7 @@
     - stop creating libreoffice -> ooffice symlink
     - install LibreOffices new technical.dic (closes: #425791),
       obsoletes Debian.dic
+    - lintian fixes (permissions, really remove some of the LICENSE files)
   * debian/control.in, debian/rules, *.xmlcatalogs.in: rename
     libreoffice-dtd-officedocument1.0 back to
     openoffice.org-dtd-officedocument1.0. It's OpenOffice.org 1.x' dtd,
@@ -26,7 +27,7 @@
       but lo*.
     - actually add Replaces: on openoffice.org-common (closes: #602867)
 
- -- Rene Engelhard <rene@debian.org>  Sat, 08 Jan 2011 19:05:47 +0100
+ -- Rene Engelhard <rene@debian.org>  Sat, 08 Jan 2011 23:24:19 +0100
 
 libreoffice (1:3.3.0~rc2-3) experimental; urgency=low
 

=== modified file 'rules'
--- a/rules	2011-01-08 22:24:10 +0000
+++ b/rules	2011-01-08 22:25:27 +0000
@@ -2651,7 +2651,7 @@
 	mkdir -p $(PKGDIR)-presentation-minimizer/$(OOBRANDDIR)/share/extensions
 	mv debian/tmp/$(OOBRANDDIR)/share/extensions/presentation-minimizer \
 		$(PKGDIR)-presentation-minimizer/$(OOBRANDDIR)/share/extensions
-	rm -f $(PKGDIR)-presentation-minimizer/$(OOBRANDDIR)/share/extensions/presentation-minimizer/LICENSE
+	rm -f $(PKGDIR)-presentation-minimizer/$(OOBRANDDIR)/share/extensions/presentation-minimizer/registration/LICENSE
 endif
 
 ifeq "$(ENABLE_PRESENTER_CONSOLE)" "y"
@@ -2673,7 +2673,7 @@
 	mkdir -p $(PKGDIR)-mysql-connector/$(OOBRANDDIR)/share/extensions
 	mv debian/tmp/$(OOBRANDDIR)/share/extensions/mysql-connector-ooo \
 		$(PKGDIR)-mysql-connector/$(OOBRANDDIR)/share/extensions
-	rm -f $(PKGDIR)-mysql-connector/$(OOBRANDDIR)/share/extensions/mysql-connector-ooo/LICENSE
+	rm -f $(PKGDIR)-mysql-connector/$(OOBRANDDIR)/share/extensions/mysql-connector-ooo/registration/LICENSE
 endif
 
 ifeq "$(ENABLE_PDFIMPORT)" "y"
@@ -2681,7 +2681,7 @@
 	mkdir -p $(PKGDIR)-pdfimport/$(OOBRANDDIR)/share/extensions
 	mv debian/tmp/$(OOBRANDDIR)/share/extensions/pdfimport \
 		$(PKGDIR)-pdfimport/$(OOBRANDDIR)/share/extensions
-	rm -f $(PKGDIR)-pdfimport/$(OOBRANDDIR)/share/extensions/pdfimport/LICENSE
+	rm -f $(PKGDIR)-pdfimport/$(OOBRANDDIR)/share/extensions/pdfimport/registration/LICENSE
 endif
 
 	# move services.rdb to /var/lib/openoffice
@@ -2858,6 +2858,8 @@
 	for i in editpic poll savepic show webcast; do \
 		chmod 755 $(PKGDIR)-common/$(OODIR)/share/config/webcast/$$i.pl; \
 	done
+	chmod 644 $(PKGDIR)-common/$(OOBRANDDIR)/LICENSE.odt
+	chmod 644 $(PKGDIR)-common/$(OOBRANDDIR)/CREDITS.odt
 
 	rm -rf $(PKGDIR)-common/$(OOBRANDDIR)/LICENSE
 


Reply to: