[libosmo-abis] 01/01: Fixed some problems in d/control
Ruben Undheim
rubund-guest at moszumanska.debian.org
Wed Feb 10 18:47:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository libosmo-abis.
commit 41c6af9c1f04411a79a3b8a4d1af841178f088c4
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Wed Feb 10 19:47:44 2016 +0100
Fixed some problems in d/control
---
debian/changelog | 8 ++++++++
debian/control | 23 ++++++++++++-----------
2 files changed, 20 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6ddf556..cd5db7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libosmo-abis (0.3.2+20151106git86fc3c8-2) UNRELEASED; urgency=medium
+
+ * debian/control:
+ - Fixed Vcs-Git url
+ - Ran "cme fix dpkg-control"
+
+ -- Ruben Undheim <ruben.undheim at gmail.com> Wed, 10 Feb 2016 19:46:52 +0100
+
libosmo-abis (0.3.2+20151106git86fc3c8-1) unstable; urgency=low
* Initial release (Closes: #806582)
diff --git a/debian/control b/debian/control
index e2a1764..409b245 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,24 @@
Source: libosmo-abis
-Section: libs
-Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim at gmail.com>
+Section: libs
+Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
libdpkg-perl,
libosmocore-dev,
pkg-config,
libortp-dev
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/libosmo-abis.git
-Vcs-Git: git://anonscm.debian.org/debian-science/packages/libosmocore.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/libosmo-abis.git
Homepage: http://openbsc.osmocom.org/trac/wiki/libosmo-abis
-
Package: libosmoabis5
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: GSM A-bis handling
This library contains common/shared code regarding the A-bis interface between
the GSM Base transceiver station (BTS) and the GSM Base station controller BSC.
@@ -28,8 +28,9 @@ Description: GSM A-bis handling
Package: libosmotrau1
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: GSM trau handling
This library implements the Transcoder and Rate Adaptation Unit (TRAU) for
GSM systems. It is closely related to the libosmo-abis library.
@@ -38,12 +39,12 @@ Description: GSM trau handling
for data channels in the GSM network.
Package: libosmo-abis-dev
-Section: libdevel
Architecture: any
+Multi-Arch: same
+Section: libdevel
Depends: ${misc:Depends},
libosmotrau1 (= ${binary:Version}),
libosmoabis5 (= ${binary:Version})
-Multi-Arch: same
Description: Development headers for A-bis interface
The libosmo-abis library contains common/shared code regarding the A-bis
interface between GSM BTS and BSC. This package in particular contains the
@@ -51,13 +52,13 @@ Description: Development headers for A-bis interface
libraries.
Package: libosmo-abis-dbg
-Section: debug
Architecture: any
+Multi-Arch: same
+Section: debug
Priority: extra
Depends: libosmoabis5 (= ${binary:Version}),
libosmotrau1 (= ${binary:Version}),
${misc:Depends}
-Multi-Arch: same
Description: Debug symbols for A-bis interface
The libosmo-abis library contains common/shared code regarding the A-bis
interface between GSM BTS and BSC. This package in particular contains the
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libosmo-abis.git
More information about the debian-science-commits
mailing list