This is an automated email from the git hooks/post-receive script. roam-guest pushed a commit to branch master in repository fenix.
commit 081957335327cf64bf6e677fbb57a4b1889df093 Author: Vincent Cheng <[email protected]> Date: Mon Mar 31 07:12:37 2014 +0000 wrap-and-sort, standards version bump --- debian/changelog | 1 + debian/control | 26 ++++++++++++++++++-------- debian/copyright | 6 +++--- debian/fenix-dev.install | 14 +++++++------- debian/fenix.install | 4 ++-- 5 files changed, 31 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index d5544d0..e6ebd33 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ fenix (0.92a.dfsg1-10) unstable; urgency=low * Add debian/patches/fix_ftbfs_libpng1.5.patch to fix FTBFS against libpng 1.5. (Closes: #649548) * Build for mipsn32 mipsn32el. (Closes: #726130) + * Update to Standards version 3.9.5. -- Vincent Cheng <[email protected]> Sun, 30 Mar 2014 23:49:50 -0700 diff --git a/debian/control b/debian/control index 6c1135a..f506092 100644 --- a/debian/control +++ b/debian/control @@ -2,20 +2,30 @@ Source: fenix Section: devel Priority: extra Maintainer: Debian Games Team <[email protected]> -Uploaders: Miriam Ruiz <[email protected]>, Barry deFreese <[email protected]>, +Uploaders: + Miriam Ruiz <[email protected]>, + Barry deFreese <[email protected]>, Peter Pentchev <[email protected]> -Build-Depends: dpkg-dev (>= 1.15.7~), debhelper (>= 8), +Build-Depends: autotools-dev (>= 20100122.1~), - libsdl1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, libgif-dev, libpng-dev, - libsmpeg-dev, libmikmod2-dev, libvorbis-dev -Standards-Version: 3.9.2 + debhelper (>= 8), + dpkg-dev (>= 1.15.7~), + libgif-dev, + libmikmod2-dev, + libpng-dev, + libsdl-mixer1.2-dev, + libsdl1.2-dev, + libsmpeg-dev, + libvorbis-dev, + zlib1g-dev +Standards-Version: 3.9.5 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/fenix/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/fenix/ Homepage: http://fenix.divsite.net/ Package: fenix -Architecture: arm armel armhf hppa i386 kfreebsd-i386 hurd-i386 m68k mips mipsel mipsn32 mipsn32el sh4 powerpc s390 sparc -Depends: ${shlibs:Depends}, ${misc:Depends} +Architecture: arm armel armhf hppa hurd-i386 i386 kfreebsd-i386 m68k mips mipsel mipsn32 mipsn32el powerpc s390 sh4 sparc +Depends: ${misc:Depends}, ${shlibs:Depends} Description: development environment for making 2D games Fenix is an interpreted script programming language, especially designed to developing and running 2D games. It has a full graphic library, sound engine @@ -23,7 +33,7 @@ Description: development environment for making 2D games Package: fenix-dev Architecture: all -Depends: zlib1g-dev, libsdl1.2-dev, ${misc:Depends} +Depends: libsdl1.2-dev, zlib1g-dev, ${misc:Depends} Suggests: fenix Description: development environment for making 2D games - header files Fenix is an interpreted script programming language, especially designed to diff --git a/debian/copyright b/debian/copyright index 38c2d78..5dba88f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,7 +9,7 @@ Upstream Authors: Jose Luis Cebrian, Jose Luis Cabello, Pedro A. Gracia Fajardo Chui, Carlos Falo Hervas, SplinterGU -Copyright: +Copyright: Copyright © 1999 José Luis Cebrián Pagüe Copyright © 2002 Fenix Team @@ -21,12 +21,12 @@ License: it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - + This package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA diff --git a/debian/fenix-dev.install b/debian/fenix-dev.install index ca4f28c..4be04bc 100644 --- a/debian/fenix-dev.install +++ b/debian/fenix-dev.install @@ -1,11 +1,11 @@ -include/fxdll*.h usr/include/fenix/ -fxi/inc/instance_st.h usr/include/fenix/ -fxi/inc/grlib_st.h usr/include/fenix/ -include/files_st.h usr/include/fenix/ -include/typedef_st.h usr/include/fenix/ -include/xctype_st.h usr/include/fenix/ fxi/inc/flic_st.h usr/include/fenix/ +fxi/inc/grlib_st.h usr/include/fenix/ fxi/inc/i_procdef_st.h usr/include/fenix/ +fxi/inc/instance_st.h usr/include/fenix/ +include/fbm.h usr/include/fenix/ +include/files_st.h usr/include/fenix/ +include/fxdll*.h usr/include/fenix/ include/offsets.h usr/include/fenix/ include/pslang.h usr/include/fenix/ -include/fbm.h usr/include/fenix/ +include/typedef_st.h usr/include/fenix/ +include/xctype_st.h usr/include/fenix/ diff --git a/debian/fenix.install b/debian/fenix.install index 94e9154..0f9eb9c 100644 --- a/debian/fenix.install +++ b/debian/fenix.install @@ -1,7 +1,7 @@ usr/bin/*fpg usr/bin/*fxc -usr/bin/*map usr/bin/*fxi +usr/bin/*map usr/bin/fenix -usr/share/locale/*/LC_MESSAGES/fenix-fxi.mo usr/share/locale/*/LC_MESSAGES/fenix-fxc.mo +usr/share/locale/*/LC_MESSAGES/fenix-fxi.mo -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

