Skip to content

Commit

Permalink
Merge pull request #3 from soundcloud/debian
Browse files Browse the repository at this point in the history
Debian
  • Loading branch information
Omid Aladini committed Jul 23, 2013
2 parents feb498d + 3ec7695 commit 9df67dc
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/barn-agent.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
barn-agent/barn-agent usr/bin/
1 change: 1 addition & 0 deletions debian/barn-master.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
barn-master/barn-master usr/bin/
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
barn (0.5.13-1) stable; urgency=low

* Initial release.

-- Frederic Jaeckel <[email protected]> Mon, 15 Jul 2013 11:49:48 +0200
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
18 changes: 18 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Source: barn
Section: devel
Priority: optional
Maintainer: Data Team <[email protected]>
Standards-Version: 3.9.1
Build-Depends: debhelper (>= 7), libstdc++6, gcc, openjdk-6-jdk, ghc, scons, libboost-all-dev
Vcs-Git: [email protected]:soundcloud/barn.git
Homepage: https://github.com/soundcloud/barn

Package: barn-agent
Architecture: amd64
Depends: ${shlibs:Depends}
Description: Barn is a log aggregation and archival system.

Package: barn-master
Architecture: amd64
Depends: ${shlibs:Depends}
Description: Barn is a log aggregation and archival system.
11 changes: 11 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/make -f
# -*- makefile -*-

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

export BOOST_INCLUDE_PATH=/usr/include/boost/
export BOOST_LIB_PATH=/usr/lib/

%:
dh $@

0 comments on commit 9df67dc

Please sign in to comment.