r36525 - in /trunk/libopenoffice-oodoc-perl/debian: changelog clean rules

thialme-guest at users.alioth.debian.org thialme-guest at users.alioth.debian.org
Wed May 27 21:48:57 UTC 2009


Author: thialme-guest
Date: Wed May 27 21:48:53 2009
New Revision: 36525

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36525
Log:
Move back to UNRELEASED.
Added both OODoc/config.xml and odftest.odt to remove them during
the clean stage rather than *rm* them through d.rules.

Added:
    trunk/libopenoffice-oodoc-perl/debian/clean
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=36525&op=diff
==============================================================================
--- trunk/libopenoffice-oodoc-perl/debian/changelog (original)
+++ trunk/libopenoffice-oodoc-perl/debian/changelog Wed May 27 21:48:53 2009
@@ -1,4 +1,4 @@
-libopenoffice-oodoc-perl (2.108-1) unstable; urgency=low
+libopenoffice-oodoc-perl (2.108-1) UNRELEASED; urgency=low
 
   * New upstream release
   * d.control:
@@ -12,7 +12,8 @@
   * 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.
+  * d.clean: Added both OODoc/config.xml and odftest.odt to remove them during
+    the clean stage rather than *rm* them through d.rules.
 
  -- Franck Joncourt <franck.mail at dthconnex.com>  Wed, 27 May 2009 00:18:17 +0200
 

Added: trunk/libopenoffice-oodoc-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopenoffice-oodoc-perl/debian/clean?rev=36525&op=file
==============================================================================
--- trunk/libopenoffice-oodoc-perl/debian/clean (added)
+++ trunk/libopenoffice-oodoc-perl/debian/clean Wed May 27 21:48:53 2009
@@ -1,0 +1,2 @@
+odftest.odt
+OODoc/config.xml

Modified: trunk/libopenoffice-oodoc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopenoffice-oodoc-perl/debian/rules?rev=36525&op=diff
==============================================================================
--- trunk/libopenoffice-oodoc-perl/debian/rules (original)
+++ trunk/libopenoffice-oodoc-perl/debian/rules Wed May 27 21:48:53 2009
@@ -16,8 +16,6 @@
 
 clean:
 	dh $@
-	rm -f odftest.odt
-	rm -f OODoc/config.xml
 
 install: install-stamp
 install-stamp: build-stamp




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