[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. eclipse-ppa/maverick-57-g16fde36

Niels Thykier nthykier-guest at alioth.debian.org
Fri Aug 20 10:57:58 UTC 2010


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 "eclipse - Powerful IDE written in java - Debian package.".

The branch, master has been updated
       via  16fde36e0e470c83caef36a65e2e6c3c1c735ff8 (commit)
       via  ceeb43a4da9656a1295ab915ee9de0a6c06d576c (commit)
      from  e1df0a89e48fbb0d07de9310d90c2a19714ec537 (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 16fde36e0e470c83caef36a65e2e6c3c1c735ff8
Author: Niels Thykier <niels at thykier.net>
Date:   Fri Aug 20 12:57:29 2010 +0200

    Set dist.

commit ceeb43a4da9656a1295ab915ee9de0a6c06d576c
Author: Niels Thykier <niels at thykier.net>
Date:   Fri Aug 20 12:56:33 2010 +0200

    Use mh_clean for cleaning up after maven-repo-helper and bumped S-V to 3.9.1

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

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

diff --git a/debian/changelog b/debian/changelog
index ce3670a..bae4765 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-eclipse (3.5.2-6) UNRELEASED; urgency=low
+eclipse (3.5.2-6) unstable; urgency=low
 
   [ Adnan Hodzic ]
   * Fixed libjetty-java and sat4j build/regular dependency versioning
@@ -7,8 +7,11 @@ eclipse (3.5.2-6) UNRELEASED; urgency=low
   [ Niels Thykier ]
   * Added patch for pde-build to make it stop writing to ~/workspace,
     which is not acceptable during autobuilds. (Closes: #592526)
+  * Use mh_clean for cleaning up after the maven repo helper, instead
+    of using a homemade clean rule.
+  * Bumped Standards-Versions to 3.9.1 - no changes required.
 
- -- Adnan Hodzic <adnan at foolcontrol.org>  Wed, 18 Aug 2010 21:46:36 +0200
+ -- Niels Thykier <niels at thykier.net>  Fri, 20 Aug 2010 12:56:39 +0200
 
 eclipse (3.5.2-5) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 09cd085..0464305 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Build-Depends: ant (>= 1.7.1),
                unzip,
                xulrunner-dev (>= 1.9.1.3-2),
                zip
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 DM-Upload-Allowed: yes
 Vcs-Git: git://git.debian.org/git/pkg-java/eclipse.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/eclipse.git
diff --git a/debian/rules b/debian/rules
index 77b18fb..e0faf3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export PATH:=$(CURDIR)/debian/extra/bin:$(PATH)
 
 override_dh_auto_clean:
 	ant distclean
-	rm -fr debian/.mh/
+	mh_clean
 
 override_dh_auto_install:
 	ant install -Dprefix=/usr -DdestDir=$(CURDIR)/debian/tmp


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list