Codebase list golang-github-gorilla-rpc / b5de985
Add Replaces / Breaks after package renaming. Thanks: Andreas Beckmann <anbe@debian.org> Closes: #915581 Dr. Tobias Quathamer 5 years ago
1 changed file(s) with 9 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1515 Architecture: all
1616 Depends: ${shlibs:Depends},
1717 ${misc:Depends}
18 Replaces: golang-github-gorilla-rpc (<< 0.0~git20160927.22c016f-2~)
19 Breaks: golang-github-gorilla-rpc (<< 0.0~git20160927.22c016f-2~)
1820 Description: golang foundation for RPC over HTTP services
1921 gorilla/rpc is a foundation for RPC over HTTP services, providing access to
2022 the exported methods of an object through HTTP requests. It derives from the
2426 - A codec is chosen based on the "Content-Type" header from the request.
2527 - Service methods also receive http.Request as parameter.
2628 - This package can be used on Google App Engine.
29
30 Package: golang-github-gorilla-rpc
31 Architecture: all
32 Depends: golang-github-gorilla-rpc-dev, ${misc:Depends}
33 Section: oldlibs
34 Description: Transitional package for golang-github-gorilla-rpc-dev
35 This is a transitional package. It can safely be removed.