From: Petter Reinholdtsen Date: Sat, 20 Feb 2016 21:07:56 +0000 (+0100) Subject: Generated. X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/250d54b1f46e0b86e8410c3565a55b9541e51993?ds=inline Generated. --- diff --git a/blog/Always_download_Debian_packages_using_Tor___the_simple_recipe.html b/blog/Always_download_Debian_packages_using_Tor___the_simple_recipe.html index 9c10f41e83..8c01787e2e 100644 --- a/blog/Always_download_Debian_packages_using_Tor___the_simple_recipe.html +++ b/blog/Always_download_Debian_packages_using_Tor___the_simple_recipe.html @@ -55,7 +55,7 @@ done in /etc/.

 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
 
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.

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.

Tags: debian, english.
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/.

 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
 
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.

+

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/index.html b/blog/index.html index 641430e9d4..b53c29ebec 100644 --- a/blog/index.html +++ b/blog/index.html @@ -97,6 +97,19 @@ planet.debian.org.

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.

@@ -318,7 +331,7 @@ done in /etc/.

 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
 
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> diff --git a/blog/tags/debian/debian.rss b/blog/tags/debian/debian.rss index fe0a7ad7d2..dcb2fd3a7f 100644 --- a/blog/tags/debian/debian.rss +++ b/blog/tags/debian/debian.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> diff --git a/blog/tags/debian/index.html b/blog/tags/debian/index.html index 0451095089..1ecd1a7ea3 100644 --- a/blog/tags/debian/index.html +++ b/blog/tags/debian/index.html @@ -104,6 +104,19 @@ planet.debian.org.

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.

+
@@ -342,7 +355,7 @@ done in /etc/.

 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
 
diff --git a/blog/tags/english/english.rss b/blog/tags/english/english.rss index a7e0d7541f..fffb192c24 100644 --- a/blog/tags/english/english.rss +++ b/blog/tags/english/english.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> diff --git a/blog/tags/english/index.html b/blog/tags/english/index.html index 6bc78a73ba..8fdac26be5 100644 --- a/blog/tags/english/index.html +++ b/blog/tags/english/index.html @@ -104,6 +104,19 @@ planet.debian.org.

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.

+
@@ -342,7 +355,7 @@ done in /etc/.

 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
 
diff --git a/blog/tags/sikkerhet/index.html b/blog/tags/sikkerhet/index.html index 564e567998..05c577897a 100644 --- a/blog/tags/sikkerhet/index.html +++ b/blog/tags/sikkerhet/index.html @@ -61,7 +61,7 @@ done in /etc/.

 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
 
diff --git a/blog/tags/sikkerhet/sikkerhet.rss b/blog/tags/sikkerhet/sikkerhet.rss index d0b065976c..8d65f5dd99 100644 --- a/blog/tags/sikkerhet/sikkerhet.rss +++ b/blog/tags/sikkerhet/sikkerhet.rss @@ -44,7 +44,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>