[SCM] httpcomponents-client: HTTP/1.1 compliant HTTP agent Java implementation branch, master, updated. debian/4.2.5-1-2-gdb9b1f0

Niels Thykier niels at thykier.net
Mon Jul 8 19:50:16 UTC 2013


The following commit has been merged in the master branch:
commit db9b1f06f44db5c1ea4d0c2646968f00dc1afa5b
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Jul 8 21:49:02 2013 +0200

    Release httpcomponents-client/4.2.5-2 into unstable
    
    Signed-off-by: Niels Thykier <niels at thykier.net>

diff --git a/debian/changelog b/debian/changelog
index bb8af87..86a8eb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-httpcomponents-client (4.2.5-2) UNRELEASED; urgency=low
+httpcomponents-client (4.2.5-2) unstable; urgency=low
 
+  [ Jakub Adam ]
   * Fix OSGi metadata generation.
 
- -- Jakub Adam <jakub.adam at ktknet.cz>  Tue, 02 Jul 2013 14:12:53 +0200
+  [ Niels Thykier ]
+  * Fix problem with the clean target.
+
+ -- Jakub Adam <jakub.adam at ktknet.cz>  Mon, 08 Jul 2013 21:48:32 +0200
 
 httpcomponents-client (4.2.5-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 95c1c9b..f7ed80a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ override_dh_clean:
 		mh_unpatchpoms -p$$pkg ; \
 	done
 	mh_clean
-	-rm -rf http*/target/
+	rm -rf http*/target/ fluent-hc/target/
 
 get-orig-source:
 	uscan --download-version $(UPVER) --force-download --rename

-- 
httpcomponents-client: HTTP/1.1 compliant HTTP agent Java implementation



More information about the pkg-java-commits mailing list