diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 3a8c86cdc..b5dd9f976 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -175,8 +175,6 @@ ifeq ($(RUN_TESTS),yes) | |||
175 | $(MAKE) -C debian/keygen-test clean | 175 | $(MAKE) -C debian/keygen-test clean |
176 | endif | 176 | endif |
177 | $(MAKE) -C contrib clean | 177 | $(MAKE) -C contrib clean |
178 | (cat debian/copyright.head; iconv -f ISO-8859-1 -t UTF-8 LICENCE) \ | ||
179 | > debian/copyright | ||
180 | 178 | ||
181 | override_dh_auto_install-arch: | 179 | override_dh_auto_install-arch: |
182 | $(MAKE) -C build-deb DESTDIR=`pwd`/debian/tmp install-nokeys | 180 | $(MAKE) -C build-deb DESTDIR=`pwd`/debian/tmp install-nokeys |