X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=debian%2Frules;h=dbe4360abbd7463500042331a984bf25333ef221;hb=97f318e04ed0024b2bf5903215a75249401d3fd7;hp=03495657ac852c9e6e32b17a96ad641af161594a;hpb=6362f12ce73173b77cecddba14e33e6dfa203b7e;p=userv-utils.git diff --git a/debian/rules b/debian/rules index 0349565..dbe4360 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,28 @@ #!/usr/bin/make -f -subdirs_build= ipif www-cgi +# Copyright 1996-2013 Ian Jackson +# Copyright 1998 David Damerell +# Copyright 1999,2003 +# Chancellor Masters and Scholars of the University of Cambridge +# Copyright 2010 Tony Finch +# +# This is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with userv-utils; if not, see http://www.gnu.org/licenses/. + +subdirs_build= ipif www-cgi git-daemon subdirs_nobuild=dyndns groupmanage misc package= userv-utils -packages_indep= userv-dyndns userv-groupmanage userv-misc +packages_indep= userv-dyndns userv-groupmanage userv-misc userv-git-daemon packages_arch= userv-ipif userv-cgi packages= $(packages_indep) $(packages_arch) @@ -13,7 +32,9 @@ t= $d/tmp build: $(checkdir) - set -e; for s in $(subdirs_build); do $(MAKE) -C $$s all; done + set -e; for s in $(subdirs_build); do \ + $(MAKE) -C $$s all depr=disable; \ + done touch build clean: @@ -34,7 +55,9 @@ binary-prep: $(MAKE) -C $$s install install-docs install-examples \ prefix=$t/userv-$$s/usr \ etcdir=$t/userv-$$s/etc \ - varlib=$t/userv-$$s/var/lib; \ + vardir=$t/userv-$$s/var \ + gituser=root; \ + depr=disable; \ done # mv debian/tmp/userv-www-cgi debian/tmp/userv-cgi @@ -43,7 +66,7 @@ binary-prep: # set -e; for p in $(packages); do \ install -d $t/$$p/DEBIAN $t/$$p/usr/share/doc/$$p; \ - cp debian/copyright changelog \ + cp debian/copyright debian/changelog \ $t/$$p/usr/share/doc/$$p/; \ ln -s changelog.gz \ $t/$$p/usr/share/doc/$$p/changelog.Debian.gz; \ @@ -71,6 +94,7 @@ binary-hook-userv-groupmanage: binary-hook-userv-cgi: binary-hook-userv-dyndns: binary-hook-userv-ipif: +binary-hook-userv-git-daemon: binary-one: set -e; for f in preinst postinst prerm postrm conffiles; do \