r26070 - in /trunk/libopenoffice-oodoc-perl/debian: control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Oct 16 12:27:41 UTC 2008


Author: dmn
Date: Thu Oct 16 12:27:38 2008
New Revision: 26070

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26070
Log:
decypher short description

Modified:
    trunk/libopenoffice-oodoc-perl/debian/control
    trunk/libopenoffice-oodoc-perl/debian/rules

Modified: trunk/libopenoffice-oodoc-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopenoffice-oodoc-perl/debian/control?rev=26070&op=diff
==============================================================================
--- trunk/libopenoffice-oodoc-perl/debian/control (original)
+++ trunk/libopenoffice-oodoc-perl/debian/control Thu Oct 16 12:27:38 2008
@@ -13,7 +13,7 @@
 Package: libopenoffice-oodoc-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libarchive-zip-perl (>= 1.14), libxml-twig-perl (>= 3.22)
-Description: The Perl Open OpenDocument Connector
+Description: Perl interface for working with Open Document Format files
  This toolbox is an extensible Perl interface allowing direct read/write
  operations on files which comply with the OASIS Open Document Format for
  Office Applications (ODF), i.e. the ISO/IEC 26300:2006 standard.

Modified: trunk/libopenoffice-oodoc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopenoffice-oodoc-perl/debian/rules?rev=26070&op=diff
==============================================================================
--- trunk/libopenoffice-oodoc-perl/debian/rules (original)
+++ trunk/libopenoffice-oodoc-perl/debian/rules Thu Oct 16 12:27:38 2008
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+
+PKG = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PKG)
 
 build: build-stamp
 build-stamp:
@@ -12,6 +15,7 @@
 install: install-stamp
 install-stamp: build-stamp
 	dh install
+	mv $(TMP)/usr/bin/oodoc_version $(TMP)/usr/share/doc/$(PKG)/examples/
 	touch $@
 
 binary-arch:




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