[SCM] Debian packaging of libarchive-zip-perl branch, master, updated. 70fcd437b049015b987dfe2ec9ddea12dc2395ee

Damyan Ivanov dmn at debian.org
Fri Jan 6 18:51:46 UTC 2012


The following commit has been merged in the master branch:
commit 70fcd437b049015b987dfe2ec9ddea12dc2395ee
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Jan 6 20:49:23 2012 +0200

    rules: remove test-created files on clean
    
    Thanks to Wookey for the patch. Closes: #654901 -- fails to build second time

diff --git a/debian/changelog b/debian/changelog
index 020d760..e82424f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,14 @@
 libarchive-zip-perl (1.30-5) UNRELEASED; urgency=low
 
+  [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 
+  [ Ernesto Hernández-Novich ]
+  * [svn-upgrade] Integrating new upstream version, libarchive-zip-perl (1.30)
+
+  [ Damyan Ivanov ]
+  * rules: remove test-created files on clean
+
  -- Ansgar Burchardt <ansgar at debian.org>  Wed, 27 Jul 2011 18:40:32 +0200
 
 libarchive-zip-perl (1.30-4) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 0bf1871..135728c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,7 @@
 
 override_dh_auto_test:
 	AUTOMATED_TESTING=1 dh_auto_test
+
+override_dh_clean:
+	dh_clean
+	rm -rf testdir extracted test.log

-- 
Debian packaging of libarchive-zip-perl



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