~ubuntu-branches/ubuntu/wily/golang-github-golang-leveldb/wily-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Hilko Bengen
  • Date: 2015-08-03 21:47:50 UTC
  • Revision ID: package-import@ubuntu.com-20150803214750-i4y2i9flopekt9eo
Tags: 0.0~git20150720.0.df57eb2-1
Initial release (Closes: #794595)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: golang-github-golang-leveldb
 
2
Section: devel
 
3
Priority: extra
 
4
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
 
5
Uploaders: Hilko Bengen <bengen@debian.org>
 
6
Build-Depends: debhelper (>= 9),
 
7
               dh-golang,
 
8
               golang-go,
 
9
               golang-github-golang-snappy-dev,
 
10
Standards-Version: 3.9.6
 
11
Homepage: https://github.com/golang/leveldb
 
12
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-github-golang-leveldb.git;a=summary
 
13
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-golang-leveldb.git
 
14
 
 
15
Package: golang-github-golang-leveldb-dev
 
16
Architecture: all
 
17
Depends: ${shlibs:Depends},
 
18
         ${misc:Depends},
 
19
         golang-go,
 
20
         golang-github-golang-snappy-dev,
 
21
Built-Using: ${misc:Built-Using}
 
22
Description: Implementation of the LevelDB key/value database in Go
 
23
 LevelDB is a fast key-value storage library written at Google that
 
24
 provides an ordered mapping from string keys to string values.
 
25
 .
 
26
 This is an implementation of LevelDB in the Go language.