[Python-apps-commits] r12790 - in packages/diamond/trunk/debian (rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Feb 16 13:01:52 UTC 2016
Date: Tuesday, February 16, 2016 @ 13:01:51
Author: morph
Revision: 12790
set user/group in the example config file
Modified:
packages/diamond/trunk/debian/rules
Modified: packages/diamond/trunk/debian/rules
===================================================================
--- packages/diamond/trunk/debian/rules 2016-02-16 11:38:54 UTC (rev 12789)
+++ packages/diamond/trunk/debian/rules 2016-02-16 13:01:51 UTC (rev 12790)
@@ -20,5 +20,8 @@
rm $(CURDIR)/debian/diamond/usr/share/diamond/README.md
rm $(CURDIR)/debian/diamond/etc/diamond/diamond.conf.example.windows
+ # set in the example config file the user/group we create in the maint scripts
+ sed -i '/user =$/s/$/ diamond/;/group =$/s/$/ diamond/' $(CURDIR)/debian/diamond/etc/diamond/diamond.conf.example
+
override_dh_installdocs:
dh_installdocs README.md
More information about the Python-apps-commits
mailing list