Skip to content

Commit

Permalink
Debianized
Browse files Browse the repository at this point in the history
  • Loading branch information
dym committed Jan 10, 2012
1 parent da11108 commit e949a0c
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
@@ -0,0 +1,5 @@
alogger (20120110-1) unstable; urgency=low

* Initial release

-- Dmitriy Budashny <dmitriy.budashny@gmail.com> Tue, 10 Jan 2012 14:43:50 +0200
1 change: 1 addition & 0 deletions debian/compat
@@ -0,0 +1 @@
8
14 changes: 14 additions & 0 deletions debian/control
@@ -0,0 +1,14 @@
Source: alogger
Section: unknown
Priority: extra
Maintainer: Dmitriy Budashny <dmitriy.budashny@gmail.com>
Build-Depends: debhelper (>= 8.0.0), git, erlang-base, erlang-syslog
Standards-Version: 3.9.2
Homepage: https://github.com/siberian-fast-food/alogger
#Vcs-Git: git://git.debian.org/collab-maint/alogger.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/alogger.git;a=summary

Package: alogger
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simply the best logging framework for Erlang
17 changes: 17 additions & 0 deletions debian/copyright
@@ -0,0 +1,17 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: alogger
Source: https://github.com/siberian-fast-food/alogger

Files: *
Copyright: 2011 Siberian Fast Food
License: Erlang Public License 1.1
The contents of this file are subject to the Erlang Public License,
Version 1.1, (the "License"); you may not use this file except in
compliance with the License. You should have received a copy of the
Erlang Public License along with this software. If not, it can be
retrieved online at http://www.erlang.org/.

Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
the License for the specific language governing rights and limitations
under the License.
1 change: 1 addition & 0 deletions debian/dirs
@@ -0,0 +1 @@
usr/lib/erlang/lib
1 change: 1 addition & 0 deletions debian/docs
@@ -0,0 +1 @@
README.md
1 change: 1 addition & 0 deletions debian/files
@@ -0,0 +1 @@
alogger_20120110-1_amd64.deb unknown extra
4 changes: 4 additions & 0 deletions debian/install
@@ -0,0 +1,4 @@
priv/ usr/lib/erlang/lib/alogger/
include/ usr/lib/erlang/lib/alogger/
doc/ usr/lib/erlang/lib/alogger/
ebin/ usr/lib/erlang/lib/alogger/
18 changes: 18 additions & 0 deletions debian/rules
@@ -0,0 +1,18 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
dh $@

override_dh_auto_build:
./rebar get-deps compile

override_dh_auto_test:
1 change: 1 addition & 0 deletions debian/source/format
@@ -0,0 +1 @@
3.0 (quilt)

0 comments on commit e949a0c

Please sign in to comment.