Codebase list golang-gomega / 6c9af8a
Rename package to golang-github-onsi-gomega-dev Arnaud Rebillout 3 years ago
2 changed file(s) with 14 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1717 Rules-Requires-Root: no
1818 XS-Go-Import-Path: github.com/onsi/gomega
1919
20 Package: golang-gomega-dev
20 Package: golang-github-onsi-gomega-dev
2121 Architecture: all
2222 Depends: golang-golang-x-net-dev,
2323 golang-golang-x-xerrors-dev,
2525 golang-goprotobuf-dev,
2626 ${misc:Depends},
2727 ${shlibs:Depends},
28 Provides: golang-gomega-dev,
29 Breaks: golang-gomega-dev (<< 1.10.3-1~),
30 Replaces: golang-gomega-dev (<< 1.10.3-1~),
2831 Description: Matcher/assertion library for the Go programming language
2932 Gomega is a matcher/assertion library. It is best paired with the Ginkgo BDD
3033 test framework, but can be adapted for use in other contexts too.
34
35 Package: golang-gomega-dev
36 Architecture: all
37 Section: oldlibs
38 Depends: golang-github-onsi-gomega-dev,
39 ${misc:Depends},
40 Description: Transitional package for golang-github-onsi-gomega-dev
41 This is a transitional package to ease upgrades to the
42 golang-github-onsi-gomega-dev package. It can safely be removed.