forked from circonus-labs/reconnoiter
-
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.
pkg: fix up debian package to actually work
A number of changes have left the debian package broken including the javalibdir changes and version bumps. Fix these minor issues. Then I also automated the version number creation so that every time you call pkg/build-debian.sh it generates a new version number if the HEAD has moved. It is a little hacky but solves the version bumping issue for now.
- Loading branch information
Brandon Philips
committed
Jun 9, 2011
1 parent
d3e7ae2
commit 1c72b25
Showing
7 changed files
with
23 additions
and
19 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 |
---|---|---|
|
@@ -60,3 +60,4 @@ test/test-stratcon.crt | |
test/test-stratcon.csr | ||
test/test-stratcon.key | ||
test/t/logs | ||
pkg/debian/changelog |
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
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
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 |
---|---|---|
@@ -1,17 +1,5 @@ | ||
reconnoiter (0.0.1+20110411) lucid; urgency=low | ||
reconnoiter (20110609153158) lucid; urgency=low | ||
|
||
* New git snapshot | ||
* HEAD d3e7ae2 buildtools: fix == bashism in mkversion.sh | ||
|
||
-- Thom May <[email protected]> Mon, 11 Apr 2011 06:10:07 -0700 | ||
|
||
reconnoiter (0.0.1+20110204) lucid; urgency=low | ||
|
||
* New svn snapshot | ||
|
||
-- Thom May <[email protected]> Fri, 04 Feb 2011 03:03:38 -0800 | ||
|
||
reconnoiter (0.0.1+20110125) lucid; urgency=low | ||
|
||
* First upload. | ||
|
||
-- Thom May <[email protected]> Tue, 25 Jan 2011 16:14:40 +0000 | ||
-- Brandon Philips <[email protected]> Thu, 09 Jun 2011 15:31:58 -0700 |
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
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
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