[SCM] bindex packaging branch, master, updated. debian/2.2-0ubuntu1-5-gf84c58c

Damien Raude-Morvan drazzib at alioth.debian.org
Wed Jan 26 23:10:59 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "bindex packaging".

The branch, master has been updated
       via  f84c58cdf2f766841f59fde32c4dee9cc28e278a (commit)
      from  8d50d26a63e68e932bdd3874425ed029bbbbd8be (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f84c58cdf2f766841f59fde32c4dee9cc28e278a
Author: Damien Raude-Morvan <drazzib at debian.org>
Date:   Thu Jan 27 00:11:10 2011 +0100

    d/rules: Don't try to rm debian/.mh (ie. no mh_* calls) or debian/tmp (handled by dh_clean).

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    2 ++
 debian/rules     |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 98f670a..6f1601d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ bindex (2.2-1) unstable; urgency=low
   [ Damien Raude-Morvan ]
   * d/control: Drop Depends: default-jre-headless | java2-runtime-headless
     as a Java library don't need to depends on runtime (Java Policy).
+  * d/rules: Don't try to rm debian/.mh (ie. no mh_* calls) or debian/tmp
+    (handled by dh_clean).
 
  -- Andres Mejia <mcitadel at gmail.com>  Sun, 09 Jan 2011 17:50:18 -0500
 
diff --git a/debian/rules b/debian/rules
index b13029e..d7894eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,6 @@ override_dh_auto_build:
 	bnd build -output bindex-$(VERSION).jar bindex.bnd;
 
 override_dh_clean:
-	rm -rf debian/tmp
-	rm -rf debian/.mh
 	rm -f bindex-$(VERSION).jar
 	rm -rf bin
 	dh_clean


hooks/post-receive
-- 
bindex packaging



More information about the pkg-java-commits mailing list