aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules3
2 files changed, 11 insertions, 0 deletions
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 <holger@moiji-mobile.com> 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/