[pkg-java] r12334 - trunk/ow-util-ant-tasks/debian
Torsten Werner
twerner at alioth.debian.org
Fri May 7 22:05:35 UTC 2010
Author: twerner
Date: 2010-05-07 22:05:34 +0000 (Fri, 07 May 2010)
New Revision: 12334
Modified:
trunk/ow-util-ant-tasks/debian/changelog
trunk/ow-util-ant-tasks/debian/compat
trunk/ow-util-ant-tasks/debian/control
Log:
* Team upload.
* Merge changes from Ubuntu version 1.3.2-2ubuntu1.
* Remove Barry from Uploaders list.
* Add missing Depends: ${misc:Depends}.
* Switch to debhelper compat version 7.
Modified: trunk/ow-util-ant-tasks/debian/changelog
===================================================================
--- trunk/ow-util-ant-tasks/debian/changelog 2010-05-07 22:00:15 UTC (rev 12333)
+++ trunk/ow-util-ant-tasks/debian/changelog 2010-05-07 22:05:34 UTC (rev 12334)
@@ -1,3 +1,13 @@
+ow-util-ant-tasks (1.3.2-3) unstable; urgency=low
+
+ * Team upload.
+ * Merge changes from Ubuntu version 1.3.2-2ubuntu1.
+ * Remove Barry from Uploaders list.
+ * Add missing Depends: ${misc:Depends}.
+ * Switch to debhelper compat version 7.
+
+ -- Torsten Werner <twerner at debian.org> Sat, 08 May 2010 00:05:11 +0200
+
ow-util-ant-tasks (1.3.2-2ubuntu1) karmic; urgency=low
* debian/control, debian/rules: Build with default-jdk. Added libasm2-java
Modified: trunk/ow-util-ant-tasks/debian/compat
===================================================================
--- trunk/ow-util-ant-tasks/debian/compat 2010-05-07 22:00:15 UTC (rev 12333)
+++ trunk/ow-util-ant-tasks/debian/compat 2010-05-07 22:05:34 UTC (rev 12334)
@@ -1 +1 @@
-4
+7
Modified: trunk/ow-util-ant-tasks/debian/control
===================================================================
--- trunk/ow-util-ant-tasks/debian/control 2010-05-07 22:00:15 UTC (rev 12333)
+++ trunk/ow-util-ant-tasks/debian/control 2010-05-07 22:05:34 UTC (rev 12334)
@@ -2,14 +2,15 @@
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Barry Hawkins <barry at alltc.com>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 4.0.0), dpatch (>= 2.0.14)
+Uploaders: Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 7), dpatch (>= 2.0.14)
Build-Depends-Indep: default-jdk, ant (>= 1.7), junit, libxalan2-java, libasm2-java
Standards-Version: 3.7.2
Package: libow-util-ant-tasks-java
Architecture: all
-Depends: ant (>= 1.7), default-jre-headless | java2-runtime-headless
+Depends: ant (>= 1.7), default-jre-headless | java2-runtime-headless,
+ ${misc:Depends}
Description: ObjectWeb utility Ant tasks library
This library is used in the build process of several key frameworks
developed by ObjectWeb, among them the ObjectWeb ASM bytecode manipulation
More information about the pkg-java-commits
mailing list