[SCM] Debian packaging of libnet-imap-simple-perl branch, master, updated. debian/1.2030-1-6-g1beaa47

Xavier Guimard x.guimard at free.fr
Sat Nov 10 13:06:17 UTC 2012


The following commit has been merged in the master branch:
commit 6b531346962747ca87262613cf994d58c025c5da
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Nov 10 14:04:34 2012 +0100

    Add override_dh_auto_clean

diff --git a/debian/changelog b/debian/changelog
index 3e1ee03..092198f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libnet-imap-simple-perl (1.2034-1) UNRELEASED; urgency=low
 
   * New upstream release
   * Bump Standard-Version to 3.9.4
+  * Add override_dh_auto_clean to clean files created when tests launch
+    Net::IMAP::Server
 
  -- Xavier Guimard <x.guimard at free.fr>  Thu, 08 Nov 2012 06:25:45 +0100
 
diff --git a/debian/rules b/debian/rules
index f287f4e..f793cb9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,8 @@ override_dh_auto_configure:
 TEST_FILES=$(shell grep --files-without-match 'do "t/test_server.pm"' t/*.t)
 override_dh_auto_test:
 	dh_auto_test -- TEST_FILES="$(TEST_FILES)"
+
+override_dh_auto_clean:
+	rm -f SimpleX.p* test_simplex *-imap-*.log imap_server.pid
+	dh_auto_clean
+

-- 
Debian packaging of libnet-imap-simple-perl



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