# HG changeset patch # User Augie Fackler # Date 1442945645 14400 # Node ID 346afebd8fa94ecc20fcb5db61e6cd83e9aed0be # Parent ccdc2b23fdb8ad1ba89e6c4ffbf05dbac22d426e debian: install config files as part of mercurial-common Future patches will start putting config files in /etc/mercurial/, this just installs them. diff -r ccdc2b23fdb8 -r 346afebd8fa9 contrib/debian/rules --- 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