From eaa69345652e35151cd6b32550a963b56f1abbd1 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Thu, 20 Dec 2018 19:26:06 -0500 Subject: Begin packaging 1.3.3 --- debian/rules | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..206bfd9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +%: + dh $@ --no-parallel --with autoreconf + +.PHONY: override_dh_autoreconf +override_dh_autoreconf: + dh_autoreconf -- ./autogen.sh -- cgit v1.2.3