X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=debian%2Frules;h=b3effca8f5daf678bf49cf0e42a2210822af63ce;hb=69f437c90369614f98e756da72b3a54f6ce324e2;hp=7cf9a2fa990c276d7369b2a8e4e10291b34696e1;hpb=84591f970383b2e9cbca73c6ac01d64b4de71e69;p=filters.git diff --git a/debian/rules b/debian/rules index 7cf9a2f..b3effca 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,4 @@ #!/usr/bin/make -f -# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -# This is the debhelper compatibility version to use. -export DH_COMPAT=2 build: build-stamp build-stamp: @@ -18,28 +11,18 @@ clean: dh_testdir dh_testroot rm -f build-stamp - -$(MAKE) -i clean + $(MAKE) clean dh_clean -# Build architecture-independent files here. binary-indep: build -# We have nothing to do by default. -# Build architecture-dependent files here. binary-arch: build -# dh_testversion dh_testdir dh_testroot dh_clean -k dh_installdirs $(MAKE) PREFIX=debian/filters install - dh_installdocs README SAMPLES - dh_installexamples - dh_installmenu -# dh_installinit - dh_installcron - dh_installmanpages -# dh_undocumented + dh_installdocs README SAMPLES ky00te.dir/README.ky00te dh_installchangelogs dh_strip dh_compress @@ -47,9 +30,12 @@ binary-arch: build dh_installdeb dh_shlibdeps dh_gencontrol -# dh_makeshlibs dh_md5sums dh_builddeb +# Not intended for use by anyone except the author. +announcedir: + @echo ${HOME}/src/joeywiki/code/filters/news + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary