X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=contrib%2FDebian%2FMakefile.am;h=2cd5277ca26e1ac5f3bf2db19693aea0d8a40e72;hb=c97fb2e93e9c7d66b1ce70fa681a762d1f430521;hp=f3d02a5e33aeed566af9e0c690584f79adcccbce;hpb=7b69bc2ae80f43bb6ed823760c01132be83fa2b9;p=ngircd-alex.git diff --git a/contrib/Debian/Makefile.am b/contrib/Debian/Makefile.am index f3d02a5e..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-2008 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 @@ -10,7 +10,8 @@ # EXTRA_DIST = rules changelog compat control copyright \ - ngircd.init ngircd.default ngircd.postinst + ngircd.init ngircd.default ngircd.pam ngircd.postinst \ + source/format maintainer-clean-local: rm -f Makefile Makefile.in @@ -20,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-