Overview

Request 1587 (accepted)

No description set

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


Jeroen van Meeuwen's avatar

vanmeeuwen accepted request about 9 years ago

Please add a comment