summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Alteholz <debian@alteholz.de>2017-09-11 19:52:59 +0200
committerThorsten Alteholz <debian@alteholz.de>2018-04-09 19:46:10 +0200
commit13338adce55fd369fbff0f78fa4af2545899032b (patch)
treec64db3cdc01c4bec3ecc3416f547d2331354f399
parent8a3f27e92ce0ee8827726e94b1465b2ca6251af3 (diff)
Import Debian changes 0.3.2+20151106git86fc3c8-3
libosmo-abis (0.3.2+20151106git86fc3c8-3) unstable; urgency=medium * debian/control: add myself to uploaders * debian/control: move package to debian-mobcom and change URLs * debian/control: change maintainer to debian-mobcom-maintainers * debian/control: use dh10 * debian/control: bump standard to 4.1.0 (no changes) * debian/control: remove dbg package * debian/control: remove redundant dependency of dh-autoreconf
-rw-r--r--debian/changelog12
-rw-r--r--debian/compat2
-rw-r--r--debian/control36
-rwxr-xr-xdebian/rules4
4 files changed, 33 insertions, 21 deletions
diff --git a/debian/changelog b/debian/changelog
index 0998278..d2d3175 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+libosmo-abis (0.3.2+20151106git86fc3c8-3) unstable; urgency=medium
+
+ * debian/control: add myself to uploaders
+ * debian/control: move package to debian-mobcom and change URLs
+ * debian/control: change maintainer to debian-mobcom-maintainers
+ * debian/control: use dh10
+ * debian/control: bump standard to 4.1.0 (no changes)
+ * debian/control: remove dbg package
+ * debian/control: remove redundant dependency of dh-autoreconf
+
+ -- Thorsten Alteholz <debian@alteholz.de> Mon, 11 Sep 2017 19:52:59 +0200
+
libosmo-abis (0.3.2+20151106git86fc3c8-2) unstable; urgency=medium
* debian/control:
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 409b245..632f6f5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,17 @@
Source: libosmo-abis
-Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
+Maintainer: Debian Mobcom Maintainers <Debian-mobcom-maintainers@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
+ , Thorsten Alteholz <debian@alteholz.de>
Section: libs
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10),
libdpkg-perl,
libosmocore-dev,
pkg-config,
libortp-dev
-Standards-Version: 3.9.7
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/libosmo-abis.git
-Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/libosmo-abis.git
+Standards-Version: 4.1.0
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-mobcom/libosmo-abis.git
+Vcs-Git: https://anonscm.debian.org/git/debian-mobcom/libosmo-abis.git
Homepage: http://openbsc.osmocom.org/trac/wiki/libosmo-abis
Package: libosmoabis5
@@ -51,15 +51,15 @@ Description: Development headers for A-bis interface
development files needed to develop with the libosmoabis and libosmotrau
libraries.
-Package: libosmo-abis-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: libosmoabis5 (= ${binary:Version}),
- libosmotrau1 (= ${binary:Version}),
- ${misc:Depends}
-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
- debug symbols for the two libraries libosmoabis and libosmotrau.
+#Package: libosmo-abis-dbg
+#Architecture: any
+#Multi-Arch: same
+#Section: debug
+#Priority: extra
+#Depends: libosmoabis5 (= ${binary:Version}),
+# libosmotrau1 (= ${binary:Version}),
+# ${misc:Depends}
+#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
+# debug symbols for the two libraries libosmoabis and libosmotrau.
diff --git a/debian/rules b/debian/rules
index 66a91b9..1680694 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with autoreconf
-override_dh_strip:
- dh_strip --dbg-package=libosmo-abis-dbg
+#override_dh_strip:
+# dh_strip --dbg-package=libosmo-abis-dbg
override_dh_autoreconf:
echo $(VERSION) > .tarball-version