r36523 - in /trunk/libopenoffice-oodoc-perl/debian: changelog rules

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


Author: thialme-guest
Date: Wed May 27 18:56:17 2009
New Revision: 36523

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36523
Log:
Removed the odftest.odt file during clean stage

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=36523&op=diff
==============================================================================
--- trunk/libopenoffice-oodoc-perl/debian/changelog (original)
+++ trunk/libopenoffice-oodoc-perl/debian/changelog Wed May 27 18:56:17 2009
@@ -12,6 +12,7 @@
   * Created libopenoffice-oodoc-perl.dirs to allow automatic creation of the
     /usr/share/doc/$pkg/examples directory which only contains the
     oodoc_version script.
+  * d.rules: Removed the odftest.odt file during clean stage.
 
  -- 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=36523&op=diff
==============================================================================
--- trunk/libopenoffice-oodoc-perl/debian/rules (original)
+++ trunk/libopenoffice-oodoc-perl/debian/rules Wed May 27 18:56:17 2009
@@ -16,6 +16,7 @@
 
 clean:
 	dh $@
+	rm -f odftest.odt
 	rm -f OODoc/config.xml
 
 install: install-stamp




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