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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Oct 16 12:28:31 UTC 2008


Author: dmn
Date: Thu Oct 16 12:28:27 2008
New Revision: 26071

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26071
Log:
revert r26070

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=26071&op=diff
==============================================================================
--- trunk/libopenoffice-oodoc-perl/debian/control (original)
+++ trunk/libopenoffice-oodoc-perl/debian/control Thu Oct 16 12:28:27 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: Perl interface for working with Open Document Format files
+Description: The Perl Open OpenDocument Connector
  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=26071&op=diff
==============================================================================
--- trunk/libopenoffice-oodoc-perl/debian/rules (original)
+++ trunk/libopenoffice-oodoc-perl/debian/rules Thu Oct 16 12:28:27 2008
@@ -1,7 +1,4 @@
 #!/usr/bin/make -f
-
-PKG = $(shell dh_listpackages)
-TMP = $(CURDIR)/debian/$(PKG)
 
 build: build-stamp
 build-stamp:
@@ -15,7 +12,6 @@
 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