Author: apo Date: 2017-11-22 22:26:20 +0000 (Wed, 22 Nov 2017) New Revision: 16063
Added: packages/trunk/bulletml/debian/libbulletml0v5.install Removed: packages/trunk/bulletml/debian/libbulletml0d2.install packages/trunk/bulletml/debian/source/options Modified: packages/trunk/bulletml/debian/changelog packages/trunk/bulletml/debian/compat packages/trunk/bulletml/debian/control packages/trunk/bulletml/debian/copyright packages/trunk/bulletml/debian/patches/makefile.patch packages/trunk/bulletml/debian/rules Log: Release bulletml 0.0.6-7 Modified: packages/trunk/bulletml/debian/changelog =================================================================== --- packages/trunk/bulletml/debian/changelog 2017-11-11 16:12:18 UTC (rev 16062) +++ packages/trunk/bulletml/debian/changelog 2017-11-22 22:26:20 UTC (rev 16063) @@ -1,3 +1,26 @@ +bulletml (0.0.6-7) unstable; urgency=medium + + * Team upload. + * Acknowledge NMU by Jonathan Wiltshire. Thanks! + * Apply bulletml-locale.patch and make the build reproducible. + Thanks to Dafydd Harries for the report and patch. (Closes: #847035) + * Switch to compat level 10. + * Declare compliance with Debian Policy 4.1.1. + * Use https for Vcs-Browser field. + * Remove trailing whitespace. + * Remove debian/source/options file because xz is the default compressor now. + * Fix Lintian warning copyright-refers-to-symlink-license. + * Change priority from extra to optional. + + -- Markus Koschany <[email protected]> Wed, 22 Nov 2017 23:13:46 +0100 + +bulletml (0.0.6-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rename library packages for g++ 5 transition (see #790989) + + -- Jonathan Wiltshire <[email protected]> Fri, 14 Aug 2015 18:56:13 +0100 + bulletml (0.0.6-6) unstable; urgency=low * Cleaned up packaging Modified: packages/trunk/bulletml/debian/compat =================================================================== --- packages/trunk/bulletml/debian/compat 2017-11-11 16:12:18 UTC (rev 16062) +++ packages/trunk/bulletml/debian/compat 2017-11-22 22:26:20 UTC (rev 16063) @@ -1 +1 @@ -9 +10 Modified: packages/trunk/bulletml/debian/control =================================================================== --- packages/trunk/bulletml/debian/control 2017-11-11 16:12:18 UTC (rev 16062) +++ packages/trunk/bulletml/debian/control 2017-11-22 22:26:20 UTC (rev 16063) @@ -1,24 +1,24 @@ Source: bulletml -Priority: extra +Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Miriam Ruiz <[email protected]>, Peter De Wachter <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), dpkg-dev (>= 1.16.1~), dh-exec (>= 0.3), bison -Standards-Version: 3.9.4 +Standards-Version: 4.1.1 Section: libs Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/bulletml/ -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/bulletml/ +Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/bulletml/ Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/index_e.html Package: libbulletml-dev Section: libdevel Architecture: any -Depends: libbulletml0d2 (= ${binary:Version}), ${misc:Depends} +Depends: libbulletml0v5 (= ${binary:Version}), ${misc:Depends} Description: C++ library to handle BulletML easily - development files BulletML is the Bullet Markup Language. BulletML can describe the barrage of bullets in shooting games. @@ -26,10 +26,12 @@ This package includes the files needed for the development of programs that use this library. -Package: libbulletml0d2 +Package: libbulletml0v5 Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libbulletml0d2 +Replaces: libbulletml0d2 Multi-Arch: same Description: C++ library to handle BulletML easily - runtime library BulletML is the Bullet Markup Language. BulletML can describe the barrage of Modified: packages/trunk/bulletml/debian/copyright =================================================================== --- packages/trunk/bulletml/debian/copyright 2017-11-11 16:12:18 UTC (rev 16062) +++ packages/trunk/bulletml/debian/copyright 2017-11-22 22:26:20 UTC (rev 16063) @@ -10,11 +10,11 @@ Documentation for BulletML (debian/doc) has been downloaded from: http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/index_e.html -Upstream Author: +Upstream Author: shinichiro.h <[email protected]> ( http://shinh.skr.jp/ ) -Copyright: +Copyright: bulletml: Copyright © 2003, shinichiro.h tinyxml: Copyright © 2000, Lee Thomason (www.grinninglizard.com) @@ -23,7 +23,7 @@ sstream-: Copyright © 2000, Free Software Foundation debian/doc: Copyright © 2001. Kenta Cho -License: +License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -56,23 +56,23 @@ TinyXml is released under the zlib license: - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages arising from the use of this software. - Permission is granted to anyone to use this software for any - purpose, including commercial applications, and to alter it and + Permission is granted to anyone to use this software for any + purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: - 1. The origin of this software must not be misrepresented; you must - not claim that you wrote the original software. If you use this - software in a product, an acknowledgment in the product documentation + 1. The origin of this software must not be misrepresented; you must + not claim that you wrote the original software. If you use this + software in a product, an acknowledgment in the product documentation would be appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and + 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. - 3. This notice may not be removed or altered from any source + 3. This notice may not be removed or altered from any source distribution. @@ -146,30 +146,30 @@ Public License can be found in `/usr/share/common-licenses/GPL-2'. -debian/doc: +debian/doc: - Redistribution and use in source and binary forms, - with or without modification, are permitted provided that - the following conditions are met: + Redistribution and use in source and binary forms, + with or without 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. + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, - INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND - FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL - THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; - OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, - WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF - ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL + THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; + OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The Debian packaging is © 2007, Miriam Ruiz <[email protected]> and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. +is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. Deleted: packages/trunk/bulletml/debian/libbulletml0d2.install =================================================================== --- packages/trunk/bulletml/debian/libbulletml0d2.install 2017-11-11 16:12:18 UTC (rev 16062) +++ packages/trunk/bulletml/debian/libbulletml0d2.install 2017-11-22 22:26:20 UTC (rev 16063) @@ -1,2 +0,0 @@ -#!/usr/bin/dh-exec -src/lib*.so.* usr/lib/${DEB_HOST_MULTIARCH}/ Added: packages/trunk/bulletml/debian/libbulletml0v5.install =================================================================== --- packages/trunk/bulletml/debian/libbulletml0v5.install (rev 0) +++ packages/trunk/bulletml/debian/libbulletml0v5.install 2017-11-22 22:26:20 UTC (rev 16063) @@ -0,0 +1,2 @@ +#!/usr/bin/dh-exec +src/lib*.so.* usr/lib/${DEB_HOST_MULTIARCH}/ Property changes on: packages/trunk/bulletml/debian/libbulletml0v5.install ___________________________________________________________________ Added: svn:executable + * Modified: packages/trunk/bulletml/debian/patches/makefile.patch =================================================================== --- packages/trunk/bulletml/debian/patches/makefile.patch 2017-11-11 16:12:18 UTC (rev 16062) +++ packages/trunk/bulletml/debian/patches/makefile.patch 2017-11-22 22:26:20 UTC (rev 16063) @@ -3,8 +3,8 @@ Index: bulletml-0.0.6/src/Makefile =================================================================== ---- bulletml-0.0.6.orig/src/Makefile 2007-08-28 11:52:24.000000000 +0000 -+++ bulletml-0.0.6/src/Makefile 2007-08-28 11:54:20.000000000 +0000 +--- bulletml-0.0.6.orig/src/Makefile ++++ bulletml-0.0.6/src/Makefile @@ -1,27 +1,46 @@ -CC = g++ -INCLUDES = -I. @@ -37,7 +37,7 @@ -all: libbulletml.a +libbulletml.a: tinyxml/tinyxml.o ../bulletml.d $(OBJS) -+ ar cru $@ *.o tinyxml/tiny*.o ++ LC_ALL=C ar cru $@ *.o tinyxml/tiny*.o -libbulletml.a: $(OBJS) +../bulletml.d: bulletml_d.cpp Modified: packages/trunk/bulletml/debian/rules =================================================================== --- packages/trunk/bulletml/debian/rules 2017-11-11 16:12:18 UTC (rev 16062) +++ packages/trunk/bulletml/debian/rules 2017-11-22 22:26:20 UTC (rev 16063) @@ -29,7 +29,7 @@ rm -f src/*.so src/*.so.* src/*.o rm -f src/bulletml.d rm -f src/calc.cpp - dh_clean + dh_clean install: build dh_testdir @@ -46,7 +46,7 @@ binary-arch: build-arch install dh_testdir dh_testroot - dh_installchangelogs + dh_installchangelogs dh_installdocs dh_installexamples dh_install Deleted: packages/trunk/bulletml/debian/source/options =================================================================== --- packages/trunk/bulletml/debian/source/options 2017-11-11 16:12:18 UTC (rev 16062) +++ packages/trunk/bulletml/debian/source/options 2017-11-22 22:26:20 UTC (rev 16063) @@ -1,5 +0,0 @@ -# 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)$" _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

