# HG changeset patch # User meillo@marmaro.de # Date 1210448901 -7200 # Node ID 3ce5429cd21914d53d4d9f7c3bbd38464dcbbb99 # Parent 332ea19d9aaf38f1a6bab175dc6648f1b386ea12 removed unneeded stuff in debian/rules diff -r 332ea19d9aaf -r 3ce5429cd219 debian/rules --- 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