#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
# Copyright (C) 2001 Nick Moffitt
#
# Redistribution and/or use, with or without modification, is
# permitted. This software is without warranty of any kind. The
# author(s) shall not be liable in the event that use of the
# software causes damage.
# this file contains all of the rules for integrating with
# debbugs and for making informational Web pages for each of the
# packages.
DEBBUGSDIR ?= /var/lib/debbugs/www
BUGMAINT ?= $(WORKDIR)/Maintainers
BUGDESC ?= $(WORKDIR)/pseudo-packages.description
MAINTAINER ?= Unclaimed Package
DESCRIPTION ?= This package has no description. Please mail $(MAINTAINER) and ask that one be added.
CVSURL ?= http://cvs.lnx-bbc.org/cvs/gar/
debbugs:
@echo " Package: $(GARNAME)"
@echo " Maintainer: $(subst ",\",$(subst \$,\\$,$(MAINTAINER)))"
@echo " Description: $(subst ",\",$(subst \$,\\$,$(DESCRIPTION)))"
@echo "$(GARNAME) $(subst ",\",$(subst \$,\\$,$(MAINTAINER)))" >> $(BUGMAINT)
@echo "$(GARNAME) $(subst ",\",$(subst \$,\\$,$(DESCRIPTION)))" >> $(BUGDESC)
define HTMLTEMPLATE
\n
\n
\t$(GARNAME)\n
\t\n
\n
\n