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

Xavier Guimard x.guimard at free.fr
Mon Nov 12 12:24:07 UTC 2012


The following commit has been merged in the master branch:
commit 4f3faa4db5bb053b940a43842b043a8164833a5e
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Mon Nov 12 13:08:16 2012 +0100

    Add debian/clean

diff --git a/debian/changelog b/debian/changelog
index ed53122..cef56d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,6 @@
 libnet-imap-simple-perl (1.2034-1) UNRELEASED; urgency=low
 
   TODO/QUESTIONS:
-   - d/rules: override_dh_auto_clean:
-     + could be removed and the files written to debian/clean (matter of
-       taste)
   - d/changelog doesn't mention the new build dependencies
   - I'm confused about the tests:
     + we have new build dependencies but many tests are still skipped
@@ -64,7 +61,7 @@ libnet-imap-simple-perl (1.2034-1) UNRELEASED; urgency=low
   * New upstream release
   * Bump Standard-Version to 3.9.4
   * Update copyright to format 1.0
-  * Add override_dh_auto_clean to clean files created when tests launch
+  * Add debian/clean to clean files created when tests launch
     Net::IMAP::Server
 
  -- Xavier Guimard <x.guimard at free.fr>  Sat, 10 Nov 2012 14:05:19 +0100
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..2dfb331
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,4 @@
+SimpleX.p*
+test_simplex
+*-imap-*.log
+imap_server.pid
diff --git a/debian/rules b/debian/rules
index f793cb9..6a151d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,15 +3,11 @@
 %:
 	dh $@
 
-override_dh_auto_configure:
-	OVERRIDE_DEFAULT_SX=y dh_auto_configure
+#override_dh_auto_configure:
+#	OVERRIDE_DEFAULT_SX=y dh_auto_configure
 
 # We don't have all dependencies for the included Net::IMAP::Server
 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