summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-11-29 21:03:06 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2018-11-29 21:03:43 +0100
commite9e2004aeaf6f9dd616e146534443a673ecbd132 (patch)
tree231cff2fffb774e083c8de7329a6c866bb43ac8e
parent38279fc7ca4b65213c641d9d492b3cc88a53fca0 (diff)
Remove timestamp from generated .py file from grc
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules1
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 712d294..f3be20b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gr-dab (0.3-3) UNRELEASED; urgency=medium
+
+ * debian/rules:
+ - Remove timestamp from generated .py file
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Thu, 29 Nov 2018 21:03:15 +0100
+
gr-dab (0.3-2) unstable; urgency=medium
* debian/control:
diff --git a/debian/rules b/debian/rules
index 10dde04..5dae74c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,7 @@ override_dh_auto_install:
$(RM) debian/tmp/usr/lib/python2.7/dist-packages/grdab/*.pyo
$(RM) debian/tmp/usr/lib/python2.7/dist-packages/grdab/app/*.pyc
$(RM) debian/tmp/usr/lib/python2.7/dist-packages/grdab/app/*.pyo
+ sed -i 's/^# Generated:.*$$/#/' debian/tmp/usr/lib/python2.7/dist-packages/grdab/app/adjustment_gui.py
override_dh_installman:
cd debian/man ; CHANGELOG_DATE="$(CHANGELOG_DATE)" ./genmanpages.sh