[pkg-java] r17091 - trunk/libjdepend-java/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Mon Jul 29 12:24:26 UTC 2013
Author: ebourg-guest
Date: 2013-07-29 12:24:26 +0000 (Mon, 29 Jul 2013)
New Revision: 17091
Modified:
trunk/libjdepend-java/debian/changelog
trunk/libjdepend-java/debian/control
Log:
Updated Standards-Version to 3.9.4 (no changes)
Use canonical URLs for the Vcs-* fields
Removed the dependencies on the Java runtime
Removed Michael Koch from the uploaders (Closes: #654076)
Modified: trunk/libjdepend-java/debian/changelog
===================================================================
--- trunk/libjdepend-java/debian/changelog 2013-07-29 10:59:33 UTC (rev 17090)
+++ trunk/libjdepend-java/debian/changelog 2013-07-29 12:24:26 UTC (rev 17091)
@@ -1,3 +1,13 @@
+libjdepend-java (2.9-6) UNRELEASED; urgency=low
+
+ * debian/control:
+ - Updated Standards-Version to 3.9.4 (no changes)
+ - Use canonical URLs for the Vcs-* fields
+ - Removed the dependencies on the Java runtime
+ - Removed Michael Koch from the uploaders (Closes: #654076)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 29 Jul 2013 14:18:28 +0200
+
libjdepend-java (2.9-5) unstable; urgency=low
* Team upload.
Modified: trunk/libjdepend-java/debian/control
===================================================================
--- trunk/libjdepend-java/debian/control 2013-07-29 10:59:33 UTC (rev 17090)
+++ trunk/libjdepend-java/debian/control 2013-07-29 12:24:26 UTC (rev 17091)
@@ -2,17 +2,16 @@
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Michael Koch <konqueror at gmx.de>
+Uploaders: Emmanuel Bourg <ebourg at apache.org>
Build-Depends: debhelper (>= 7), default-jdk, ant, ant-optional, cdbs
-Standards-Version: 3.8.4
+Standards-Version: 3.9.4
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libjdepend-java
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libjdepend-java/
Homepage: http://www.clarkware.com/software/JDepend.html
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjdepend-java
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjdepend-java/
Package: libjdepend-java
Architecture: all
-Depends: default-jre-headless | java1-runtime-headless |
- java2-runtime-headless, ${misc:Depends}
+Depends: ${misc:Depends}
Description: tool to measure design quality of java class and source
JDepend traverses Java class and source file directories and
generates design quality metrics for each Java package. JDepend allows
More information about the pkg-java-commits
mailing list