[SCM] Debian package for Cobertura branch, master, updated. debian/1.9.4.1+dfsg-2-6-g4e16d60

Miguel Landaeta miguel at miguel.cc
Thu Dec 8 23:38:07 UTC 2011


The following commit has been merged in the master branch:
commit 82cbeca6679e86dcf207e6713cdb76abb5e2bd2e
Author: Miguel Landaeta <miguel at miguel.cc>
Date:   Thu Dec 8 18:44:18 2011 -0430

    Add mh_clean call to clean target

diff --git a/debian/changelog b/debian/changelog
index bd75caf..72ebf3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ cobertura (1.9.4.1+dfsg-3) UNRELEASED; urgency=low
   [ Miguel Landaeta ]
   * debian/control: Fixed typo in Vcs-Git field.
   * Bump Standards-Version to 3.9.2. No changes were required.
+  * Add mh_clean call to clean target.
 
   [ James Page ]
   * Fix FTBFS with OpenJDK 7 (LP: #888927):
diff --git a/debian/rules b/debian/rules
index fe715ff..94d2bd0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ override_dh_auto_install:
 
 override_dh_auto_clean:
 	dh_auto_clean
+	mh_clean
 	rm -rf build
 
 get-orig-source:

-- 
Debian package for Cobertura



More information about the pkg-java-commits mailing list