[med-svn] [Git][med-team/beagle][master] 2 commits: Provide wrapper script instead of symlinks to JARs

Andreas Tille gitlab at salsa.debian.org
Tue Sep 17 22:05:47 BST 2019



Andreas Tille pushed to branch master at Debian Med / beagle


Commits:
102bf263 by Andreas Tille at 2019-09-17T20:53:53Z
Provide wrapper script instead of symlinks to JARs

- - - - -
5f3b9fb1 by Andreas Tille at 2019-09-17T21:05:35Z
Remove obsolete fields Name, Contact from debian/upstream/metadata.

- - - - -


6 changed files:

- debian/beagle.install
- − debian/beagle.links
- debian/changelog
- + debian/local/bin/beagle
- + debian/local/bin/bref3
- debian/upstream/metadata


Changes:

=====================================
debian/beagle.install
=====================================
@@ -1,2 +1,4 @@
 beagle.jar /usr/share/beagle/
-bref3.jar /usr/share/beagle/
\ No newline at end of file
+bref3.jar /usr/share/beagle/
+
+debian/local/bin/* /usr/bin/


=====================================
debian/beagle.links deleted
=====================================
@@ -1,2 +0,0 @@
-/usr/share/beagle/beagle.jar usr/bin/beagle
-/usr/share/beagle/bref3.jar usr/bin/bref3
\ No newline at end of file


=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+beagle (5.1-190824+dfsg-3) UNRELEASED; urgency=medium
+
+  [ Daniel Baumann ]
+  * Team upload.
+  * Provide wrapper script instead of symlinks to JARs
+    Closes: #940611
+
+  [ Andreas Tille ]
+  * Remove obsolete fields Name, Contact from debian/upstream/metadata.
+
+ -- Andreas Tille <tille at debian.org>  Tue, 17 Sep 2019 22:52:54 +0200
+
 beagle (5.1-190824+dfsg-2) unstable; urgency=medium
 
   * Fix autopkgtest tests.


=====================================
debian/local/bin/beagle
=====================================
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+exec java -jar /usr/share/beagle/beagle.jar ${@}


=====================================
debian/local/bin/bref3
=====================================
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+exec java -jar /usr/share/beagle/bref3.jar ${@}


=====================================
debian/upstream/metadata
=====================================
@@ -1,5 +1,3 @@
-Contact: Brian L. Browning <browning at uw.edu>
-Name: Beagle
 Reference:
   - Author: Sharon R. Browning and Brian L. Browning
     Title: >



View it on GitLab: https://salsa.debian.org/med-team/beagle/compare/3db4863db6c335767b40bb15557284a9b0ce17d4...5f3b9fb1d2dede2031d170b1b21e0a52f82e5f82

-- 
View it on GitLab: https://salsa.debian.org/med-team/beagle/compare/3db4863db6c335767b40bb15557284a9b0ce17d4...5f3b9fb1d2dede2031d170b1b21e0a52f82e5f82
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/20190917/b457e63b/attachment-0001.html>


More information about the debian-med-commit mailing list