[PKG-IRC-Maintainers] inspircd 2.0.16

Andreas Metzler ametzler at bebt.de
Thu Jul 17 11:28:50 UTC 2014


On 2014-07-17 Guillaume Delacour <gui at iroqwa.org> wrote:
[...]
> Anyway, i agree with your proposal, have integrated it (all your
> patches), tested on a systemd testing box even with reboot action and
> have uploaded the (final ?) version of the package on mentors.

Thank you.

I am very sorry that I have not noticed this before: Running a final
debdiff to 2.0-5 before the upload I found that upstream changed where
examples were installed and therefore 2.0.16 shipped examples in /etc
as dpkg conffiles. It is just a one-line change to fix this:
------------------
diff --git a/debian/rules b/debian/rules
index d3ae2d3..1e01847 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ override_dh_auto_install:
 	dh_auto_install -- install DESTDIR=$(CURDIR)/debian/inspircd
 
 	# Delete example files (already in /usr/share/doc/inspircd/examples)
-	rm -f $(CURDIR)/debian/inspircd/etc/inspircd/*.example
+	rm -rf $(CURDIR)/debian/inspircd/etc/inspircd/examples
 
 	# delete empty data and log dir
 	rmdir $(CURDIR)/debian/inspircd/usr/lib/inspircd/data \
------------------

Would you accept this change? There is no need to do another upload on
mentors, just give me a go and commit to subversion.

Sorry again, cu Andreas

-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



More information about the Pkg-irc-maintainers mailing list