r15850 - in packages/trunk/love/debian: . source

Markus Koschany apo at moszumanska.debian.org
Wed Aug 3 22:56:48 UTC 2016


Author: apo
Date: 2016-08-03 22:56:48 +0000 (Wed, 03 Aug 2016)
New Revision: 15850

Removed:
   packages/trunk/love/debian/README.source
Modified:
   packages/trunk/love/debian/changelog
   packages/trunk/love/debian/compat
   packages/trunk/love/debian/control
   packages/trunk/love/debian/copyright
   packages/trunk/love/debian/love-doc.install
   packages/trunk/love/debian/love.install
   packages/trunk/love/debian/rules
   packages/trunk/love/debian/source/options
Log:
Release love 0.9.1-4


Deleted: packages/trunk/love/debian/README.source
===================================================================
--- packages/trunk/love/debian/README.source	2016-08-03 18:41:59 UTC (rev 15849)
+++ packages/trunk/love/debian/README.source	2016-08-03 22:56:48 UTC (rev 15850)
@@ -1,2 +0,0 @@
-This package uses quilt for patch management, for more information see
-the file /usr/share/doc/quilt/README.source in the quilt package.

Modified: packages/trunk/love/debian/changelog
===================================================================
--- packages/trunk/love/debian/changelog	2016-08-03 18:41:59 UTC (rev 15849)
+++ packages/trunk/love/debian/changelog	2016-08-03 22:56:48 UTC (rev 15850)
@@ -1,3 +1,21 @@
+love (0.9.1-4) unstable; urgency=medium
+
+  * Team upload.
+  * Drop README.source because source format 3.0 uses quilt by default.
+  * wrap-and-sort -sab.
+  * Use compat level 9 and require debhelper >= 9.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Use secure Vcs-Browser URL.
+  * Drop love-dbg binary package and use the automatic -dbgsym package instead.
+  * Remove spurious libmng-dev build-dependency.
+    Thanks to Moritz Muehlenhoff for the report. (Closes: #757171)
+  * Build demos in arch-indep target. (Closes: #806657)
+  * Use default xz compression for the debian tarball.
+  * Fix Lintian warnings in debian/copyright.
+  * debian/rules: Fix Lintian error privacy-breach-google-plus.
+
+ -- Markus Koschany <apo at debian.org>  Wed, 03 Aug 2016 22:37:52 +0200
+
 love (0.9.1-3) unstable; urgency=medium
 
   * Team upload.

Modified: packages/trunk/love/debian/compat
===================================================================
--- packages/trunk/love/debian/compat	2016-08-03 18:41:59 UTC (rev 15849)
+++ packages/trunk/love/debian/compat	2016-08-03 22:56:48 UTC (rev 15850)
@@ -1 +1 @@
-7
+9

Modified: packages/trunk/love/debian/control
===================================================================
--- packages/trunk/love/debian/control	2016-08-03 18:41:59 UTC (rev 15849)
+++ packages/trunk/love/debian/control	2016-08-03 22:56:48 UTC (rev 15850)
@@ -2,23 +2,51 @@
 Section: interpreters
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <miriam at debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, automake, autoconf, libtool, zip,
- dh-autoreconf, dh-buildinfo, pkg-config, libboost-dev, libsdl2-dev (>= 2.0.1),
- libopenal-dev, liblua5.1-0-dev, libphysfs-dev, libdevil-dev, libfreetype6-dev,
- libmng-dev, libmodplug-dev, libmpg123-dev, libflac-dev, libflac++-dev,
- libxpm-dev, libxcursor-dev, libxxf86vm-dev, libtiff-dev, libpng-dev,
- libvorbis-dev, libogg-dev, glee-dev, lua5.2 | lua5.1, 
- libluajit-5.1-dev [!hurd-i386 !kfreebsd-amd64 !s390x]
-Standards-Version: 3.9.5
+Uploaders:
+ Miriam Ruiz <miriam at debian.org>
+Build-Depends:
+ autoconf,
+ automake,
+ autotools-dev,
+ debhelper (>= 9),
+ dh-autoreconf,
+ dh-buildinfo,
+ glee-dev,
+ libboost-dev,
+ libdevil-dev,
+ libflac++-dev,
+ libflac-dev,
+ libfreetype6-dev,
+ liblua5.1-0-dev,
+ libluajit-5.1-dev [!hurd-i386 !kfreebsd-amd64 !s390x],
+ libmodplug-dev,
+ libmpg123-dev,
+ libogg-dev,
+ libopenal-dev,
+ libphysfs-dev,
+ libpng-dev,
+ libsdl2-dev (>= 2.0.1),
+ libtiff-dev,
+ libtool,
+ libvorbis-dev,
+ libxcursor-dev,
+ libxpm-dev,
+ libxxf86vm-dev,
+ lua5.2 | lua5.1,
+ pkg-config,
+ zip
+Standards-Version: 3.9.8
 Homepage: http://love2d.org/
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/love/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/love/
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/love/
 
 Package: love
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: binfmt-support
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Recommends:
+ binfmt-support
 Description: 2D game development framework based on Lua and OpenGL
  LÖVE was created to be a user-friendly engine in which simple (or
  complicated) games could be made without having extensive knowledge
@@ -31,32 +59,17 @@
  for game-specific programming, it allows even the novice game creator to
  quickly and efficiently develop an idea into a fully working game.
 
-Package: love-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, love (= ${binary:Version})
-Description: 2D game development framework - debugging symbols
- LÖVE was created to be a user-friendly engine in which simple (or
- complicated) games could be made without having extensive knowledge
- of system or graphics functions and without having to dedicate time
- towards developing the same engine features time and time again.
- .
- Developed with cross-platform implementation in mind, it utilizes the
- latest open source libraries to deliver a similar game experience,
- independent of operating system. By relying on the Lua scripting language
- for game-specific programming, it allows even the novice game creator to
- quickly and efficiently develop an idea into a fully working game.
- .
- This package includes the debug symbols for LÖVE.
-
 Package: love-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
-Suggests: love
-Breaks: love (<< 0.9.1-2)
-Replaces: love (<< 0.9.1-2)
+Depends:
+ ${misc:Depends}
+Suggests:
+ love
+Breaks:
+ love (<< 0.9.1-2)
+Replaces:
+ love (<< 0.9.1-2)
 Description: 2D game development framework - documentation
  LÖVE was created to be a user-friendly engine in which simple (or
  complicated) games could be made without having extensive knowledge

Modified: packages/trunk/love/debian/copyright
===================================================================
--- packages/trunk/love/debian/copyright	2016-08-03 18:41:59 UTC (rev 15849)
+++ packages/trunk/love/debian/copyright	2016-08-03 22:56:48 UTC (rev 15850)
@@ -54,14 +54,12 @@
 Files: docs/*
 Copyright: Copyright (C) 2006-2011 LÖVE Development Team. All rights reserved.
 License: FreeBSD-doc
-    The documentation is licensed under the The FreeBSD Documentation license.
-    This is similar to ZLIB, but meant for written documents as opposed to
-    software.
-Comment: Downloaded from https://love2d.org/wiki/love on the 11th of Apr. 2014
+Comment:
+ Downloaded from https://love2d.org/wiki/love on the 11th of Apr. 2014
 
 Files: src/libraries/utf8/*
 Copyright: Copyright 2006 Nemanja Trifunovic
-License: Boost Software License
+License: Boost-Software-License
 
 License: Zlib
     This software is provided 'as-is', without any express or implied
@@ -105,7 +103,7 @@
 
 License: modified-BSD
     Redistribution and use in source and binary forms, with or without
-    modification, are permitted provided that the following conditions are 
+    modification, are permitted provided that the following conditions are
     met:
     1. Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer as
@@ -366,7 +364,7 @@
     OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY
     OF SUCH DAMAGE.
 
-License: Boost Software License
+License: Boost-Software-License
     Permission is hereby granted, free of charge, to any person or organization
     obtaining a copy of the software and accompanying documentation covered by
     this license (the "Software") to use, reproduce, display, distribute,

Modified: packages/trunk/love/debian/love-doc.install
===================================================================
--- packages/trunk/love/debian/love-doc.install	2016-08-03 18:41:59 UTC (rev 15849)
+++ packages/trunk/love/debian/love-doc.install	2016-08-03 22:56:48 UTC (rev 15850)
@@ -1,2 +1,2 @@
+demos/*.love usr/share/doc/love/demos/
 doc/* usr/share/doc/love/html/
-demos/*.love usr/share/doc/love/demos/

Modified: packages/trunk/love/debian/love.install
===================================================================
--- packages/trunk/love/debian/love.install	2016-08-03 18:41:59 UTC (rev 15849)
+++ packages/trunk/love/debian/love.install	2016-08-03 22:56:48 UTC (rev 15850)
@@ -1,13 +1,10 @@
 #bin/love usr/games/
-
-debian/pixmaps/*.xpm usr/share/pixmaps/
-debian/pixmaps/*.png usr/share/pixmaps/
-debian/pixmaps/*.svg usr/share/pixmaps/
-
 debian/*.desktop usr/share/applications/
-debian/mimelnk/*.desktop usr/share/mimelnk/application/
 debian/application-registry/*.applications usr/share/application-registry/
-debian/mime-info/*.mime usr/share/mime-info/
 debian/mime-info/*.keys usr/share/mime-info/
-
+debian/mime-info/*.mime usr/share/mime-info/
+debian/mimelnk/*.desktop usr/share/mimelnk/application/
+debian/pixmaps/*.png usr/share/pixmaps/
+debian/pixmaps/*.svg usr/share/pixmaps/
+debian/pixmaps/*.xpm usr/share/pixmaps/
 debian/tmp/usr/bin/* usr/bin/

Modified: packages/trunk/love/debian/rules
===================================================================
--- packages/trunk/love/debian/rules	2016-08-03 18:41:59 UTC (rev 15849)
+++ packages/trunk/love/debian/rules	2016-08-03 22:56:48 UTC (rev 15850)
@@ -21,7 +21,7 @@
 		LDFLAGS="$(LDFLAGS)"
 
 configure: configure-stamp
-configure-stamp: 
+configure-stamp:
 	dh_testdir
 
 	libtoolize
@@ -40,17 +40,19 @@
 build-arch-stamp: configure-stamp
 	dh_testdir
 	$(MAKE)
-	[ ! -f demos/Makefile ] || $(MAKE) -C demos
 	touch $@
 
 build-indep: build-indep-stamp
-build-indep-stamp: configure-stamp  
+build-indep-stamp: configure-stamp
 	dh_testdir
+	# Privacy breach fix
+	find doc -type f -exec sed -i 's/https:\/\/plus.google.com\/b\/108553500970002863436\///g' {} \;
+	[ ! -f demos/Makefile ] || $(MAKE) -C demos
 	touch $@
 
 build: build-indep build-arch
 
-clean: 
+clean:
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) distclean
@@ -65,7 +67,7 @@
 	rm -fv src/scripts/boot.lua.h src/scripts/graphics.lua.h
 	#rm -rfv platform/
 	dh_autoreconf_clean
-	dh_clean 
+	dh_clean
 
 install-arch: build-arch-stamp
 	dh_testdir
@@ -119,7 +121,7 @@
 	dh_lintian -a
 	dh_link -a
 #	dh_link -plove-dev usr/lib/$(DEB_HOST_MULTIARCH)/liblove.so.0.0.0 usr/lib/$(DEB_HOST_MULTIARCH)/liblove.so
-	dh_strip --dbg-package=love-dbg -a
+	dh_strip
 	dh_compress -a --exclude=.love --exclude=.lua
 	dh_fixperms -a
 #	dh_makeshlibs -a

Modified: packages/trunk/love/debian/source/options
===================================================================
--- packages/trunk/love/debian/source/options	2016-08-03 18:41:59 UTC (rev 15849)
+++ packages/trunk/love/debian/source/options	2016-08-03 22:56:48 UTC (rev 15850)
@@ -1,5 +1,2 @@
-# Bzip2 compression for debian.tar
-compression = "bzip2"
-compression-level = 7
 # Do not generate diff for changes in config.(sub|guess)
 extend-diff-ignore = "(^|/)config.(sub|guess)$"




More information about the Pkg-games-commits mailing list