Package: src:debirf
Version: 0.36
Severity: minor
Tags: patch

Dear Maintainer,

May I propose the patch below ? I suppose that the contents of
of /usr/share/debirf/version is not exactly what was intended :

$ cat /usr/share/debirf/version
0.36) unstable; urgency=medium

Thank you for your ongoing work to improve debirf !

Regards,
JH Chatenet

--- Makefile.orig
+++ Makefile
@@ -6,7 +6,7 @@
 #               Daniel Kahn Gillmor <d...@fifthhorseman.net>
 # Licensed under GPL v3 or later
 
-VERSION := `head -n1 debian/changelog | sed 's/.*(\([^-]*\).*/\1/'`
+VERSION := `head -n1 debian/changelog | sed 's/.*(\([^-)]*\).*/\1/'`
 BUILD_DATE := $(shell dpkg-parsechangelog --show-field Date)
 
 PREFIX ?= /usr

Reply via email to