Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
berthad (1.0+git20120512.dadbb9aecf) stable; urgency=low

* Initial release

-- Wouter Geraedts <w.geraedts@onii.org> Thu, 07 Jun 2012 15:18:14 +0200
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
15 changes: 15 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Source: berthad
Section: database
Priority: extra
Maintainer: Wouter Geraedts <w.geraedts@onii.org>
Build-Depends: debhelper (>= 8.0.0), cmake, cdbs, libglib2.0-dev
Standards-Version: 3.9.2
Homepage: https://github.com/bertha/berthad

Package: berthad
Architecture: any
Depends: libglib2.0-0, ${shlibs:Depends}, ${misc:Depends}
Description: Simple, fast, no-nonsense TCP server to store blobs of data.
BerthaD is a simple, fast, no-nonsense TCP server to store blobs
of data by its SHA256 hash with just three operations:
PUT, LIST and GET.
39 changes: 39 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: berthad
Source: http://www.gnu.org/licenses/agpl-3.0.html

Files: *
Copyright: 2011-2012 Bas Westerbaan <bas@westerbaan.name>
2011-2012 Jille Timmermans
License: AGPL-3
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

Files: debian/*
Copyright: 2012 Wouter Geraedts <w.geraedts@onii.org>
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
1 change: 1 addition & 0 deletions debian/docs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.md
4 changes: 4 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)