jdeb icon indicating copy to clipboard operation
jdeb copied to clipboard

binary control files

Open mlhartme opened this issue 10 years ago • 2 comments

I need to add binary control files to a package (actually a jar file, that I use in my maintainer scripts).

Can you please consider to merge something like this?

Best regards

Michael

mlhartme avatar Oct 10 '15 07:10 mlhartme

Hey Michael, thanks for the contribution. Can you elaborate a bit on this? Frankly speaking I am not even sure what "binary control files" are. Is this just to ship the jar so you can call it from your maintainer scripts?

tcurdt avatar Oct 10 '15 08:10 tcurdt

Yes, it want to ship a jar file that I can access from my maintainer script. Because I'm sick of writing shell scripts - I want to have one generic maintainer shell script that just dispatches into Java.

The only way (I found ...) to do this is to append the jar file to the postrm script.

You can see this in action here: https://github.com/mlhartme/stool/blob/master/setup/pom.xml

mlhartme avatar Oct 10 '15 09:10 mlhartme