[med-svn] r6023 - trunk/packages/patristic/trunk/debian
Andreas Tille
tille at alioth.debian.org
Fri Feb 18 14:28:47 UTC 2011
Author: tille
Date: 2011-02-18 14:28:45 +0000 (Fri, 18 Feb 2011)
New Revision: 6023
Modified:
trunk/packages/patristic/trunk/debian/control
trunk/packages/patristic/trunk/debian/get-orig-source
Log:
Add freehep-export to dependencies / pom.xml
Modified: trunk/packages/patristic/trunk/debian/control
===================================================================
--- trunk/packages/patristic/trunk/debian/control 2011-02-18 13:07:34 UTC (rev 6022)
+++ trunk/packages/patristic/trunk/debian/control 2011-02-18 14:28:45 UTC (rev 6023)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
Uploaders: Andreas Tille <tille at debian.org>
Build-Depends: debhelper (>= 7.1), cdbs, default-jdk, maven-debian-helper, openjdk-6-jdk,
- libfreehep-graphics2d-java
+ libfreehep-graphics2d-java, libfreehep-export-java
Standards-Version: 3.9.1
Homepage: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1352388/
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/patristic/trunk
Modified: trunk/packages/patristic/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/patristic/trunk/debian/get-orig-source 2011-02-18 13:07:34 UTC (rev 6022)
+++ trunk/packages/patristic/trunk/debian/get-orig-source 2011-02-18 14:28:45 UTC (rev 6023)
@@ -65,6 +65,11 @@
<artifactId>freehep-graphics2d</artifactId>
<version>2.1.3</version>
</dependency>
+ <dependency>
+ <groupId>org.freehep</groupId>
+ <artifactId>freehep-export</artifactId>
+ <version>2.1.3</version>
+ </dependency>
</dependencies>
</project>
EOT
More information about the debian-med-commit
mailing list