[pkg-java] r16575 - trunk/asm3/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Sat Apr 27 22:24:31 UTC 2013
Author: ebourg-guest
Date: 2013-04-27 22:24:31 +0000 (Sat, 27 Apr 2013)
New Revision: 16575
Modified:
trunk/asm3/debian/changelog
trunk/asm3/debian/control
trunk/asm3/debian/copyright
trunk/asm3/debian/rules
trunk/asm3/debian/watch
Log:
Updated the watch file to match only the 3.x versions
Bumped Standards-Version to 3.9.4 (no changes)
Removed Michael Koch from the Uploaders list (Closes: #653989)
debian/copyright: Updated the Format URI
debian/rules: Improved the clean target to allow rebuilds
Modified: trunk/asm3/debian/changelog
===================================================================
--- trunk/asm3/debian/changelog 2013-04-26 15:06:24 UTC (rev 16574)
+++ trunk/asm3/debian/changelog 2013-04-27 22:24:31 UTC (rev 16575)
@@ -1,10 +1,18 @@
-asm3 (3.3.2-2) UNRELEASED; urgency=low
+asm3 (3.3.2-2) unstable; urgency=low
+ * Team upload.
+ * Updated the watch file to match only the 3.x versions
+ * Bumped Standards-Version to 3.9.4 (no changes)
+ * Removed Michael Koch from the Uploaders list (Closes: #653989)
+ * debian/copyright: Updated the Format URI
+ * debian/rules: Improved the clean target to allow rebuilds
+
+ [ Jakub Adam ]
* Add Eclipse-BuddyPolicy: global to OSGi metadata. This allows asm3
to find and load classes not in its Require-Bundle and Import-Package.
(Needed by Jython running inside Eclipse.)
- -- Jakub Adam <jakub.adam at ktknet.cz> Sat, 26 Jan 2013 11:52:15 +0100
+ -- Emmanuel Bourg <ebourg at apache.org> Sat, 27 Apr 2013 22:13:53 +0200
asm3 (3.3.2-1) unstable; urgency=low
Modified: trunk/asm3/debian/control
===================================================================
--- trunk/asm3/debian/control 2013-04-26 15:06:24 UTC (rev 16574)
+++ trunk/asm3/debian/control 2013-04-27 22:24:31 UTC (rev 16575)
@@ -2,11 +2,11 @@
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Michael Koch <konqueror at gmx.de>, Ludovic Claude <ludovic.claude at laposte.net>,
- Niels Thykier <niels at thykier.net>
+Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Niels Thykier <niels at thykier.net>,
+ Emmanuel Bourg <ebourg at apache.org>
Build-Depends: debhelper (>= 7), cdbs, default-jdk
Build-Depends-Indep: maven-repo-helper, ant (>= 1.6.5), libow-util-ant-tasks-java (>= 1.3-2), javahelper
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/asm3
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/asm3
Homepage: http://asm.objectweb.org/
Modified: trunk/asm3/debian/copyright
===================================================================
--- trunk/asm3/debian/copyright 2013-04-26 15:06:24 UTC (rev 16574)
+++ trunk/asm3/debian/copyright 2013-04-27 22:24:31 UTC (rev 16575)
@@ -1,5 +1,5 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Name: asm
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: asm
Source: http://download.forge.objectweb.org/asm/
Files: *
Modified: trunk/asm3/debian/rules
===================================================================
--- trunk/asm3/debian/rules 2013-04-26 15:06:24 UTC (rev 16574)
+++ trunk/asm3/debian/rules 2013-04-27 22:24:31 UTC (rev 16575)
@@ -35,4 +35,4 @@
clean::
mh_clean
-
+ rm -Rf target
Modified: trunk/asm3/debian/watch
===================================================================
--- trunk/asm3/debian/watch 2013-04-26 15:06:24 UTC (rev 16574)
+++ trunk/asm3/debian/watch 2013-04-27 22:24:31 UTC (rev 16575)
@@ -1,6 +1,6 @@
version=3
opts=uversionmangle=s/_/./g \
- http://websvn.ow2.org/listing.php?repname=asm&path=%2Ftags%2F .*%2Ftags%2FASM_([\d_]*)%2F \
+ http://websvn.ow2.org/listing.php?repname=asm&path=%2Ftags%2F .*%2Ftags%2FASM_(3_[\d_]*)%2F \
debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list