[pkg-java] r9499 - trunk/libformula/debian
Torsten Werner
twerner at alioth.debian.org
Sun Aug 2 21:12:17 UTC 2009
Author: twerner
Date: 2009-08-02 21:12:17 +0000 (Sun, 02 Aug 2009)
New Revision: 9499
Modified:
trunk/libformula/debian/changelog
trunk/libformula/debian/compat
trunk/libformula/debian/control
Log:
* Add myself to Uploaders.
* Add missing Depends: ${misc:Depends}.
* Update Build-Depends: debhelper (>= 5).
* Add Vcs-* headers.
* Update Standards-Version: 3.8.2.
* Change Section: java.
Modified: trunk/libformula/debian/changelog
===================================================================
--- trunk/libformula/debian/changelog 2009-08-02 21:11:44 UTC (rev 9498)
+++ trunk/libformula/debian/changelog 2009-08-02 21:12:17 UTC (rev 9499)
@@ -1,9 +1,18 @@
libformula (0.1.14-2) UNRELEASED; urgency=low
+ [ Matthias Klose ]
* (Build-)depend on default-jre/-jdk.
- -- Matthias Klose <doko at debian.org> Wed, 30 Jul 2008 17:22:00 +0000
+ [ Torsten Werner ]
+ * Add myself to Uploaders.
+ * Add missing Depends: ${misc:Depends}.
+ * Update Build-Depends: debhelper (>= 5).
+ * Add Vcs-* headers.
+ * Update Standards-Version: 3.8.2.
+ * Change Section: java.
+ -- Torsten Werner <twerner at debian.org> Sun, 02 Aug 2009 23:04:52 +0200
+
libformula (0.1.14-1) unstable; urgency=medium
* New upstream release
Modified: trunk/libformula/debian/compat
===================================================================
--- trunk/libformula/debian/compat 2009-08-02 21:11:44 UTC (rev 9498)
+++ trunk/libformula/debian/compat 2009-08-02 21:12:17 UTC (rev 9499)
@@ -1 +1 @@
-5
+5
Modified: trunk/libformula/debian/control
===================================================================
--- trunk/libformula/debian/control 2009-08-02 21:11:44 UTC (rev 9498)
+++ trunk/libformula/debian/control 2009-08-02 21:12:17 UTC (rev 9499)
@@ -1,15 +1,17 @@
Source: libformula
-Section: libs
+Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Rene Engelhard <rene at debian.org>
-Build-Depends: debhelper (>= 4.2.30), cdbs, default-jdk, ant, libjcommon-java (>= 1.0.10-1), javacc, ant-optional
-Standards-Version: 3.6.2
+Uploaders: Rene Engelhard <rene at debian.org>, Torsten Werner <twerner at debian.org>
+Build-Depends: debhelper (>= 5), cdbs, default-jdk, ant, libjcommon-java (>= 1.0.10), javacc, ant-optional
+Standards-Version: 3.8.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libformula
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libformula/
Package: libformula-java
-Section: libs
Architecture: all
-Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless, libjcommon-java (>= 1.0.10-1)
+Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless, libjcommon-java (>= 1.0.10-1),
+ ${misc:Depends}
Suggests: libformula-java-doc
Description: Excel(tm) style formula expressions library
LibFormula provides Excel-Style-Expressions. The implementation provided
@@ -23,6 +25,7 @@
Package: libformula-java-doc
Section: doc
Architecture: all
+Depends: ${misc:Depends}
Description: Excel(tm) style formula expressions library
LibFormula provides Excel-Style-Expressions. The implementation provided
here is very generic and can be used in any application that needs to
More information about the pkg-java-commits
mailing list