[med-svn] [Git][med-team/cgview][master] 2 commits: Use java-wrappers to make sure autopkgtest will run successfully
Andreas Tille
gitlab at salsa.debian.org
Sat May 30 16:39:17 BST 2020
Andreas Tille pushed to branch master at Debian Med / cgview
Commits:
72ad33c6 by Andreas Tille at 2020-05-30T17:34:15+02:00
Use java-wrappers to make sure autopkgtest will run successfully
- - - - -
10fc0fb9 by Andreas Tille at 2020-05-30T17:35:00+02:00
Upload to unstable
- - - - -
4 changed files:
- + debian/bin/cgview
- debian/changelog
- + debian/install
- − debian/links
Changes:
=====================================
debian/bin/cgview
=====================================
@@ -0,0 +1,10 @@
+#! /bin/sh
+set -e
+
+# export JAVA_HOME=/usr/lib/jvm/default-java
+export JAVA_CMD=java
+
+# Include the wrappers utility script
+. /usr/lib/java-wrappers/java-wrappers.sh
+
+run_java -Xms128M -Xmx1G -jar /usr/share/java/cgview.jar "$@"
=====================================
debian/changelog
=====================================
@@ -1,11 +1,12 @@
-cgview (0.0.20100111-5) UNRELEASED; urgency=medium
+cgview (0.0.20100111-5) unstable; urgency=medium
+
+ * Team upload
[ Jelmer Vernooij ]
* Use secure copyright file specification URI.
[ Steffen Möller ]
* Added ref to conda
- * Ooops? Adjusted ref to conda.
[ Steffen Moeller ]
* d/u/metadata: yamllint
@@ -19,6 +20,7 @@ cgview (0.0.20100111-5) UNRELEASED; urgency=medium
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* Architecture: all
+ * Use java-wrappers to make sure autopkgtest will run successfully
-- Pranav Ballaney <ballaneypranav at gmail.com> Sat, 09 May 2020 10:43:18 +0530
=====================================
debian/install
=====================================
@@ -0,0 +1 @@
+debian/bin usr
=====================================
debian/links deleted
=====================================
@@ -1 +0,0 @@
-usr/share/java/cgview.jar usr/bin/cgview
View it on GitLab: https://salsa.debian.org/med-team/cgview/-/compare/5d74a512c89d5e7368ca28cbe5f9a9c8fead1620...10fc0fb98937836ec837c1391c81c489d727409d
--
View it on GitLab: https://salsa.debian.org/med-team/cgview/-/compare/5d74a512c89d5e7368ca28cbe5f9a9c8fead1620...10fc0fb98937836ec837c1391c81c489d727409d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200530/ca96c3b1/attachment-0001.html>
More information about the debian-med-commit
mailing list