diff options
author | Cyril Brulebois <kibi@debian.org> | 2023-02-15 20:23:56 +0000 |
---|---|---|
committer | Cyril Brulebois <kibi@debian.org> | 2023-02-15 20:23:57 +0000 |
commit | b116c4133413cc7d6cc35068ee194b2bbb8632ef (patch) | |
tree | 4cc27db66cc3f600d9f0377ddf245afe51a4500b | |
parent | 9dc00bf2f22172b27fb3974b323a145ff245e571 (diff) | |
download | installation-guide-b116c4133413cc7d6cc35068ee194b2bbb8632ef.zip |
Remove old, commented-out code.
Steve McIntyre confirmed this hasn't been used in a long while, no need
to keep it forever.
-rwxr-xr-x | debian/rules | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/rules b/debian/rules index 3f8111ea6..398804d67 100755 --- a/debian/rules +++ b/debian/rules @@ -89,15 +89,5 @@ binary-indep: install doc-base dh_md5sums dh_builddeb - # Create a tarball for each arch for use in debian-cd - # Note: these should be uploaded manually - #set -e && cd $(MANTMP) && \ - # for arch in $(ARCHS) ; do \ - # tarname=di-manual-$${arch}_$(DEB_VERSION).tar.gz ; \ - # cd $$arch ; \ - # tar czf ../../../../$$tarname . ; \ - # cd .. ; \ - # done - binary: binary-indep binary-arch .PHONY: build build-arch build-indep build-images clean binary-indep binary-arch binary install |