diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-09-17 15:22:50 -0700 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-09-17 15:22:50 -0700 |
commit | 67679db8ed58175155542a5747fc54a164a92acb (patch) | |
tree | 2b693680c3bc15a83c737749bdc7ef9406de9de8 /debian/rules | |
parent | eb51e368fa9cc2d1a016b888512aa05b02392667 (diff) | |
download | vyatta-op-67679db8ed58175155542a5747fc54a164a92acb.tar.gz vyatta-op-67679db8ed58175155542a5747fc54a164a92acb.zip |
use binary-indep instead of binary-arch rule
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/debian/rules b/debian/rules index 2824f0b..ed3c530 100755 --- a/debian/rules +++ b/debian/rules @@ -70,38 +70,25 @@ install: build # Build architecture-independent files here. binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs - dh_installexamples -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_python -# dh_installinit -# dh_installcron -# dh_installinfo - dh_installman + dh_install + dh_installdebconf dh_link dh_strip dh_compress dh_fixperms -# dh_perl -# dh_makeshlibs dh_installdeb - dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb +# Build architecture-dependent files here. +binary-arch: build install +# This is an architecture independent package +# so; we have nothing to do by default. + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install |