Projects
Kolab:Winterfell
erlang-eimap
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
debian.changelog
Added
@@ -0,0 +1,11 @@ +erlang-eimap (0.2-1+git20160111~kolab1) unstable; urgency=medium + + * Bump to new git version. + + -- Christoph Erhardt <kolab@sicherha.de> Thu, 11 Feb 2016 21:09:49 +0100 + +erlang-eimap (0.1.5-1~kolab1) unstable; urgency=medium + + * Initial release. + + -- Christoph Erhardt <kolab@sicherha.de> Sun, 07 Feb 2016 12:37:53 +0100
View file
debian.control
Added
@@ -0,0 +1,19 @@ +Source: erlang-eimap +Maintainer: Christoph Erhardt <kolab@sicherha.de> +Section: devel +Priority: extra +Standards-Version: 3.9.6 +Homepage: https://git.kolab.org/diffusion/EI/eimap.git +Build-Depends: debhelper (>= 9), erlang-goldrush, erlang-lager, rebar (>= 2.5.1) + +Package: erlang-eimap +Architecture: any +Section: devel +Priority: extra +Depends: ${misc:Depends}, + erlang-base | ${erlang-abi:Depends}, + erlang-goldrush, + ${erlang:Depends} +Enhances: erlang +Description: Erlang IMAP client + IMAP client library for Erlang
View file
debian.rules
Added
@@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +include /usr/share/dpkg/pkg-info.mk + +DESTDIR = $(CURDIR)/debian/erlang-eimap + +%: + dh $@ + +override_dh_auto_build: + rebar compile -v + +override_dh_auto_install: + mkdir -p $(DESTDIR)/usr/lib/erlang/lib/eimap-$(DEB_VERSION_UPSTREAM)/ebin \ + $(DESTDIR)/usr/lib/erlang/lib/eimap-$(DEB_VERSION_UPSTREAM)/src + install -D -m 644 ebin/eimap.app \ + $(DESTDIR)/usr/lib/erlang/lib/eimap-$(DEB_VERSION_UPSTREAM)/ebin/eimap.app + install -D -m 644 ebin/*.beam \ + $(DESTDIR)/usr/lib/erlang/lib/eimap-$(DEB_VERSION_UPSTREAM)/ebin/ + install -D -m 644 src/*.hrl \ + $(DESTDIR)/usr/lib/erlang/lib/eimap-$(DEB_VERSION_UPSTREAM)/src/
View file
debian.tar.gz
Added
View file
erlang-eimap.dsc
Added
@@ -0,0 +1,14 @@ +Format: 1.0 +Source: erlang-eimap +Binary: erlang-eimap +Architecture: any +Version: 0.2-1+git20160111~kolab1 +Maintainer: Christoph Erhardt <kolab@sicherha.de> +Homepage: https://git.kolab.org/diffusion/EI/eimap.git +Standards-Version: 3.9.6 +Build-Depends: debhelper (>= 9), erlang-goldrush, erlang-lager, rebar (>= 2.5.1) +Package-List: + erlang-eimap deb devel extra +Files: + 00000000000000000000000000000000 0 erlang-eimap-0.2.tar.gz + 00000000000000000000000000000000 0 debian.tar.gz
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
.