comparison contrib/debian/rules @ 26298:346afebd8fa9

debian: install config files as part of mercurial-common Future patches will start putting config files in /etc/mercurial/, this just installs them.
author Augie Fackler <augie@google.com>
date Tue, 22 Sep 2015 14:14:05 -0400
parents 9cecbe837c94
children 79e1064f7c5e
comparison
equal deleted inserted replaced
26297:ccdc2b23fdb8 26298:346afebd8fa9
25 # remove arch-dependent python stuff 25 # remove arch-dependent python stuff
26 find $(CURDIR)/debian/mercurial-common/usr/lib \ 26 find $(CURDIR)/debian/mercurial-common/usr/lib \
27 -name '*.so' ! -type d -delete , \ 27 -name '*.so' ! -type d -delete , \
28 -type d -empty -delete 28 -type d -empty -delete
29 cp contrib/hg-ssh $(CURDIR)/debian/mercurial-common/usr/bin 29 cp contrib/hg-ssh $(CURDIR)/debian/mercurial-common/usr/bin
30 mkdir -p $(CURDIR)/debian/mercurial-common/etc/mercurial/hgrc.d/
31 cp contrib/debian/*.rc $(CURDIR)/debian/mercurial-common/etc/mercurial/hgrc.d/
30 rm $(CURDIR)/debian/mercurial-common/usr/bin/hg 32 rm $(CURDIR)/debian/mercurial-common/usr/bin/hg