Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
lsc-executable-plugin (1.4-1) unstable; urgency=low

* Upgrade to 1.4
* Properly handle Base64-encoded attributes
* Compatibility with LSC 2.3
* Clean deb/rpm recipe

-- David Coutadeur (LSC-project) <david.coutadeur@gmail.com> Mon, 27 Jul 2026 12:00:00 +0100

lsc-executable-plugin (1.3-1) unstable; urgency=low

* Upgrade to 1.3
Expand Down
4 changes: 2 additions & 2 deletions packaging/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Vcs-Browser: https://github.com/lsc-project/lsc-executable-plugin

Package: lsc-executable-plugin
Architecture: all
Depends: ${misc:Depends}, lsc (>= 2.2)
Description: This is an Executable plugin for LSC
Depends: ${misc:Depends}, lsc (>= 2.3)
Description: This is an Executable plugin for LSC.
1 change: 1 addition & 0 deletions packaging/debian/lsc-executable-plugin.docs
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
../LICENSE.txt
reports/apidocs
../doc
../scripts
1 change: 0 additions & 1 deletion packaging/debian/lsc-executable-plugin.install
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
lsc-executable-plugin*.jar usr/lib/lsc
../scripts/* var/lib/lsc
6 changes: 0 additions & 6 deletions packaging/debian/lsc-executable-plugin.postinst
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
#!/bin/bash

lsc_user=lsc
lsc_group=lsc

chown ${lsc_user}:${lsc_group} /usr/lib/lsc/lsc-executable-plugin*
chown ${lsc_user}:${lsc_group} /var/lib/lsc/*

#DEBHELPER#

exit 0
Loading