[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#948601: marked as done (buster-pu: package beagle/5.0-180928+dfsg-1+deb10u1)



Your message dated Sat, 08 Feb 2020 14:21:36 +0000
with message-id <cf1cb2f35981916a86b98b83609df15c95aa378b.camel@adam-barratt.org.uk>
and subject line Closing requests included in 10.3 point release
has caused the Debian Bug report #948601,
regarding buster-pu: package beagle/5.0-180928+dfsg-1+deb10u1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
948601: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948601
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

lets replace some invalid `executables' (symlinks to 0644 .jar files) in
/usr/bin with proper wrapper scripts. #940611

The package is already uploaded.

Andreas
diff -Nru beagle-5.0-180928+dfsg/debian/beagle.install beagle-5.0-180928+dfsg/debian/beagle.install
--- beagle-5.0-180928+dfsg/debian/beagle.install	2018-10-03 13:28:59.000000000 +0200
+++ beagle-5.0-180928+dfsg/debian/beagle.install	2020-01-10 17:33:22.000000000 +0100
@@ -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/
diff -Nru beagle-5.0-180928+dfsg/debian/beagle.links beagle-5.0-180928+dfsg/debian/beagle.links
--- beagle-5.0-180928+dfsg/debian/beagle.links	2018-10-03 13:28:59.000000000 +0200
+++ beagle-5.0-180928+dfsg/debian/beagle.links	1970-01-01 01:00:00.000000000 +0100
@@ -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
diff -Nru beagle-5.0-180928+dfsg/debian/changelog beagle-5.0-180928+dfsg/debian/changelog
--- beagle-5.0-180928+dfsg/debian/changelog	2018-10-03 13:28:59.000000000 +0200
+++ beagle-5.0-180928+dfsg/debian/changelog	2020-01-10 17:33:22.000000000 +0100
@@ -1,3 +1,13 @@
+beagle (5.0-180928+dfsg-1+deb10u1) buster; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Daniel Baumann ]
+  * Provide wrapper script instead of symlinks to JARs
+    Closes: #940611
+
+ -- Andreas Beckmann <anbe@debian.org>  Fri, 10 Jan 2020 17:33:22 +0100
+
 beagle (5.0-180928+dfsg-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru beagle-5.0-180928+dfsg/debian/local/bin/beagle beagle-5.0-180928+dfsg/debian/local/bin/beagle
--- beagle-5.0-180928+dfsg/debian/local/bin/beagle	1970-01-01 01:00:00.000000000 +0100
+++ beagle-5.0-180928+dfsg/debian/local/bin/beagle	2020-01-10 17:33:22.000000000 +0100
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+exec java -jar /usr/share/beagle/beagle.jar ${@}
diff -Nru beagle-5.0-180928+dfsg/debian/local/bin/bref3 beagle-5.0-180928+dfsg/debian/local/bin/bref3
--- beagle-5.0-180928+dfsg/debian/local/bin/bref3	1970-01-01 01:00:00.000000000 +0100
+++ beagle-5.0-180928+dfsg/debian/local/bin/bref3	2020-01-10 17:33:22.000000000 +0100
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+exec java -jar /usr/share/beagle/bref3.jar ${@}

--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 10.3

Hi,

Each of the uploads referred to by these bugs was included in today's
stable point release.

Regards,

Adam

--- End Message ---

Reply to: