summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/copyright2
-rw-r--r--debian/libalgorithm-diff-perl.examples5
-rwxr-xr-xdebian/rules7
3 files changed, 2 insertions, 12 deletions
diff --git a/debian/copyright b/debian/copyright
index ca789d3..44b5972 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,7 +13,7 @@ Comment: The upstream distribution does not contain an explicit statement of
Literary and Artistic Works, it is assumed that all content is copyright by
its respective authors unless otherwise stated.
-Files: cdiff.pl diff.pl diffnew.pl
+Files: bin/cdiff.pl bin/diff.pl bin/diffnew.pl
Copyright: 1998, M-J. Dominus <mjd-perl-diff@plover.com>
License: Artistic or GPL-1+
diff --git a/debian/libalgorithm-diff-perl.examples b/debian/libalgorithm-diff-perl.examples
index 19d8cc4..36f971e 100644
--- a/debian/libalgorithm-diff-perl.examples
+++ b/debian/libalgorithm-diff-perl.examples
@@ -1,4 +1 @@
-cdiff.pl
-diffnew.pl
-diff.pl
-htmldiff.pl
+bin/*
diff --git a/debian/rules b/debian/rules
index f5dc774..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,4 @@
#!/usr/bin/make -f
-PACKAGE = $(shell dh_listpackages)
-TMP = $(CURDIR)/debian/$(PACKAGE)
-
%:
dh $@
-
-override_dh_auto_install:
- dh_auto_install
- rm $(TMP)/usr/share/perl5/Algorithm/*.pl