Author: christophgil-guest Date: 2013-01-31 21:32:32 +0000 (Thu, 31 Jan 2013) New Revision: 12878
Added: trunk/packages/strap-base/trunk/debian/strap-base.lintian-overrides Removed: trunk/packages/strap-base/trunk/debian/README.Debian Modified: trunk/packages/strap-base/trunk/debian/changelog trunk/packages/strap-base/trunk/debian/control Log: Moved C-program from package strap-base to base. Moved jar to /usr/share/strap-base. Installed an override file Deleted: trunk/packages/strap-base/trunk/debian/README.Debian =================================================================== --- trunk/packages/strap-base/trunk/debian/README.Debian 2013-01-31 16:03:05 UTC (rev 12877) +++ trunk/packages/strap-base/trunk/debian/README.Debian 2013-01-31 21:32:32 UTC (rev 12878) @@ -1,12 +0,0 @@ -Lintian warning: jar-not-in-usr-share - - The Java classes may change in the future. Therefore I put the jar - file in /usr/share/strap-base/ with purpose to discourage - developers to directly use the Java-classes and methods. - - -Java-Class-path - - strap depends on a few jar files in /usr/share/java/. They are not - listed in the java class-path of the java-command in - /usr/bin/strap-base because they are including at runtime. Modified: trunk/packages/strap-base/trunk/debian/changelog =================================================================== --- trunk/packages/strap-base/trunk/debian/changelog 2013-01-31 16:03:05 UTC (rev 12877) +++ trunk/packages/strap-base/trunk/debian/changelog 2013-01-31 21:32:32 UTC (rev 12878) @@ -1,4 +1,4 @@ -strap-base (1.1.1-1) UNRELEASED; urgency=low +strap-base (1.1.2-1) UNRELEASED; urgency=low * Initial release (Closes: #675202) Modified: trunk/packages/strap-base/trunk/debian/control =================================================================== --- trunk/packages/strap-base/trunk/debian/control 2013-01-31 16:03:05 UTC (rev 12877) +++ trunk/packages/strap-base/trunk/debian/control 2013-01-31 21:32:32 UTC (rev 12878) @@ -3,15 +3,15 @@ Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Christoph Gille <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk|java-compiler, libcommons-httpclient-java, libcommons-compress-java, libhttpmime-java, libjavatar-java,libhttpclient-java, libgeronimo-activation-1.1-spec-java, libx11-dev +Build-Depends: debhelper (>= 9), default-jdk|java-compiler, libcommons-httpclient-java, libcommons-compress-java, libhttpmime-java, libjavatar-java,libhttpclient-java, libgeronimo-activation-1.1-spec-java Standards-Version: 3.9.4 Homepage: http://www.bioinformatics.org/strap/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/strap-base/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/strap-base/trunk/ Package: strap-base -Architecture: any -Depends: default-jre|java-runtime, java-wrappers, ${misc:Depends}, libcommons-httpclient-java, libcommons-compress-java, libhttpmime-java, libjavatar-java,libhttpclient-java, libgeronimo-activation-1.1-spec-java, bash-completion, ${shlibs:Depends} +Architecture: all +Depends: default-jre|java-runtime, java-wrappers, ${misc:Depends}, libcommons-httpclient-java, libcommons-compress-java, libhttpmime-java, libjavatar-java,libhttpclient-java, libgeronimo-activation-1.1-spec-java, bash-completion Recommends: Suggests: strap Enhances: Added: trunk/packages/strap-base/trunk/debian/strap-base.lintian-overrides =================================================================== --- trunk/packages/strap-base/trunk/debian/strap-base.lintian-overrides (rev 0) +++ trunk/packages/strap-base/trunk/debian/strap-base.lintian-overrides 2013-01-31 21:32:32 UTC (rev 12878) @@ -0,0 +1,3 @@ +# Strap is dealing with the classpath at runtime +strap-base: missing-classpath + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
