X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/rsync-backup/blobdiff_plain/69305044e24a190f8d1e994c548d743d500c4f39..06e716704cd26b675e977de45f69cd30369e1772:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 36d5d92..f116932 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,4 +100,11 @@ EXTRA_DIST += config/auto-version dist-hook: echo $(VERSION) >$(distdir)/RELEASE +###-------------------------------------------------------------------------- +### Debian packaging. + +EXTRA_DIST += debian/copyright debian/changelog +EXTRA_DIST += debian/control debian/rules +EXTRA_DIST += debian/compat + ###----- That's all, folks --------------------------------------------------