Mercurial > genwebgallery
changeset 21:3ce5429cd219
removed unneeded stuff in debian/rules
author | meillo@marmaro.de |
---|---|
date | Sat, 10 May 2008 21:48:21 +0200 (2008-05-10) |
parents | 332ea19d9aaf |
children | cb1f0dda49e7 |
files | debian/rules |
diffstat | 1 files changed, 2 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/debian/rules Sat May 10 21:47:45 2008 +0200 +++ b/debian/rules Sat May 10 21:48:21 2008 +0200 @@ -15,12 +15,11 @@ clean: dh_testdir dh_testroot - dh_clean + dh_clean install: dh_testdir dh_testroot - dh_clean -k dh_installdirs # Add here commands to install the package into debian/genwebgallery. @@ -33,21 +32,10 @@ dh_testroot dh_installchangelogs ChangeLog dh_installdocs -# dh_installexamples -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installmime -# dh_installinit dh_installman -# dh_link -# dh_strip dh_compress dh_fixperms -# dh_perl -# dh_makeshlibs dh_installdeb -# dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb @@ -55,6 +43,6 @@ # Build architecture-dependent files here. binary-arch: -binary: binary-indep +binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure