diff options
| author | Harald Welte <laforge@gnumonks.org> | 2019-01-19 21:59:07 +0100 | 
|---|---|---|
| committer | Harald Welte <laforge@gnumonks.org> | 2019-01-19 22:07:56 +0100 | 
| commit | a0c1cba28a661d9d5c7fcb092afe37e4bd70eeca (patch) | |
| tree | 8dfc57039b3ceac901e1ee16a423943b69b5d6db /debian/control | |
| parent | 6915a219b284dd5bd69fa449b92fd6f04481b803 (diff) | |
Bump version: 0.12.0.128-8dfde → 1.0.0
Change-Id: I1bd973754b1ebc42283f6a07defa60f58523f5a3
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 14 | 
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/control b/debian/control index 33ae2d42..454a548e 100644 --- a/debian/control +++ b/debian/control @@ -27,9 +27,9 @@ Architecture: any  Multi-Arch: foreign  Depends: libosmocodec0 (= ${binary:Version}),           libosmocoding0 (= ${binary:Version}), -         libosmocore11 (= ${binary:Version}), +         libosmocore12 (= ${binary:Version}),           libosmogb6 (= ${binary:Version}), -         libosmogsm10 (= ${binary:Version}), +         libosmogsm11 (= ${binary:Version}),           libosmovty4 (= ${binary:Version}),           libosmoctrl0 (= ${binary:Version}),           libosmosim0 (= ${binary:Version}), @@ -110,7 +110,7 @@ Description: Documentation for the osmo coding library   .   This package contains the documentation for the libosmocoding library. -Package: libosmocore11 +Package: libosmocore12  Section: libs  Architecture: any  Multi-Arch: same @@ -124,14 +124,14 @@ Description: Osmo Core library   (at least) other programs that are developed in the sphere of Free Software /   Open Source mobile communication.   . - The libosmocore11 library in particular is a collection of common code used in + The libosmocore12 library in particular is a collection of common code used in   various sub-projects inside the Osmocom family of projects.  Package: libosmocore-doc  Architecture: all  Section: doc  Depends: ${misc:Depends}, -         libosmocore11, +         libosmocore12,           libjs-jquery,           libosmocodec-doc,           libosmocoding-doc, @@ -178,7 +178,7 @@ Description: Documentation for the Osmo GPRS Gb library   .   This package contains the documentation for the libosmogb library. -Package: libosmogsm10 +Package: libosmogsm11  Section: libs  Architecture: any  Multi-Arch: same @@ -202,7 +202,7 @@ Package: libosmogsm-doc  Architecture: all  Section: doc  Depends: ${misc:Depends}, -         libosmogsm10, +         libosmogsm11,           libjs-jquery  Description: Documentation for the Osmo GSM utility library   This is part of the libosmocore "meta"-library. The libosmocore library  | 
