[fifechan] 02/02: Import Debian patch 0.1.2+git160920-1
Markus Koschany
apo at moszumanska.debian.org
Wed Sep 21 19:42:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository fifechan.
commit c03da43e4cf6cf50d44af3c39e52d40e27ced7de
Author: Markus Koschany <apo at debian.org>
Date: Wed Sep 21 21:25:06 2016 +0200
Import Debian patch 0.1.2+git160920-1
---
debian/changelog | 5 ++
debian/compat | 1 +
debian/control | 57 +++++++++++++++++++++
debian/copyright | 106 ++++++++++++++++++++++++++++++++++++++++
debian/libfifechan-dev.install | 6 +++
debian/libfifechan0.1.2.install | 4 ++
debian/rules | 12 +++++
debian/source/format | 1 +
debian/watch | 3 ++
9 files changed, 195 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e705661
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+fifechan (0.1.2+git160920-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #838489)
+
+ -- Markus Koschany <apo at debian.org> Wed, 21 Sep 2016 21:25:06 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6b87c48
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,57 @@
+Source: fifechan
+Section: libs
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders:
+ Markus Koschany <apo at debian.org>
+Build-Depends:
+ cmake,
+ debhelper (>= 10),
+ liballegro4-dev,
+ libgl1-mesa-dev,
+ libglu1-mesa-dev,
+ libsdl2-dev,
+ libsdl2-image-dev,
+ libsdl2-ttf-dev
+Standards-Version: 3.9.8
+Homepage: http://fifengine.net/
+Vcs-Git: https://anonscm.debian.org/git/pkg-games/fifechan.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/fifechan.git
+
+Package: libfifechan0.1.2
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: lightweight cross platform GUI library written in C++
+ Fifechan is a lightweight cross platform GUI library written in C++
+ specifically designed for games. It has a small yet powerful built in set of
+ extendable GUI Widgets allowing users to create virtually unlimited types of
+ widgets.
+ .
+ This package contains the runtime libraries for Fifechan.
+
+Package: libfifechan-dev
+Architecture: any
+Section: libdevel
+Multi-Arch: same
+Depends:
+ libfifechan0.1.2 (= ${binary:Version}),
+ ${misc:Depends}
+Description: development files for the GUI library Fifechan
+ Fifechan is a lightweight cross platform GUI library written in C++
+ specifically designed for games. It has a small yet powerful built in set of
+ extendable GUI Widgets allowing users to create virtually unlimited types of
+ widgets.
+ .
+ Fifechan supports rendering in SDL, OpenGL, or Allegro out of the box or it
+ can be adapted to use any rendering engine the user requires. Events are
+ pushed to Fifechan which allows users to use any input library they wish or
+ they could use the built in input handling through either SDL input or Allegro
+ input.
+ .
+ The primary goal for Fifechan is to keep it extendable, lightweight and still
+ be powerful enough to use in all types of games out of the box.
+ .
+ This package contains development files for Fifechan.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..84f4145
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,106 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Fifechan
+Source: https://github.com/fifengine/fifechan
+
+Files: *
+Copyright: 2012 by the fifechan team
+ 2004, 2005, 2006, 2007, Per Larsson a.k.a finalman
+ 2004, 2005, 2006, 2007, Olof Naessén a.k.a jansem/yakslem
+License: LGPL-2.1+ and BSD-3-clause
+
+Files: CMake/Modules/*
+Copyright: 2008 Olof Naessen <olof.naessen at gmail.com>
+ 2013 Benjamin Eikel
+License: BSD-3-clause-default
+
+Files: include/fifechan/utf8stringeditor.hpp
+ src/utf8stringeditor.cpp
+Copyright: 2012 by the fifechan team
+ 2009 by the FIFE team
+License: LGPL-2.1+
+
+Files: include/fifechan/visibilityeventhandler.hpp
+ include/fifechan/widgets/iconprogressbar.hpp
+ src/visibilityeventhandler.cpp
+Copyright: 2012 by the fifechan team
+License: LGPL-2.1+
+
+Files: include/fifechan/util/utf8/utf8/*
+Copyright: 2006 Nemanja Trifunovic
+ 2012 by the fifechan team
+License: LGPL-2.1+ and BSL-1.0
+
+Files: debian/*
+Copyright: 2016, Markus Koschany <apo at debian.org>
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, 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
+ Lesser General Public License for more details.
+ .
+ The complete text of the GNU Library General Public License
+ can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
+
+License: BSD-3-clause
+ 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.
+ .
+ * Neither the names of Guichan nor the names of its contributors may be used
+ to endorse or promote products derived from this software without specific
+ prior written permission.
+
+License: BSD-3-clause-default
+ 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.
+ .
+ * Neither the name of the copyright holder nor the names of its contributors
+ may be used to endorse or promote products derived from this software without
+ specific prior written permission.
+
+License: BSL-1.0
+ Boost Software License - Version 1.0 - August 17th, 2003
+ .
+ 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,
+ execute, and transmit the Software, and to prepare derivative works of the
+ Software, and to permit third-parties to whom the Software is furnished to
+ do so, all subject to the following:
+ .
+ The copyright notices in the Software and this entire statement, including
+ the above license grant, this restriction and the following disclaimer,
+ must be included in all copies of the Software, in whole or in part, and
+ all derivative works of the Software, unless such copies or derivative
+ works are solely in the form of machine-executable object code generated by
+ a source language processor.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
diff --git a/debian/libfifechan-dev.install b/debian/libfifechan-dev.install
new file mode 100644
index 0000000..02826fd
--- /dev/null
+++ b/debian/libfifechan-dev.install
@@ -0,0 +1,6 @@
+usr/include/fifechan.hpp
+usr/include/fifechan/*
+usr/lib/*/libfifechan.so
+usr/lib/*/libfifechan_allegro.so
+usr/lib/*/libfifechan_opengl.so
+usr/lib/*/libfifechan_sdl.so
diff --git a/debian/libfifechan0.1.2.install b/debian/libfifechan0.1.2.install
new file mode 100644
index 0000000..4cc69af
--- /dev/null
+++ b/debian/libfifechan0.1.2.install
@@ -0,0 +1,4 @@
+usr/lib/*/libfifechan.so.*
+usr/lib/*/libfifechan_allegro.so.*
+usr/lib/*/libfifechan_opengl.so.*
+usr/lib/*/libfifechan_sdl.so.*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..19a2242
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+
+%:
+ dh $@
+
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH)
+
+override_dh_install:
+ dh_install --fail-missing
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..fafe04f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/fifechan-$1.tar.gz/" \
+https://github.com/fifengine/fifechan/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fifechan.git
More information about the Pkg-games-commits
mailing list