]> pere.pagekite.me Git - homepage.git/commitdiff
New update.
authorPetter Reinholdtsen <pere@hungry.com>
Sat, 20 Feb 2016 21:06:52 +0000 (22:06 +0100)
committerPetter Reinholdtsen <pere@hungry.com>
Sat, 20 Feb 2016 21:06:52 +0000 (22:06 +0100)
blog/data/2016-02-19-debian-copyright-file.txt

index 005c176e42a64c81ece5342d9d072d6a832422e9..74af8587ad1f62397a8221c124a1c63138bb7959 100644 (file)
@@ -77,3 +77,16 @@ 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>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>