From a73ca05db6d674ee072e29a950fbf4604fa26198 Mon Sep 17 00:00:00 2001 From: Eric Butler Date: Tue, 14 Aug 2012 17:40:58 -0700 Subject: [PATCH] Update debian package. --- openbsc/debian/changelog | 6 ++++ openbsc/debian/control | 2 +- openbsc/debian/patches/debian-changes-0.9.4-1 | 29 ------------------- openbsc/debian/patches/series | 1 - openbsc/debian/rules | 22 +++++--------- openbsc/debian/source/format | 2 +- 6 files changed, 15 insertions(+), 47 deletions(-) delete mode 100644 openbsc/debian/patches/debian-changes-0.9.4-1 delete mode 100644 openbsc/debian/patches/series diff --git a/openbsc/debian/changelog b/openbsc/debian/changelog index ec5cf1fd1..42c06f8f2 100644 --- a/openbsc/debian/changelog +++ b/openbsc/debian/changelog @@ -1,3 +1,9 @@ +openbsc (0.12.0+git26) precise; urgency=low + + * Updated ubuntu package. + + -- Eric Butler Tue, 14 Aug 2012 17:36:51 -0700 + openbsc (0.9.13.115.eb113-1) natty; urgency=low * New upstream release diff --git a/openbsc/debian/control b/openbsc/debian/control index e7d1f6ec6..301004567 100644 --- a/openbsc/debian/control +++ b/openbsc/debian/control @@ -2,7 +2,7 @@ Source: openbsc Section: net Priority: optional Maintainer: Harald Welte -Build-Depends: debhelper (>= 7.0.0~), autotools-dev, pkg-config, libgtp, libosmocore-dev, libosmo-sccp-dev, libdbi0-dev +Build-Depends: debhelper (>= 7.0.0~), autotools-dev, pkg-config, libgtp-dev, libosmocore-dev, libosmo-sccp-dev, libdbi0-dev, dh-autoreconf, libosmo-abis-dev Standards-Version: 3.8.4 Homepage: http://openbsc.osmocom.org/ Vcs-Git: git://bs11-abis.gnumonks.org/openbsc.git diff --git a/openbsc/debian/patches/debian-changes-0.9.4-1 b/openbsc/debian/patches/debian-changes-0.9.4-1 deleted file mode 100644 index d7e6d61bf..000000000 --- a/openbsc/debian/patches/debian-changes-0.9.4-1 +++ /dev/null @@ -1,29 +0,0 @@ -Description: Upstream changes introduced in version 0.9.4-1 - This patch has been created by dpkg-source during the package build. - Here's the last changelog entry, hopefully it gives details on why - those changes were made: - . - openbsc (0.9.4-1) unstable; urgency=low - . - * Initial release (Closes: #nnnn) - . - The person named in the Author field signed this changelog entry. -Author: Harald Welte - ---- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - -Origin: , -Bug: -Bug-Debian: http://bugs.debian.org/ -Bug-Ubuntu: https://launchpad.net/bugs/ -Forwarded: -Reviewed-By: -Last-Update: - ---- /dev/null -+++ openbsc-0.9.4/.version -@@ -0,0 +1 @@ -+0.9.4 diff --git a/openbsc/debian/patches/series b/openbsc/debian/patches/series deleted file mode 100644 index c6d90ecb9..000000000 --- a/openbsc/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -debian-changes-0.9.4-1 diff --git a/openbsc/debian/rules b/openbsc/debian/rules index 8de0ecc48..4331d02a3 100755 --- a/openbsc/debian/rules +++ b/openbsc/debian/rules @@ -13,19 +13,11 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This has to be exported to make some magic below work. -export DH_OPTIONS - -# this requires debhelper 7.0.50 or above, which lenny doesn't have yet! -#override_dh_auto_configure: -# dh_auto_configure -- --enable-nat --enable-osmo-bsc - -build: build-stamp -build-stamp: - dh build --before configure - dh_auto_configure -- --enable-nat --enable-osmo-bsc - dh build --after configure - touch build-stamp - %: - dh $@ + dh --with autoreconf $@ + +override_dh_auto_configure: + dh_auto_configure -- --enable-nat --enable-osmo-bsc + +override_dh_auto_test: +# tests are broken... diff --git a/openbsc/debian/source/format b/openbsc/debian/source/format index 163aaf8d8..89ae9db8f 100644 --- a/openbsc/debian/source/format +++ b/openbsc/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native)