aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2007-07-15 21:14:17 +0100
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:37 -0800
commit25fbaa7f8700665d5aea046956175a35035f7fd5 (patch)
tree8b09348be556dddcf627248cc658150461145c14 /debian/rules
parent583742ff5f4c9b42eab4584075e960c2982526ef (diff)
downloadscm-25fbaa7f8700665d5aea046956175a35035f7fd5.tar.gz
scm-25fbaa7f8700665d5aea046956175a35035f7fd5.zip
Import Debian changes 5e3-6.1debian/5e3-6.1
scm (5e3-6.1) unstable; urgency=low * Non-maintainer upload. * Split doc-base file into two files, add missing 'Index' fields for 'info' sections (closes: #369576). Thanks to Robert Luberda for the patch. * Remove from rules/postinst/postrm any manually doc-base handling code, since dh_installdocs supports doc-base on its own. Thanks to Robert Luberda for the patch.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index b2deef9..4074fc5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -148,9 +148,6 @@ install: build
$(INSTALL_DATA) Xlibscm.html debian/scm/usr/share/doc/scm
$(INSTALL_DATA) debian/copyright debian/scm/usr/share/doc/scm
- $(INSTALL_DIR) debian/scm/usr/share/doc-base
- $(INSTALL_DATA) debian/doc-base debian/scm/usr/share/doc-base/scm
-
# examples
$(INSTALL_DIR) debian/scm/usr/share/doc/scm/examples
$(INSTALL_DATA) r4rstest.scm debian/scm/usr/share/doc/scm/examples