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