From fbdcf593f80d4fe5330376674136fd76fcef5ea2 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 3 Dec 2015 20:41:28 +0100 Subject: debian: Make a new release --- debian/changelog | 8 ++++++++ debian/rules | 3 +++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 40c401d..8adc14f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +osmo-pcap (0.0.8) unstable; urgency=medium + + * Attempt to work with Jumbo frames up to 9000 bytes + * Fix wording in the server error message + * Install cron.daily job that can be changed by the user (e.g. max age of the files) + + -- Holger Hans Peter Freyther Thu, 03 Dec 2015 20:41:24 +0100 + osmo-pcap (0.0.7) unstable; urgency=medium * gprs: Do not collect BVC FLOW CONTROL / ACK messages diff --git a/debian/rules b/debian/rules index 9eff6cd..78ddc43 100755 --- a/debian/rules +++ b/debian/rules @@ -36,3 +36,6 @@ override_dh_auto_install: install -d -m 0755 $(CURDIR)/debian/osmo-pcap-server/etc/osmo-pcap/ install -m 0644 $(CURDIR)/contrib/osmo-pcap-server.cfg $(CURDIR)/debian/osmo-pcap-server/etc/osmo-pcap + + install -d -m 0755 $(CURDIR)/debian/osmo-pcap-server/etc/cron.daily/ + install -m 0755 $(CURDIR)/contrib/osmo_pcap_clean_old $(CURDIR)/debian/osmo-pcap-server/etc/cron.daily/ -- cgit v1.2.3