Projects
Kolab:Winterfell
erlang-lager
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-lager (2.1.0-1~kolab1) unstable; urgency=medium + + * Bump version to 2.1.0. + + -- Christoph Erhardt <kolab@sicherha.de> Fri, 12 Feb 2016 21:39:31 +0100 + +erlang-lager (2.0.3-1) unstable; urgency=low + + * Initial release (Closes: #744880) + + -- Philipp Huebner <debalance@debian.org> Tue, 22 Apr 2014 20:43:25 +0200
View file
debian.control
Added
@@ -0,0 +1,19 @@ +Source: erlang-lager +Priority: optional +Maintainer: Philipp Huebner <debalance@debian.org> +Uploaders: Christoph Erhardt <kolab@sicherha.de> +Build-Depends: debhelper (>= 9), dh-rebar, erlang-goldrush +Standards-Version: 3.9.5 +Section: libs +Homepage: https://github.com/basho/lager + + +Package: erlang-lager +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, erlang-base | ${erlang-abi:Depends}, + ${erlang:Depends}, erlang-goldrush +Description: logging framework for Erlang + Lager (as in the beer) is a logging framework for Erlang. Its purpose is + to provide a more traditional way to perform logging in an erlang application + that plays nicely with traditional UNIX logging tools like logrotate and + syslog.
View file
debian.rules
Added
@@ -0,0 +1,29 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/dpkg/pkg-info.mk + +DESTDIR=$(CURDIR)/debian/erlang-lager + +%: + dh $@ --buildsystem=rebar --with rebar + +override_dh_auto_install: + dh_auto_install + for file in include/*.hrl ; do \ + fname=$$(basename $${file}) ; \ + subdir=$$(basename $$(dirname $${file})) ; \ + if [ ! -f $(DESTDIR)/usr/lib/erlang/lib/lager-$(DEB_VERSION_UPSTREAM)/$${subdir}/$${fname} ] ; then \ + install -m 755 -d $(DESTDIR)/usr/lib/erlang/lib/lager-$(DEB_VERSION_UPSTREAM)/$${subdir} ; \ + install -m 644 $${file} \ + $(DESTDIR)/usr/lib/erlang/lib/lager-$(DEB_VERSION_UPSTREAM)/$${subdir} ; \ + fi ; \ + done + +get-orig-source: + dh_testdir + wget -O ../erlang-lager_$(DEB_VERSION_UPSTREAM).orig.tar.gz \ + https://github.com/basho/lager/archive/$(DEB_VERSION_UPSTREAM).tar.gz
View file
debian.series
Added
@@ -0,0 +1,2 @@ +lager-2.1.0-tmpfs.patch +lager-2.1.0-test-noproc.patch
View file
debian.tar.gz
Added
View file
erlang-lager.dsc
Added
@@ -0,0 +1,15 @@ +Format: 1.0 +Source: erlang-lager +Binary: erlang-lager +Architecture: any +Version: 2.1.0-1~kolab1 +Maintainer: Philipp Huebner <debalance@debian.org> +Uploaders: Christoph Erhardt <kolab@sicherha.de> +Homepage: https://github.com/basho/lager +Standards-Version: 3.9.5 +Build-Depends: debhelper (>= 9), dh-rebar, erlang-goldrush +Package-List: + erlang-lager deb libs optional +Files: + 00000000000000000000000000000000 0 lager_2.1.0.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
.