summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-12-17 20:23:05 +0100
committergregor herrmann <gregoa@debian.org>2020-12-17 20:25:11 +0100
commit6c68d8f5d66f6d2a940f0df3137a92bcd86ee151 (patch)
tree8ad57aa6ccceef39e92131fe46e72cfa31845e68
parent9f03f23564ec29774e880f943ae906b39732940d (diff)
Update handling of example scripts (changed paths in upstream tarball).
-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