Description: Build system generates JAR name from the name of the current
 directory, which is not what is wanted in Debian. Thus this patch hard-codes
 the JAR name, and renders it in lowercase to fit to Java policy.
Author: Andrius Merkys <merkys@debian.org>
Forwarded: not-needed
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@
 
 #------------------------------------------------------------------------------
 
-JARFILE = $(notdir $(shell pwd)).jar
+JARFILE = soptions.jar
 
 .PHONY: jar display
 
