X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/ddf4975ac8e8643ac948da1aecc64d054ecb8969..250d54b1f46e0b86e8410c3565a55b9541e51993:/blog/index.rss diff --git a/blog/index.rss b/blog/index.rss index 76e3ef5a99..f573b890f8 100644 --- a/blog/index.rss +++ b/blog/index.rss @@ -86,6 +86,19 @@ planet.debian.org.</p> <p>As usual, if you use Bitcoin and want to show your support of my activities, please send Bitcoin donations to my address <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p> + +<p><strong>Update 2016-02-20</strong>: I got a tip from Mike Gabriel +on how to use licensecheck and cdbs to create a draft copyright file + +<p><pre> +licensecheck --copyright -r `find * -type f` | \ + /usr/lib/cdbs/licensecheck2dep5 > debian/copyright.auto +</pre></p> + +<p>He mentioned that he normally check the generated file into the +version control system to make it easier to discover license and +copyright changes in the upstream source. I will try to do the same +with my packages in the future.</p> @@ -289,7 +302,7 @@ done in /etc/.</p> <blockquote><pre> apt install apt-transport-tor -sed -i 's% http://ftp.debian.org/%tor+http://vwakviie2ienjx6t.onion/%' /etc/apt/sources.list +sed -i 's% http://ftp.debian.org/% tor+http://vwakviie2ienjx6t.onion/%' /etc/apt/sources.list sed -i 's% http% tor+http%' /etc/apt/sources.list </pre></blockquote>