forked from streadway/barn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from soundcloud/debian
Debian
- Loading branch information
Showing
6 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
barn-agent/barn-agent usr/bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
barn-master/barn-master usr/bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 $@ |