r36521 - in /trunk/libopenoffice-oodoc-perl/debian: changelog libopenoffice-oodoc-perl.examples rules

thialme-guest at users.alioth.debian.org thialme-guest at users.alioth.debian.org
Wed May 27 18:25:32 UTC 2009


Author: thialme-guest
Date: Wed May 27 18:25:27 2009
New Revision: 36521

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36521
Log:
* Removed libopenoffice-oodoc-perl.examples:
  Do not install scripts in /usr/share/doc/$pkg/examples anymore since they
  are also installed in /usr/bin.
* d.rules: Moved the oodoc_version script from the old examples directory to 
  /usr/share/doc/$pkg.

Removed:
    trunk/libopenoffice-oodoc-perl/debian/libopenoffice-oodoc-perl.examples
Modified:
    trunk/libopenoffice-oodoc-perl/debian/changelog
    trunk/libopenoffice-oodoc-perl/debian/rules

Modified: trunk/libopenoffice-oodoc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopenoffice-oodoc-perl/debian/changelog?rev=36521&op=diff
==============================================================================
--- trunk/libopenoffice-oodoc-perl/debian/changelog (original)
+++ trunk/libopenoffice-oodoc-perl/debian/changelog Wed May 27 18:25:27 2009
@@ -1,7 +1,4 @@
 libopenoffice-oodoc-perl (2.108-1) UNRELEASED; urgency=low
-
-  TODO: the files from examples/ are installed both as examples and in
-  /usr/bin/; I'm not sure which is better, but twice is too much :)
 
   * New upstream release
   * d.control:
@@ -9,6 +6,11 @@
     + Updated BDI from perl (>= 5.6.10-12) to perl.
     + Add /me to Uploaders.
   * d.copyright: Updated copyright years for upstream
+  * Removed libopenoffice-oodoc-perl.examples:
+    Do not install scripts in /usr/share/doc/$pkg/examples anymore since they
+    are also installed in /usr/bin.
+  * d.rules: Moved the oodoc_version script from the old examples directory to 
+    /usr/share/doc/$pkg.
 
  -- Franck Joncourt <franck.mail at dthconnex.com>  Wed, 27 May 2009 00:18:17 +0200
 

Modified: trunk/libopenoffice-oodoc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopenoffice-oodoc-perl/debian/rules?rev=36521&op=diff
==============================================================================
--- trunk/libopenoffice-oodoc-perl/debian/rules (original)
+++ trunk/libopenoffice-oodoc-perl/debian/rules Wed May 27 18:25:27 2009
@@ -19,7 +19,7 @@
 install: install-stamp
 install-stamp: build-stamp
 	dh install
-	mv $(TMP)/usr/bin/oodoc_version $(TMP)/usr/share/doc/$(PKG)/examples/
+	mv $(TMP)/usr/bin/oodoc_version $(TMP)/usr/share/doc/$(PKG)/
 	touch $@
 
 binary-arch:




More information about the Pkg-perl-cvs-commits mailing list