r14994 - in /trunk/libcrypt-openssl-x509-perl: META.yml debian/changelog debian/rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Fri Feb 15 19:56:38 UTC 2008


Author: ntyni
Date: Fri Feb 15 19:56:38 2008
New Revision: 14994

URL: http://svn.debian.org/wsvn/?sc=1&rev=14994
Log:
* Remove generated file META.yml in the clean target.

Removed:
    trunk/libcrypt-openssl-x509-perl/META.yml
Modified:
    trunk/libcrypt-openssl-x509-perl/debian/changelog
    trunk/libcrypt-openssl-x509-perl/debian/rules

Modified: trunk/libcrypt-openssl-x509-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcrypt-openssl-x509-perl/debian/changelog?rev=14994&op=diff
==============================================================================
--- trunk/libcrypt-openssl-x509-perl/debian/changelog (original)
+++ trunk/libcrypt-openssl-x509-perl/debian/changelog Fri Feb 15 19:56:38 2008
@@ -14,6 +14,7 @@
   * Move '$(MAKE) test' to the 'build' target.
   * Add myself to Uploaders and wrap some debian/control fields.
   * Change the CPAN URLs in debian/copyright and debian/watch.
+  * Remove generated file META.yml in the clean target.
 
  -- Niko Tyni <ntyni at debian.org>  Fri, 15 Feb 2008 21:44:59 +0200
 

Modified: trunk/libcrypt-openssl-x509-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcrypt-openssl-x509-perl/debian/rules?rev=14994&op=diff
==============================================================================
--- trunk/libcrypt-openssl-x509-perl/debian/rules (original)
+++ trunk/libcrypt-openssl-x509-perl/debian/rules Fri Feb 15 19:56:38 2008
@@ -46,7 +46,7 @@
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
-	dh_clean build-stamp install-stamp
+	dh_clean build-stamp install-stamp META.yml
 
 install: install-stamp
 install-stamp: build-stamp




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