From 5ab8a8332acaf95837652d35ba49c3c912570931 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Mon, 5 Mar 2012 12:25:55 -0800 Subject: [PATCH] Copy README.md to README in the Debian build --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 85ce4e2..c21f75a 100755 --- a/debian/rules +++ b/debian/rules @@ -11,3 +11,7 @@ %: dh $@ --with autoreconf + +override_dh_autoreconf: + cp README.md README + dh_autoreconf