]> pere.pagekite.me Git - homepage.git/blobdiff - blog/index.rss
Generated.
[homepage.git] / blog / index.rss
index 76e3ef5a99a4ef2cae7c5362da0debc28ecd7753..f573b890f8601135149621ec403d5feab4b2c111 100644 (file)
@@ -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>
 </description>
        </item>
        
@@ -289,7 +302,7 @@ done in /etc/.&lt;/p&gt;
 
 &lt;blockquote&gt;&lt;pre&gt;
 apt install apt-transport-tor
-sed -i &#39;s% http://ftp.debian.org/%tor+http://vwakviie2ienjx6t.onion/%&#39; /etc/apt/sources.list
+sed -i &#39;s% http://ftp.debian.org/% tor+http://vwakviie2ienjx6t.onion/%&#39; /etc/apt/sources.list
 sed -i &#39;s% http% tor+http%&#39; /etc/apt/sources.list
 &lt;/pre&gt;&lt;/blockquote&gt;