summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 8d32efb..7ba03a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ wavemon (0.9.1-1) UNRELEASED; urgency=medium
- Build-Depend on debhelper-compat (= 13) instead
* d/control: bump Standards-Version to 4.5.0
- Add Rules-Requires-Root: no
+ * d/rules: Migrate from dpkg-parsechangelog to
+ /usr/share/dpkg/pkg-info.mk
-- Jonathan McCrohan <jmccrohan@gmail.com> Wed, 29 Jul 2020 23:12:28 +0100
diff --git a/debian/rules b/debian/rules
index 1105481..c002621 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,10 @@
#!/usr/bin/make -f
+include /usr/share/dpkg/pkg-info.mk
+
export DEB_CFLAGS_MAINT_APPEND=-pthread -I/usr/include/libnl3
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
-export BUILD_DATE = $(shell LC_ALL=C date -u --date="`dpkg-parsechangelog -SDate`")
-
%:
dh $@
git/commit/src/nyancat.c?id=fca462d02b8e6a366b4080843d9e23d23fc510f5&follow=1'>Rename animation.h to animation.cKevin Lange2-1/+1 2013-03-26Remove legacy toaruos compatibilityKevin Lange1-24/+2 2013-03-14Release 1.1+git20130307.43097eb-1debian/1.1+git20130307.43097eb-1Jonathan McCrohan1-2/+2 2013-03-14Update changelog regarding 1.1+git20130307.43097eb-1Jonathan McCrohan1-0/+11 2013-03-07Ah, right, yes.Kevin Lange1-2/+3 2013-03-07Hm, or not.Kevin Lange1-2/+0 2013-03-07Reset alarm before setting to 2secsKevin Lange1-0/+2 2013-03-07Set alarm for extended options.Kevin Lange1-2/+2