]> pere.pagekite.me Git - homepage.git/commitdiff
Update blog post.
authorPetter Reinholdtsen <pere@hungry.com>
Sun, 21 Feb 2016 19:39:51 +0000 (20:39 +0100)
committerPetter Reinholdtsen <pere@hungry.com>
Sun, 21 Feb 2016 19:39:51 +0000 (20:39 +0100)
blog/data/2016-02-19-debian-copyright-file.txt

index 74af8587ad1f62397a8221c124a1c63138bb7959..b20aae837a334b97bc1a37ec05c3aec2c768e3ab 100644 (file)
@@ -48,7 +48,7 @@ blog post from 2015</a>.  To generate using cme, use the 'update
 dpkg-copyright' option:
 
 <p><pre>
-cme update dpkg-copyright -quiet
+cme update dpkg-copyright
 </pre></p>
 
 <p>This will create or update debian/copyright.  The cme tool seem to
@@ -90,3 +90,7 @@ licensecheck --copyright -r `find * -type f` | \
 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>
+
+<p><strong>Update 2016-02-21</strong>: The cme author recommended
+against using -quiet for new users, so I removed it from the proposed
+command line.</p>