summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/debian
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2012-11-14 20:17:37 +0100
committerSylvain Munaut <tnt@246tNt.com>2012-11-14 20:17:37 +0100
commit5c036d59831d013099ba6f750c25018f4bc3bef9 (patch)
tree02718ab4a266f7243e5c25c0fdb57c180779bb8e /src/shared/libosmocore/debian
parent63cb795d22a25fc3992b9723039b6ec75e964cd8 (diff)
parent5905d5be60249b2d9ca9abce4c801bc3bceed6d9 (diff)
Merge commit '5905d5be60249b2d9ca9abce4c801bc3bceed6d9'
Diffstat (limited to 'src/shared/libosmocore/debian')
-rw-r--r--src/shared/libosmocore/debian/changelog6
-rw-r--r--src/shared/libosmocore/debian/control2
-rwxr-xr-xsrc/shared/libosmocore/debian/rules5
3 files changed, 7 insertions, 6 deletions
diff --git a/src/shared/libosmocore/debian/changelog b/src/shared/libosmocore/debian/changelog
index 11ac298d..c2b221b1 100644
--- a/src/shared/libosmocore/debian/changelog
+++ b/src/shared/libosmocore/debian/changelog
@@ -1,3 +1,9 @@
+libosmocore (0.5.3+git1-2) unstable; urgency=low
+
+ * New upstream version
+
+ -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 05 Nov 2012 21:35:57 +0100
+
libosmocore (0.5.3+git1-1) precise; urgency=low
* Fix issue with package version.
diff --git a/src/shared/libosmocore/debian/control b/src/shared/libosmocore/debian/control
index a3083e69..cd8398fd 100644
--- a/src/shared/libosmocore/debian/control
+++ b/src/shared/libosmocore/debian/control
@@ -2,7 +2,7 @@ Source: libosmocore
Section: libs
Priority: optional
Maintainer: Harald Welte <laforge@gnumonks.org>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git, doxygen
Standards-Version: 3.8.4
Homepage: http://bb.osmocom.org/trac/wiki/libosmocore
Vcs-Git: git://git.osmocom.org/libosmocore.git
diff --git a/src/shared/libosmocore/debian/rules b/src/shared/libosmocore/debian/rules
index 430babce..f97995d5 100755
--- a/src/shared/libosmocore/debian/rules
+++ b/src/shared/libosmocore/debian/rules
@@ -13,8 +13,6 @@ DEBIAN := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2)
DEBVERS := $(shell echo '$(DEBIAN)' | cut -d- -f1)
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')
-CFLAGS = -Wall -g
-
%:
dh --with autoreconf $@ --fail-missing
@@ -25,6 +23,3 @@ override_dh_autoreconf:
echo $(VERSION) > .tarball-version
dh_autoreconf
-override_dh_auto_test:
-# tests are broken...
-