[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. apt-listbugs/0.1.9-18-g2dc3666

Francesco Poli (wintermute) invernomuto at paranoici.org
Sat Jul 20 18:13:47 UTC 2013


The following commit has been merged in the master branch:
commit 57efc27d1ef67d7790eca554e1a960f44e5b3774
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Sat Jul 20 16:33:19 2013 +0200

    fix references to /u/s/common-licenses/GPL

diff --git a/apt-listbugs b/apt-listbugs
index 213a21f..2525420 100755
--- a/apt-listbugs
+++ b/apt-listbugs
@@ -19,7 +19,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License with
-#  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
+#  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2;
 #  if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 #  Suite 330, Boston, MA  02111-1307  USA
 #
diff --git a/aptcleanup b/aptcleanup
index 3a25f94..b6494ab 100755
--- a/aptcleanup
+++ b/aptcleanup
@@ -18,7 +18,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License with
-#  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
+#  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2;
 #  if not, write to the Free Software Foundation, Inc., 51 Franklin St,
 #  Fifth Floor, Boston, MA 02110-1301, USA.
 #
diff --git a/debian/changelog b/debian/changelog
index 0d25063..d4b735e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ apt-listbugs (0.1.10) UNRELEASED; urgency=low
   * improved internationalization
   * dropped the deprecated tempfile in the cron.daily job (replaced by mktemp)
   * improved HTML bug lists
+  * fixed references to GPL in common-licenses so that they point to
+    /usr/share/common-licenses/GPL-2
 
  -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Sat, 29 Jun 2013 17:18:26 +0200
 
diff --git a/lib/apt-listbugs/logic.rb b/lib/apt-listbugs/logic.rb
index 19af402..c807b0a 100644
--- a/lib/apt-listbugs/logic.rb
+++ b/lib/apt-listbugs/logic.rb
@@ -16,7 +16,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License with
-#  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
+#  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2;
 #  if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 #  Suite 330, Boston, MA  02111-1307  USA
 
diff --git a/test_logic.rb b/test_logic.rb
index f5c1c19..9b6d1fb 100755
--- a/test_logic.rb
+++ b/test_logic.rb
@@ -16,7 +16,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License with
-#  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
+#  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2;
 #  if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 #  Suite 330, Boston, MA  02111-1307  USA
 #

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list