[med-svn] r17677 - trunk/packages/king/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Sun Aug 10 17:38:26 UTC 2014
Author: tille
Date: 2014-08-10 17:38:26 +0000 (Sun, 10 Aug 2014)
New Revision: 17677
Modified:
trunk/packages/king/trunk/debian/changelog
trunk/packages/king/trunk/debian/control
Log:
cme fix dpkg-control
Modified: trunk/packages/king/trunk/debian/changelog
===================================================================
--- trunk/packages/king/trunk/debian/changelog 2014-08-10 17:24:20 UTC (rev 17676)
+++ trunk/packages/king/trunk/debian/changelog 2014-08-10 17:38:26 UTC (rev 17677)
@@ -3,9 +3,9 @@
* Add desktop file (thanks for the patch to Gökçen Eraslan
<gokcen.eraslan at gmail.com>)
Closes: #698242
- * Install better icons
+ * cme fix dpkg-control
- -- Andreas Tille <tille at debian.org> Wed, 16 Jan 2013 10:05:10 +0100
+ -- Andreas Tille <tille at debian.org> Sun, 10 Aug 2014 19:37:33 +0200
king (2.21.120420-2) unstable; urgency=low
Modified: trunk/packages/king/trunk/debian/control
===================================================================
--- trunk/packages/king/trunk/debian/control 2014-08-10 17:24:20 UTC (rev 17676)
+++ trunk/packages/king/trunk/debian/control 2014-08-10 17:38:26 UTC (rev 17677)
@@ -1,19 +1,23 @@
Source: king
-Section: java
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 9), default-jdk, javahelper, ant, libitext-java,
- libjogl-java
-Standards-Version: 3.9.3
-Homepage: http://kinemage.biochem.duke.edu/software/king.php
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/king/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/king/
+Section: java
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ default-jdk,
+ javahelper,
+ ant,
+ libitext-java,
+ libjogl2-java
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/king/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/king/trunk/
+Homepage: http://kinemage.biochem.duke.edu/software/king.php
Package: king
Architecture: all
-Depends: ${misc:Depends}, ${java:Depends}
+Depends: ${misc:Depends},
+ ${java:Depends}
Description: interactive system for three-dimensional vector graphics
KiNG (Kinemage, Next Generation) is an interactive system for
three-dimensional vector graphics. It supports a set of graphics
@@ -25,24 +29,3 @@
integrated editing features. The KiNG jar file can be used within a web
page as a Java applet or Java object to promote easy access to kinemages
or coordinate files from a web browser.
-
-# --> see README.source
-#Package: king-java-doc
-#Architecture: all
-#Depends: ${misc:Depends}, ${java:Depends}
-#Description: interactive system for three-dimensional vector graphics (Java API docs)
-# KiNG (Kinemage, Next Generation) is an interactive system for
-# three-dimensional vector graphics. It supports a set of graphics
-# primitives that make it suitable for many types of graphs, plots, and
-# other illustrations; although its first use was to display
-# macromolecular structures for biophysical research. KiNG builds on Mage,
-# JavaMage, and the "kinemage" (kinetic image) concept to deliver a
-# full-featured Java application with a user-friendly interface and
-# integrated editing features. The KiNG jar file can be used within a web
-# page as a Java applet or Java object to promote easy access to kinemages
-# or coordinate files from a web browser.
-# .
-# This package provides the documentation of the Java API documentation
-# of KiNG and the components used by King. It is dedicated at programmers
-# who want to program Java code using classes from KiNG. The documentation
-# for plain usage of KiNG is part of the king package.
More information about the debian-med-commit
mailing list