r13965 - packages/trunk/love/debian

Jon Dowland jmtd at alioth.debian.org
Fri Feb 22 16:24:22 UTC 2013


Author: jmtd
Date: 2013-02-22 16:24:22 +0000 (Fri, 22 Feb 2013)
New Revision: 13965

Added:
   packages/trunk/love/debian/love-dbg.lintian-overrides
   packages/trunk/love/debian/love-doc.lintian-overrides
   packages/trunk/love/debian/love.lintian-overrides
Removed:
   packages/trunk/love/debian/docs
Modified:
   packages/trunk/love/debian/changelog
   packages/trunk/love/debian/rules
Log:
lintian overrides and minor fixes

Modified: packages/trunk/love/debian/changelog
===================================================================
--- packages/trunk/love/debian/changelog	2013-02-22 15:27:48 UTC (rev 13964)
+++ packages/trunk/love/debian/changelog	2013-02-22 16:24:22 UTC (rev 13965)
@@ -1,11 +1,15 @@
-love (0.8.0-4) UNRELEASED; urgency=low
+love (0.8.0-4) experimental; urgency=low
 
   * Team upload.
   * Update Vcs-Browser control file field.
   * If binfmt-tools is installed, associate .love files with
     /usr/bin/love. Closes: #628438.
+  * Lintian override for mention of LGPL in copyright file.
+  * Lintian override for /usr/bin/love in .desktop file.
+  * Call dh_lintian to install the overrides.
+  * Don't ship a duplicate changelog at changes.txt.gz
 
- -- Jonathan Dowland <jmtd at debian.org>  Fri, 22 Feb 2013 15:05:10 +0000
+ -- Jonathan Dowland <jmtd at debian.org>  Thu, 21 Feb 2013 23:05:10 +0000
 
 love (0.8.0-3) unstable; urgency=low
 

Deleted: packages/trunk/love/debian/docs
===================================================================
--- packages/trunk/love/debian/docs	2013-02-22 15:27:48 UTC (rev 13964)
+++ packages/trunk/love/debian/docs	2013-02-22 16:24:22 UTC (rev 13965)
@@ -1 +0,0 @@
-changes.txt

Added: packages/trunk/love/debian/love-dbg.lintian-overrides
===================================================================
--- packages/trunk/love/debian/love-dbg.lintian-overrides	                        (rev 0)
+++ packages/trunk/love/debian/love-dbg.lintian-overrides	2013-02-22 16:24:22 UTC (rev 13965)
@@ -0,0 +1,2 @@
+# LGPL is in the copyright file but does not apply to any of Love
+love-dbg binary: copyright-should-refer-to-common-license-file-for-lgpl

Added: packages/trunk/love/debian/love-doc.lintian-overrides
===================================================================
--- packages/trunk/love/debian/love-doc.lintian-overrides	                        (rev 0)
+++ packages/trunk/love/debian/love-doc.lintian-overrides	2013-02-22 16:24:22 UTC (rev 13965)
@@ -0,0 +1,2 @@
+# LGPL is in the copyright file but does not apply to any of Love
+love-doc binary: copyright-should-refer-to-common-license-file-for-lgpl

Added: packages/trunk/love/debian/love.lintian-overrides
===================================================================
--- packages/trunk/love/debian/love.lintian-overrides	                        (rev 0)
+++ packages/trunk/love/debian/love.lintian-overrides	2013-02-22 16:24:22 UTC (rev 13965)
@@ -0,0 +1,5 @@
+# LGPL is in the copyright file but does not apply to any of Love
+love binary: copyright-should-refer-to-common-license-file-for-lgpl
+
+# /usr/bin/love is managed by update-alternatives
+love binary: desktop-command-not-in-package

Modified: packages/trunk/love/debian/rules
===================================================================
--- packages/trunk/love/debian/rules	2013-02-22 15:27:48 UTC (rev 13964)
+++ packages/trunk/love/debian/rules	2013-02-22 16:24:22 UTC (rev 13965)
@@ -106,6 +106,7 @@
 	dh_installmime -a
 #	dh_installinfo -a
 	dh_installman debian/love-$(PRG_SUFFIX).1 -a
+	dh_lintian
 	dh_link -a
 	dh_strip --dbg-package=love-dbg -a
 	dh_compress -a --exclude=.love --exclude=.lua




More information about the Pkg-games-commits mailing list