Projects
home:mollekopf:branches:Kolab:Winterfell
guam-selfcontained
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 16
View file
debian.control
Changed
@@ -11,8 +11,7 @@ Package: guam Architecture: any Section: mail -Depends: erlang-base, - erlang-base-hipe, +Depends: erlang-base | erlang-base-hipe, erlang-asn1, erlang-goldrush, erlang-inets,
View file
debian.rules
Changed
@@ -6,35 +6,6 @@ LIBDIR = $(CURDIR)/debian/guam-libs BUNDLEDIR = $(CURDIR)/debian/guam-bundled-libs -# The versions of all dependencies are hardcoded by relx (which honestly sucks). -# The following magic tries to ensure that the Debian package's dependencies are -# pinned to the versions present on the build machine. -# Usually, we pull in the package "guam-libs", which declares all the regular -# dependencies and creates an appropriate "lib" symlink. -# However, if the dependencies cannot be satisfied on the end user's machine - -# for instance because a different Erlang version was installed from backports -# - we make the package manager pull in an extra package "guam-bundled-libs" -# that contains all the dependencies in the exact versions expected by relx. -# -# For maintainers, the bottom line is this: please revision-bump this package -# every time one of its dependencies gets version-bumped. -# currver = $(shell dpkg-query -f '$${Version}' -W $(1) | sed 's/+-.*$$//') -# nextver = $(shell echo $(call currver,$(1)) | perl -pe 's/((\d+\.)*)(\d+)$$/$$1.($$3+1)/e') -# pinvermin = $(1) (>= $(call currver,$(1))) -# pinvermax = $(1) (<< $(call nextver,$(1))) -# pinver = $(call pinvermin,$(1)), $(call pinvermax,$(1)) -# pinvererlmin = $(1) (>= $(call currver,erlang)) -# pinvererlmax = $(1) (<< $(call nextver,erlang)) - -# We ship these packages ourselves, so they don't need bundling -# KOLAB_PROVIDED_DEPS := $(call pinver,erlang-eimap), $(call pinver,erlang-lager-syslog) -# EIMAP_DIR := eimap-$(call currver,erlang-eimap) -# LAGER_SYSLOG_DIR := lager_syslog-$(call currver,erlang-lager-syslog) - -# SUBSTVARS += -Vdist:GuamDepends="guam-libs (= $(DEB_VERSION)) | guam-bundled-libs (= $(DEB_VERSION))" -# SUBSTVARS += -Vdist:GuamLibDepends="$(call pinvererlmin,erlang-base) | $(call pinvererlmin,erlang-base-hipe), $(call pinvererlmax,erlang-base) | $(call pinvererlmax,erlang-base-hipe), $(KOLAB_PROVIDED_DEPS), $(call pinver,erlang-asn1), $(call pinver,erlang-goldrush), $(call pinver,erlang-inets), $(call pinver,erlang-lager), $(call pinver,erlang-public-key)" -# SUBSTVARS += -Vdist:GuamBundleDepends="$(KOLAB_PROVIDED_DEPS)" - %: dh $@ --with=systemd
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
.