X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=contrib%2FDebian%2FMakefile.am;h=bbc715ff715f41e9cb29d15ff87bcfdfc53bc1fe;hb=HEAD;hp=9d54ffc9c8f589292f41cea8d79ae8c67a1dd4e2;hpb=5589ebd9c3b5b00abe2423bb3d55823e96963154;p=ngircd-alex.git diff --git a/contrib/Debian/Makefile.am b/contrib/Debian/Makefile.am index 9d54ffc9..bbc715ff 100644 --- a/contrib/Debian/Makefile.am +++ b/contrib/Debian/Makefile.am @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2003 by Alexander Barton (alex@barton.de) +# Copyright (c)2001-2024 Alexander Barton (alex@barton.de) and Contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -8,20 +8,23 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: Makefile.am,v 1.3 2004/01/13 01:10:11 alex Exp $ -# -EXTRA_DIST = rules changelog compat control copyright \ - ngircd.init ngircd.postinst +EXTRA_DIST = \ + changelog \ + control \ + copyright \ + ngircd.default \ + ngircd.pam \ + rules \ + watch \ + source/format maintainer-clean-local: rm -f Makefile Makefile.in - rm -f ngircd.postinst.debhelper ngircd.postrm.debhelper \ - ngircd.prerm.debhelper ngircd.substvars - rm -f ngircd-full.postinst.debhelper ngircd-full.postrm.debhelper \ - ngircd-full.prerm.debhelper ngircd-full.substvars - rm -rf ngircd ngircd-full - rm -f files +clean-local: + rm -f *.log *.debhelper *.substvars + rm -f debhelper-build-stamp files ngircd.service + rm -rf .debhelper/ ngircd/ # -eof-