X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=contrib%2FDebian%2FMakefile.am;h=2cd5277ca26e1ac5f3bf2db19693aea0d8a40e72;hp=151f4058b75624a7aa0be8023eda8ff461409e37;hb=c97fb2e93e9c7d66b1ce70fa681a762d1f430521;hpb=bf21dd1578f0a5b9e6ef5eae362be90955da61d8 diff --git a/contrib/Debian/Makefile.am b/contrib/Debian/Makefile.am index 151f4058..2cd5277c 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-2017 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,11 +8,10 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: Makefile.am,v 1.4 2004/05/11 00:32:31 alex Exp $ -# EXTRA_DIST = rules changelog compat control copyright \ - ngircd.init ngircd.postinst + ngircd.init ngircd.default ngircd.pam ngircd.postinst \ + source/format maintainer-clean-local: rm -f Makefile Makefile.in @@ -22,7 +21,10 @@ clean-local: 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 ngircd-full-dbg.postinst.debhelper \ + ngircd-full-dbg.postrm.debhelper ngircd-full-dbg.prerm.debhelper \ + ngircd-full-dbg.substvars + rm -rf ngircd ngircd-full ngircd-full-dbg rm -f files # -eof-