Author: apo Date: 2017-11-22 22:26:43 +0000 (Wed, 22 Nov 2017) New Revision: 16064
Added: packages/tags/bulletml/0.0.6-7/ packages/tags/bulletml/0.0.6-7/debian/changelog packages/tags/bulletml/0.0.6-7/debian/compat packages/tags/bulletml/0.0.6-7/debian/control packages/tags/bulletml/0.0.6-7/debian/copyright packages/tags/bulletml/0.0.6-7/debian/libbulletml0v5.install packages/tags/bulletml/0.0.6-7/debian/patches/makefile.patch packages/tags/bulletml/0.0.6-7/debian/rules Removed: packages/tags/bulletml/0.0.6-7/debian/changelog packages/tags/bulletml/0.0.6-7/debian/compat packages/tags/bulletml/0.0.6-7/debian/control packages/tags/bulletml/0.0.6-7/debian/copyright packages/tags/bulletml/0.0.6-7/debian/libbulletml0d2.install packages/tags/bulletml/0.0.6-7/debian/patches/makefile.patch packages/tags/bulletml/0.0.6-7/debian/rules packages/tags/bulletml/0.0.6-7/debian/source/options Log: [svn-buildpackage] Tagging bulletml 0.0.6-7 Deleted: packages/tags/bulletml/0.0.6-7/debian/changelog =================================================================== --- packages/trunk/bulletml/debian/changelog 2017-11-11 16:12:18 UTC (rev 16062) +++ packages/tags/bulletml/0.0.6-7/debian/changelog 2017-11-22 22:26:43 UTC (rev 16064) @@ -1,67 +0,0 @@ -bulletml (0.0.6-6) unstable; urgency=low - - * Cleaned up packaging - - Switch to debhelper 9 - - Remove quilt dependency - - Enable hardening flags - - Provide build-arch and build-indep targets - * Add multiarch support - * Move bulletml specs from /usr/share/doc/bulletml to doc/libbulletml-dev - * Upgraded Standards-Version to 3.9.4 - - -- Peter De Wachter <[email protected]> Mon, 01 Jul 2013 08:04:22 +0200 - -bulletml (0.0.6-5) unstable; urgency=low - - [ Miriam Ruiz ] - * Added change to fixes.patch: yyerror (in src/calc.yy) should have - const char * as parameter, instead of char *. Closes: #646443 - * Upgraded Standards-Version from 3.8.1 to 3.9.2 - * Upgraded source package to DebSrc3 - * debian/control: Added ${misc:Depends} to libbulletml-dev - - -- Miriam Ruiz <[email protected]> Sun, 20 Nov 2011 02:39:12 +0100 - -bulletml (0.0.6-4) unstable; urgency=low - - * Bulletml depended on Boost just to get boost::shared_ptr. Patched it to - use std::tr1::shared_ptr instead, so this dependency can be dropped. - + This caused an API change (not affecting any package in Debian), so - bumped the soname. - * Added a watch file. - * Bumped Standards-Version to 3.8.1. - + debian/rules: Renamed 'configure' target to 'patch'. - - -- Peter De Wachter <[email protected]> Wed, 03 Jun 2009 21:54:14 +0200 - -bulletml (0.0.6-3) unstable; urgency=low - - [ Miriam Ruiz ] - * Added libboost-dev as a dependency for libbulletml-dev. - Closes: #443718. Closes: #444452. - * Added DM-Upload-Allowed tag to control to allow uploads from Debian - Maintainers. - - [ Jon Dowland ] - * Added Homepage: control field to source stanza. - - [ Peter De Wachter ] - * Added missing includes for GCC 4.3. Added bison as a build-dependency, - as a parser needs to be rebuilt. Closes: #455131. - * The XS-Vcs fields are now official, removed the prefix. - - -- Peter De Wachter <[email protected]> Thu, 31 Jan 2008 21:26:01 +0100 - -bulletml (0.0.6-2) unstable; urgency=low - - * Install C++ header files. - * Added documentation (debian/doc). - - -- Miriam Ruiz <[email protected]> Wed, 29 Aug 2007 20:03:21 +0000 - -bulletml (0.0.6-1) unstable; urgency=low - - * Initial release. - - -- Miriam Ruiz <[email protected]> Mon, 27 Aug 2007 19:48:05 +0000 - Copied: packages/tags/bulletml/0.0.6-7/debian/changelog (from rev 16063, packages/trunk/bulletml/debian/changelog) =================================================================== --- packages/tags/bulletml/0.0.6-7/debian/changelog (rev 0) +++ packages/tags/bulletml/0.0.6-7/debian/changelog 2017-11-22 22:26:43 UTC (rev 16064) @@ -0,0 +1,90 @@ +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 + - Switch to debhelper 9 + - Remove quilt dependency + - Enable hardening flags + - Provide build-arch and build-indep targets + * Add multiarch support + * Move bulletml specs from /usr/share/doc/bulletml to doc/libbulletml-dev + * Upgraded Standards-Version to 3.9.4 + + -- Peter De Wachter <[email protected]> Mon, 01 Jul 2013 08:04:22 +0200 + +bulletml (0.0.6-5) unstable; urgency=low + + [ Miriam Ruiz ] + * Added change to fixes.patch: yyerror (in src/calc.yy) should have + const char * as parameter, instead of char *. Closes: #646443 + * Upgraded Standards-Version from 3.8.1 to 3.9.2 + * Upgraded source package to DebSrc3 + * debian/control: Added ${misc:Depends} to libbulletml-dev + + -- Miriam Ruiz <[email protected]> Sun, 20 Nov 2011 02:39:12 +0100 + +bulletml (0.0.6-4) unstable; urgency=low + + * Bulletml depended on Boost just to get boost::shared_ptr. Patched it to + use std::tr1::shared_ptr instead, so this dependency can be dropped. + + This caused an API change (not affecting any package in Debian), so + bumped the soname. + * Added a watch file. + * Bumped Standards-Version to 3.8.1. + + debian/rules: Renamed 'configure' target to 'patch'. + + -- Peter De Wachter <[email protected]> Wed, 03 Jun 2009 21:54:14 +0200 + +bulletml (0.0.6-3) unstable; urgency=low + + [ Miriam Ruiz ] + * Added libboost-dev as a dependency for libbulletml-dev. + Closes: #443718. Closes: #444452. + * Added DM-Upload-Allowed tag to control to allow uploads from Debian + Maintainers. + + [ Jon Dowland ] + * Added Homepage: control field to source stanza. + + [ Peter De Wachter ] + * Added missing includes for GCC 4.3. Added bison as a build-dependency, + as a parser needs to be rebuilt. Closes: #455131. + * The XS-Vcs fields are now official, removed the prefix. + + -- Peter De Wachter <[email protected]> Thu, 31 Jan 2008 21:26:01 +0100 + +bulletml (0.0.6-2) unstable; urgency=low + + * Install C++ header files. + * Added documentation (debian/doc). + + -- Miriam Ruiz <[email protected]> Wed, 29 Aug 2007 20:03:21 +0000 + +bulletml (0.0.6-1) unstable; urgency=low + + * Initial release. + + -- Miriam Ruiz <[email protected]> Mon, 27 Aug 2007 19:48:05 +0000 + Deleted: packages/tags/bulletml/0.0.6-7/debian/compat =================================================================== --- packages/trunk/bulletml/debian/compat 2017-11-11 16:12:18 UTC (rev 16062) +++ packages/tags/bulletml/0.0.6-7/debian/compat 2017-11-22 22:26:43 UTC (rev 16064) @@ -1 +0,0 @@ -9 Copied: packages/tags/bulletml/0.0.6-7/debian/compat (from rev 16063, packages/trunk/bulletml/debian/compat) =================================================================== --- packages/tags/bulletml/0.0.6-7/debian/compat (rev 0) +++ packages/tags/bulletml/0.0.6-7/debian/compat 2017-11-22 22:26:43 UTC (rev 16064) @@ -0,0 +1 @@ +10 Deleted: packages/tags/bulletml/0.0.6-7/debian/control =================================================================== --- packages/trunk/bulletml/debian/control 2017-11-11 16:12:18 UTC (rev 16062) +++ packages/tags/bulletml/0.0.6-7/debian/control 2017-11-22 22:26:43 UTC (rev 16064) @@ -1,43 +0,0 @@ -Source: bulletml -Priority: extra -Maintainer: Debian Games Team <[email protected]> -Uploaders: - Miriam Ruiz <[email protected]>, - Peter De Wachter <[email protected]> -Build-Depends: - debhelper (>= 9), - dpkg-dev (>= 1.16.1~), - dh-exec (>= 0.3), - bison -Standards-Version: 3.9.4 -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/ -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} -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. - . - This package includes the files needed for the development of programs that - use this library. - -Package: libbulletml0d2 -Architecture: any -Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends} -Multi-Arch: same -Description: C++ library to handle BulletML easily - runtime library - BulletML is the Bullet Markup Language. BulletML can describe the barrage of - bullets in shooting games. - . - There are many advantages for using BulletML: - * BulletML can describe the complicated barrage of bullets in recent - shooting games easily - * BulletML demo applet is available. Write BulletML document, and check it - on this applet - * BulletML is XML-based language. It offers data portability and reusability Copied: packages/tags/bulletml/0.0.6-7/debian/control (from rev 16063, packages/trunk/bulletml/debian/control) =================================================================== --- packages/tags/bulletml/0.0.6-7/debian/control (rev 0) +++ packages/tags/bulletml/0.0.6-7/debian/control 2017-11-22 22:26:43 UTC (rev 16064) @@ -0,0 +1,45 @@ +Source: bulletml +Priority: optional +Maintainer: Debian Games Team <[email protected]> +Uploaders: + Miriam Ruiz <[email protected]>, + Peter De Wachter <[email protected]> +Build-Depends: + debhelper (>= 10), + dpkg-dev (>= 1.16.1~), + dh-exec (>= 0.3), + bison +Standards-Version: 4.1.1 +Section: libs +Vcs-Svn: svn://anonscm.debian.org/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: 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. + . + This package includes the files needed for the development of programs that + use this library. + +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 + bullets in shooting games. + . + There are many advantages for using BulletML: + * BulletML can describe the complicated barrage of bullets in recent + shooting games easily + * BulletML demo applet is available. Write BulletML document, and check it + on this applet + * BulletML is XML-based language. It offers data portability and reusability Deleted: packages/tags/bulletml/0.0.6-7/debian/copyright =================================================================== --- packages/trunk/bulletml/debian/copyright 2017-11-11 16:12:18 UTC (rev 16062) +++ packages/tags/bulletml/0.0.6-7/debian/copyright 2017-11-22 22:26:43 UTC (rev 16064) @@ -1,175 +0,0 @@ -This package was debianized by Miriam Ruiz <[email protected]> on -Mon, 27 Aug 2007 19:48:05 +0000. - -libBulletML was downloaded from: - http://shinh.skr.jp/libbulletml/index_en.html - -d_cpp was downloaded from: - http://shinh.skr.jp/d/cpplink.html - -Documentation for BulletML (debian/doc) has been downloaded from: - http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/index_e.html - -Upstream Author: - - shinichiro.h <[email protected]> ( http://shinh.skr.jp/ ) - -Copyright: - - bulletml: Copyright © 2003, shinichiro.h - tinyxml: Copyright © 2000, Lee Thomason (www.grinninglizard.com) - yggdrasil: Copyright © 2002, Wraith - calc.cpp: Copyright © 1984, 1989, 1990 Free Software Foundation, Inc. - sstream-: Copyright © 2000, Free Software Foundation - debian/doc: Copyright © 2001. Kenta Cho - -License: - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are - met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * 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. - * The name of the author may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - "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 COPYRIGHT - OWNER 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. - - -TinyXml: - - 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 - 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 - 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 - would be appreciated but is not required. - - 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 - distribution. - - -yggdrasil: - - License text: http://tricklib.com/license.htm - - このサイトで公開しているモジュール等のライセンスについて - - - ネット上にアップしたものについてアレコレ主張するのはナンセンスなことだと思っていますんで、まるまるパクって「私が作りましたぁ!」って主張するような非常識なことを除けば、基本的に非商用・商用を問わずにご自由にそのままあるいは必要に応じてご自身で修正を施したものをご利用ください。また、その際にご利用になったモジュール等を利用していることを明記する必要などもありませんし、再配布などもご自由にして頂いて構いませんです、はい。 - - ...ただし、ご利用は自己責任においてお願いします。また、別途ライセンスに関して明記してある場合はそちらを優先するものとしますです。 - - Translation: - - "It is my belief that it is a nonsense to claim a license on a product - which is released on the web, but as long as proper attribution is done - to the original author, you can use for commercial or non-commercial - purposes, with or without modifications. There is no need to advertise - the use of this module, and reditribution is allowed. However, please use - at your own risk. Also, if there are license statements, they take - precedence" - - -sstream-: - - This file is part of the GNU IO Library. This library is free - software; you can redistribute it and/or modify it under the - terms of the GNU General Public License as published by the - Free Software Foundation; either version 2, or (at your option) - any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL-2'. - - -calc.cpp: - - Skeleton output parser for bison - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - As a special exception, when this file is copied by Bison into a - Bison output file, you may use that output file without restriction. - This special exception was added by the Free Software Foundation - in version 1.24 of Bison. - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL-2'. - - -debian/doc: - - 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. - - 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. - - -The Debian packaging is © 2007, Miriam Ruiz <[email protected]> and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. Copied: packages/tags/bulletml/0.0.6-7/debian/copyright (from rev 16063, packages/trunk/bulletml/debian/copyright) =================================================================== --- packages/tags/bulletml/0.0.6-7/debian/copyright (rev 0) +++ packages/tags/bulletml/0.0.6-7/debian/copyright 2017-11-22 22:26:43 UTC (rev 16064) @@ -0,0 +1,175 @@ +This package was debianized by Miriam Ruiz <[email protected]> on +Mon, 27 Aug 2007 19:48:05 +0000. + +libBulletML was downloaded from: + http://shinh.skr.jp/libbulletml/index_en.html + +d_cpp was downloaded from: + http://shinh.skr.jp/d/cpplink.html + +Documentation for BulletML (debian/doc) has been downloaded from: + http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/index_e.html + +Upstream Author: + + shinichiro.h <[email protected]> ( http://shinh.skr.jp/ ) + +Copyright: + + bulletml: Copyright © 2003, shinichiro.h + tinyxml: Copyright © 2000, Lee Thomason (www.grinninglizard.com) + yggdrasil: Copyright © 2002, Wraith + calc.cpp: Copyright © 1984, 1989, 1990 Free Software Foundation, Inc. + sstream-: Copyright © 2000, Free Software Foundation + debian/doc: Copyright © 2001. Kenta Cho + +License: + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * 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. + * The name of the author may not be used to endorse or promote + products derived from this software without specific prior + written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "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 COPYRIGHT + OWNER 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. + + +TinyXml: + + 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 + 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 + 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 + would be appreciated but is not required. + + 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 + distribution. + + +yggdrasil: + + License text: http://tricklib.com/license.htm + + このサイトで公開しているモジュール等のライセンスについて + + + ネット上にアップしたものについてアレコレ主張するのはナンセンスなことだと思っていますんで、まるまるパクって「私が作りましたぁ!」って主張するような非常識なことを除けば、基本的に非商用・商用を問わずにご自由にそのままあるいは必要に応じてご自身で修正を施したものをご利用ください。また、その際にご利用になったモジュール等を利用していることを明記する必要などもありませんし、再配布などもご自由にして頂いて構いませんです、はい。 + + ...ただし、ご利用は自己責任においてお願いします。また、別途ライセンスに関して明記してある場合はそちらを優先するものとしますです。 + + Translation: + + "It is my belief that it is a nonsense to claim a license on a product + which is released on the web, but as long as proper attribution is done + to the original author, you can use for commercial or non-commercial + purposes, with or without modifications. There is no need to advertise + the use of this module, and reditribution is allowed. However, please use + at your own risk. Also, if there are license statements, they take + precedence" + + +sstream-: + + This file is part of the GNU IO Library. This library is free + software; you can redistribute it and/or modify it under the + terms of the GNU General Public License as published by the + Free Software Foundation; either version 2, or (at your option) + any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + + +calc.cpp: + + Skeleton output parser for bison + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + As a special exception, when this file is copied by Bison into a + Bison output file, you may use that output file without restriction. + This special exception was added by the Free Software Foundation + in version 1.24 of Bison. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + + +debian/doc: + + 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. + + 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. + + +The Debian packaging is © 2007, Miriam Ruiz <[email protected]> and +is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. Deleted: packages/tags/bulletml/0.0.6-7/debian/libbulletml0d2.install =================================================================== --- packages/trunk/bulletml/debian/libbulletml0d2.install 2017-11-11 16:12:18 UTC (rev 16062) +++ packages/tags/bulletml/0.0.6-7/debian/libbulletml0d2.install 2017-11-22 22:26:43 UTC (rev 16064) @@ -1,2 +0,0 @@ -#!/usr/bin/dh-exec -src/lib*.so.* usr/lib/${DEB_HOST_MULTIARCH}/ Copied: packages/tags/bulletml/0.0.6-7/debian/libbulletml0v5.install (from rev 16063, packages/trunk/bulletml/debian/libbulletml0v5.install) =================================================================== --- packages/tags/bulletml/0.0.6-7/debian/libbulletml0v5.install (rev 0) +++ packages/tags/bulletml/0.0.6-7/debian/libbulletml0v5.install 2017-11-22 22:26:43 UTC (rev 16064) @@ -0,0 +1,2 @@ +#!/usr/bin/dh-exec +src/lib*.so.* usr/lib/${DEB_HOST_MULTIARCH}/ Deleted: packages/tags/bulletml/0.0.6-7/debian/patches/makefile.patch =================================================================== --- packages/trunk/bulletml/debian/patches/makefile.patch 2017-11-11 16:12:18 UTC (rev 16062) +++ packages/tags/bulletml/0.0.6-7/debian/patches/makefile.patch 2017-11-22 22:26:43 UTC (rev 16064) @@ -1,63 +0,0 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Distributed under the same license as the original software. See debian/copyright. - -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 -@@ -1,27 +1,46 @@ --CC = g++ --INCLUDES = -I. --LIBS = tinyxml/tinyxml.o tinyxml/tinyxmlparser.o tinyxml/tinyxmlerror.o - #CXXFLAGS = -g -W -Wall -ansi -pedantic - #CXXFLAGS = -pg -g -W -Wall -ansi -pedantic -+#CXXFLAGS = -O2 -W -Wall -ansi -pedantic -I. -I../d_cpp - CXXFLAGS = -O2 -W -Wall -ansi -pedantic - CFLAGS = -O2 --OBJS = bulletmlparser-tinyxml.o bulletmlparser.o bulletmltree.o calc.o formula-variables.o bulletmlrunner.o bulletmlrunnerimpl.o -+LDFLAGS= -+INCLUDES= -I. -I../d_cpp -+OBJS = bulletmlparser-tinyxml.o bulletmlparser.o bulletmltree.o calc.o \ -+ formula-variables.o bulletmlrunner.o bulletmlrunnerimpl.o bulletml_d.o -+ -+MAJOR=0d2 -+MINOR=0 -+ -+all: libbulletml.a libbulletml.so -+ -+libbulletml.so: tinyxml/tinyxml.o ../bulletml.d $(OBJS) -+ $(CXX) $(LDFLAGS) -shared \ -+ -Wl,-soname,$@.$(MAJOR) \ -+ -o $@.$(MAJOR).$(MINOR) \ -+ *.o tinyxml/tiny*.o -+ rm -f $@.$(MAJOR) -+ ln -s $@.$(MAJOR).$(MINOR) $@.$(MAJOR) -+ rm -f $@ -+ ln -s $@.$(MAJOR) $@ - --all: libbulletml.a -+libbulletml.a: tinyxml/tinyxml.o ../bulletml.d $(OBJS) -+ ar cru $@ *.o tinyxml/tiny*.o - --libbulletml.a: $(OBJS) -+../bulletml.d: bulletml_d.cpp -+ perl ../d_cpp/create_d_import.pl bulletml_d.cpp bulletml.d -+ -+tinyxml/tinyxml.o: - $(MAKE) -C tinyxml -- $(AR) -r libbulletml.a *.o tinyxml/tiny*.o - - clean: -- rm -f *.o *.a -+ rm -f *.o *.a test_bulletml *.so *.so.* - $(MAKE) -C tinyxml clean - - calc.cpp: calc.yy - bison -y calc.yy && mv y.tab.c calc.cpp - - $(OBJS): %.o: %.cpp -- $(CC) -c $(CXXFLAGS) $(INCLUDES) $< -+ $(CXX) -c $(CXXFLAGS) $(INCLUDES) $< - - doxy: - doxygen Copied: packages/tags/bulletml/0.0.6-7/debian/patches/makefile.patch (from rev 16063, packages/trunk/bulletml/debian/patches/makefile.patch) =================================================================== --- packages/tags/bulletml/0.0.6-7/debian/patches/makefile.patch (rev 0) +++ packages/tags/bulletml/0.0.6-7/debian/patches/makefile.patch 2017-11-22 22:26:43 UTC (rev 16064) @@ -0,0 +1,63 @@ +# Copyright (C) 2007 Miriam Ruiz <[email protected]> +# Distributed under the same license as the original software. See debian/copyright. + +Index: bulletml-0.0.6/src/Makefile +=================================================================== +--- bulletml-0.0.6.orig/src/Makefile ++++ bulletml-0.0.6/src/Makefile +@@ -1,27 +1,46 @@ +-CC = g++ +-INCLUDES = -I. +-LIBS = tinyxml/tinyxml.o tinyxml/tinyxmlparser.o tinyxml/tinyxmlerror.o + #CXXFLAGS = -g -W -Wall -ansi -pedantic + #CXXFLAGS = -pg -g -W -Wall -ansi -pedantic ++#CXXFLAGS = -O2 -W -Wall -ansi -pedantic -I. -I../d_cpp + CXXFLAGS = -O2 -W -Wall -ansi -pedantic + CFLAGS = -O2 +-OBJS = bulletmlparser-tinyxml.o bulletmlparser.o bulletmltree.o calc.o formula-variables.o bulletmlrunner.o bulletmlrunnerimpl.o ++LDFLAGS= ++INCLUDES= -I. -I../d_cpp ++OBJS = bulletmlparser-tinyxml.o bulletmlparser.o bulletmltree.o calc.o \ ++ formula-variables.o bulletmlrunner.o bulletmlrunnerimpl.o bulletml_d.o ++ ++MAJOR=0d2 ++MINOR=0 ++ ++all: libbulletml.a libbulletml.so ++ ++libbulletml.so: tinyxml/tinyxml.o ../bulletml.d $(OBJS) ++ $(CXX) $(LDFLAGS) -shared \ ++ -Wl,-soname,$@.$(MAJOR) \ ++ -o $@.$(MAJOR).$(MINOR) \ ++ *.o tinyxml/tiny*.o ++ rm -f $@.$(MAJOR) ++ ln -s $@.$(MAJOR).$(MINOR) $@.$(MAJOR) ++ rm -f $@ ++ ln -s $@.$(MAJOR) $@ + +-all: libbulletml.a ++libbulletml.a: tinyxml/tinyxml.o ../bulletml.d $(OBJS) ++ LC_ALL=C ar cru $@ *.o tinyxml/tiny*.o + +-libbulletml.a: $(OBJS) ++../bulletml.d: bulletml_d.cpp ++ perl ../d_cpp/create_d_import.pl bulletml_d.cpp bulletml.d ++ ++tinyxml/tinyxml.o: + $(MAKE) -C tinyxml +- $(AR) -r libbulletml.a *.o tinyxml/tiny*.o + + clean: +- rm -f *.o *.a ++ rm -f *.o *.a test_bulletml *.so *.so.* + $(MAKE) -C tinyxml clean + + calc.cpp: calc.yy + bison -y calc.yy && mv y.tab.c calc.cpp + + $(OBJS): %.o: %.cpp +- $(CC) -c $(CXXFLAGS) $(INCLUDES) $< ++ $(CXX) -c $(CXXFLAGS) $(INCLUDES) $< + + doxy: + doxygen Deleted: packages/tags/bulletml/0.0.6-7/debian/rules =================================================================== --- packages/trunk/bulletml/debian/rules 2017-11-11 16:12:18 UTC (rev 16062) +++ packages/tags/bulletml/0.0.6-7/debian/rules 2017-11-22 22:26:43 UTC (rev 16064) @@ -1,77 +0,0 @@ -#!/usr/bin/make -f - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -include /usr/share/dpkg/buildflags.mk - - -build: build-arch build-indep -build-arch: build-stamp -build-stamp: - dh_testdir - rm -f src/calc.cpp #needs to be regenerated from src/calc.yy - rm -f src/*.o src/*/*.o - $(MAKE) -C src CXXFLAGS="$(CXXFLAGS) $(CPPFLAGS)" libbulletml.a - rm -f src/*.o src/*/*.o - $(MAKE) -C src CXXFLAGS="$(CXXFLAGS) $(CPPFLAGS) -fPIC -fpic" \ - LDFLAGS="$(LDFLAGS) -Wl,-z,defs" libbulletml.so - touch $@ - -build-indep: -# Nothing to do - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - $(MAKE) -C src clean - rm -f src/*.so src/*.so.* src/*.o - rm -f src/bulletml.d - rm -f src/calc.cpp - dh_clean - -install: build - dh_testdir - dh_testroot - dh_prep - dh_installdirs - #$(MAKE) -C src DESTDIR=$(CURDIR)/debian/tmp install - -# Build architecture-independent files here. -binary-indep: -# Nothing to do - -# Build architecture-dependent files here. -binary-arch: build-arch install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installexamples - dh_install - dh_installman - dh_link - dh_strip - dh_compress - dh_fixperms - dh_makeshlibs - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch - -get-orig-source: - wget http://shinh.skr.jp/libbulletml/libbulletml-0.0.6.tar.bz2 - wget http://shinh.skr.jp/d/d_cpp.tar.bz2 - tar xvfj libbulletml-0.0.6.tar.bz2 - cd bulletml && tar xvfj ../d_cpp.tar.bz2 - rm -rf bulletml/src/boost/ - tar cvfz ../bulletml_0.0.6.orig.tar.gz bulletml - rm -r bulletml - rm d_cpp.tar.bz2 libbulletml-0.0.6.tar.bz2 - -.PHONY: build clean binary-indep binary-arch binary install get-orig-source Copied: packages/tags/bulletml/0.0.6-7/debian/rules (from rev 16063, packages/trunk/bulletml/debian/rules) =================================================================== --- packages/tags/bulletml/0.0.6-7/debian/rules (rev 0) +++ packages/tags/bulletml/0.0.6-7/debian/rules 2017-11-22 22:26:43 UTC (rev 16064) @@ -0,0 +1,77 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/dpkg/buildflags.mk + + +build: build-arch build-indep +build-arch: build-stamp +build-stamp: + dh_testdir + rm -f src/calc.cpp #needs to be regenerated from src/calc.yy + rm -f src/*.o src/*/*.o + $(MAKE) -C src CXXFLAGS="$(CXXFLAGS) $(CPPFLAGS)" libbulletml.a + rm -f src/*.o src/*/*.o + $(MAKE) -C src CXXFLAGS="$(CXXFLAGS) $(CPPFLAGS) -fPIC -fpic" \ + LDFLAGS="$(LDFLAGS) -Wl,-z,defs" libbulletml.so + touch $@ + +build-indep: +# Nothing to do + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + $(MAKE) -C src clean + rm -f src/*.so src/*.so.* src/*.o + rm -f src/bulletml.d + rm -f src/calc.cpp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + #$(MAKE) -C src DESTDIR=$(CURDIR)/debian/tmp install + +# Build architecture-independent files here. +binary-indep: +# Nothing to do + +# Build architecture-dependent files here. +binary-arch: build-arch install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch + +get-orig-source: + wget http://shinh.skr.jp/libbulletml/libbulletml-0.0.6.tar.bz2 + wget http://shinh.skr.jp/d/d_cpp.tar.bz2 + tar xvfj libbulletml-0.0.6.tar.bz2 + cd bulletml && tar xvfj ../d_cpp.tar.bz2 + rm -rf bulletml/src/boost/ + tar cvfz ../bulletml_0.0.6.orig.tar.gz bulletml + rm -r bulletml + rm d_cpp.tar.bz2 libbulletml-0.0.6.tar.bz2 + +.PHONY: build clean binary-indep binary-arch binary install get-orig-source Deleted: packages/tags/bulletml/0.0.6-7/debian/source/options =================================================================== --- packages/trunk/bulletml/debian/source/options 2017-11-11 16:12:18 UTC (rev 16062) +++ packages/tags/bulletml/0.0.6-7/debian/source/options 2017-11-22 22:26:43 UTC (rev 16064) @@ -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

