File: control

package info (click to toggle)
golang-context 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 100 kB
  • ctags: 33
  • sloc: sh: 94; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,352 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
Source: golang-context
Section: devel
Priority: extra
Maintainer: Tianon Gravi <admwiggin@gmail.com>
Uploaders: Docker Packaging Team <docker-maint@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), dh-golang, golang-go
Standards-Version: 3.9.8
Homepage: https://github.com/gorilla/context
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-context.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-context.git

Package: golang-github-gorilla-context-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: golang-context-dev (<< 1.1~)
Replaces: golang-context-dev (<< 1.1~)
Description: General purpose registry for global request variables
 context is part of the Gorilla web toolkit. It stores values shared during a
 request lifetime. For example, a router can set variables extracted from the
 URL and later application handlers can access those values, or it can be used
 to store sessions values to be saved at the end of a request. There are
 several others common uses.

Package: golang-context-dev
Section: oldlibs
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, golang-github-gorilla-context-dev
Description: Transitional package for golang-github-gorilla-context-dev
 This is a transitional package to ease upgrades to the
 golang-github-gorilla-context-dev package.