diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-03-11 16:22:25 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:07 +0200 |
commit | 94b1dd2b65264f5d162f2eb2871200c42d7abb73 (patch) | |
tree | f1bf2e4c805a4c5d92c3ac5bf42e5bb40b180dce /debian/rules | |
parent | 1da37c8789c09bde0a57c69f977ff2e2af829cba (diff) | |
download | vyos-live-build-94b1dd2b65264f5d162f2eb2871200c42d7abb73.tar.gz vyos-live-build-94b1dd2b65264f5d162f2eb2871200c42d7abb73.zip |
Removing old docs.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index c76471ff5..becdb328e 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,6 @@ override_dh_auto_install: # Removing unused files rm -f debian/live-build/usr/share/doc/live-build/COPYING - rm -f debian/live-build/usr/share/doc/live-build/ChangeLog* # live-build-cgi mkdir -p debian/live-build-cgi/usr/share/live/build @@ -17,9 +16,6 @@ override_dh_auto_install: override_dh_builddeb: dh_builddeb -- -Zxz -override_dh_installchangelogs: - dh_installchangelogs docs/ChangeLog - override_dh_link: dh_link |