From 8fa8bac35ed1f91de5648bdded5ba7f21bd853f4 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Wed, 7 Mar 2012 01:12:09 -0500 Subject: [PATCH] Distribute README.md with Debian package instead of copying to README [andersk@mit.edu: No changes, but I note for the record that dh overrides require a debhelper (>= 7.0.50) dependency that should have been listed in the control file, and there was nothing to clean up README after it was copied.] --- debian/docs | 3 +-- debian/rules | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/debian/docs b/debian/docs index 50bd824..b43bf86 100644 --- a/debian/docs +++ b/debian/docs @@ -1,2 +1 @@ -NEWS -README +README.md diff --git a/debian/rules b/debian/rules index c21f75a..85ce4e2 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,3 @@ %: dh $@ --with autoreconf - -override_dh_autoreconf: - cp README.md README - dh_autoreconf