Projects
Kolab:16:TestingLinked
guam-selfcontained-otp18
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
include_erts.patch
Added
@@ -0,0 +1,12 @@ +diff '--color=auto' -r -u -N guam-0.9.13.orig/rebar.config guam-0.9.13/rebar.config +--- guam-0.9.13.orig/rebar.config 2023-07-12 23:01:09.466682083 +0200 ++++ guam-0.9.13/rebar.config 2023-07-12 23:32:44.283087476 +0200 +@@ -27,7 +27,7 @@ + { cover_enabled, true }. + { relx, { release, { guam, "0.9.13" }, kolab_guam}, + { dev_mode, false }, +- { include_erts, false }, ++ { include_erts, true }, + { extended_start_script, true }, + { overlay, + { mkdir, "log/sasl" },
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +guam (0.9.13-2) unstable; urgency=medium + + * Bundle Erlang Run-Time System + + -- Christoph Erhardt <kolab@sicherha.de> Wed, 12 Jul 2023 23:03:13 +0200 + guam (0.9.13-1) unstable; urgency=medium * Release of version 0.9.13
View file
debian.rules
Changed
@@ -82,6 +82,9 @@ # Remove the sources find _build/default/rel/guam/lib/ -type d -name "src" -exec rm -Rf {} + + # Copy over the ERTS directory + cp -av _build/default/rel/guam/erts-* $(DESTDIR)/usr/lib/erlang/lib/kolab_guam-$(DEB_VERSION_UPSTREAM)/ + # Copy over all lib dirs cp -av _build/default/rel/guam/lib $(DESTDIR)/usr/lib/erlang/lib/kolab_guam-$(DEB_VERSION_UPSTREAM)/lib
View file
debian.series
Changed
@@ -0,0 +1,1 @@ +include_erts.patch
View file
guam.dsc
Changed
@@ -2,7 +2,7 @@ Source: guam Binary: guam Architecture: any -Version: 0.9.13-1 +Version: 0.9.13-2 Maintainer: Christoph Erhardt <kolab@sicherha.de> Homepage: https://kolab.org/about/guam Standards-Version: 3.9.6
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.