File: control

package info (click to toggle)
golang-github-go-macaron-session 0.0~git20151014.0.66031fc-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: makefile: 5
file content (46 lines) | stat: -rw-r--r-- 1,969 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: golang-github-go-macaron-session
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-go,
               golang-github-bradfitz-gomemcache-dev,
#    golang-github-couchbaselabs-go-couchbase-dev,
               golang-github-go-sql-driver-mysql-dev,
               golang-github-lib-pq-dev,
#    golang-github-lunny-nodb-dev,
#    golang-github-siddontang-ledisdb-dev,
               golang-github-smartystreets-goconvey-dev,
               golang-github-unknwon-com-dev,
               golang-gopkg-ini.v1-dev,
               golang-gopkg-macaron.v1-dev,
               golang-gopkg-redis.v2-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-macaron-session
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-macaron-session.git
Homepage: https://github.com/go-macaron/session
XS-Go-Import-Path: github.com/go-macaron/session

Package: golang-github-go-macaron-session-dev
Architecture: all
Depends: ${misc:Depends},
         golang-go,
         golang-github-bradfitz-gomemcache-dev,
#    golang-github-couchbaselabs-go-couchbase-dev,
         golang-github-go-sql-driver-mysql-dev,
         golang-github-lib-pq-dev,
#    golang-github-lunny-nodb-dev,
#    golang-github-siddontang-ledisdb-dev,
         golang-github-smartystreets-goconvey-dev,
         golang-github-unknwon-com-dev,
         golang-gopkg-ini.v1-dev,
         golang-gopkg-macaron.v1-dev,
         golang-gopkg-redis.v2-dev
Description: session management middleware for Macaron
 Middleware session provides session management for Macaron
 (https://github.com/go-macaron/macaron).
 It can use many session providers, including memory, file, Redis,
 Memcache, PostgreSQL, MySQL, Couchbase, Ledis and Nodb.