From 345865a46e997b4e1a9ab5f47b9e9c02930336a0 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Fri, 10 Mar 2023 14:46:23 +0100 Subject: [PATCH] Package bootstrap sources in a separate package --- bootstrap/debian/argeo-tp-build-source.install | 1 + bootstrap/debian/control | 7 +++++++ bootstrap/sdk/argeo-build | 2 +- sdk/argeo-build | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 bootstrap/debian/argeo-tp-build-source.install diff --git a/bootstrap/debian/argeo-tp-build-source.install b/bootstrap/debian/argeo-tp-build-source.install new file mode 100644 index 0000000..060177d --- /dev/null +++ b/bootstrap/debian/argeo-tp-build-source.install @@ -0,0 +1 @@ +output/a2.src/org.argeo.tp.build/*.src.jar /usr/share/a2/org.argeo.tp.build \ No newline at end of file diff --git a/bootstrap/debian/control b/bootstrap/debian/control index b744e3d..581513c 100644 --- a/bootstrap/debian/control +++ b/bootstrap/debian/control @@ -11,3 +11,10 @@ Architecture: all Depends: ${misc:Depends} Description: Argeo Build third party libraries Eclipse ECJ compiler and BND library. + +Package: argeo-tp-build-source +Architecture: all +Depends: ${misc:Depends} +Description: Argeo Build third party libraries source files + Eclipse ECJ compiler and BND library. + \ No newline at end of file diff --git a/bootstrap/sdk/argeo-build b/bootstrap/sdk/argeo-build index 3bf6a13..894c01e 160000 --- a/bootstrap/sdk/argeo-build +++ b/bootstrap/sdk/argeo-build @@ -1 +1 @@ -Subproject commit 3bf6a139f456ff71bec3bc61d8cd14a1d058133a +Subproject commit 894c01e1f5a19107646e7ac870425de67423cfdd diff --git a/sdk/argeo-build b/sdk/argeo-build index 3bf6a13..894c01e 160000 --- a/sdk/argeo-build +++ b/sdk/argeo-build @@ -1 +1 @@ -Subproject commit 3bf6a139f456ff71bec3bc61d8cd14a1d058133a +Subproject commit 894c01e1f5a19107646e7ac870425de67423cfdd -- 2.30.2