X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=contrib%2FDebian%2FMakefile.am;h=b20da9980312a20bc54b84092a3c235a5f430f36;hp=d071aa502904e4bab63ecb4d4bf70d305604ea51;hb=defd7e09afb62ac71859ad910e6dd52a86fb0ae2;hpb=ad07c94c8dca0a1f472171e9300a6894ba0b0a46 diff --git a/contrib/Debian/Makefile.am b/contrib/Debian/Makefile.am index d071aa50..b20da998 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-2009 Alexander Barton (alex@barton.de) # # 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,17 +8,22 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: Makefile.am,v 1.2 2004/01/01 22:24:48 alex Exp $ -# EXTRA_DIST = rules changelog compat control copyright \ - ngircd.init ngircd.postinst + ngircd.init ngircd.default ngircd.postinst maintainer-clean-local: rm -f Makefile Makefile.in + +clean-local: rm -f ngircd.postinst.debhelper ngircd.postrm.debhelper \ ngircd.prerm.debhelper ngircd.substvars - rm -rf ngircd ngircd-full + rm -f ngircd-full.postinst.debhelper ngircd-full.postrm.debhelper \ + ngircd-full.prerm.debhelper ngircd-full.substvars + 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-