]> arthur.barton.de Git - ngircd-alex.git/blobdiff - Makefile.am
"ngIRCd CI" GitHub Action: Update and use cache-apt-pkgs-action
[ngircd-alex.git] / Makefile.am
index 8e462bed6950f9fcf602c2851cd86b8aca2690f9..ae29ac18acc18fe1e5c125f53b4954dfa6b621fc 100644 (file)
@@ -1,6 +1,6 @@
 #
 # ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001-2015 Alexander Barton (alex@barton.de) and Contributors
+# 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
 
 SUBDIRS = doc src man contrib
 
-EXTRA_DIST = README.md INSTALL.md autogen.sh configure.ng .clang_complete .mailmap
+EXTRA_DIST = \
+       AUTHORS.md \
+       INSTALL.md \
+       README.md \
+       autogen.sh \
+       configure.ng \
+       .clang_complete \
+       .mailmap
 
 clean-local:
        rm -f build-stamp*
@@ -36,7 +43,7 @@ rpm: distcheck
 
 deb:
        [ -f debian/rules ] || ln -s contrib/Debian debian
-       dpkg-buildpackage -rfakeroot -i
+       dpkg-buildpackage --build=binary
 
 .PHONY: deb lint rpm srcdoc testsuite