[osmo-bts] 01/01: Fixed formattin issue in man page Print test results in case of a failure Fixed reproducibility

Ruben Undheim rubund-guest at moszumanska.debian.org
Tue May 31 17:44:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository osmo-bts.

commit c538d48329413a64c271eb40d51505e3bf02c6a0
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Tue May 31 19:38:31 2016 +0200

    Fixed formattin issue in man page
    Print test results in case of a failure
    Fixed reproducibility
---
 debian/changelog           | 10 ++++++++++
 debian/man/osmobts-trx.txt | 12 ++++++------
 debian/rules               |  8 +++++++-
 3 files changed, 23 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e986780..3c831fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+osmo-bts (0.4.0-2) UNRELEASED; urgency=medium
+
+  * debian/man/osmobts-trx.txt:
+    - Fixed formatting issue
+  * debian/rules:
+    - Fixed reproducibility issue with date in man page
+    - Print test results in case of a failure
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Tue, 31 May 2016 19:37:22 +0200
+
 osmo-bts (0.4.0-1) unstable; urgency=low
 
   * Initial release (Closes: #806584)
diff --git a/debian/man/osmobts-trx.txt b/debian/man/osmobts-trx.txt
index f0187e1..b4453d7 100644
--- a/debian/man/osmobts-trx.txt
+++ b/debian/man/osmobts-trx.txt
@@ -6,12 +6,12 @@ SYNOPSIS
 
 DESCRIPTION
  OsmoBTS is a software implementation of Layer2/3 of a BTS. It implements the
- following protocols/interfaces: .
-    LAPDm (GSM 04.06)
-    RTP
-    A-bis/IP in IPA multiplex
-    OML (GSM TS 12.21)
-    RSL (GSM TS 08.58)
+ following protocols/interfaces:
+    - LAPDm (GSM 04.06)
+    - RTP
+    - A-bis/IP in IPA multiplex
+    - OML (GSM TS 12.21)
+    - RSL (GSM TS 08.58)
  
  OsmoBTS is modular and has support for multiple back-ends. A back-end talks to
  a specific L1/PHY implementation of the respective BTS hardware. Based on this
diff --git a/debian/rules b/debian/rules
index 61008c0..f4bb955 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-CHANGELOG_DATE ?= $(shell date -d "`dpkg-parsechangelog --show-field Date`" +"%d %B %Y")
+CHANGELOG_DATE ?= $(shell LC_ALL=C date -u -d "`dpkg-parsechangelog --show-field Date`" +"%d %B %Y")
 
 %:
 	dh $@ --with autoreconf
@@ -23,3 +23,9 @@ override_dh_clean:
 	$(RM) debian/man/osmobts-trx.1
 	$(RM) tests/package.m4
 	$(RM) tests/testsuite
+
+
+# Print test results in case of a failure
+override_dh_auto_test:
+	dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/osmo-bts.git



More information about the debian-science-commits mailing list