r13961 - in packages/trunk/love/debian: . patches

2013-02-22 Thread Jon Dowland
Author: jmtd
Date: 2013-02-22 15:04:19 + (Fri, 22 Feb 2013)
New Revision: 13961

Added:
   packages/trunk/love/debian/patches/packaged-glee
Modified:
   packages/trunk/love/debian/changelog
   packages/trunk/love/debian/control
Log:
catch SVN up to last release (0.8.0-3)

Modified: packages/trunk/love/debian/changelog
===
--- packages/trunk/love/debian/changelog2013-02-13 05:35:19 UTC (rev 
13960)
+++ packages/trunk/love/debian/changelog2013-02-22 15:04:19 UTC (rev 
13961)
@@ -1,8 +1,9 @@
-love (0.8.0-3) UNRELEASED; urgency=low
+love (0.8.0-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Team upload.
+  * Add glee-dev to Build-Depends. Closes: #690871
 
- -- Bas Wijnen wij...@debian.org  Tue, 16 Oct 2012 10:03:54 +0200
+ -- Bas Wijnen wij...@debian.org  Thu, 18 Oct 2012 20:35:56 +0200
 
 love (0.8.0-2) unstable; urgency=low
 

Modified: packages/trunk/love/debian/control
===
--- packages/trunk/love/debian/control  2013-02-13 05:35:19 UTC (rev 13960)
+++ packages/trunk/love/debian/control  2013-02-22 15:04:19 UTC (rev 13961)
@@ -6,8 +6,9 @@
 Build-Depends: debhelper (= 7), autotools-dev, automake, autoconf, libtool,
  dh-buildinfo, pkg-config, libboost-dev, libsdl1.2-dev, libsdl-mixer1.2-dev,
  libopenal-dev, liblua5.1-0-dev, libphysfs-dev, libdevil-dev, libfreetype6-dev,
- libmng-dev, libmodplug-dev, libmpg123-dev, libflac++-dev, libxpm-dev, 
libxcursor-dev,
- libxxf86vm-dev, libtiff4-dev, libpng12-dev, lua5.1, liblua5.1-expat0, 
libvorbis-dev
+ libmng-dev, libmodplug-dev, libmpg123-dev, libflac++-dev, libxpm-dev,
+ libxcursor-dev, libxxf86vm-dev, libtiff4-dev, libpng12-dev, lua5.1,
+ liblua5.1-expat0, libvorbis-dev, glee-dev
 Standards-Version: 3.9.3
 Homepage: http://love2d.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/love/

Added: packages/trunk/love/debian/patches/packaged-glee
===
--- packages/trunk/love/debian/patches/packaged-glee
(rev 0)
+++ packages/trunk/love/debian/patches/packaged-glee2013-02-22 15:04:19 UTC 
(rev 13961)
@@ -0,0 +1,19 @@
+Description: Replace included GLee with packaged version
+ Disable use of included GLee, using the packaged version instead.
+Author: Bas Wijnen wij...@debian.org
+Bug-Debian: http://bugs.debian.org/690492
+Forwarded: no
+Last-Update: 2012-10-14
+
+Index: love-0.8.0/configure.in
+===
+--- love-0.8.0.orig/configure.in   2012-10-14 22:16:31.0 +0200
 love-0.8.0/configure.in2012-10-14 22:31:15.232423281 +0200
+@@ -13,6 +13,7 @@
+ AC_SEARCH_LIBS([glLoadIdentity], [GL], [], AC_MSG_ERROR([Can't LÖVE without 
OpenGL]))
+ #AC_SEARCH_LIBS([gluOrtho2D], [GLU], [], AC_MSG_ERROR([Can't LÖVE without 
OpenGL Utility Library]))
+ AC_SEARCH_LIBS([alSourcePlay], [openal], [], AC_MSG_ERROR([Can't LÖVE without 
OpenAL]))
++AC_SEARCH_LIBS([GLeeInit], [glee], [], AC_MSG_ERROR([Can't LÖVE without 
GLee]))
+ lua=lua
+ AC_ARG_WITH([luajit],
+   [AS_HELP_STRING([--with-luajit], [Use LuaJIT instead of lua and 
llvm-lua])],


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

r13962 - packages/tags/love

2013-02-22 Thread Jon Dowland
Author: jmtd
Date: 2013-02-22 15:05:24 + (Fri, 22 Feb 2013)
New Revision: 13962

Added:
   packages/tags/love/0.8.0-3/
Log:
Tag Release



___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


r13963 - packages/trunk/love/debian

2013-02-22 Thread Jon Dowland
Author: jmtd
Date: 2013-02-22 15:07:10 + (Fri, 22 Feb 2013)
New Revision: 13963

Modified:
   packages/trunk/love/debian/changelog
   packages/trunk/love/debian/control
Log:
Update Vcs-Browser control file field

Modified: packages/trunk/love/debian/changelog
===
--- packages/trunk/love/debian/changelog2013-02-22 15:05:24 UTC (rev 
13962)
+++ packages/trunk/love/debian/changelog2013-02-22 15:07:10 UTC (rev 
13963)
@@ -1,3 +1,9 @@
+love (0.8.0-4) UNRELEASED; urgency=low
+
+  * Update Vcs-Browser control file field.
+
+ -- Jonathan Dowland j...@debian.org  Fri, 22 Feb 2013 15:05:10 +
+
 love (0.8.0-3) unstable; urgency=low
 
   * Team upload.

Modified: packages/trunk/love/debian/control
===
--- packages/trunk/love/debian/control  2013-02-22 15:05:24 UTC (rev 13962)
+++ packages/trunk/love/debian/control  2013-02-22 15:07:10 UTC (rev 13963)
@@ -12,7 +12,7 @@
 Standards-Version: 3.9.3
 Homepage: http://love2d.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/love/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/love/?op=log
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/love/
 
 Package: love
 Architecture: any


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


r13965 - packages/trunk/love/debian

2013-02-22 Thread Jon Dowland
Author: jmtd
Date: 2013-02-22 16:24:22 + (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/changelog2013-02-22 15:27:48 UTC (rev 
13964)
+++ packages/trunk/love/debian/changelog2013-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 j...@debian.org  Fri, 22 Feb 2013 15:05:10 +
+ -- Jonathan Dowland j...@debian.org  Thu, 21 Feb 2013 23:05:10 +
 
 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/rules2013-02-22 15:27:48 UTC (rev 13964)
+++ packages/trunk/love/debian/rules2013-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


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


r13966 - packages/tags/love

2013-02-22 Thread Jon Dowland
Author: jmtd
Date: 2013-02-22 16:24:46 + (Fri, 22 Feb 2013)
New Revision: 13966

Added:
   packages/tags/love/0.8.0-4/
Log:
tag 0.8.0-4



___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Worms style game branch, pristine-tar, updated. 9d6b3c6b8e10b7b68abbc0048e55f6c45c36e865

2013-02-22 Thread Luca Bruno
The following commit has been merged in the pristine-tar branch:
commit 9d6b3c6b8e10b7b68abbc0048e55f6c45c36e865
Author: Gianfranco Costamagna costamagnagianfra...@yahoo.it
Date:   Tue Feb 12 09:38:19 2013 +0100

pristine-tar data for hedgewars_0.9.18.orig.tar.bz2

diff --git a/hedgewars_0.9.18.orig.tar.bz2.delta 
b/hedgewars_0.9.18.orig.tar.bz2.delta
new file mode 100644
index 000..e37c22f
Binary files /dev/null and b/hedgewars_0.9.18.orig.tar.bz2.delta differ
diff --git a/hedgewars_0.9.18.orig.tar.bz2.id b/hedgewars_0.9.18.orig.tar.bz2.id
new file mode 100644
index 000..b0eecff
--- /dev/null
+++ b/hedgewars_0.9.18.orig.tar.bz2.id
@@ -0,0 +1 @@
+ecd23a90f5cbafbc4c56ccc6793e5837fafa33bd

-- 
Worms style game

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Worms style game annotated tag, debian/0.9.18-0.2, created. debian/0.9.18-0.2

2013-02-22 Thread Gianfranco Costamagna
The annotated tag, debian/0.9.18-0.2 has been created
at  3bc09d067a7d672ab394618fbf9fe871768bb732 (tag)
   tagging  ff4683fc46f0f4568c1bde5159c2710426ccdc49 (commit)
  replaces  debian/0.9.18-0.1
 tagged by  Luca Bruno
on  Sat Feb 23 00:00:36 2013 +0100

- Shortlog 
hedgewars 0.9.18-0.2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEABECAAYFAlEn+KwACgkQRqobajv7n7OPnQCfal88GFoZ7hFn5wooPq7Y9O7s
pHYAnRYBDILJYyvK+FmP7M/wnXdgrtwD
=9lx4
-END PGP SIGNATURE-

Gianfranco Costamagna (1):
  Fixed a FTBFS with haskell 7.6

---

-- 
Worms style game

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits