From: Petter Reinholdtsen
diff --git a/blog/Creating__updating_and_checking_debian_copyright_semi_automatically.html b/blog/Creating__updating_and_checking_debian_copyright_semi_automatically.html index 009cca651d..3bff73c2fd 100644 --- a/blog/Creating__updating_and_checking_debian_copyright_semi_automatically.html +++ b/blog/Creating__updating_and_checking_debian_copyright_semi_automatically.html @@ -97,6 +97,19 @@ planet.debian.org.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
As usual, if you use Bitcoin and want to show your support of my activities, please send Bitcoin donations to my address 15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b.
+ +Update 2016-02-20: I got a tip from Mike Gabriel +on how to use licensecheck and cdbs to create a draft copyright file + +
+licensecheck --copyright -r `find * -type f` | \ + /usr/lib/cdbs/licensecheck2dep5 > debian/copyright.auto ++ +
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.
diff --git a/blog/archive/2016/01/01.rss b/blog/archive/2016/01/01.rss index 9281a92089..fadbdc828d 100644 --- a/blog/archive/2016/01/01.rss +++ b/blog/archive/2016/01/01.rss @@ -130,7 +130,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> diff --git a/blog/archive/2016/01/index.html b/blog/archive/2016/01/index.html index 8441875f69..accb93f0b1 100644 --- a/blog/archive/2016/01/index.html +++ b/blog/archive/2016/01/index.html @@ -160,7 +160,7 @@ done in /etc/.diff --git a/blog/archive/2016/02/02.rss b/blog/archive/2016/02/02.rss index 165b3afcf2..f0b9b18398 100644 --- a/blog/archive/2016/02/02.rss +++ b/blog/archive/2016/02/02.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> diff --git a/blog/archive/2016/02/index.html b/blog/archive/2016/02/index.html index 81b8fcf4f7..0ad0f4c1d0 100644 --- a/blog/archive/2016/02/index.html +++ b/blog/archive/2016/02/index.html @@ -105,6 +105,19 @@ planet.debian.org. activities, please send Bitcoin donations to my address 15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b. +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
Update 2016-02-20: I got a tip from Mike Gabriel +on how to use licensecheck and cdbs to create a draft copyright file + +
+licensecheck --copyright -r `find * -type f` | \ + /usr/lib/cdbs/licensecheck2dep5 > debian/copyright.auto ++ +
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.
+