Overview

Request 2967 (accepted)

Moved the vendorized dependencies to a private location

Submit package Kolab:16:T...Candidate / guam-selfcontained to package Kolab:Winterfell / guam-selfcontained

README.md Changed
x
 
1
@@ -1,3 +1,7 @@
2
 This is a selfcontained guam package that includes the dependencies of guam.
3
 
4
-Use the .buildtarball.sh script to generate the tarball.
5
+Use the buildtarball.sh script to generate the tarball.
6
+
7
+Please note buildtarball.sh requires the guam build dependencies locally available (for a local build),
8
+and if your local OTP version is too recent it won't currently work (works on fc34 but not on fc35), so
9
+use something like toolbox on fedora.
10
debian.changelog Changed
11
 
1
@@ -1,3 +1,9 @@
2
+guam (0.9.12-2) unstable; urgency=medium
3
+
4
+  * Moved vendorized libraries to private location
5
+
6
+ -- Christian Mollekopf <mollekopf@apheleia-it.ch>  Tue,  14 Jun 2022 09:31:31 +0200
7
+
8
 guam (0.9.12-1) unstable; urgency=medium
9
 
10
   * Release of version 0.9.12
11
debian.control Changed
11
 
1
@@ -13,9 +13,7 @@
2
 Section: mail
3
 Depends: erlang-base | erlang-base-hipe,
4
     erlang-asn1,
5
-    erlang-goldrush,
6
     erlang-inets,
7
-    erlang-lager,
8
     erlang-public-key
9
 Description: Smart Reverse IMAP Proxy
10
  Guam is a smart, unjustly outcast Reverse IMAP Proxy that lives at
11
debian.rules Changed
20
 
1
@@ -83,7 +83,7 @@
2
    find _build/default/rel/guam/lib/ -type d -name "src" -exec rm -Rf {} +
3
 
4
    # Copy over all lib dirs
5
-   cp -av _build/default/rel/guam/lib/* $(DESTDIR)/usr/lib/erlang/lib/
6
+   cp -av _build/default/rel/guam/lib $(DESTDIR)/usr/lib/erlang/lib/kolab_guam-$(DEB_VERSION_UPSTREAM)/lib
7
 
8
    # Copy over the release directory as well
9
    cp -av _build/default/rel/guam/releases/ $(DESTDIR)/usr/lib/erlang/lib/kolab_guam-$(DEB_VERSION_UPSTREAM)/
10
@@ -96,9 +96,5 @@
11
    ln -s ../lib/kolab_guam-$(DEB_VERSION_UPSTREAM)/bin/guam \
12
        $(DESTDIR)/usr/lib/erlang/bin/kolab_guam
13
 
14
-   # Symlink for system-installed libraries
15
-   mkdir -p $(DESTDIR)/usr/lib/erlang/lib/kolab_guam-$(DEB_VERSION_UPSTREAM)
16
-   ln -s ../../lib $(DESTDIR)/usr/lib/erlang/lib/kolab_guam-$(DEB_VERSION_UPSTREAM)/lib
17
-
18
 override_dh_gencontrol:
19
    dh_gencontrol
20
guam.dsc Changed
10
 
1
@@ -2,7 +2,7 @@
2
 Source: guam
3
 Binary: guam
4
 Architecture: any
5
-Version: 0.9.12-1
6
+Version: 0.9.12-2
7
 Maintainer: Christoph Erhardt <kolab@sicherha.de>
8
 Homepage: https://kolab.org/about/guam
9
 Standards-Version: 3.9.6
10
Refresh
Refresh
Request History
mollekopf's avatar

mollekopf created request over 2 years ago

Moved the vendorized dependencies to a private location


mollekopf's avatar

mollekopf accepted review over 2 years ago


mollekopf's avatar

mollekopf accepted request over 2 years ago