[pkg-java] r12326 - trunk/stylebook/debian
Torsten Werner
twerner at alioth.debian.org
Thu May 6 20:41:35 UTC 2010
Author: twerner
Date: 2010-05-06 20:41:35 +0000 (Thu, 06 May 2010)
New Revision: 12326
Modified:
trunk/stylebook/debian/changelog
trunk/stylebook/debian/control
Log:
* Team upload
* Add missing ${misc:Depends}.
* Change Section: java.
* Update Standards-Version: 3.8.4.
Modified: trunk/stylebook/debian/changelog
===================================================================
--- trunk/stylebook/debian/changelog 2010-05-06 20:39:23 UTC (rev 12325)
+++ trunk/stylebook/debian/changelog 2010-05-06 20:41:35 UTC (rev 12326)
@@ -1,12 +1,17 @@
stylebook (1.0~b3~svn20061109-3) unstable; urgency=low
+ * Team upload
+
[ Matthias Klose ]
* (Build-)depend on default-jre/-jdk.
[ Torsten Werner ]
* Switch to source format 3.0.
+ * Add missing ${misc:Depends}.
+ * Change Section: java.
+ * Update Standards-Version: 3.8.4.
- -- Torsten Werner <twerner at debian.org> Thu, 06 May 2010 22:23:31 +0200
+ -- Torsten Werner <twerner at debian.org> Thu, 06 May 2010 22:40:10 +0200
stylebook (1.0~b3~svn20061109-2) unstable; urgency=low
Modified: trunk/stylebook/debian/control
===================================================================
--- trunk/stylebook/debian/control 2010-05-06 20:39:23 UTC (rev 12325)
+++ trunk/stylebook/debian/control 2010-05-06 20:41:35 UTC (rev 12326)
@@ -1,18 +1,17 @@
Source: stylebook
-Section: libs
+Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Marcus Better <marcus at better.se>, Michael Koch <konqueror at gmx.de>
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: default-jdk, ant, libxerces2-java
-Standards-Version: 3.7.2
+Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/stylebook
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/stylebook/
Package: libstylebook-java
Architecture: all
-Section: libs
-Depends: default-jre | classpath-common | java1-runtime | java2-runtime, libxerces2-java
+Depends: libxerces2-java, ${misc:Depends}
Description: XML application for authoring web site content
Stylebook is a way to convert a set of XML files into a proper web
site with consistent navigation and layout.
More information about the pkg-java-commits
mailing list