diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:48 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:48 +0200 |
| commit | 544384c28f648c04336b6bea17f5a05ab6045ca0 (patch) | |
| tree | 4bbc1758ceaa46c5e81fe9d66ccdaacfec047ef8 /debian/rules | |
| parent | f4383da69d4642521cb07f8f970d9c9c759b44ee (diff) | |
| download | vyos-live-build-544384c28f648c04336b6bea17f5a05ab6045ca0.tar.gz vyos-live-build-544384c28f648c04336b6bea17f5a05ab6045ca0.zip | |
Adding live-helper 1.0~a3-1.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 1d9b92ca5..7bd258dce 100755 --- a/debian/rules +++ b/debian/rules @@ -25,6 +25,8 @@ install: build # Installing package $(MAKE) install DESTDIR=$(CURDIR)/debian/live-helper + install -m 644 debian/changelog.old debian/live-helper/usr/share/doc/live-helper/changelog.Debian.old + # Removing double files rm -f debian/live-helper/usr/share/doc/live-helper/COPYING rm -f debian/live-helper/usr/share/doc/live-helper/ChangeLog @@ -39,6 +41,7 @@ binary-indep: build install dh_installchangelogs doc/ChangeLog dh_installdocs dh_install + dh_installman dh_compress dh_fixperms dh_installdeb |
