debian: install config files as part of mercurial-common
Future patches will start putting config files in /etc/mercurial/,
this just installs them.
--- a/contrib/debian/rules Tue Sep 22 14:31:17 2015 -0400
+++ b/contrib/debian/rules Tue Sep 22 14:14:05 2015 -0400
@@ -27,4 +27,6 @@
-name '*.so' ! -type d -delete , \
-type d -empty -delete
cp contrib/hg-ssh $(CURDIR)/debian/mercurial-common/usr/bin
+ mkdir -p $(CURDIR)/debian/mercurial-common/etc/mercurial/hgrc.d/
+ cp contrib/debian/*.rc $(CURDIR)/debian/mercurial-common/etc/mercurial/hgrc.d/
rm $(CURDIR)/debian/mercurial-common/usr/bin/hg