[fenix-plugins] 06/10: Use dpkg-dev's default compression settings for the Debian tarball.

2015-12-26 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 2f4e94c17c9dbc70949ed3e85fd428bf95689316
Author: Peter Pentchev 
Date:   Mon Dec 21 17:10:23 2015 +0200

Use dpkg-dev's default compression settings for the Debian tarball.
---
 debian/changelog  | 1 +
 debian/source/options | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 33f468f..5434964 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ fenix-plugins (0.0.20070803-6) UNRELEASED; urgency=medium
   * Point the Vcs-* source control fields to the migrated Git repository.
   * Convert the copyright file to the 1.0 machine-readable format and
 add my debian/* copyright notice.
+  * Use the dpkg-dev default settings for the debian tarball compression.
 
  -- Peter Pentchev   Mon, 21 Dec 2015 16:25:27 +0200
 
diff --git a/debian/source/options b/debian/source/options
deleted file mode 100644
index 779dbfd..000
--- a/debian/source/options
+++ /dev/null
@@ -1,2 +0,0 @@
-compression = "bzip2"
-compression-level = 9

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 07/10: Drop the version of the autotools-dev dependency.

2015-12-26 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 38bf372a0186341759c78de7d2e48738e1d25b1b
Author: Peter Pentchev 
Date:   Mon Dec 21 17:35:16 2015 +0200

Drop the version of the autotools-dev dependency.
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5434964..a9612e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ fenix-plugins (0.0.20070803-6) UNRELEASED; urgency=medium
   * Convert the copyright file to the 1.0 machine-readable format and
 add my debian/* copyright notice.
   * Use the dpkg-dev default settings for the debian tarball compression.
+  * Drop the version of the autotools-dev build dependency, satisfied
+even in oldoldstable.
 
  -- Peter Pentchev   Mon, 21 Dec 2015 16:25:27 +0200
 
diff --git a/debian/control b/debian/control
index b9d66fe..65fb6bf 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Games Team 
 Uploaders: Miriam Ruiz , Barry deFreese 
,
  Peter Pentchev 
-Build-Depends: debhelper (>= 9), autotools-dev (>= 20100122.1~),
+Build-Depends: debhelper (>= 9), autotools-dev,
  autoconf, automake,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 01/10: Depend on automake, not automake1.10 or automake1.9.

2015-12-26 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 83735321ad0c95dedbb0f603fdbfa5234f471a36
Author: Peter Pentchev 
Date:   Mon Dec 21 16:24:51 2015 +0200

Depend on automake, not automake1.10 or automake1.9.
---
 debian/changelog | 6 ++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2ca5fb2..d0290af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fenix-plugins (0.0.20070803-6) UNRELEASED; urgency=medium
+
+  * Depend on automake, not automake1.10 or automake1.9.
+
+ -- Peter Pentchev   Mon, 21 Dec 2015 16:25:27 +0200
+
 fenix-plugins (0.0.20070803-5) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 385d669..4ce53b8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Games Team 

 Uploaders: Miriam Ruiz , Barry deFreese 
,
  Peter Pentchev 
 Build-Depends: debhelper (>= 8), autotools-dev (>= 20100122.1~),
- autoconf, automake1.10 | automake1.9, dpkg-dev (>= 1.15.7~),
+ autoconf, automake, dpkg-dev (>= 1.15.7~),
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool
 Standards-Version: 3.9.1

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 05/10: Convert the copyright file to the 1.0 format.

2015-12-26 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit c020f77d1b933cdcdb9807342fce290f8a0d018e
Author: Peter Pentchev 
Date:   Mon Dec 21 17:06:52 2015 +0200

Convert the copyright file to the 1.0 format.
---
 debian/changelog |   2 +
 debian/copyright | 189 +--
 2 files changed, 73 insertions(+), 118 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e7c40dc..33f468f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ fenix-plugins (0.0.20070803-6) UNRELEASED; urgency=medium
 - thus, drop the explicit versioned dependency on dpkg-dev
   * Declare compliance with Debian Policy 3.9.6 with no changes.
   * Point the Vcs-* source control fields to the migrated Git repository.
+  * Convert the copyright file to the 1.0 machine-readable format and
+add my debian/* copyright notice.
 
  -- Peter Pentchev   Mon, 21 Dec 2015 16:25:27 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 5e717e1..7271012 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,118 +1,71 @@
-This package was debianized by Miriam Ruiz  on
-Wed, 01 Aug 2007 20:05:56 +.
-
-
-Most of the plugins were downloaded from 
http://sourceforge.net/project/showfiles.php?group_id=2714
-
-Upstream Author: 
-
-Fenix Team 
-
-Copyright: 
-
-Copyright (c) 1999 Jose Luis Cebrian Pague
-Copyright (c) 2002 Fenix Team
-
-License: 
-
-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 of the License, or
-(at your option) any later version.
- 
-This software 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 software; 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 version 2 of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-2'.
-
-
-The plugin fsock-1.0 has been downloaded from 
http://www.infonegocio.com/hsoft/fenix/fsock.zip
-
-Upstream Authors: 
-
-Fenix Team 
-Titonus
-
-Copyright: 
-
-Copyright (c) 1999 Jose Luis Cebrian Pague
-Copyright (c) 2002 Fenix Team
-
-License: 
-
-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 of the License, or
-(at your option) any later version.
- 
-This software 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 software; 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 version 2 of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-2'.
-
-
-The plugin exec-0.4a has been obtained via email from Pablo Navarro "panreyes" 

-
-Upstream Author:
-
-Pablo Navarro "panreyes" 
-
-Copyright: 
-
-Copyright (c) 2004 Alvaro Vilanova Vidal 
-Copyright (c) 2007 Pablo Navarro
-
-License: 
-
-This program 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 software 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.
- 
-You should have received a copy of the GNU Lesser 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 version 2.1 of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
-
-
-The examples in the directories net-1.0/ejemplos/ and fsock-1.0/ejemplos have 
been
-downloaded from http://www.infonegocio.com/hsoft/fenix/ and explicitly been 
put into
-the public domain by their author.
-
-Upstream Author: 
-
-Tito

[fenix-plugins] 08/10: Turn on all the hardening features.

2015-12-26 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit f42ebd03db5b93652fdb108f07fb9a1ccf509e3f
Author: Peter Pentchev 
Date:   Wed Dec 23 16:44:57 2015 +0200

Turn on all the hardening features.
---
 debian/changelog | 1 +
 debian/rules | 4 
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a9612e4..2e90d61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ fenix-plugins (0.0.20070803-6) UNRELEASED; urgency=medium
   * Use the dpkg-dev default settings for the debian tarball compression.
   * Drop the version of the autotools-dev build dependency, satisfied
 even in oldoldstable.
+  * Turn on all the build hardening features.
 
  -- Peter Pentchev   Mon, 21 Dec 2015 16:25:27 +0200
 
diff --git a/debian/rules b/debian/rules
index 5f2b361..20103b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+# Aim for the top, adapt if anything should break on the buildds.
+DEB_BUILD_MAINT_OPTIONS=   hardening=+all
+export DEB_BUILD_MAINT_OPTIONS
+
 DEB_CFLAGS_MAINT_APPEND= -Wall
 export DEB_CFLAGS_MAINT_APPEND
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 03/10: Bump Standards-Version to 3.9.6 with no changes.

2015-12-26 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 400a9cd04a4be40a50fde0c918ac6a416e3159fa
Author: Peter Pentchev 
Date:   Mon Dec 21 16:42:00 2015 +0200

Bump Standards-Version to 3.9.6 with no changes.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 754aba7..f7562ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ fenix-plugins (0.0.20070803-6) UNRELEASED; urgency=medium
   * Bump the debhelper compatibility level to 9:
 - use CPPFLAGS, CFLAGS, and LDFLAGS provided by debhelper
 - thus, drop the explicit versioned dependency on dpkg-dev
+  * Declare compliance with Debian Policy 3.9.6 with no changes.
 
  -- Peter Pentchev   Mon, 21 Dec 2015 16:25:27 +0200
 
diff --git a/debian/control b/debian/control
index c8ccab8..4e5194d 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), autotools-dev (>= 20100122.1~),
  autoconf, automake,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool
-Standards-Version: 3.9.1
+Standards-Version: 3.9.6
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fenix-plugins/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix-plugins/?op=log
 Homepage: http://fenix.divsite.net/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 09/10: Override a false positive Lintian hardening warning.

2015-12-26 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit ff997b4e9ff1555f0d34f5ac5134bb67f8f8da3e
Author: Peter Pentchev 
Date:   Sun Dec 27 00:27:20 2015 +0200

Override a false positive Lintian hardening warning.
---
 debian/changelog   | 2 ++
 debian/fenix-plugins.lintian-overrides | 8 
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2e90d61..2932091 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ fenix-plugins (0.0.20070803-6) UNRELEASED; urgency=medium
   * Drop the version of the autotools-dev build dependency, satisfied
 even in oldoldstable.
   * Turn on all the build hardening features.
+  * Add a Lintian override for a hardening false positive - the compiler
+is smart enough to realize that the calls are perfectly safe.
 
  -- Peter Pentchev   Mon, 21 Dec 2015 16:25:27 +0200
 
diff --git a/debian/fenix-plugins.lintian-overrides 
b/debian/fenix-plugins.lintian-overrides
new file mode 100644
index 000..97be19e
--- /dev/null
+++ b/debian/fenix-plugins.lintian-overrides
@@ -0,0 +1,8 @@
+# The compiler correctly determines that the strncmp() and
+# the strncpy() calls in there are perfectly safe.
+# As an aside, it just so happens that the strncpy() cannot
+# ever produce a non-null-terminated string, since the static
+# buffer is way longer than the strncpy() size parameter, so
+# it will be zero-padded... a lot.
+#
+fenix-plugins: hardening-no-fortify-functions usr/lib/fenix/plugins/ttf.so

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 02/10: Bump the debhelper compat to 9, use CFLAGS, etc, from dh.

2015-12-26 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 0dc29abf318fc6430a3866b6cb79505b417e616d
Author: Peter Pentchev 
Date:   Mon Dec 21 16:34:15 2015 +0200

Bump the debhelper compat to 9, use CFLAGS, etc, from dh.
---
 debian/changelog |  3 +++
 debian/compat|  2 +-
 debian/control   |  4 ++--
 debian/rules | 10 --
 4 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d0290af..754aba7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 fenix-plugins (0.0.20070803-6) UNRELEASED; urgency=medium
 
   * Depend on automake, not automake1.10 or automake1.9.
+  * Bump the debhelper compatibility level to 9:
+- use CPPFLAGS, CFLAGS, and LDFLAGS provided by debhelper
+- thus, drop the explicit versioned dependency on dpkg-dev
 
  -- Peter Pentchev   Mon, 21 Dec 2015 16:25:27 +0200
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 4ce53b8..c8ccab8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: extra
 Maintainer: Debian Games Team 
 Uploaders: Miriam Ruiz , Barry deFreese 
,
  Peter Pentchev 
-Build-Depends: debhelper (>= 8), autotools-dev (>= 20100122.1~),
- autoconf, automake, dpkg-dev (>= 1.15.7~),
+Build-Depends: debhelper (>= 9), autotools-dev (>= 20100122.1~),
+ autoconf, automake,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool
 Standards-Version: 3.9.1
diff --git a/debian/rules b/debian/rules
index 7fa0bfb..5f2b361 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
+DEB_CFLAGS_MAINT_APPEND= -Wall
+export DEB_CFLAGS_MAINT_APPEND
 
-CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
-CFLAGS += -Wall
-
-LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
-LDFLAGS += -Wl,-z,defs
+DEB_LDFLAGS_MAINT_APPEND= -Wl,-z,defs
+export DEB_LDFLAGS_MAINT_APPEND
 
 PLUGINS = \
plugins/fgfx.so plugins/agua.so plugins/fire.so \

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 04/10: Point the Vcs-* fields to the migrated Git repo.

2015-12-26 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 11dd19bf019c54255f59c47c722a91d703c79cb9
Author: Peter Pentchev 
Date:   Mon Dec 21 16:46:38 2015 +0200

Point the Vcs-* fields to the migrated Git repo.
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f7562ce..e7c40dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ fenix-plugins (0.0.20070803-6) UNRELEASED; urgency=medium
 - use CPPFLAGS, CFLAGS, and LDFLAGS provided by debhelper
 - thus, drop the explicit versioned dependency on dpkg-dev
   * Declare compliance with Debian Policy 3.9.6 with no changes.
+  * Point the Vcs-* source control fields to the migrated Git repository.
 
  -- Peter Pentchev   Mon, 21 Dec 2015 16:25:27 +0200
 
diff --git a/debian/control b/debian/control
index 4e5194d..b9d66fe 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 9), autotools-dev (>= 20100122.1~),
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool
 Standards-Version: 3.9.6
-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fenix-plugins/
-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix-plugins/?op=log
+Vcs-Git: git://anonscm.debian.org/pkg-games/fenix-plugins.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/fenix-plugins.git
 Homepage: http://fenix.divsite.net/
 
 Package: fenix-plugins

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 10/10: Switch to dh-autoreconf.

2015-12-26 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 1c839d74c6a3091a557d63e7721c7ecb4932cd36
Author: Peter Pentchev 
Date:   Sun Dec 27 00:37:16 2015 +0200

Switch to dh-autoreconf.
---
 debian/autoreconf | 11 +++
 debian/changelog  |  2 ++
 debian/control|  5 ++---
 debian/rules  | 12 ++--
 4 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/debian/autoreconf b/debian/autoreconf
new file mode 100644
index 000..6196910
--- /dev/null
+++ b/debian/autoreconf
@@ -0,0 +1,11 @@
+agua-1.0
+exec-0.4a
+fgfx-1.0
+fire-1.0
+fsock-1.0
+image-1.0
+mixer-1.0
+mpeg-1.0
+net-1.0
+tcpsock-2.0
+ttf-1.0
diff --git a/debian/changelog b/debian/changelog
index 2932091..4b58f17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ fenix-plugins (0.0.20070803-6) UNRELEASED; urgency=medium
   * Turn on all the build hardening features.
   * Add a Lintian override for a hardening false positive - the compiler
 is smart enough to realize that the calls are perfectly safe.
+  * Switch to dh-autoreconf, but keep autotools-dev just in case it is
+needed for updating the config.* files on some architectures.
 
  -- Peter Pentchev   Mon, 21 Dec 2015 16:25:27 +0200
 
diff --git a/debian/control b/debian/control
index 65fb6bf..7cb1896 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,9 @@ Priority: extra
 Maintainer: Debian Games Team 
 Uploaders: Miriam Ruiz , Barry deFreese 
,
  Peter Pentchev 
-Build-Depends: debhelper (>= 9), autotools-dev,
- autoconf, automake,
+Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
- libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool
+ libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-games/fenix-plugins.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/fenix-plugins.git
diff --git a/debian/rules b/debian/rules
index 20103b5..e278b81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,15 +20,7 @@ PLUGINS = \
plugins/tcpsock.so plugins/fsock.so
 
 override_dh_auto_build:
-   for i in */ ; do \
-   if [ -e "$$i/configure.ac" ]; then \
-   cp -f /usr/share/libtool/config/ltmain.sh 
"$$i/ltmain.sh" ; \
-   fi \
-   done
-   dh_auto_build -- \
-   CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
-   CONFFLAGS="--host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE)" \
-   $(PLUGINS)
+   dh_auto_build -- $(PLUGINS)
 
 override_dh_auto_clean:
dh_auto_clean -- fullclean
@@ -36,4 +28,4 @@ override_dh_auto_clean:
 override_dh_makeshlibs:
 
 %:
-   dh $@ --with autotools_dev
+   dh $@ --with autotools_dev --with autoreconf

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] branch master updated (5a2be20 -> 1c839d7)

2015-12-26 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a change to branch master
in repository fenix-plugins.

  from  5a2be20   * Team upload.
   new  8373532   Depend on automake, not automake1.10 or automake1.9.
   new  0dc29ab   Bump the debhelper compat to 9, use CFLAGS, etc, from dh.
   new  400a9cd   Bump Standards-Version to 3.9.6 with no changes.
   new  11dd19b   Point the Vcs-* fields to the migrated Git repo.
   new  c020f77   Convert the copyright file to the 1.0 format.
   new  2f4e94c   Use dpkg-dev's default compression settings for the 
Debian tarball.
   new  38bf372   Drop the version of the autotools-dev dependency.
   new  f42ebd0   Turn on all the hardening features.
   new  ff997b4   Override a false positive Lintian hardening warning.
   new  1c839d7   Switch to dh-autoreconf.

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/autoreconf  |  11 ++
 debian/changelog   |  21 
 debian/compat  |   2 +-
 debian/control |  11 +-
 debian/copyright   | 189 +
 debian/fenix-plugins.lintian-overrides |   8 ++
 debian/rules   |  24 ++---
 debian/source/options  |   2 -
 8 files changed, 126 insertions(+), 142 deletions(-)
 create mode 100644 debian/autoreconf
 create mode 100644 debian/fenix-plugins.lintian-overrides
 delete mode 100644 debian/source/options

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] annotated tag upstream/0.0.20070803 created (now 95cab43)

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a change to annotated tag upstream/0.0.20070803
in repository fenix-plugins.

at  95cab43   (tag)
   tagging  339dbb0286fea7e111c3fa95aa5d478476a76b59 (commit)
 tagged by  Peter Pentchev
on  Mon Dec 21 16:08:50 2015 +0200

- Log -
Upstream version 0.0.20070803
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWeAfyAAoJEGUe77AlJ98TMtcP/19Dj5ytOaHwoDD4+hGajWg8
T5CEaJbIhkqSHGb1w6E0sbAyF+6mHpYUXp1FKPhTWYqieLfOa0h/R//GjrnIj7q7
l7QU4fFi/RPN+hwKSPEpmUSM6oMh78x8AoekZjlWLTFUyUIsx9IQAxsvdY3pYfie
MsjzCAf4HAOfoe7ovAyCKh3O40T+bKYsnOf3R1mUj2piesokqh+/VrCTDbSEziCZ
zMLzxM7b++7M8mmcgtlnm/sDUB39P1Fc6QJ6b8yNNMnNpsMUCxlOkrmyNJLloz9L
Dg8lTAyYp5kMaM3vypGXQdLgEwqx/mCqYb5LgxFhM2Xsf18ZCPWwhllxne8VMf9f
7Q4PcesSMa8GlUdV9ytxBooxaH56JkoNgkq9C2PpXel5SpC2kswqVxc0I02hGnjL
rIgKaQgHMSu/b4FKBNx2oT3NovmYwp6VJjYlCVwdECzge49SZEyTpxDXgFSlXkNJ
fH/4uBXXK78zGr+5xPh/AxRG4I5yNVICVZEpUlw8dcGvETu7KoCnYKE5MPsNjdx7
VY5coJCdNTQ2nG88RUOSihPfU6oaWFtI7I8JPZuq6TpHckKugH9/z9JIJkV+TqcL
YLLBqZbZGENn8I4p9Bn6hGAEDe70oiHoo/g347wYPhN0pRO8gWYWlldcJzSY4up+
t5pPDIedp3zubsQz2WpI
=MGAU
-END PGP SIGNATURE-

Peter Pentchev (1):
  Imported Upstream version 0.0.20070803

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] annotated tag debian/0.0.20070803-3 created (now 0d6b1e2)

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a change to annotated tag debian/0.0.20070803-3
in repository fenix-plugins.

at  0d6b1e2   (tag)
   tagging  54a8c3a84cc2bff5648c09d2e96abd069e79171e (commit)
  replaces  upstream/0.0.20070803
 tagged by  Peter Pentchev
on  Mon Dec 21 16:11:20 2015 +0200

- Log -
Tag the upload of fenix-plugins-0.0.20070803-3.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWeAiYAAoJEGUe77AlJ98TKgwQAMS/EBp9+ksmd7nKRsQZ64T1
BnYZjPNivofLiICfvPWfvmmZODEIILuACURaTkgNV5H1dEYWqIyPdoZI9b/IVPON
+HmS5BP0mO+bOOsjqndFz2vRzG5T5Pvtf8gFm6N8d7PCs3MS6/OXoJFTI3ZUriuC
zE/cT/8BxyelWEWoHnOaP/CdZu2+x0GzSGlaJvBhob1RhgT4QDvgCn5oCTS9JfD8
lwjmFULOfhbu91CMn+4YVp3mlTp0NbfKI26BTV87urFtT7rqrfWwrVb3wefb+mob
ILgvU9ehxudryNbGjtIYr+C+fK9n8W//GEeD9uxoUSw/fRs+CGdH9K0n88FYgYM2
7HonLUpcCOaa6zYONU4+yicxBlmtaY7Bu9XvZzCxlGuPHiBQGdYTjM1wlbI4reAC
nT1zG40HM1Y6Xdr5Kgs+BBJ5sB8bVa2Yg+WBGfKvFvTpcxeQQ6qcIjldEUeeI86W
1GwtViHJJLwZEobIhZYOBSheBxZCJCiynIx2VWum9Wme0ylfA13u+y08GUCwj1PW
4UF2kHvIu8jrCe8fm/67y8UMBnUWlEFnBI6c9kXqswCflmWCnlNFcBnmlnc1lhSX
zCmLOHr64L+nznoJ9tPlbNrznfE9AQMHcO8o9cdh8fRo8J1wLEG3sSHI1Z22kubA
g7BZr0G/FyNma318u1GA
=UmJn
-END PGP SIGNATURE-

Ansgar Burchardt (2):
  debian/control: Change XS-Vcs-* to Vcs-*
  remove Homepage semi-field from description

Barry deFreese (1):
  Refresh changelog.

Cyril Brulebois (2):
  Add libtool to B-D, closes: #439471
  Remove useless README.Debian

Jonathan Dowland (2):
  add Homepage: control field to source stanza
  remove trailing ' ' from Maintainer: field

Miriam Ruiz (21):
  Applying Debian modifications to trunk
  Set Debian Games Team as maintainer
  Added XS-Vcs-Svn and XS-Vcs-Browser to control. Compiling net plugin too
  Added mpeg plugin
  Added new patch
  Added dependency Add configure parameter
  Added mixer
  Fixed patches
  Added some plugins and fixed the build system
  New orig tarball release
  Remove unneeded patches
  Remove all patches
  Fixed compilation rules
  Removed quilt
  Updated copyright
  Divided plugins in different binary packages
  Last fixes.
  Added missing dependency
  fenix-plugins should be team maintained
  Added some XS- tags to debian/control in many packages
  Removed all "XS-DM-Upload-Allowed: yes" tags

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] annotated tag debian/0.0.20070803-5 created (now dad3f96)

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a change to annotated tag debian/0.0.20070803-5
in repository fenix-plugins.

at  dad3f96   (tag)
   tagging  5a2be20302f23867e73a80c2cf418020939c9a58 (commit)
  replaces  debian/0.0.20070803-3
 tagged by  Peter Pentchev
on  Mon Dec 21 16:13:54 2015 +0200

- Log -
Tag the upload of fenix-plugins-0.0.20070803-5.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWeAkqAAoJEGUe77AlJ98T7FQQAL25SP56WUrpbdhJtLurHvsQ
Sf0Z4FkwVn36/mhTBkpdVVXG2P+HeGpA6RuLWXxApQ+bRQKFSg/+Xi8npRqWCBR5
0BIgOq1paI36jcr0HcqsUcpnDrC9zaq4aeGJ+rA60w9h6UzSbFJI7589/SB5Fqpn
jvNsRu+sgEyBz1FbLIPC9DZU2Oel6vurCEA8j6QWB4ebDjHPvrJgLU/XHym/u/QE
AyTuKq+izsgwzi7XxVFpzyffgNpKl7HGsx+mhfRCQwXL8v3ef9W/UsueRttxVOUN
g7CyRHfkzpt6UnNT2WPO3ofvDE2lt28VpvthuunZrmMIPnwAlJrYmoITQa2hmmAR
R2cEtADQuj0h1iLmEoXVKCGZV46rvYus/Xb5ib7MBUs6tgORHRa4kx7M8hMDO/NY
ofwKeDYGO9eXfQ4BQN47jSX5cVF0oBOKGP9jmOJpfX9CA1umcOAAOEiJXabBaMHJ
RjfCfvMJ57MlGGywLo+zyBgaWc+giJO1BxNiQbi9n1BwJtX744QY4CV+gZTQzM2t
7ZkeTdlvFgEgeqiOv5WLF2jvVpkM6CY6wQ0rMNNxUuoZq76U0DmF/7c6+X4CAX+6
3WtDHuUh7CdMzUhk6zG2FB4h9tsicpZeRAIsWx5cMtIVuKPCdbKsqCJNjkDNQskH
0Dd12KtdOOEqThnnvExT
=eTD8
-END PGP SIGNATURE-

Ansgar Burchardt (1):
  * Team upload.

Cyril Brulebois (1):
  Update my mail address.

Evgeni Golov (1):
  * Remove Cyril Brulebois as per his request.

Miriam Ruiz (1):
  Added Renesas SH(sh4) CPU to support architecture list. Closes: #551144

Peter Pentchev (27):
  Fix the build with recent versions of autotools - use a recent version of 
ltmain.sh to follow the backwards-incompatible change from using $echo to $ECHO.
  Add armhf to the list of supported architectures and override the Lintian 
"unknown architecture" warning.
  Explicitly specify the source format as 1.0 for the present.
  Convert to the 3.0 (quilt) format with no changes.
  Refer to the GPL-2 and LGPL-2.1 files and not the symlinks.
  Make the fenix-plugins-system short description different from that of 
the fenix-plugins main package.
  Mark #509702 as closed now that the arch list is in sync.
  Add a dummy watch file.
  Add a couple of to-do tasks for tomorrow :)
  Bump Standards-Version to 3.9.1 with no changes (checked).
  Bump the debhelper compat level to 7, use dh_prep instead of dh_clean -k.
  Shorten the rules file using the dh(1) helper.
  Use dh --with autotools_dev to handle config.guess and config.sub.
  Use debhelper override rules.
  Bump the debhelper compat level to 8 with no further changes.
  Use dpkg-buildflags from dpkg-dev 1.15.7 to obtain CFLAGS and LDFLAGS.
  Oops, get CPPFLAGS, too, from dpkg-buildflags :)
  Add myself to the list of uploaders.
  Use bzip2 compression for the Debian tarball.
  Bah, the changelog already had a Closes: #509702 :)
  I think this one's ready.
  Sigh, the build fix has a bug number now.
  Back to UNRELEASED, a couple of more fixes to come.
  Acknowledge ametzler's NMU of my libtool fix.
  Ready for review and/or uploading.
  Back to UNRELEASED, I will do a bit more work on this.
  I think this one is ready to go now.

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 46/60: Use debhelper override rules.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 5128a66b2e0be61057ff78d397aecc47be8fece4
Author: Peter Pentchev 
Date:   Fri Feb 26 23:44:19 2010 +

Use debhelper override rules.
---
 debian/changelog |  3 ++-
 debian/control   |  2 +-
 debian/rules | 26 +-
 3 files changed, 8 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2d0738f..49928dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 
-  TODO: debhelper: overrides, then 8
+  TODO: debhelper: 8
   TODO: dpkg-buildflags
 
   [ Miriam Ruiz ]
@@ -29,6 +29,7 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
   * Bump the debhelper compatibility level to 7:
 - shorten the rules file using the dh(1) helper
 - use "dh --with autotools_dev" to handle config.guess and config.sub
+- use debhelper override rules
 
  -- Peter Pentchev   Thu, 25 Nov 2010 16:09:06 +0200
 
diff --git a/debian/control b/debian/control
index d549a0b..0d73f03 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: extra
 Maintainer: Debian Games Team 
 Uploaders: Miriam Ruiz , Barry deFreese 

-Build-Depends: debhelper (>= 7.0.8), autotools-dev (>= 20100122.1~),
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev (>= 20100122.1~),
  autoconf, automake1.10 | automake1.9,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool
diff --git a/debian/rules b/debian/rules
index 7e031f6..977c3ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,9 +17,7 @@ PLUGINS = \
plugins/mpeg.so plugins/exec.so \
plugins/tcpsock.so plugins/fsock.so
 
-build: build-stamp
-build-stamp:
-   dh build --before auto_build --with autotools_dev
+override_dh_auto_build:
for i in */ ; do \
if [ -e "$$i/configure.ac" ]; then \
cp -f /usr/share/libtool/config/ltmain.sh 
"$$i/ltmain.sh" ; \
@@ -29,25 +27,11 @@ build-stamp:
CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" \
CONFFLAGS="--host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE)" \
$(PLUGINS)
-   dh build --remaining
-   touch $@
 
-clean:
-   dh $@ --before auto_clean
+override_dh_auto_clean:
dh_auto_clean -- fullclean
-   dh $@ --remaining --with autotools_dev
 
-install: build
-   dh $@
+override_dh_makeshlibs:
 
-# Build architecture-independent files here.
-binary-indep: build install
-   dh $@
-
-# Build architecture-dependent files here.
-binary-arch: build install
-   dh $@ --before makeshlibs
-   dh $@ --after makeshlibs
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+   dh $@ --with autotools_dev

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 49/60: Oops, get CPPFLAGS, too, from dpkg-buildflags :)

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 65a7ff6fb02981005a7265d420d91351e7361200
Author: Peter Pentchev 
Date:   Fri Feb 26 23:44:19 2010 +

Oops, get CPPFLAGS, too, from dpkg-buildflags :)
---
 debian/changelog | 3 ++-
 debian/rules | 4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 95f2875..f3753a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,7 +27,8 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 - shorten the rules file using the dh(1) helper
 - use "dh --with autotools_dev" to handle config.guess and config.sub
 - use debhelper override rules
-  * Use dpkg-buildflags from dpkg-dev 1.15.7 to obtain CFLAGS and LDFLAGS.
+  * Use dpkg-buildflags from dpkg-dev 1.15.7 to obtain CFLAGS, CPPFLAGS
+and LDFLAGS.
 
  -- Peter Pentchev   Thu, 25 Nov 2010 16:09:06 +0200
 
diff --git a/debian/rules b/debian/rules
index aeb48b8..7fa0bfb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
+
 CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
 CFLAGS += -Wall
 
@@ -22,7 +24,7 @@ override_dh_auto_build:
fi \
done
dh_auto_build -- \
-   CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
+   CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
CONFFLAGS="--host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE)" \
$(PLUGINS)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 54/60: Sigh, the build fix has a bug number now.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit e7b60e0190675cf98032bd2bed40fb55857bb033
Author: Peter Pentchev 
Date:   Thu Feb 4 23:44:19 2010 +

Sigh, the build fix has a bug number now.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 98b030e..4c38b88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,7 +13,7 @@ fenix-plugins (0.0.20070803-4) experimental; urgency=low
   [ Peter Pentchev ]
   * Fix the build with new autotools by using the ltmain.sh provided by
 the Debian version of libtool to avoid the backwards-incompatible
-$echo -> $ECHO change.
+$echo -> $ECHO change.  Closes: #608333
   * Add armhf to the list of supported architectures and override
 the Lintian "unknown architecture" warning.
   * Convert to the 3.0 (quilt) source format with bzip2 compression.
@@ -29,7 +29,7 @@ fenix-plugins (0.0.20070803-4) experimental; urgency=low
 and LDFLAGS.
   * Add myself to the list of uploaders.
 
- -- Peter Pentchev   Fri, 26 Nov 2010 16:28:36 +0200
+ -- Peter Pentchev   Wed, 05 Jan 2011 00:48:23 +0200
 
 fenix-plugins (0.0.20070803-3) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 57/60: Ready for review and/or uploading.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit e087fbd3ceb380c77cd51c7afb0d141a7e91db60
Author: Peter Pentchev 
Date:   Thu Feb 11 23:44:19 2010 +

Ready for review and/or uploading.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3c2a073..cee5674 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
+fenix-plugins (0.0.20070803-4) experimental; urgency=low
 
   [ Miriam Ruiz ]
   * Added Renesas SH(sh4) CPU to support architecture list.
@@ -29,7 +29,7 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 autotools by using the ltmain.sh provided by the Debian version of
 libtool to avoid the backwards-incompatible $echo -> $ECHO change.
 
- -- Peter Pentchev   Tue, 11 Jan 2011 11:29:21 +0200
+ -- Peter Pentchev   Tue, 11 Jan 2011 16:10:34 +0200
 
 fenix-plugins (0.0.20070803-3.1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 58/60: Back to UNRELEASED, I will do a bit more work on this.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 8e5918a89e80b4a2cfdba576f08a0c3d51501d4b
Author: Peter Pentchev 
Date:   Mon Feb 8 23:44:19 2010 +

Back to UNRELEASED, I will do a bit more work on this.
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cee5674..afcbb9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-fenix-plugins (0.0.20070803-4) experimental; urgency=low
+fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 
   [ Miriam Ruiz ]
   * Added Renesas SH(sh4) CPU to support architecture list.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 50/60: Add myself to the list of uploaders.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 5eb39f6d0a04d03cd333bd6196ca68c4ca99e280
Author: Peter Pentchev 
Date:   Fri Feb 26 23:44:19 2010 +

Add myself to the list of uploaders.
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f3753a3..17b74e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,7 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 - use debhelper override rules
   * Use dpkg-buildflags from dpkg-dev 1.15.7 to obtain CFLAGS, CPPFLAGS
 and LDFLAGS.
+  * Add myself to the list of uploaders.
 
  -- Peter Pentchev   Thu, 25 Nov 2010 16:09:06 +0200
 
diff --git a/debian/control b/debian/control
index abbb206..7662544 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: fenix-plugins
 Section: devel
 Priority: extra
 Maintainer: Debian Games Team 
-Uploaders: Miriam Ruiz , Barry deFreese 

+Uploaders: Miriam Ruiz , Barry deFreese 
,
+ Peter Pentchev 
 Build-Depends: debhelper (>= 8), autotools-dev (>= 20100122.1~),
  autoconf, automake1.10 | automake1.9, dpkg-dev (>= 1.15.7~),
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] branch pristine-tar created (now 9d49fc5)

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a change to branch pristine-tar
in repository fenix-plugins.

at  9d49fc5   pristine-tar data for 
fenix-plugins_0.0.20070803.orig.tar.gz

This branch includes the following new commits:

   new  9d49fc5   pristine-tar data for 
fenix-plugins_0.0.20070803.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 56/60: Acknowledge ametzler's NMU of my libtool fix.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 72d90ab3d27c87dcfb6447c2f7a9c9577b82cbbe
Author: Peter Pentchev 
Date:   Thu Feb 11 23:44:19 2010 +

Acknowledge ametzler's NMU of my libtool fix.
---
 debian/changelog | 15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fd93e4a..3c2a073 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,9 +11,6 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 s390 sparc. Thanks to Philipp Kern (Closes: #509702).
 
   [ Peter Pentchev ]
-  * Fix the build with new autotools by using the ltmain.sh provided by
-the Debian version of libtool to avoid the backwards-incompatible
-$echo -> $ECHO change.  Closes: #608333
   * Add armhf to the list of supported architectures and override
 the Lintian "unknown architecture" warning.
   * Convert to the 3.0 (quilt) source format with bzip2 compression.
@@ -28,8 +25,18 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
   * Use dpkg-buildflags from dpkg-dev 1.15.7 to obtain CFLAGS, CPPFLAGS
 and LDFLAGS.
   * Add myself to the list of uploaders.
+  * Acknowledge Andreas Metzler's NMU with my build fix: build with new
+autotools by using the ltmain.sh provided by the Debian version of
+libtool to avoid the backwards-incompatible $echo -> $ECHO change.
 
- -- Peter Pentchev   Wed, 05 Jan 2011 00:48:23 +0200
+ -- Peter Pentchev   Tue, 11 Jan 2011 11:29:21 +0200
+
+fenix-plugins (0.0.20070803-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Update ltmain.sh. Closes: #608333 (Patch by Peter Pentchev)
+
+ -- Andreas Metzler   Sat, 08 Jan 2011 17:48:47 +0100
 
 fenix-plugins (0.0.20070803-3) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 51/60: Use bzip2 compression for the Debian tarball.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 3f12d8e26eb71a319cb29df1a2287092387ab996
Author: Peter Pentchev 
Date:   Fri Feb 26 23:44:19 2010 +

Use bzip2 compression for the Debian tarball.
---
 debian/changelog  | 2 +-
 debian/source/options | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 17b74e2..7c6005e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,7 +18,7 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 the Lintian "unknown architecture" warning.  This also serves to keep
 fenix-plugins's list of architectures in sync with that of fenix, and
 thus Closes: #509702.
-  * Convert to the 3.0 (quilt) source format with no changes.
+  * Convert to the 3.0 (quilt) source format with bzip2 compression.
   * Refer to the GPL-2 and LGPL-2.1 license files in the copyright blurbs.
   * Complete the short description of the fenix-plugins-system package.
   * Add a dummy watch file explaining why there is no watch file.
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 000..779dbfd
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1,2 @@
+compression = "bzip2"
+compression-level = 9

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 59/60: I think this one is ready to go now.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit afdbd18bafb5fe65b3c8cbe1eb83113512294542
Author: Peter Pentchev 
Date:   Wed Feb 10 23:44:19 2010 +

I think this one is ready to go now.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index afcbb9e..42e5f29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
+fenix-plugins (0.0.20070803-4) unstable; urgency=low
 
   [ Miriam Ruiz ]
   * Added Renesas SH(sh4) CPU to support architecture list.
@@ -29,7 +29,7 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 autotools by using the ltmain.sh provided by the Debian version of
 libtool to avoid the backwards-incompatible $echo -> $ECHO change.
 
- -- Peter Pentchev   Tue, 11 Jan 2011 16:10:34 +0200
+ -- Peter Pentchev   Thu, 10 Feb 2011 15:36:15 +0200
 
 fenix-plugins (0.0.20070803-3.1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 01/01: pristine-tar data for fenix-plugins_0.0.20070803.orig.tar.gz

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch pristine-tar
in repository fenix-plugins.

commit 9d49fc553f0488998743f8f270766c120384a3b6
Author: Peter Pentchev 
Date:   Mon Dec 21 16:08:50 2015 +0200

pristine-tar data for fenix-plugins_0.0.20070803.orig.tar.gz
---
 fenix-plugins_0.0.20070803.orig.tar.gz.delta | Bin 0 -> 11649 bytes
 fenix-plugins_0.0.20070803.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/fenix-plugins_0.0.20070803.orig.tar.gz.delta 
b/fenix-plugins_0.0.20070803.orig.tar.gz.delta
new file mode 100644
index 000..01446a3
Binary files /dev/null and b/fenix-plugins_0.0.20070803.orig.tar.gz.delta differ
diff --git a/fenix-plugins_0.0.20070803.orig.tar.gz.id 
b/fenix-plugins_0.0.20070803.orig.tar.gz.id
new file mode 100644
index 000..e06acd8
--- /dev/null
+++ b/fenix-plugins_0.0.20070803.orig.tar.gz.id
@@ -0,0 +1 @@
+76de8784fae0fb31f687c441fd8f970b35e005bc

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 47/60: Bump the debhelper compat level to 8 with no further changes.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit ce5a4099c25fb14f4466b653ee2a41ab4532adf3
Author: Peter Pentchev 
Date:   Fri Feb 26 23:44:19 2010 +

Bump the debhelper compat level to 8 with no further changes.
---
 debian/changelog | 3 +--
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 49928dd..ad26be1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
 fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 
-  TODO: debhelper: 8
   TODO: dpkg-buildflags
 
   [ Miriam Ruiz ]
@@ -26,7 +25,7 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
   * Complete the short description of the fenix-plugins-system package.
   * Add a dummy watch file explaining why there is no watch file.
   * Bump Standards-Version to 3.9.1 with no changes.
-  * Bump the debhelper compatibility level to 7:
+  * Bump the debhelper compatibility level to 8:
 - shorten the rules file using the dh(1) helper
 - use "dh --with autotools_dev" to handle config.guess and config.sub
 - use debhelper override rules
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 0d73f03..3c5fc3c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: extra
 Maintainer: Debian Games Team 
 Uploaders: Miriam Ruiz , Barry deFreese 

-Build-Depends: debhelper (>= 7.0.50~), autotools-dev (>= 20100122.1~),
+Build-Depends: debhelper (>= 8), autotools-dev (>= 20100122.1~),
  autoconf, automake1.10 | automake1.9,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 55/60: Back to UNRELEASED, a couple of more fixes to come.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 8532af24799c94427c159a16ee9bdd7423fd0bb0
Author: Peter Pentchev 
Date:   Thu Feb 11 23:44:19 2010 +

Back to UNRELEASED, a couple of more fixes to come.
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4c38b88..fd93e4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-fenix-plugins (0.0.20070803-4) experimental; urgency=low
+fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 
   [ Miriam Ruiz ]
   * Added Renesas SH(sh4) CPU to support architecture list.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 52/60: Bah, the changelog already had a Closes: #509702 :)

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit d26038ffd64078b9b588a5783965fe715901c2cd
Author: Peter Pentchev 
Date:   Fri Feb 26 23:44:19 2010 +

Bah, the changelog already had a Closes: #509702 :)
---
 debian/changelog | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7c6005e..28d83e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,9 +15,7 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 the Debian version of libtool to avoid the backwards-incompatible
 $echo -> $ECHO change.
   * Add armhf to the list of supported architectures and override
-the Lintian "unknown architecture" warning.  This also serves to keep
-fenix-plugins's list of architectures in sync with that of fenix, and
-thus Closes: #509702.
+the Lintian "unknown architecture" warning.
   * Convert to the 3.0 (quilt) source format with bzip2 compression.
   * Refer to the GPL-2 and LGPL-2.1 license files in the copyright blurbs.
   * Complete the short description of the fenix-plugins-system package.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 45/60: Use dh --with autotools_dev to handle config.guess and config.sub.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit a08fb724f3d58d6378a59e966b8598dd2bc15af7
Author: Peter Pentchev 
Date:   Fri Feb 26 23:44:19 2010 +

Use dh --with autotools_dev to handle config.guess and config.sub.
---
 debian/changelog  |  2 +-
 debian/control|  3 ++-
 debian/patches/01-fullclean.patch | 16 
 debian/patches/series |  1 +
 debian/rules  |  7 ++-
 5 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d555771..2d0738f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
 fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 
   TODO: debhelper: overrides, then 8
-  TODO: dh --with autotools_dev
   TODO: dpkg-buildflags
 
   [ Miriam Ruiz ]
@@ -29,6 +28,7 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.1 with no changes.
   * Bump the debhelper compatibility level to 7:
 - shorten the rules file using the dh(1) helper
+- use "dh --with autotools_dev" to handle config.guess and config.sub
 
  -- Peter Pentchev   Thu, 25 Nov 2010 16:09:06 +0200
 
diff --git a/debian/control b/debian/control
index 9b531f1..d549a0b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: devel
 Priority: extra
 Maintainer: Debian Games Team 
 Uploaders: Miriam Ruiz , Barry deFreese 

-Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake1.10 | 
automake1.9,
+Build-Depends: debhelper (>= 7.0.8), autotools-dev (>= 20100122.1~),
+ autoconf, automake1.10 | automake1.9,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool
 Standards-Version: 3.9.1
diff --git a/debian/patches/01-fullclean.patch 
b/debian/patches/01-fullclean.patch
new file mode 100644
index 000..3921b36
--- /dev/null
+++ b/debian/patches/01-fullclean.patch
@@ -0,0 +1,16 @@
+Description: Adapt the "fullclean" target to the Debian build system.
+Forwarded: not-needed
+Author: Peter Pentchev 
+Last-Update: 2010-11-26
+
+--- a/Makefile
 b/Makefile
+@@ -7,7 +7,7 @@
+ 
+ fullclean: distclean
+   rm -f */aclocal.m4 */configure */Makefile.in
+-  rm -f */config.guess */config.sub */config.status */config.log
++  rm -f */config.status */config.log */ltmain.sh
+ 
+ distclean: clean_tests
+   @printf "\n == CLEAN: $@ ==\n\n"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..13895ac
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fullclean.patch
diff --git a/debian/rules b/debian/rules
index 32f5c52..7e031f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,11 +19,9 @@ PLUGINS = \
 
 build: build-stamp
 build-stamp:
-   dh build --before auto_build
+   dh build --before auto_build --with autotools_dev
for i in */ ; do \
if [ -e "$$i/configure.ac" ]; then \
-   cp -f /usr/share/misc/config.sub "$$i/config.sub" ; \
-   cp -f /usr/share/misc/config.guess "$$i/config.guess" ; 
\
cp -f /usr/share/libtool/config/ltmain.sh 
"$$i/ltmain.sh" ; \
fi \
done
@@ -37,8 +35,7 @@ build-stamp:
 clean:
dh $@ --before auto_clean
dh_auto_clean -- fullclean
-   rm -f */ltmain.sh
-   dh $@ --remaining
+   dh $@ --remaining --with autotools_dev
 
 install: build
dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] branch upstream created (now 339dbb0)

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a change to branch upstream
in repository fenix-plugins.

at  339dbb0   Imported Upstream version 0.0.20070803

This branch includes the following new commits:

   new  339dbb0   Imported Upstream version 0.0.20070803

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 60/60: * Team upload.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 5a2be20302f23867e73a80c2cf418020939c9a58
Author: Ansgar Burchardt 
Date:   Sat Feb 13 23:44:19 2010 +

* Team upload.

* debian/control: Do not wrap Architecture field.
---
 debian/changelog | 7 +++
 debian/control   | 9 +++--
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 42e5f29..2ca5fb2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fenix-plugins (0.0.20070803-5) unstable; urgency=low
+
+  * Team upload.
+  * debian/control: Do not wrap Architecture field.
+
+ -- Ansgar Burchardt   Sun, 13 Mar 2011 13:39:36 +0100
+
 fenix-plugins (0.0.20070803-4) unstable; urgency=low
 
   [ Miriam Ruiz ]
diff --git a/debian/control b/debian/control
index 7662544..385d669 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,7 @@ Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix-plugins/?
 Homepage: http://fenix.divsite.net/
 
 Package: fenix-plugins
-Architecture: arm armel armhf hppa i386 kfreebsd-i386 hurd-i386 m68k
- mips mipsel sh4 powerpc s390 sparc
+Architecture: arm armel armhf hppa i386 kfreebsd-i386 hurd-i386 m68k mips 
mipsel sh4 powerpc s390 sparc
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: plugins for the Fenix Game Development System
  Fenix is an interpreted script programming language, especially designed to
@@ -27,8 +26,7 @@ Description: plugins for the Fenix Game Development System
  Plugins included in this package: image, ttf, net, fgfx, fire and agua.
 
 Package: fenix-plugins-system
-Architecture: arm armel armhf hppa i386 kfreebsd-i386 hurd-i386 m68k
- mips mipsel sh4 powerpc s390 sparc
+Architecture: arm armel armhf hppa i386 kfreebsd-i386 hurd-i386 m68k mips 
mipsel sh4 powerpc s390 sparc
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: system plugins for the Fenix Game Development System
  Fenix is an interpreted script programming language, especially designed to
@@ -40,8 +38,7 @@ Description: system plugins for the Fenix Game Development 
System
  Plugins included in this package: exec, fsock and tcpsock.
 
 Package: fenix-plugin-mpeg
-Architecture: arm armel armhf hppa i386 kfreebsd-i386 hurd-i386 m68k
- mips mipsel sh4 powerpc s390 sparc
+Architecture: arm armel armhf hppa i386 kfreebsd-i386 hurd-i386 m68k mips 
mipsel sh4 powerpc s390 sparc
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: mpeg plugin for the Fenix Game Development System
  Fenix is an interpreted script programming language, especially designed to

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 48/60: Use dpkg-buildflags from dpkg-dev 1.15.7 to obtain CFLAGS and LDFLAGS.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 8e9f003162854524f7e2310de8e65171ace8305e
Author: Peter Pentchev 
Date:   Fri Feb 26 23:44:19 2010 +

Use dpkg-buildflags from dpkg-dev 1.15.7 to obtain CFLAGS and LDFLAGS.
---
 debian/changelog |  3 +--
 debian/control   |  2 +-
 debian/rules | 12 +---
 3 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ad26be1..95f2875 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,5 @@
 fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 
-  TODO: dpkg-buildflags
-
   [ Miriam Ruiz ]
   * Added Renesas SH(sh4) CPU to support architecture list.
 
@@ -29,6 +27,7 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 - shorten the rules file using the dh(1) helper
 - use "dh --with autotools_dev" to handle config.guess and config.sub
 - use debhelper override rules
+  * Use dpkg-buildflags from dpkg-dev 1.15.7 to obtain CFLAGS and LDFLAGS.
 
  -- Peter Pentchev   Thu, 25 Nov 2010 16:09:06 +0200
 
diff --git a/debian/control b/debian/control
index 3c5fc3c..abbb206 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Games Team 
 Uploaders: Miriam Ruiz , Barry deFreese 

 Build-Depends: debhelper (>= 8), autotools-dev (>= 20100122.1~),
- autoconf, automake1.10 | automake1.9,
+ autoconf, automake1.10 | automake1.9, dpkg-dev (>= 1.15.7~),
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool
 Standards-Version: 3.9.1
diff --git a/debian/rules b/debian/rules
index 977c3ba..aeb48b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-CFLAGS = -Wall -g
+CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
+CFLAGS += -Wall
 
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-   CFLAGS += -O0
-else
-   CFLAGS += -O2
-endif
+LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
+LDFLAGS += -Wl,-z,defs
 
 PLUGINS = \
plugins/fgfx.so plugins/agua.so plugins/fire.so \
@@ -24,7 +22,7 @@ override_dh_auto_build:
fi \
done
dh_auto_build -- \
-   CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" \
+   CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
CONFFLAGS="--host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE)" \
$(PLUGINS)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 53/60: I think this one's ready.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 7f47a829cc68a0a4f28c44227bb87f7e28600247
Author: Peter Pentchev 
Date:   Fri Feb 26 23:44:19 2010 +

I think this one's ready.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 28d83e5..98b030e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
+fenix-plugins (0.0.20070803-4) experimental; urgency=low
 
   [ Miriam Ruiz ]
   * Added Renesas SH(sh4) CPU to support architecture list.
@@ -29,7 +29,7 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 and LDFLAGS.
   * Add myself to the list of uploaders.
 
- -- Peter Pentchev   Thu, 25 Nov 2010 16:09:06 +0200
+ -- Peter Pentchev   Fri, 26 Nov 2010 16:28:36 +0200
 
 fenix-plugins (0.0.20070803-3) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 43/60: Bump the debhelper compat level to 7, use dh_prep instead of dh_clean -k.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 9d87265811497906f8e9982e86939ca36889271e
Author: Peter Pentchev 
Date:   Fri Feb 26 23:44:19 2010 +

Bump the debhelper compat level to 7, use dh_prep instead of dh_clean -k.
---
 debian/changelog | 4 +++-
 debian/compat| 2 +-
 debian/control   | 2 +-
 debian/rules | 2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f5b5975..9072f5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 
-  TODO: debhelper 7, dh, overrides, then 8
+  TODO: debhelper: dh, overrides, then 8
   TODO: dh --with autotools_dev
   TODO: dpkg-buildflags
 
@@ -27,6 +27,8 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
   * Complete the short description of the fenix-plugins-system package.
   * Add a dummy watch file explaining why there is no watch file.
   * Bump Standards-Version to 3.9.1 with no changes.
+  * Bump the debhelper compatibility level to 7:
+- use dh_prep instead of dh_clean -k
 
  -- Peter Pentchev   Thu, 25 Nov 2010 16:09:06 +0200
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index e90c76a..9b531f1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: extra
 Maintainer: Debian Games Team 
 Uploaders: Miriam Ruiz , Barry deFreese 

-Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake1.10 | 
automake1.9,
+Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake1.10 | 
automake1.9,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool
 Standards-Version: 3.9.1
diff --git a/debian/rules b/debian/rules
index 491e220..b5f3aec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ clean:
 install: build
dh_testdir
dh_testroot
-   dh_clean -k 
+   dh_prep
dh_installdirs
 
 # Build architecture-independent files here.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 40/60: Add a dummy watch file.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 55be1bdd2d35440848a84494f0903b89ffeceb87
Author: Peter Pentchev 
Date:   Fri Feb 26 23:44:19 2010 +

Add a dummy watch file.
---
 debian/changelog | 1 +
 debian/watch | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index dee58fa..a8ff4f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
   * Convert to the 3.0 (quilt) source format with no changes.
   * Refer to the GPL-2 and LGPL-2.1 license files in the copyright blurbs.
   * Complete the short description of the fenix-plugins-system package.
+  * Add a dummy watch file explaining why there is no watch file.
 
  -- Peter Pentchev   Thu, 25 Nov 2010 16:09:06 +0200
 
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..f73f76f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1 @@
+# This is a collection of plugins from various upstream sources.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 44/60: Shorten the rules file using the dh(1) helper.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 7807be570ab93741e98330c2add9699ebe3cd47f
Author: Peter Pentchev 
Date:   Fri Feb 26 23:44:19 2010 +

Shorten the rules file using the dh(1) helper.
---
 debian/changelog |  4 ++--
 debian/rules | 60 +---
 2 files changed, 20 insertions(+), 44 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9072f5b..d555771 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 
-  TODO: debhelper: dh, overrides, then 8
+  TODO: debhelper: overrides, then 8
   TODO: dh --with autotools_dev
   TODO: dpkg-buildflags
 
@@ -28,7 +28,7 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
   * Add a dummy watch file explaining why there is no watch file.
   * Bump Standards-Version to 3.9.1 with no changes.
   * Bump the debhelper compatibility level to 7:
-- use dh_prep instead of dh_clean -k
+- shorten the rules file using the dh(1) helper
 
  -- Peter Pentchev   Thu, 25 Nov 2010 16:09:06 +0200
 
diff --git a/debian/rules b/debian/rules
index b5f3aec..32f5c52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,18 +11,6 @@ else
CFLAGS += -O2
 endif
 
-configure: configure-stamp
-configure-stamp:
-   dh_testdir
-   for i in */ ; do \
-   if [ -e "$$i/configure.ac" ]; then \
-   cp -f /usr/share/misc/config.sub "$$i/config.sub" ; \
-   cp -f /usr/share/misc/config.guess "$$i/config.guess" ; 
\
-   cp -f /usr/share/libtool/config/ltmain.sh 
"$$i/ltmain.sh" ; \
-   fi \
-   done
-   touch $@
-
 PLUGINS = \
plugins/fgfx.so plugins/agua.so plugins/fire.so \
plugins/ttf.so plugins/image.so plugins/net.so \
@@ -30,51 +18,39 @@ PLUGINS = \
plugins/tcpsock.so plugins/fsock.so
 
 build: build-stamp
-build-stamp: configure-stamp 
-   dh_testdir
-   $(MAKE) \
+build-stamp:
+   dh build --before auto_build
+   for i in */ ; do \
+   if [ -e "$$i/configure.ac" ]; then \
+   cp -f /usr/share/misc/config.sub "$$i/config.sub" ; \
+   cp -f /usr/share/misc/config.guess "$$i/config.guess" ; 
\
+   cp -f /usr/share/libtool/config/ltmain.sh 
"$$i/ltmain.sh" ; \
+   fi \
+   done
+   dh_auto_build -- \
CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" \
CONFFLAGS="--host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE)" \
$(PLUGINS)
-   $(MAKE) check
+   dh build --remaining
touch $@
 
 clean:
-   dh_testdir
-   dh_testroot
-   rm -f build-stamp configure-stamp
-   $(MAKE) fullclean
-   dh_clean 
+   dh $@ --before auto_clean
+   dh_auto_clean -- fullclean
rm -f */ltmain.sh
+   dh $@ --remaining
 
 install: build
-   dh_testdir
-   dh_testroot
-   dh_prep
-   dh_installdirs
+   dh $@
 
 # Build architecture-independent files here.
 binary-indep: build install
+   dh $@
 
 # Build architecture-dependent files here.
 binary-arch: build 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
+   dh $@ --before makeshlibs
+   dh $@ --after makeshlibs
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 35/60: Explicitly specify the source format as 1.0 for the present.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit c986fa9750917df15be2b9ada1bd95840e7b1d84
Author: Peter Pentchev 
Date:   Thu Feb 25 23:44:19 2010 +

Explicitly specify the source format as 1.0 for the present.
---
 debian/changelog | 1 +
 debian/source/format | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b81b292..49655ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 $echo -> $ECHO change.
   * Add armhf to the list of supported architectures and override
 the Lintian "unknown architecture" warning.
+  * Specify the source format as 1.0 for the present.
 
  -- Peter Pentchev   Thu, 25 Nov 2010 16:09:06 +0200
 
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..d3827e7
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 42/60: Bump Standards-Version to 3.9.1 with no changes (checked).

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 9940e1f16d349dcdcc00b0d04c3a74cb4558cfda
Author: Peter Pentchev 
Date:   Fri Feb 26 23:44:19 2010 +

Bump Standards-Version to 3.9.1 with no changes (checked).
---
 debian/changelog | 2 +-
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0129051..f5b5975 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
 fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 
-  TODO: policy 3.9.1
   TODO: debhelper 7, dh, overrides, then 8
   TODO: dh --with autotools_dev
   TODO: dpkg-buildflags
@@ -27,6 +26,7 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
   * Refer to the GPL-2 and LGPL-2.1 license files in the copyright blurbs.
   * Complete the short description of the fenix-plugins-system package.
   * Add a dummy watch file explaining why there is no watch file.
+  * Bump Standards-Version to 3.9.1 with no changes.
 
  -- Peter Pentchev   Thu, 25 Nov 2010 16:09:06 +0200
 
diff --git a/debian/control b/debian/control
index 16e3661..e90c76a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Miriam Ruiz , Barry deFreese 
= 5), autotools-dev, autoconf, automake1.10 | 
automake1.9,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool
-Standards-Version: 3.8.0
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fenix-plugins/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix-plugins/?op=log
 Homepage: http://fenix.divsite.net/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 41/60: Add a couple of to-do tasks for tomorrow :)

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 4894243aade324231d15d3a88ee6edb1a812df09
Author: Peter Pentchev 
Date:   Fri Feb 26 23:44:19 2010 +

Add a couple of to-do tasks for tomorrow :)
---
 debian/changelog | 5 +
 1 file changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a8ff4f4..0129051 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,10 @@
 fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 
+  TODO: policy 3.9.1
+  TODO: debhelper 7, dh, overrides, then 8
+  TODO: dh --with autotools_dev
+  TODO: dpkg-buildflags
+
   [ Miriam Ruiz ]
   * Added Renesas SH(sh4) CPU to support architecture list.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 38/60: Make the fenix-plugins-system short description different from that of the fenix-plugins main package.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 7e8cf015c5c1b86277d0178094f3a5c9320ebb55
Author: Peter Pentchev 
Date:   Thu Feb 25 23:44:19 2010 +

Make the fenix-plugins-system short description different from that of the 
fenix-plugins main package.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b888fae..8356118 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 the Lintian "unknown architecture" warning.
   * Convert to the 3.0 (quilt) source format with no changes.
   * Refer to the GPL-2 and LGPL-2.1 license files in the copyright blurbs.
+  * Complete the short description of the fenix-plugins-system package.
 
  -- Peter Pentchev   Thu, 25 Nov 2010 16:09:06 +0200
 
diff --git a/debian/control b/debian/control
index 33bcebd..16e3661 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Package: fenix-plugins-system
 Architecture: arm armel armhf hppa i386 kfreebsd-i386 hurd-i386 m68k
  mips mipsel sh4 powerpc s390 sparc
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: plugins for the Fenix Game Development System
+Description: system plugins for the Fenix Game Development System
  Fenix is an interpreted script programming language, especially designed to
  developing and running 2D games. It has a full graphic library, sound engine
  and full featured 2D game engine, making game development extremely easy.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 36/60: Convert to the 3.0 (quilt) format with no changes.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit c4097b512d93cffd04e105663f0764a07ec0a456
Author: Peter Pentchev 
Date:   Thu Feb 25 23:44:19 2010 +

Convert to the 3.0 (quilt) format with no changes.
---
 debian/changelog | 2 +-
 debian/source/format | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 49655ef..683cdd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,7 +16,7 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 $echo -> $ECHO change.
   * Add armhf to the list of supported architectures and override
 the Lintian "unknown architecture" warning.
-  * Specify the source format as 1.0 for the present.
+  * Convert to the 3.0 (quilt) source format with no changes.
 
  -- Peter Pentchev   Thu, 25 Nov 2010 16:09:06 +0200
 
diff --git a/debian/source/format b/debian/source/format
index d3827e7..163aaf8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-1.0
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 39/60: Mark #509702 as closed now that the arch list is in sync.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 5c9f746888bb0fa324efcc44ba2d7fd25de43310
Author: Peter Pentchev 
Date:   Fri Feb 26 23:44:19 2010 +

Mark #509702 as closed now that the arch list is in sync.
---
 debian/changelog | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8356118..dee58fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,7 +15,9 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 the Debian version of libtool to avoid the backwards-incompatible
 $echo -> $ECHO change.
   * Add armhf to the list of supported architectures and override
-the Lintian "unknown architecture" warning.
+the Lintian "unknown architecture" warning.  This also serves to keep
+fenix-plugins's list of architectures in sync with that of fenix, and
+thus Closes: #509702.
   * Convert to the 3.0 (quilt) source format with no changes.
   * Refer to the GPL-2 and LGPL-2.1 license files in the copyright blurbs.
   * Complete the short description of the fenix-plugins-system package.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 37/60: Refer to the GPL-2 and LGPL-2.1 files and not the symlinks.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit d96aa3e80021fc70ed54f0f87ee3a318fd99e3f8
Author: Peter Pentchev 
Date:   Thu Feb 25 23:44:19 2010 +

Refer to the GPL-2 and LGPL-2.1 files and not the symlinks.
---
 debian/changelog |  1 +
 debian/copyright | 12 ++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 683cdd3..b888fae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
   * Add armhf to the list of supported architectures and override
 the Lintian "unknown architecture" warning.
   * Convert to the 3.0 (quilt) source format with no changes.
+  * Refer to the GPL-2 and LGPL-2.1 license files in the copyright blurbs.
 
  -- Peter Pentchev   Thu, 25 Nov 2010 16:09:06 +0200
 
diff --git a/debian/copyright b/debian/copyright
index ee5c572..5e717e1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -29,8 +29,8 @@ License:
 along with this software; 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'.
+On Debian systems, the complete text of version 2 of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
 
 The plugin fsock-1.0 has been downloaded from 
http://www.infonegocio.com/hsoft/fenix/fsock.zip
@@ -61,8 +61,8 @@ License:
 along with this software; 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'.
+On Debian systems, the complete text of version 2 of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
 
 The plugin exec-0.4a has been obtained via email from Pablo Navarro "panreyes" 

@@ -92,8 +92,8 @@ License:
 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 Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
+On Debian systems, the complete text of version 2.1 of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
 
 The examples in the directories net-1.0/ejemplos/ and fsock-1.0/ejemplos have 
been

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 34/60: Add armhf to the list of supported architectures and override the Lintian "unknown architecture" warning.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit ce13ff1b1bcdce16b2007b149c344ee1f440fe32
Author: Peter Pentchev 
Date:   Thu Feb 25 23:44:19 2010 +

Add armhf to the list of supported architectures and override the Lintian 
"unknown architecture" warning.
---
 debian/changelog|  2 ++
 debian/control  | 12 ++--
 debian/source.lintian-overrides |  2 ++
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d41300a..b81b292 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
   * Fix the build with new autotools by using the ltmain.sh provided by
 the Debian version of libtool to avoid the backwards-incompatible
 $echo -> $ECHO change.
+  * Add armhf to the list of supported architectures and override
+the Lintian "unknown architecture" warning.
 
  -- Peter Pentchev   Thu, 25 Nov 2010 16:09:06 +0200
 
diff --git a/debian/control b/debian/control
index 61b760e..33bcebd 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix-plugins/?
 Homepage: http://fenix.divsite.net/
 
 Package: fenix-plugins
-Architecture: arm armel hppa i386 kfreebsd-i386 hurd-i386 m68k mips mipsel sh4
- powerpc s390 sparc
+Architecture: arm armel armhf hppa i386 kfreebsd-i386 hurd-i386 m68k
+ mips mipsel sh4 powerpc s390 sparc
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: plugins for the Fenix Game Development System
  Fenix is an interpreted script programming language, especially designed to
@@ -25,8 +25,8 @@ Description: plugins for the Fenix Game Development System
  Plugins included in this package: image, ttf, net, fgfx, fire and agua.
 
 Package: fenix-plugins-system
-Architecture: arm armel hppa i386 kfreebsd-i386 hurd-i386 m68k mips mipsel sh4
- powerpc s390 sparc
+Architecture: arm armel armhf hppa i386 kfreebsd-i386 hurd-i386 m68k
+ mips mipsel sh4 powerpc s390 sparc
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: plugins for the Fenix Game Development System
  Fenix is an interpreted script programming language, especially designed to
@@ -38,8 +38,8 @@ Description: plugins for the Fenix Game Development System
  Plugins included in this package: exec, fsock and tcpsock.
 
 Package: fenix-plugin-mpeg
-Architecture: arm armel hppa i386 kfreebsd-i386 hurd-i386 m68k mips mipsel sh4
- powerpc s390 sparc
+Architecture: arm armel armhf hppa i386 kfreebsd-i386 hurd-i386 m68k
+ mips mipsel sh4 powerpc s390 sparc
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: mpeg plugin for the Fenix Game Development System
  Fenix is an interpreted script programming language, especially designed to
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
new file mode 100644
index 000..326deb1
--- /dev/null
+++ b/debian/source.lintian-overrides
@@ -0,0 +1,2 @@
+# This will go away once the ARM Hard Float goes official :)
+unknown-architecture armhf

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 33/60: Fix the build with recent versions of autotools - use a recent version of ltmain.sh to follow the backwards-incompatible change from using $echo to $ECHO.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 5fc9c0597c599d4c4b9c7295262e544437e3359d
Author: Peter Pentchev 
Date:   Thu Feb 25 23:44:19 2010 +

Fix the build with recent versions of autotools - use a recent version of 
ltmain.sh to follow the backwards-incompatible change from using $echo to $ECHO.
---
 debian/changelog | 7 ++-
 debian/rules | 2 ++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0ec1fb0..d41300a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,7 +10,12 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 line was missed. Add the following architectures accordingly: powerpc
 s390 sparc. Thanks to Philipp Kern (Closes: #509702).
 
- -- Evgeni Golov   Mon, 22 Feb 2010 00:42:10 +0100
+  [ Peter Pentchev ]
+  * Fix the build with new autotools by using the ltmain.sh provided by
+the Debian version of libtool to avoid the backwards-incompatible
+$echo -> $ECHO change.
+
+ -- Peter Pentchev   Thu, 25 Nov 2010 16:09:06 +0200
 
 fenix-plugins (0.0.20070803-3) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 6d56191..491e220 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,7 @@ configure-stamp:
if [ -e "$$i/configure.ac" ]; then \
cp -f /usr/share/misc/config.sub "$$i/config.sub" ; \
cp -f /usr/share/misc/config.guess "$$i/config.guess" ; 
\
+   cp -f /usr/share/libtool/config/ltmain.sh 
"$$i/ltmain.sh" ; \
fi \
done
touch $@
@@ -44,6 +45,7 @@ clean:
rm -f build-stamp configure-stamp
$(MAKE) fullclean
dh_clean 
+   rm -f */ltmain.sh
 
 install: build
dh_testdir

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 32/60: * Remove Cyril Brulebois as per his request.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit e568c42a6a7aa438e0c3f0958246353ee0aabec8
Author: Evgeni Golov 
Date:   Sun Feb 21 23:44:19 2010 +

* Remove Cyril Brulebois as per his request.

* Add sh4 to ALL binary packages.
* Fix Architecture lines: they were copied from fenix' but the wrapped line
  was missed. Add the following architectures accordingly: powerpc s390 
sparc.
  Thanks to Philipp Kern (Closes: #509702).
---
 debian/changelog | 12 
 debian/control   |  9 ++---
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 66305cf..0ec1fb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,16 @@
 fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 
-  [ Cyril Brulebois ]
-  * Update my mail address.
-
   [ Miriam Ruiz ]
   * Added Renesas SH(sh4) CPU to support architecture list.
 
- -- Cyril Brulebois   Sat, 28 Feb 2009 19:06:02 +0100
+  [ Evgeni Golov ]
+  * Remove Cyril Brulebois as per his request.
+  * Add sh4 to ALL binary packages.
+  * Fix Architecture lines: they were copied from fenix' but the wrapped
+line was missed. Add the following architectures accordingly: powerpc
+s390 sparc. Thanks to Philipp Kern (Closes: #509702).
+
+ -- Evgeni Golov   Mon, 22 Feb 2010 00:42:10 +0100
 
 fenix-plugins (0.0.20070803-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a4d085c..61b760e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: fenix-plugins
 Section: devel
 Priority: extra
 Maintainer: Debian Games Team 
-Uploaders: Miriam Ruiz , Cyril Brulebois 
, Barry deFreese 
+Uploaders: Miriam Ruiz , Barry deFreese 

 Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake1.10 | 
automake1.9,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool
@@ -13,6 +13,7 @@ Homepage: http://fenix.divsite.net/
 
 Package: fenix-plugins
 Architecture: arm armel hppa i386 kfreebsd-i386 hurd-i386 m68k mips mipsel sh4
+ powerpc s390 sparc
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: plugins for the Fenix Game Development System
  Fenix is an interpreted script programming language, especially designed to
@@ -24,7 +25,8 @@ Description: plugins for the Fenix Game Development System
  Plugins included in this package: image, ttf, net, fgfx, fire and agua.
 
 Package: fenix-plugins-system
-Architecture: arm armel hppa i386 kfreebsd-i386 hurd-i386 m68k mips mipsel
+Architecture: arm armel hppa i386 kfreebsd-i386 hurd-i386 m68k mips mipsel sh4
+ powerpc s390 sparc
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: plugins for the Fenix Game Development System
  Fenix is an interpreted script programming language, especially designed to
@@ -36,7 +38,8 @@ Description: plugins for the Fenix Game Development System
  Plugins included in this package: exec, fsock and tcpsock.
 
 Package: fenix-plugin-mpeg
-Architecture: arm armel hppa i386 kfreebsd-i386 hurd-i386 m68k mips mipsel
+Architecture: arm armel hppa i386 kfreebsd-i386 hurd-i386 m68k mips mipsel sh4
+ powerpc s390 sparc
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: mpeg plugin for the Fenix Game Development System
  Fenix is an interpreted script programming language, especially designed to

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 31/60: Added Renesas SH(sh4) CPU to support architecture list. Closes: #551144

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit d07b2cc464d2413020e1f25650aa8e99648f4d78
Author: Miriam Ruiz 
Date:   Fri Oct 16 15:22:53 2009 +

Added Renesas SH(sh4) CPU to support architecture list. Closes: #551144
---
 debian/changelog | 4 
 debian/control   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f5ab2d6..66305cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 
+  [ Cyril Brulebois ]
   * Update my mail address.
 
+  [ Miriam Ruiz ]
+  * Added Renesas SH(sh4) CPU to support architecture list.
+
  -- Cyril Brulebois   Sat, 28 Feb 2009 19:06:02 +0100
 
 fenix-plugins (0.0.20070803-3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index f87c099..a4d085c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix-plugins/?
 Homepage: http://fenix.divsite.net/
 
 Package: fenix-plugins
-Architecture: arm armel hppa i386 kfreebsd-i386 hurd-i386 m68k mips mipsel
+Architecture: arm armel hppa i386 kfreebsd-i386 hurd-i386 m68k mips mipsel sh4
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: plugins for the Fenix Game Development System
  Fenix is an interpreted script programming language, especially designed to

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 23/60: Added some XS- tags to debian/control in many packages

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit b3ffb3e0db858bc324e8c224840ebf3a46ac0b49
Author: Miriam Ruiz 
Date:   Thu Sep 13 21:00:06 2007 +

Added some XS- tags to debian/control in many packages
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 7a27917..6c5b30c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 5), autotools-dev, autoconf, 
automake1.10 | automak
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fenix-plugins/
 XS-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix-plugins/?op=log
+XS-DM-Upload-Allowed: yes
 
 Package: fenix-plugins
 Architecture: any

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 22/60: Remove useless README.Debian

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit c5ee461268557ca2fa96c49d72433101b10a0752
Author: Cyril Brulebois 
Date:   Tue Aug 28 11:30:53 2007 +

Remove useless README.Debian
---
 debian/README.Debian | 6 --
 1 file changed, 6 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 79afd3d..000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,6 +0,0 @@
-fenix-plugins for Debian
-
-
-
-
- -- Miriam Ruiz   Wed, 01 Aug 2007 20:05:56 +

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 25/60: add Homepage: control field to source stanza

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit a153eb950f8c7728d10657e80fdcc9a4669f4267
Author: Jonathan Dowland 
Date:   Mon Dec 3 17:53:46 2007 +

add Homepage: control field to source stanza
---
 debian/changelog | 6 +-
 debian/control   | 1 +
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fc60725..856ca54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 fenix-plugins (0.0.20070803-2) unstable; urgency=low
 
+  [ Cyril Brulebois ]
   * Added libtool to “Build-Depends” since there were undefined macros
 (Closes: #439471).
   * Added myself to the “Uploaders”.
 
- -- Cyril Brulebois   Mon, 27 Aug 2007 
00:57:37 +0200
+  [ Jon Dowland ]
+  * add Homepage: control field to source stanza
+
+ -- Jon Dowland   Mon, 03 Dec 2007 17:46:22 +
 
 fenix-plugins (0.0.20070803-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 7a27917..996d2e3 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 5), autotools-dev, autoconf, 
automake1.10 | automak
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fenix-plugins/
 XS-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix-plugins/?op=log
+Homepage: http://fenix.divsite.net/
 
 Package: fenix-plugins
 Architecture: any

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

[fenix-plugins] 26/60: debian/control: Change XS-Vcs-* to Vcs-*

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 0ded75aaf78101a1e17adb0efc281afaec5c426a
Author: Ansgar Burchardt 
Date:   Fri Feb 29 02:12:21 2008 +

debian/control: Change XS-Vcs-* to Vcs-*
---
 debian/changelog | 6 ++
 debian/control   | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 856ca54..75fa23f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fenix-plugins (0.0.20070803-3) UNRELEASED; urgency=low
+
+  * debian/control: Change XS-Vcs-* to Vcs-*
+
+ -- Ansgar Burchardt   Fri, 29 Feb 2008 03:08:30 +0100
+
 fenix-plugins (0.0.20070803-2) unstable; urgency=low
 
   [ Cyril Brulebois ]
diff --git a/debian/control b/debian/control
index 996d2e3..c4263e6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 5), autotools-dev, autoconf, 
automake1.10 | automak
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool
 Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fenix-plugins/
-XS-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix-plugins/?op=log
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fenix-plugins/
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix-plugins/?op=log
 Homepage: http://fenix.divsite.net/
 
 Package: fenix-plugins

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 29/60: Refresh changelog.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 54a8c3a84cc2bff5648c09d2e96abd069e79171e
Author: Barry deFreese 
Date:   Tue Dec 23 21:36:57 2008 +

Refresh changelog.

* Add myself to uploaders.
* Remove non-64 bit arches to match fenix.
* Bump Standards Version to 3.8.0. (No changes needed).
---
 debian/changelog | 14 ++
 debian/control   | 10 +-
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b144500..d575c66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,15 @@
-fenix-plugins (0.0.20070803-3) UNRELEASED; urgency=low
+fenix-plugins (0.0.20070803-3) unstable; urgency=low
 
-  * debian/control: Change XS-Vcs-* to Vcs-*
-  * Remove Homepage semi-field from description
+  [ Ansgar Burchardt ]
+  * debian/control: Change XS-Vcs-* to Vcs-*.
+  * Remove Homepage semi-field from description.
 
- -- Ansgar Burchardt   Fri, 29 Feb 2008 03:08:30 +0100
+  [ Barry deFreese ]
+  * Add myself to uploaders.
+  * Remove non-64 bit arches to match fenix.
+  * Bump Standards Version to 3.8.0. (No changes needed).
+
+ -- Barry deFreese   Tue, 23 Dec 2008 16:23:47 -0500
 
 fenix-plugins (0.0.20070803-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 13c2498..d9c8de2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,17 @@ Source: fenix-plugins
 Section: devel
 Priority: extra
 Maintainer: Debian Games Team 
-Uploaders: Miriam Ruiz , Cyril Brulebois 

+Uploaders: Miriam Ruiz , Cyril Brulebois 
, Barry deFreese 
 Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake1.10 | 
automake1.9,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fenix-plugins/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix-plugins/?op=log
 Homepage: http://fenix.divsite.net/
 
 Package: fenix-plugins
-Architecture: any
+Architecture: arm armel hppa i386 kfreebsd-i386 hurd-i386 m68k mips mipsel
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: plugins for the Fenix Game Development System
  Fenix is an interpreted script programming language, especially designed to
@@ -24,7 +24,7 @@ Description: plugins for the Fenix Game Development System
  Plugins included in this package: image, ttf, net, fgfx, fire and agua.
 
 Package: fenix-plugins-system
-Architecture: any
+Architecture: arm armel hppa i386 kfreebsd-i386 hurd-i386 m68k mips mipsel
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: plugins for the Fenix Game Development System
  Fenix is an interpreted script programming language, especially designed to
@@ -36,7 +36,7 @@ Description: plugins for the Fenix Game Development System
  Plugins included in this package: exec, fsock and tcpsock.
 
 Package: fenix-plugin-mpeg
-Architecture: any
+Architecture: arm armel hppa i386 kfreebsd-i386 hurd-i386 m68k mips mipsel
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: mpeg plugin for the Fenix Game Development System
  Fenix is an interpreted script programming language, especially designed to

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 30/60: Update my mail address.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 4529b7a22c766e8a008dfebfd2c8343be2dfc4e7
Author: Cyril Brulebois 
Date:   Sat Feb 28 18:06:25 2009 +

Update my mail address.
---
 debian/changelog | 6 ++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d575c66..f5ab2d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
+
+  * Update my mail address.
+
+ -- Cyril Brulebois   Sat, 28 Feb 2009 19:06:02 +0100
+
 fenix-plugins (0.0.20070803-3) unstable; urgency=low
 
   [ Ansgar Burchardt ]
diff --git a/debian/control b/debian/control
index d9c8de2..f87c099 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: fenix-plugins
 Section: devel
 Priority: extra
 Maintainer: Debian Games Team 
-Uploaders: Miriam Ruiz , Cyril Brulebois 
, Barry deFreese 
+Uploaders: Miriam Ruiz , Cyril Brulebois 
, Barry deFreese 
 Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake1.10 | 
automake1.9,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 28/60: remove Homepage semi-field from description

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit af13cea0db23162cb2318630dc19f14ffae3ce01
Author: Ansgar Burchardt 
Date:   Sat Jun 7 16:00:59 2008 +

remove Homepage semi-field from description
---
 debian/changelog | 1 +
 debian/control   | 6 --
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 75fa23f..b144500 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 fenix-plugins (0.0.20070803-3) UNRELEASED; urgency=low
 
   * debian/control: Change XS-Vcs-* to Vcs-*
+  * Remove Homepage semi-field from description
 
  -- Ansgar Burchardt   Fri, 29 Feb 2008 03:08:30 +0100
 
diff --git a/debian/control b/debian/control
index 6143db7..13c2498 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,6 @@ Description: plugins for the Fenix Game Development System
  This package includes binary addons to extend the functionality of Fenix.
  .
  Plugins included in this package: image, ttf, net, fgfx, fire and agua.
- .
-  Homepage: http://fenix.divsite.net/
 
 Package: fenix-plugins-system
 Architecture: any
@@ -36,8 +34,6 @@ Description: plugins for the Fenix Game Development System
  This package includes binary addons to extend the functionality of Fenix.
  .
  Plugins included in this package: exec, fsock and tcpsock.
- .
-  Homepage: http://fenix.divsite.net/
 
 Package: fenix-plugin-mpeg
 Architecture: any
@@ -49,5 +45,3 @@ Description: mpeg plugin for the Fenix Game Development System
  .
  This package includes a plugin to allow viewing mpeg files from a Fenix
  program.
- .
-  Homepage: http://fenix.divsite.net/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 27/60: remove trailing ' ' from Maintainer: field

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 8dbe7d1a4a357334703a780660a30feac322a4d9
Author: Jonathan Dowland 
Date:   Fri Mar 7 11:22:07 2008 +

remove trailing ' ' from Maintainer: field
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c4263e6..6143db7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: fenix-plugins
 Section: devel
 Priority: extra
-Maintainer: Debian Games Team  
+Maintainer: Debian Games Team 
 Uploaders: Miriam Ruiz , Cyril Brulebois 

 Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake1.10 | 
automake1.9,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 24/60: Removed all "XS-DM-Upload-Allowed: yes" tags

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit f3610ec5d32afb308affc3c80e5720b9febe003e
Author: Miriam Ruiz 
Date:   Sun Sep 23 14:55:49 2007 +

Removed all "XS-DM-Upload-Allowed: yes" tags
---
 debian/control | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/control b/debian/control
index 6c5b30c..7a27917 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends: debhelper (>= 5), autotools-dev, autoconf, 
automake1.10 | automak
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fenix-plugins/
 XS-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix-plugins/?op=log
-XS-DM-Upload-Allowed: yes
 
 Package: fenix-plugins
 Architecture: any

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 21/60: Add libtool to B-D, closes: #439471

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 9432d45d88dc12ffa3c59aece10a6e8101879cc7
Author: Cyril Brulebois 
Date:   Sun Aug 26 23:02:02 2007 +

Add libtool to B-D, closes: #439471
---
 debian/changelog | 8 
 debian/control   | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fc1a9cf..fc60725 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+fenix-plugins (0.0.20070803-2) unstable; urgency=low
+
+  * Added libtool to “Build-Depends” since there were undefined macros
+(Closes: #439471).
+  * Added myself to the “Uploaders”.
+
+ -- Cyril Brulebois   Mon, 27 Aug 2007 
00:57:37 +0200
+
 fenix-plugins (0.0.20070803-1) unstable; urgency=low
 
   * Initial release.
diff --git a/debian/control b/debian/control
index 02d4623..7a27917 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: fenix-plugins
 Section: devel
 Priority: extra
 Maintainer: Debian Games Team  
-Uploaders: Miriam Ruiz 
+Uploaders: Miriam Ruiz , Cyril Brulebois 

 Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake1.10 | 
automake1.9,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
- libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev
+ libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fenix-plugins/
 XS-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix-plugins/?op=log

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

[fenix-plugins] 20/60: fenix-plugins should be team maintained

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 06deb197eac8392e7e72396760619892cf44176b
Author: Miriam Ruiz 
Date:   Thu Aug 23 09:26:04 2007 +

fenix-plugins should be team maintained
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8ea265f..02d4623 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
 Source: fenix-plugins
 Section: devel
 Priority: extra
-Maintainer: Miriam Ruiz 
+Maintainer: Debian Games Team  
+Uploaders: Miriam Ruiz 
 Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake1.10 | 
automake1.9,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 11/60: New orig tarball release

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 2013d56ff3fdf754b9569ce704908aec2a5d08b5
Author: Miriam Ruiz 
Date:   Fri Aug 3 19:45:21 2007 +

New orig tarball release
---
 debian/Makefile.plugins | 141 
 debian/changelog|   2 +-
 debian/rules|   6 +--
 3 files changed, 4 insertions(+), 145 deletions(-)

diff --git a/debian/Makefile.plugins b/debian/Makefile.plugins
deleted file mode 100644
index 89b98a5..000
--- a/debian/Makefile.plugins
+++ /dev/null
@@ -1,141 +0,0 @@
-FXC="fenix-fxc"
-FXI="fenix-fxi"
-
-all: plugins/ttf.so plugins/agua.so plugins/fgfx.so plugins/fire.so 
plugins/image.so \
-   plugins/net.so plugins/mpeg.so plugins/mixer.so plugins/exec.so
-
-distclean: clean_tests
-   @printf "\n == CLEAN: $@ ==\n\n"
-   for i in */; do [ ! -f "$$i/Makefile" ] || $(MAKE) -C "$$i" distclean 
|| exit 1 ; done
-   rm -f plugins/*
-
-clean: clean_tests
-   @printf "\n == CLEAN: $@ ==\n\n"
-   for i in */; do [ ! -f "$$i/Makefile" ] || $(MAKE) -C "$$i" clean || 
exit 1 ; done
-
-clean_tests:
-   @printf "\n == CLEAN: $@ ==\n\n"
-   rm -f test_*.prg test_*.dcb
-
-%/configure: %/configure.ac
-   @printf "\n == CONFIGURE: $@ ==\n\n"
-   cd `echo $@ | sed -e "s|/configure||"` && \
-   autoreconf --force --verbose
-   touch "$@"
-
-%/config.status: %/configure
-   @printf "\n == CONFIGURE: $@ ==\n\n"
-   cd `echo $@ | sed -e "s|/config.status||"` && \
-   ./configure CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" 
$(CONFFLAGS) \
-   --prefix=/usr \
-   --mandir=\$${prefix}/share/man \
-   --infodir=\$${prefix}/share/info \
-   --with-vorbis-includes=/usr/include/vorbis/
-   touch "$@"
-
-plugins:
-   mkdir -p plugins
-
-plugins/agua.so: plugins agua-1.0/configure agua-1.0/config.status
-   @printf "\n == BUILD: $@ ==\n\n"
-   make -C agua-1.0
-   cp agua-1.0/.libs/libagua.so "$@"
-
-plugins/fgfx.so: plugins fgfx-1.0/configure fgfx-1.0/config.status
-   @printf "\n == BUILD: $@ ==\n\n"
-   make -C fgfx-1.0
-   cp fgfx-1.0/.libs/libfgfx.so "$@"
-
-plugins/fire.so: plugins fire-1.0/configure fire-1.0/config.status
-   @printf "\n == BUILD: $@ ==\n\n"
-   make -C fire-1.0
-   cp fire-1.0/.libs/libfire.so "$@"
-
-plugins/image.so: plugins image-1.0/configure image-1.0/config.status
-   @printf "\n == BUILD: $@ ==\n\n"
-   make -C image-1.0
-   cp image-1.0/.libs/libimage.so "$@"
-
-plugins/net.so: plugins net-1.0/configure net-1.0/config.status
-   @printf "\n == BUILD: $@ ==\n\n"
-   make -C net-1.0
-   cp net-1.0/.libs/libnet.so "$@"
-
-plugins/mpeg.so: plugins mpeg-1.0/configure mpeg-1.0/config.status
-   @printf "\n == BUILD: $@ ==\n\n"
-   make -C mpeg-1.0
-   cp mpeg-1.0/.libs/libmpeg.so "$@"
-
-plugins/mixer.so: plugins mixer-1.0/configure mixer-1.0/config.status
-   @printf "\n == BUILD: $@ ==\n\n"
-   make -C mixer-1.0
-   cp mixer-1.0/.libs/libmixer.so "$@"
-
-plugins/ttf.so: plugins ttf-1.0/configure ttf-1.0/config.status
-   @printf "\n == BUILD: $@ ==\n\n"
-   make -C ttf-1.0
-   cp ttf-1.0/.libs/libttf.so "$@"
-
-plugins/exec.so: plugins exec-0.4a/configure exec-0.4a/config.status
-   @printf "\n == BUILD: $@ ==\n\n"
-   make -C exec-0.4a
-   cp exec-0.4a/.libs/libexec.so "$@"
-
-check: check_symbols test_load.dcb
-
-check_symbols:
-   @printf "\n == CHECK: $@ ==\n\n"
-   @for i in plugins/*.so; do \
-   if objdump -T "$$i" | grep "RegisterFunctions" >/dev/null ; 
then \
-   echo \"$$i\" has the dynamic symbol 
\"RegisterFunctions\" \[OK\] ; \
-   else \
-   echo \"$$i\" does not have the dynamic symbol 
\"RegisterFunctions\" \[ERROR\] ; \
-   exit 1 ; \
-   fi \
-   done
-
-   @for i in plugins/*.so; do \
-   if objdump -T "$$i" | grep "PluginVersion" >/dev/null ; then \
-   echo \"$$i\" has the dynamic symbol \"PluginVersion\" 
\[OK\] ; \
-   else \
-   echo \"$$i\" does not have the dynamic symbol 
\"PluginVersion\" \[ERROR\] ; \
-   exit 1 ; \
-   fi \
-   done
-
-.SUFFIXES: .prg .dcb
-
-.prg.dcb:
-   @printf "\n == CHECK: $@ ==\n\n"
-   $(FXC) $< -o $@
-
-test_load.prg:
-   echo "PROGRAM TestLoad;" > $@
-   for i in plugins/*.so; do \
-   echo "IMPORT \"`echo \"$$i\" | sed -e \"s/.so//\"`\"" >> $@ ; \
-   done
-   echo "GLOBAL" >> $@
-   echo "BEGIN" >> $@
-   echo "END" >> $@
-
-update-config:
-   @printf "\n == CONFIGURE: $@ ==\n\n"
-   for i in */ ; do \
-   if [ -e "$$i/configure.ac" ]; then \
- 

[fenix-plugins] 04/60: Added XS-Vcs-Svn and XS-Vcs-Browser to control. Compiling net plugin too

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit f2003503987ac4fc5abfc463cdb17dcf4ad1eea5
Author: Miriam Ruiz 
Date:   Thu Aug 2 15:08:52 2007 +

Added XS-Vcs-Svn and XS-Vcs-Browser to control. Compiling net plugin too
---
 debian/Makefile.plugins | 14 +-
 debian/control  | 16 
 2 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/debian/Makefile.plugins b/debian/Makefile.plugins
index d64bcd5..5646935 100644
--- a/debian/Makefile.plugins
+++ b/debian/Makefile.plugins
@@ -1,5 +1,5 @@
 all: plugins/agua.so plugins/fgfx.so plugins/fire.so plugins/image.so \
-   plugins/ttf.so plugins/exec.so
+   plugins/net.so plugins/ttf.so plugins/exec.so
 
 distclean:
for i in */; do [ ! -f "$$i/Makefile" ] || $(MAKE) -C "$$i" distclean 
|| exit 1 ; done
@@ -43,6 +43,10 @@ plugins/image.so: plugins image-1.0/configure 
image-1.0/config.status
make -C image-1.0
cp image-1.0/.libs/libimage.so "$@"
 
+plugins/net.so: plugins net-1.0/configure net-1.0/config.status
+   make -C net-1.0
+   cp net-1.0/.libs/libnet.so "$@"
+
 plugins/ttf.so: plugins ttf-1.0/configure ttf-1.0/config.status
make -C ttf-1.0
cp ttf-1.0/.libs/libttf.so "$@"
@@ -69,3 +73,11 @@ check:
exit 1 ; \
fi \
done
+
+update-config:
+   for i in */ ; do \
+   if [ -e "$$i/configure.ac" ]; then \
+   cp -f /usr/share/misc/config.sub "$$i/config.sub" ; \
+   cp -f /usr/share/misc/config.guess "$$i/config.guess" ; 
\
+   fi \
+   done
diff --git a/debian/control b/debian/control
index 7b7f01b..cb26db8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,25 @@
 Source: fenix-plugins
 Section: devel
 Priority: extra
-Maintainer: Debian Games Team  
-Uploaders: Miriam Ruiz 
+Maintainer: Miriam Ruiz 
 Build-Depends: debhelper (>= 5), quilt,
  autotools-dev, autoconf, automake1.10 | automake1.9,
  libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev,
  libsmpeg-dev, libvorbis-dev, libfreetype6-dev,
  fenix, fenix-dev
 Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fenix-plugins/
+XS-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix-plugins/?op=log
 
 Package: fenix-plugins
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: 
- 
+Description: plugins for the Fenix Game Development System
+ Fenix is an interpreted script programming language, especially designed to
+ developing and running 2D games. It has a full graphic library, sound engine
+ and full featured 2D game engine, making game development extremely easy.
+ .
+ This package includes binary addons that can extend the functionality of the
+ embedded commands in Fenix.
+ .
+  Homepage: http://fenix.divsite.net/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 07/60: Added dependency Add configure parameter

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 389292ab1ca2efaf668f30aa92ffcbc28eaef2f2
Author: Miriam Ruiz 
Date:   Thu Aug 2 15:50:11 2007 +

Added dependency Add configure parameter
---
 debian/Makefile.plugins | 3 ++-
 debian/control  | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/Makefile.plugins b/debian/Makefile.plugins
index e298043..350883a 100644
--- a/debian/Makefile.plugins
+++ b/debian/Makefile.plugins
@@ -21,7 +21,8 @@ clean:
--prefix=/usr \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
-   --with-ft-prefix=/usr/include
+   --with-ft-prefix=/usr/include \
+   --with-vorbis-includes=/usr/include/vorbis/
touch "$@"
 
 plugins:
diff --git a/debian/control b/debian/control
index cb26db8..c41616f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Miriam Ruiz 
 Build-Depends: debhelper (>= 5), quilt,
  autotools-dev, autoconf, automake1.10 | automake1.9,
  libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev,
- libsmpeg-dev, libvorbis-dev, libfreetype6-dev,
+ libsmpeg-dev, libvorbis-dev, libfreetype6-dev, libdumb1-dev,
  fenix, fenix-dev
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fenix-plugins/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 18/60: Last fixes.

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 4c16971241bfb3bfe69bd083993631afc3433998
Author: Miriam Ruiz 
Date:   Sat Aug 4 11:33:42 2007 +

Last fixes.
---
 debian/changelog|  2 +-
 debian/control  | 19 +--
 debian/fenix-plugins-system.install |  3 +++
 debian/fenix-plugins.install|  3 ---
 4 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ae84de2..fc1a9cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 fenix-plugins (0.0.20070803-1) unstable; urgency=low
 
-  * Initial release (Closes: #)  
+  * Initial release.
 
  -- Miriam Ruiz   Wed, 01 Aug 2007 20:05:56 +
 
diff --git a/debian/control b/debian/control
index ccd4ea0..f040820 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,23 @@ Description: plugins for the Fenix Game Development System
  developing and running 2D games. It has a full graphic library, sound engine
  and full featured 2D game engine, making game development extremely easy.
  .
- This package includes binary addons that can extend the functionality of the
- embedded commands in Fenix.
+ This package includes binary addons to extend the functionality of Fenix.
+ .
+ Plugins included in this package: image, ttf, net, fgfx, fire and agua.
+ .
+  Homepage: http://fenix.divsite.net/
+
+Package: fenix-plugins-system
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: plugins for the Fenix Game Development System
+ Fenix is an interpreted script programming language, especially designed to
+ developing and running 2D games. It has a full graphic library, sound engine
+ and full featured 2D game engine, making game development extremely easy.
+ .
+ This package includes binary addons to extend the functionality of Fenix.
+ .
+ Plugins included in this package: exec, fsock and tcpsock.
  .
   Homepage: http://fenix.divsite.net/
 
diff --git a/debian/fenix-plugins-system.install 
b/debian/fenix-plugins-system.install
new file mode 100644
index 000..206f4cd
--- /dev/null
+++ b/debian/fenix-plugins-system.install
@@ -0,0 +1,3 @@
+plugins/exec.so usr/lib/fenix/plugins/
+plugins/fsock.so usr/lib/fenix/plugins/
+plugins/tcpsock.so usr/lib/fenix/plugins/
diff --git a/debian/fenix-plugins.install b/debian/fenix-plugins.install
index 4a2e234..864281e 100644
--- a/debian/fenix-plugins.install
+++ b/debian/fenix-plugins.install
@@ -1,9 +1,6 @@
-plugins/exec.so usr/lib/fenix/plugins/
 plugins/image.so usr/lib/fenix/plugins/
 plugins/ttf.so usr/lib/fenix/plugins/
 plugins/net.so usr/lib/fenix/plugins/
-plugins/fsock.so usr/lib/fenix/plugins/
-plugins/tcpsock.so usr/lib/fenix/plugins/
 plugins/fgfx.so usr/lib/fenix/plugins/
 plugins/fire.so usr/lib/fenix/plugins/
 plugins/agua.so usr/lib/fenix/plugins/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 19/60: Added missing dependency

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit f25eb58a92829fc2c78d1590471fd2c9b5006ece
Author: Miriam Ruiz 
Date:   Sat Aug 4 11:40:31 2007 +

Added missing dependency
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index f040820..8ea265f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: extra
 Maintainer: Miriam Ruiz 
 Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake1.10 | 
automake1.9,
- zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev,
+ zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, 
libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fenix-plugins/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 09/60: Fixed patches

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit c960a833922af8cd45e00394d3cbca364d0f13de
Author: Miriam Ruiz 
Date:   Thu Aug 2 16:01:44 2007 +

Fixed patches
---
 debian/patches/include.patch   |  3 +--
 debian/patches/mixer_fix.patch | 10 --
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/debian/patches/include.patch b/debian/patches/include.patch
index 57681e4..b1af40c 100644
--- a/debian/patches/include.patch
+++ b/debian/patches/include.patch
@@ -67,14 +67,13 @@ diff -ruN fenix-plugins.orig/image-1.0/image.c 
fenix-plugins/image-1.0/image.c
 diff -ruN fenix-plugins.orig/mixer-1.0/mixer.c fenix-plugins/mixer-1.0/mixer.c
 --- fenix-plugins.orig/mixer-1.0/mixer.c   2007-07-31 18:46:56.0 
+
 +++ fenix-plugins/mixer-1.0/mixer.c2007-08-01 20:03:27.597791553 +
-@@ -29,11 +29,11 @@
+@@ -29,11 +29,10 @@
   * DESCRIPTION : Sound Mixer DLL
   */
  
 -#include "dumb.h"
 -#include "dumbogg.h"
 +#include 
-+#include 
  #include "wav.h"
  
 -#include 
diff --git a/debian/patches/mixer_fix.patch b/debian/patches/mixer_fix.patch
index 7a17aa6..b8c273e 100644
--- a/debian/patches/mixer_fix.patch
+++ b/debian/patches/mixer_fix.patch
@@ -13,16 +13,6 @@ diff -ruN 
fenix-plugins-0.0.20070801.orig/mixer-1.0/Makefile.am fenix-plugins-0.
 diff -ruN fenix-plugins-0.0.20070801.orig/mixer-1.0/mixer.c 
fenix-plugins-0.0.20070801/mixer-1.0/mixer.c
 --- fenix-plugins-0.0.20070801.orig/mixer-1.0/mixer.c  2007-07-31 
18:46:56.0 +
 +++ fenix-plugins-0.0.20070801/mixer-1.0/mixer.c   2007-08-02 
15:52:26.0 +
-@@ -29,8 +29,7 @@
-  * DESCRIPTION : Sound Mixer DLL
-  */
- 
--#include "dumb.h"
--#include "dumbogg.h"
-+#include 
- #include "wav.h"
- 
- #include 
 @@ -163,7 +162,7 @@
  
  

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 03/60: Set Debian Games Team as maintainer

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 93b9b9d6f2c9542a5fe8f7264221cadd2f76bfdf
Author: Miriam Ruiz 
Date:   Thu Aug 2 09:15:34 2007 +

Set Debian Games Team as maintainer
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c69cbb4..7b7f01b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
 Source: fenix-plugins
 Section: devel
 Priority: extra
-Maintainer: Miriam Ruiz 
+Maintainer: Debian Games Team  
+Uploaders: Miriam Ruiz 
 Build-Depends: debhelper (>= 5), quilt,
  autotools-dev, autoconf, automake1.10 | automake1.9,
  libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 08/60: Added mixer

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 0b6292c0bf04475e709be51f94e4ebee7d9b6e50
Author: Miriam Ruiz 
Date:   Thu Aug 2 15:59:25 2007 +

Added mixer
---
 debian/Makefile.plugins|  6 +-
 debian/patches/mixer_fix.patch | 38 ++
 debian/patches/series  |  1 +
 3 files changed, 32 insertions(+), 13 deletions(-)

diff --git a/debian/Makefile.plugins b/debian/Makefile.plugins
index 350883a..0c69690 100644
--- a/debian/Makefile.plugins
+++ b/debian/Makefile.plugins
@@ -1,5 +1,5 @@
 all: plugins/agua.so plugins/fgfx.so plugins/fire.so plugins/image.so \
-   plugins/net.so plugins/ttf.so plugins/mpeg.so plugins/exec.so
+   plugins/net.so plugins/ttf.so plugins/mpeg.so plugins/mixer.so 
plugins/exec.so
 
 distclean:
for i in */; do [ ! -f "$$i/Makefile" ] || $(MAKE) -C "$$i" distclean 
|| exit 1 ; done
@@ -52,6 +52,10 @@ plugins/mpeg.so: plugins mpeg-1.0/configure 
mpeg-1.0/config.status
make -C mpeg-1.0
cp mpeg-1.0/.libs/libmpeg.so "$@"
 
+plugins/mixer.so: plugins mixer-1.0/configure mixer-1.0/config.status
+   make -C mixer-1.0
+   cp mixer-1.0/.libs/libmixer.so "$@"
+
 plugins/ttf.so: plugins ttf-1.0/configure ttf-1.0/config.status
make -C ttf-1.0
cp ttf-1.0/.libs/libttf.so "$@"
diff --git a/debian/patches/mixer_fix.patch b/debian/patches/mixer_fix.patch
index 136611b..7a17aa6 100644
--- a/debian/patches/mixer_fix.patch
+++ b/debian/patches/mixer_fix.patch
@@ -1,15 +1,29 @@
+diff -ruN fenix-plugins-0.0.20070801.orig/mixer-1.0/Makefile.am 
fenix-plugins-0.0.20070801/mixer-1.0/Makefile.am
+--- fenix-plugins-0.0.20070801.orig/mixer-1.0/Makefile.am  2007-07-31 
18:46:56.0 +
 fenix-plugins-0.0.20070801/mixer-1.0/Makefile.am   2007-08-02 
15:52:52.0 +
+@@ -7,7 +7,7 @@
+ libmixer_la_SOURCES = mixer.c wav.c
+ libmixer_la_CFLAGS = $(SDL_CFLAGS) $(VORBIS_CFLAGS) -I/include $(OGG_CFLAGS)
+ libmixer_la_LDFLAGS = -s -module -no-undefined -avoid-version -export-symbols 
fenixdll.sym
+-libmixer_la_LIBADD = $(LIBADD_DL) -L/lib -ldumb -ldmogg $(SDL_LIBS) 
$(VORBISFILE_LIBS) $(VORBIS_LIBS) $(OGG_LIBS)
++libmixer_la_LIBADD = $(LIBADD_DL) -L/lib -ldumb $(SDL_LIBS) 
$(VORBISFILE_LIBS) $(VORBIS_LIBS) $(OGG_LIBS)
+ 
+ ## Make sure these will be cleaned even when they're not built by
+ ## default.
 diff -ruN fenix-plugins-0.0.20070801.orig/mixer-1.0/mixer.c 
fenix-plugins-0.0.20070801/mixer-1.0/mixer.c
 fenix-plugins-0.0.20070801.orig/mixer-1.0/mixer.c  2007-08-02 
15:45:31.0 +
-+++ fenix-plugins-0.0.20070801/mixer-1.0/mixer.c   2007-08-02 
15:45:43.0 +
-@@ -30,7 +30,6 @@
+--- fenix-plugins-0.0.20070801.orig/mixer-1.0/mixer.c  2007-07-31 
18:46:56.0 +
 fenix-plugins-0.0.20070801/mixer-1.0/mixer.c   2007-08-02 
15:52:26.0 +
+@@ -29,8 +29,7 @@
+  * DESCRIPTION : Sound Mixer DLL
   */
  
- #include 
--#include 
+-#include "dumb.h"
+-#include "dumbogg.h"
++#include 
  #include "wav.h"
  
- #include 
-@@ -167,7 +166,7 @@
+ #include 
+@@ -163,7 +162,7 @@
  
  
  
@@ -19,9 +33,9 @@ diff -ruN fenix-plugins-0.0.20070801.orig/mixer-1.0/mixer.c 
fenix-plugins-0.0.20
  
return file_read (f, ptr,  n);
 diff -ruN fenix-plugins-0.0.20070801.orig/mixer-1.0/wav.c 
fenix-plugins-0.0.20070801/mixer-1.0/wav.c
 fenix-plugins-0.0.20070801.orig/mixer-1.0/wav.c2007-08-02 
15:45:31.0 +
-+++ fenix-plugins-0.0.20070801/mixer-1.0/wav.c 2007-08-02 15:45:43.0 
+
-@@ -98,7 +93,7 @@
+--- fenix-plugins-0.0.20070801.orig/mixer-1.0/wav.c2007-07-31 
18:46:56.0 +
 fenix-plugins-0.0.20070801/mixer-1.0/wav.c 2007-08-02 15:51:49.0 
+
+@@ -93,7 +93,7 @@
unsigned long  data_size;
  
  
@@ -30,7 +44,7 @@ diff -ruN fenix-plugins-0.0.20070801.orig/mixer-1.0/wav.c 
fenix-plugins-0.0.2007
  
  
  
-@@ -107,14 +102,14 @@
+@@ -102,14 +102,14 @@
  
  
file_getnc_mixer(&size,4,fp);   
//SIZE
@@ -47,7 +61,7 @@ diff -ruN fenix-plugins-0.0.20070801.orig/mixer-1.0/wav.c 
fenix-plugins-0.0.2007
  
file_getnc_mixer(&chunkSize,4,fp);
  
-@@ -126,7 +121,7 @@
+@@ -121,7 +121,7 @@
file_getnc_mixer(&wBitsPerSample,2,fp); 
//bits per sample
  
  
diff --git a/debian/patches/series b/debian/patches/series
index 0fc5d7f..6e930fc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 include.patch
 fire_random.patch
+mixer_fix.patch
 fxdll_version.patch
 fenixdll_sym.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cg

[fenix-plugins] 16/60: Updated copyright

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit b2c712c9b8fc5ddbe3241d897ad844980f2ace05
Author: Miriam Ruiz 
Date:   Sat Aug 4 10:56:44 2007 +

Updated copyright
---
 debian/copyright | 61 +++-
 1 file changed, 56 insertions(+), 5 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index febbcc8..ee5c572 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,18 +1,51 @@
 This package was debianized by Miriam Ruiz  on
 Wed, 01 Aug 2007 20:05:56 +.
 
+
 Most of the plugins were downloaded from 
http://sourceforge.net/project/showfiles.php?group_id=2714
 
+Upstream Author: 
+
+Fenix Team 
+
+Copyright: 
+
+Copyright (c) 1999 Jose Luis Cebrian Pague
+Copyright (c) 2002 Fenix Team
+
+License: 
+
+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 of the License, or
+(at your option) any later version.
+ 
+This software 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 software; 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'.
+
+
+The plugin fsock-1.0 has been downloaded from 
http://www.infonegocio.com/hsoft/fenix/fsock.zip
+
 Upstream Authors: 
 
 Fenix Team 
+Titonus
 
 Copyright: 
 
 Copyright (c) 1999 Jose Luis Cebrian Pague
 Copyright (c) 2002 Fenix Team
 
-License:
+License: 
 
 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
@@ -32,9 +65,9 @@ On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
 
 
-Plugin "exec" was obtained via email from Pablo Navarro "panreyes" 

+The plugin exec-0.4a has been obtained via email from Pablo Navarro "panreyes" 

 
-Upstream Authors:
+Upstream Author:
 
 Pablo Navarro "panreyes" 
 
@@ -43,7 +76,7 @@ Copyright:
 Copyright (c) 2004 Alvaro Vilanova Vidal 
 Copyright (c) 2007 Pablo Navarro
 
-License:
+License: 
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -63,5 +96,23 @@ On Debian systems, the complete text of the GNU Lesser 
General
 Public License can be found in `/usr/share/common-licenses/LGPL'.
 
 
-The Debian packaging and patches are (C) 2007, Miriam Ruiz 
 and
+The examples in the directories net-1.0/ejemplos/ and fsock-1.0/ejemplos have 
been
+downloaded from http://www.infonegocio.com/hsoft/fenix/ and explicitly been 
put into
+the public domain by their author.
+
+Upstream Author: 
+
+Titonus
+
+Copyright: 
+
+Copyright (c) 2004 Alvaro Vilanova Vidal 
+Copyright (c) 2007 Pablo Navarro
+
+License: 
+
+The examples have been placed in the public domain by its author.
+
+
+The Debian packaging and patches applied are (C) 2007, Miriam Ruiz 
 and
 are licensed under the GPL, see above.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 05/60: Added mpeg plugin

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 2de254832e855219209908374e2617cff5651d58
Author: Miriam Ruiz 
Date:   Thu Aug 2 15:08:52 2007 +

Added mpeg plugin
---
 debian/Makefile.plugins | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/Makefile.plugins b/debian/Makefile.plugins
index 5646935..e298043 100644
--- a/debian/Makefile.plugins
+++ b/debian/Makefile.plugins
@@ -1,5 +1,5 @@
 all: plugins/agua.so plugins/fgfx.so plugins/fire.so plugins/image.so \
-   plugins/net.so plugins/ttf.so plugins/exec.so
+   plugins/net.so plugins/ttf.so plugins/mpeg.so plugins/exec.so
 
 distclean:
for i in */; do [ ! -f "$$i/Makefile" ] || $(MAKE) -C "$$i" distclean 
|| exit 1 ; done
@@ -47,6 +47,10 @@ plugins/net.so: plugins net-1.0/configure 
net-1.0/config.status
make -C net-1.0
cp net-1.0/.libs/libnet.so "$@"
 
+plugins/mpeg.so: plugins mpeg-1.0/configure mpeg-1.0/config.status
+   make -C mpeg-1.0
+   cp mpeg-1.0/.libs/libmpeg.so "$@"
+
 plugins/ttf.so: plugins ttf-1.0/configure ttf-1.0/config.status
make -C ttf-1.0
cp ttf-1.0/.libs/libttf.so "$@"

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 14/60: Fixed compilation rules

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 7e3bd38763891419c07ccab71d1a0c14472e9ccf
Author: Miriam Ruiz 
Date:   Fri Aug 3 21:22:04 2007 +

Fixed compilation rules
---
 debian/control |  3 +--
 debian/rules   | 13 +
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index eb3f3bb..7fbe098 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Maintainer: Miriam Ruiz 
 Build-Depends: debhelper (>= 5), quilt,
  autotools-dev, autoconf, automake1.10 | automake1.9,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev,
- libsmpeg-dev, libvorbis-dev, libfreetype6-dev, libdumb1-dev,
- fenix, fenix-dev
+ libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fenix-plugins/
 XS-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix-plugins/?op=log
diff --git a/debian/rules b/debian/rules
index 2075403..e509d69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,12 +31,19 @@ configure-stamp:
done
touch $@
 
+PLUGINS = \
+   plugins/fgfx.so plugins/agua.so plugins/fire.so \
+   plugins/ttf.so plugins/image.so plugins/net.so \
+   plugins/mpeg.so plugins/exec.so \
+   plugins/tcpsock.so plugins/fsock.so
+
 build: build-stamp
 build-stamp: configure-stamp 
dh_testdir
$(MAKE) \
CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" \
-   CONFFLAGS="--host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE)"
+   CONFFLAGS="--host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE)" \
+   $(PLUGINS)
$(MAKE) check
touch $@
 
@@ -44,9 +51,7 @@ clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
-   $(MAKE) distclean
-   rm -f */aclocal.m4 */configure */Makefile.in 
-   rm -f */config.guess */config.sub */config.status */config.log 
+   $(MAKE) fullclean
$(MAKE) -f /usr/share/quilt/quilt.make unpatch
dh_clean 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 02/60: Applying Debian modifications to trunk

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 4783be85cd308cecf8ce0f2d538ce5fbaa361472
Author: Miriam Ruiz 
Date:   Thu Aug 2 07:35:27 2007 +

Applying Debian modifications to trunk
---
 debian/Makefile.plugins|  71 +++
 debian/README.Debian   |   6 ++
 debian/changelog   |   6 ++
 debian/compat  |   1 +
 debian/control |  16 
 debian/copyright   |  67 ++
 debian/install |   1 +
 debian/patches/fenixdll_sym.patch  |  66 ++
 debian/patches/fire_random.patch   |  20 +
 debian/patches/fxdll_version.patch | 177 +
 debian/patches/include.patch   | 170 +++
 debian/patches/series  |   4 +
 debian/rules   |  81 +
 13 files changed, 686 insertions(+)

diff --git a/debian/Makefile.plugins b/debian/Makefile.plugins
new file mode 100644
index 000..d64bcd5
--- /dev/null
+++ b/debian/Makefile.plugins
@@ -0,0 +1,71 @@
+all: plugins/agua.so plugins/fgfx.so plugins/fire.so plugins/image.so \
+   plugins/ttf.so plugins/exec.so
+
+distclean:
+   for i in */; do [ ! -f "$$i/Makefile" ] || $(MAKE) -C "$$i" distclean 
|| exit 1 ; done
+   rm -f plugins/*
+
+clean:
+   for i in */; do [ ! -f "$$i/Makefile" ] || $(MAKE) -C "$$i" clean || 
exit 1 ; done
+
+%/configure: %/configure.ac
+   cd `echo $@ | sed -e "s|/configure||"` && \
+   autoreconf --force --verbose
+   touch "$@"
+
+%/config.status: %/configure
+   cd `echo $@ | sed -e "s|/config.status||"` && \
+   ./configure CFLAGS="$(CFLAGS)" \
+   --host=$(DEB_HOST_GNU_TYPE) \
+   --build=$(DEB_BUILD_GNU_TYPE) \
+   --prefix=/usr \
+   --mandir=\$${prefix}/share/man \
+   --infodir=\$${prefix}/share/info \
+   --with-ft-prefix=/usr/include
+   touch "$@"
+
+plugins:
+   mkdir -p plugins
+
+plugins/agua.so: plugins agua-1.0/configure agua-1.0/config.status
+   make -C agua-1.0
+   cp agua-1.0/.libs/libagua.so "$@"
+
+plugins/fgfx.so: plugins fgfx-1.0/configure fgfx-1.0/config.status
+   make -C fgfx-1.0
+   cp fgfx-1.0/.libs/libfgfx.so "$@"
+
+plugins/fire.so: plugins fire-1.0/configure fire-1.0/config.status
+   make -C fire-1.0
+   cp fire-1.0/.libs/libfire.so "$@"
+
+plugins/image.so: plugins image-1.0/configure image-1.0/config.status
+   make -C image-1.0
+   cp image-1.0/.libs/libimage.so "$@"
+
+plugins/ttf.so: plugins ttf-1.0/configure ttf-1.0/config.status
+   make -C ttf-1.0
+   cp ttf-1.0/.libs/libttf.so "$@"
+
+plugins/exec.so: plugins exec-0.4a/configure exec-0.4a/config.status
+   make -C exec-0.4a
+   cp exec-0.4a/.libs/libexec.so "$@"
+
+check:
+   @for i in plugins/*.so; do \
+   if objdump -T "$$i" | grep "RegisterFunctions" >/dev/null ; 
then \
+   echo \"$$i\" has the dynamic symbol 
\"RegisterFunctions\" \[OK\] ; \
+   else \
+   echo \"$$i\" does not have the dynamic symbol 
\"RegisterFunctions\" \[ERROR\] ; \
+   exit 1 ; \
+   fi \
+   done
+
+   @for i in plugins/*.so; do \
+   if objdump -T "$$i" | grep "PluginVersion" >/dev/null ; then \
+   echo \"$$i\" has the dynamic symbol \"PluginVersion\" 
\[OK\] ; \
+   else \
+   echo \"$$i\" does not have the dynamic symbol 
\"PluginVersion\" \[ERROR\] ; \
+   exit 1 ; \
+   fi \
+   done
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 000..79afd3d
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,6 @@
+fenix-plugins for Debian
+
+
+
+
+ -- Miriam Ruiz   Wed, 01 Aug 2007 20:05:56 +
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..48c262f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+fenix-plugins (0.0.20070801-1) unstable; urgency=low
+
+  * Initial release (Closes: #)  
+
+ -- Miriam Ruiz   Wed, 01 Aug 2007 20:05:56 +
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..c69cbb4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: fenix-plugins
+Section: devel
+Priority: extra
+Maintainer: Miriam Ruiz 
+Build-Depends: debhelper (>= 5), quilt,
+ autotools-dev, autoconf, automake1.10 | automake1.9,
+ libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev,
+ libsmpeg-dev, libvorbis-dev, libfreetype6-dev,
+ fenix, fenix-dev
+Standards-Version: 3.7.2
+
+Pa

[fenix-plugins] 12/60: Remove unneeded patches

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit c609b4d6ce1eaf7ddee7ed59b45e66843ca29d6c
Author: Miriam Ruiz 
Date:   Fri Aug 3 19:47:50 2007 +

Remove unneeded patches
---
 debian/patches/agua_fix.patch  |  11 ---
 debian/patches/include.patch   | 174 -
 debian/patches/mixer_fix.patch | 106 -
 debian/patches/series  |   7 --
 debian/patches/ttf_fix.patch   |  26 --
 5 files changed, 324 deletions(-)

diff --git a/debian/patches/agua_fix.patch b/debian/patches/agua_fix.patch
deleted file mode 100644
index fc8f4cc..000
--- a/debian/patches/agua_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 fenix-plugins-0.0.20070801.orig/agua-1.0/Makefile.am
-+++ fenix-plugins-0.0.20070801/agua-1.0/Makefile.am
-@@ -7,7 +7,7 @@
- libagua_la_SOURCES = agua.c
- libagua_la_CFLAGS = $(SDL_CFLAGS)
- libagua_la_LDFLAGS = -s -module -no-undefined -avoid-version -export-symbols 
fenixdll.sym
--libagua_la_LIBADD = $(LIBADD_DL) $(SDL_LIBS)
-+libagua_la_LIBADD = -lm $(LIBADD_DL) $(SDL_LIBS)
- 
- ## Make sure these will be cleaned even when they're not built by
- ## default.
diff --git a/debian/patches/include.patch b/debian/patches/include.patch
deleted file mode 100644
index 8e4c4e6..000
--- a/debian/patches/include.patch
+++ /dev/null
@@ -1,174 +0,0 @@
-diff -ruN fenix-plugins.orig/agua-1.0/agua.c fenix-plugins/agua-1.0/agua.c
 fenix-plugins.orig/agua-1.0/agua.c 2007-07-31 18:43:45.0 +
-+++ fenix-plugins/agua-1.0/agua.c  2007-08-01 20:03:26.761739303 +
-@@ -1,4 +1,4 @@
--#include 
-+#include 
- #include 
- #include 
- #include 
-diff -ruN fenix-plugins.orig/exec-0.4a/exec.c fenix-plugins/exec-0.4a/exec.c
 fenix-plugins.orig/exec-0.4a/exec.c2007-07-31 22:34:22.0 
+
-+++ fenix-plugins/exec-0.4a/exec.c 2007-08-01 20:03:27.589791053 +
-@@ -23,7 +23,7 @@
- // LAST UPDATE: 04/07/2007
- 
//--
- 
--#include 
-+#include 
- 
- 
//--
- // FUNCTION: ShellEx
-diff -ruN fenix-plugins.orig/fgfx-1.0/fgfx.c fenix-plugins/fgfx-1.0/fgfx.c
 fenix-plugins.orig/fgfx-1.0/fgfx.c 2007-07-31 18:45:26.0 +
-+++ fenix-plugins/fgfx-1.0/fgfx.c  2007-08-01 20:03:27.593791303 +
-@@ -1,6 +1,6 @@
--#include "fxdll.h"
-+#include 
- #include 
--#include 
-+#include 
- 
- 
- /*#include // for log
-diff -ruN fenix-plugins.orig/fire-1.0/fire.c fenix-plugins/fire-1.0/fire.c
 fenix-plugins.orig/fire-1.0/fire.c 2007-07-31 18:46:14.0 +
-+++ fenix-plugins/fire-1.0/fire.c  2007-08-01 20:03:27.593791303 +
-@@ -1,8 +1,8 @@
- #include 
- #include 
--#include 
-+#include 
- #include 
--#include "SDL.h"
-+#include 
- 
- typedef struct{
-   Uint16 FireX, FireY, Pos_X, Pos_Y, StartP, FuelP, SpaceP, FuelY;
-diff -ruN fenix-plugins.orig/image-1.0/image.c fenix-plugins/image-1.0/image.c
 fenix-plugins.orig/image-1.0/image.c   2007-07-31 18:44:29.0 
+
-+++ fenix-plugins/image-1.0/image.c2007-08-01 20:03:27.593791303 +
-@@ -34,13 +34,13 @@
- #include 
- #endif
- 
--#include 
-+#include 
- #include 
- #include 
- #include 
- #include 
- 
--#include 
-+#include 
- 
- static int sdlf_seek (SDL_RWops * context, int offset, int whence);
- static int sdlf_read (SDL_RWops * context, void * ptr, int size, int count);
-diff -ruN fenix-plugins.orig/mixer-1.0/mixer.c fenix-plugins/mixer-1.0/mixer.c
 fenix-plugins.orig/mixer-1.0/mixer.c   2007-07-31 18:46:56.0 
+
-+++ fenix-plugins/mixer-1.0/mixer.c2007-08-01 20:03:27.597791553 +
-@@ -29,11 +29,15 @@
-  * DESCRIPTION : Sound Mixer DLL
-  */
- 
--#include "dumb.h"
--#include "dumbogg.h"
-+#include 
-+
-+#ifdef USE_DUMBOGG
-+#include 
-+#endif
-+
- #include "wav.h"
- 
--#include 
-+#include 
- 
- 
- SDL_AudioSpec spec;
-diff -ruN fenix-plugins.orig/mixer-1.0/wav.c fenix-plugins/mixer-1.0/wav.c
 fenix-plugins.orig/mixer-1.0/wav.c 2007-07-31 18:46:56.0 +
-+++ fenix-plugins/mixer-1.0/wav.c  2007-08-01 20:03:27.597791553 +
-@@ -1,10 +1,10 @@
- 
- #include 
- #include 
--#include "codec.h"
--#include "vorbisfile.h"
--#include "dumb.h"
--#include 
-+#include 
-+#include 
-+#include 
-+#include 
- #include "mixer.h"
- 
- typedef struct WAV_SIGNAL WAV_SIGNAL;
-diff -ruN fenix-plugins.orig/mpeg-1.0/mpeg.c fenix-plugins/mpeg-1.0/mpeg.c
 fenix-plugins.orig/mpeg-1.0/mpeg.c 2007-07-31 18:47:42.0 +
-+++ fenix-plugins/mpeg-1.0/mpeg.c  2007-08-01 20:03:57.559664053 +
-@@ -4,7 +4,7 @@
- #pragma comment (lib, "SDL")
- */
- 
--#include 
-+#include 
- #undef current_time
- 
- #include 
-@@ -12,7 +12,7 @@
- #include 
- #include 
- #include 
--#include "SDL.h"
-+#include 
- 
- 
- typedef struct
-diff -ruN fenix-plugins.orig/net-1

[fenix-plugins] 15/60: Removed quilt

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 25bad12f3d1a8a7e6f20c16840e6a5de716d2f29
Author: Miriam Ruiz 
Date:   Sat Aug 4 10:43:47 2007 +

Removed quilt
---
 debian/control|  3 +--
 debian/patches/series |  0
 debian/rules  | 10 --
 3 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index 7fbe098..b92e9cf 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,7 @@ Source: fenix-plugins
 Section: devel
 Priority: extra
 Maintainer: Miriam Ruiz 
-Build-Depends: debhelper (>= 5), quilt,
- autotools-dev, autoconf, automake1.10 | automake1.9,
+Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake1.10 | 
automake1.9,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev
 Standards-Version: 3.7.2
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e69de29..000
diff --git a/debian/rules b/debian/rules
index e509d69..6d56191 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,18 +11,9 @@ else
CFLAGS += -O2
 endif
 
-patch:
-   dh_testdir
-   QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-
-unpatch:
-   dh_testdir
-   QUILT_PATCHES=debian/patches quilt pop -a -f || test $$? = 2
-
 configure: configure-stamp
 configure-stamp:
dh_testdir
-   $(MAKE) -f /usr/share/quilt/quilt.make patch
for i in */ ; do \
if [ -e "$$i/configure.ac" ]; then \
cp -f /usr/share/misc/config.sub "$$i/config.sub" ; \
@@ -52,7 +43,6 @@ clean:
dh_testroot
rm -f build-stamp configure-stamp
$(MAKE) fullclean
-   $(MAKE) -f /usr/share/quilt/quilt.make unpatch
dh_clean 
 
 install: build

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 13/60: Remove all patches

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 6a817b6c14792dc8fd553d20a881957c724bcb02
Author: Miriam Ruiz 
Date:   Fri Aug 3 19:48:18 2007 +

Remove all patches
---
 debian/patches/fenixdll_sym.patch  |  66 ---
 debian/patches/fire_fix.patch  |  20 -
 debian/patches/fxdll_version.patch | 162 -
 3 files changed, 248 deletions(-)

diff --git a/debian/patches/fenixdll_sym.patch 
b/debian/patches/fenixdll_sym.patch
deleted file mode 100644
index e141153..000
--- a/debian/patches/fenixdll_sym.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-diff -ruN fenix-plugins.orig/agua-1.0/fenixdll.sym 
fenix-plugins/agua-1.0/fenixdll.sym
 fenix-plugins.orig/agua-1.0/fenixdll.sym   2007-02-22 05:46:50.0 
+
-+++ fenix-plugins/agua-1.0/fenixdll.sym2007-08-01 19:48:36.258086303 
+
-@@ -1 +1,2 @@
-+PluginVersion
- RegisterFunctions
-diff -ruN fenix-plugins.orig/exec-0.4a/fenixdll.sym 
fenix-plugins/exec-0.4a/fenixdll.sym
 fenix-plugins.orig/exec-0.4a/fenixdll.sym  2007-07-31 22:34:14.0 
+
-+++ fenix-plugins/exec-0.4a/fenixdll.sym   2007-08-01 19:48:35.018008803 
+
-@@ -1 +1,2 @@
-+PluginVersion
- RegisterFunctions
-diff -ruN fenix-plugins.orig/fgfx-1.0/fenixdll.sym 
fenix-plugins/fgfx-1.0/fenixdll.sym
 fenix-plugins.orig/fgfx-1.0/fenixdll.sym   2007-02-22 05:46:50.0 
+
-+++ fenix-plugins/fgfx-1.0/fenixdll.sym2007-08-01 19:48:37.922190303 
+
-@@ -1 +1,2 @@
-+PluginVersion
- RegisterFunctions
-diff -ruN fenix-plugins.orig/fire-1.0/fenixdll.sym 
fenix-plugins/fire-1.0/fenixdll.sym
 fenix-plugins.orig/fire-1.0/fenixdll.sym   2007-02-22 05:46:50.0 
+
-+++ fenix-plugins/fire-1.0/fenixdll.sym2007-08-01 19:48:39.606295553 
+
-@@ -1 +1,2 @@
-+PluginVersion
- RegisterFunctions
-diff -ruN fenix-plugins.orig/image-1.0/fenixdll.sym 
fenix-plugins/image-1.0/fenixdll.sym
 fenix-plugins.orig/image-1.0/fenixdll.sym  2007-02-22 05:46:50.0 
+
-+++ fenix-plugins/image-1.0/fenixdll.sym   2007-08-01 19:48:41.510414553 
+
-@@ -1 +1,2 @@
-+PluginVersion
- RegisterFunctions
-diff -ruN fenix-plugins.orig/mixer-1.0/fenixdll.sym 
fenix-plugins/mixer-1.0/fenixdll.sym
 fenix-plugins.orig/mixer-1.0/fenixdll.sym  2007-02-22 05:46:50.0 
+
-+++ fenix-plugins/mixer-1.0/fenixdll.sym   2007-08-01 19:48:45.770680803 
+
-@@ -1 +1,2 @@
-+PluginVersion
- RegisterFunctions
-diff -ruN fenix-plugins.orig/mpeg-1.0/fenixdll.sym 
fenix-plugins/mpeg-1.0/fenixdll.sym
 fenix-plugins.orig/mpeg-1.0/fenixdll.sym   2007-02-22 05:46:50.0 
+
-+++ fenix-plugins/mpeg-1.0/fenixdll.sym2007-08-01 19:48:48.022821553 
+
-@@ -1 +1,2 @@
-+PluginVersion
- RegisterFunctions
-diff -ruN fenix-plugins.orig/net-1.0/fenixdll.sym 
fenix-plugins/net-1.0/fenixdll.sym
 fenix-plugins.orig/net-1.0/fenixdll.sym2007-02-22 05:46:50.0 
+
-+++ fenix-plugins/net-1.0/fenixdll.sym 2007-08-01 19:48:50.362967803 +
-@@ -1 +1,2 @@
-+PluginVersion
- RegisterFunctions
-diff -ruN fenix-plugins.orig/tcpsock-1.0/fenixdll.sym 
fenix-plugins/tcpsock-1.0/fenixdll.sym
 fenix-plugins.orig/tcpsock-1.0/fenixdll.sym2007-02-22 
05:46:50.0 +
-+++ fenix-plugins/tcpsock-1.0/fenixdll.sym 2007-08-01 19:48:53.871187053 
+
-@@ -1 +1,2 @@
-+PluginVersion
- RegisterFunctions
-diff -ruN fenix-plugins.orig/tcpsock-2.0/fenixdll.sym 
fenix-plugins/tcpsock-2.0/fenixdll.sym
 fenix-plugins.orig/tcpsock-2.0/fenixdll.sym2007-02-22 
05:46:50.0 +
-+++ fenix-plugins/tcpsock-2.0/fenixdll.sym 2007-08-01 19:49:59.815308303 
+
-@@ -1 +1,2 @@
-+PluginVersion
- RegisterFunctions
-diff -ruN fenix-plugins.orig/ttf-1.0/fenixdll.sym 
fenix-plugins/ttf-1.0/fenixdll.sym
 fenix-plugins.orig/ttf-1.0/fenixdll.sym2007-02-22 05:46:50.0 
+
-+++ fenix-plugins/ttf-1.0/fenixdll.sym 2007-08-01 19:48:32.881875303 +
-@@ -1 +1,2 @@
-+PluginVersion
- RegisterFunctions
diff --git a/debian/patches/fire_fix.patch b/debian/patches/fire_fix.patch
deleted file mode 100644
index de2d1e9..000
--- a/debian/patches/fire_fix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 fenix-plugins-0.0.20070801.orig/fire-1.0/fire.c
-+++ fenix-plugins-0.0.20070801/fire-1.0/fire.c
-@@ -76,7 +76,7 @@
-   return gr ;
- }
- 
--int random(int num1, int num2)
-+static int priv_random(int num1, int num2)
- {
-   return num1 + (int)(((double)(num2-num1+1) * rand()) / (RAND_MAX+1.0)) ;
- }
-@@ -110,7 +110,7 @@
- 
-   x=T->StartP;
-   while(xFireX){
--  Sint16 F = T->FireS[(y*T->FireX)+x] + 
random(T->IntPMin,T->IntPMax);
-+  Sint16 F = T->FireS[(y*T->FireX)+x] + 
priv_random(T->IntPMin,T->IntPMax);
-   if (F<0)F=0;
-

[fenix-plugins] 06/60: Added new patch

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit d631730c4f451beb59954f9c4e3ebad0ad327ea1
Author: Miriam Ruiz 
Date:   Thu Aug 2 15:08:52 2007 +

Added new patch
---
 debian/patches/fxdll_version.patch | 15 --
 debian/patches/mixer_fix.patch | 58 ++
 2 files changed, 58 insertions(+), 15 deletions(-)

diff --git a/debian/patches/fxdll_version.patch 
b/debian/patches/fxdll_version.patch
index 5e1becb..c8f3c33 100644
--- a/debian/patches/fxdll_version.patch
+++ b/debian/patches/fxdll_version.patch
@@ -86,21 +86,6 @@ diff -ruN fenix-plugins.orig/mixer-1.0/mixer.c 
fenix-plugins/mixer-1.0/mixer.c
  
  SDL_AudioSpec spec;
  
-diff -ruN fenix-plugins.orig/mixer-1.0/wav.c fenix-plugins/mixer-1.0/wav.c
 fenix-plugins.orig/mixer-1.0/wav.c 2007-08-01 20:01:23.630044053 +
-+++ fenix-plugins/mixer-1.0/wav.c  2007-08-01 19:59:04.365340553 +
-@@ -7,6 +7,11 @@
- #include 
- #include "mixer.h"
- 
-+/* PluginVersion is used to identify the plugin structures against which
-+ * we're linking to prevent potential mismatches and segmentation faults
-+ */
-+unsigned int PluginVersion = FXDLL_VERSION;
-+
- typedef struct WAV_SIGNAL WAV_SIGNAL;
- typedef struct WAV_SAMPINFO WAV_SAMPINFO;
- 
 diff -ruN fenix-plugins.orig/mpeg-1.0/mpeg.c fenix-plugins/mpeg-1.0/mpeg.c
 --- fenix-plugins.orig/mpeg-1.0/mpeg.c 2007-08-01 20:01:23.630044053 +
 +++ fenix-plugins/mpeg-1.0/mpeg.c  2007-08-01 19:59:37.247395553 +
diff --git a/debian/patches/mixer_fix.patch b/debian/patches/mixer_fix.patch
new file mode 100644
index 000..136611b
--- /dev/null
+++ b/debian/patches/mixer_fix.patch
@@ -0,0 +1,58 @@
+diff -ruN fenix-plugins-0.0.20070801.orig/mixer-1.0/mixer.c 
fenix-plugins-0.0.20070801/mixer-1.0/mixer.c
+--- fenix-plugins-0.0.20070801.orig/mixer-1.0/mixer.c  2007-08-02 
15:45:31.0 +
 fenix-plugins-0.0.20070801/mixer-1.0/mixer.c   2007-08-02 
15:45:43.0 +
+@@ -30,7 +30,6 @@
+  */
+ 
+ #include 
+-#include 
+ #include "wav.h"
+ 
+ #include 
+@@ -167,7 +166,7 @@
+ 
+ 
+ 
+-int file_getnc_mixer (char *ptr, long n, void *f) {
++int file_getnc_mixer (void *ptr, long n, void *f) {
+ 
+ 
+   return file_read (f, ptr,  n);
+diff -ruN fenix-plugins-0.0.20070801.orig/mixer-1.0/wav.c 
fenix-plugins-0.0.20070801/mixer-1.0/wav.c
+--- fenix-plugins-0.0.20070801.orig/mixer-1.0/wav.c2007-08-02 
15:45:31.0 +
 fenix-plugins-0.0.20070801/mixer-1.0/wav.c 2007-08-02 15:45:43.0 
+
+@@ -98,7 +93,7 @@
+   unsigned long  data_size;
+ 
+ 
+-  file_getnc_mixer(&id,4,fp); 
//RIFF
++  file_getnc_mixer(id,4,fp);  
//RIFF
+ 
+ 
+ 
+@@ -107,14 +102,14 @@
+ 
+ 
+   file_getnc_mixer(&size,4,fp);   
//SIZE
+-  file_getnc_mixer(&id,4,fp); 
//WAVE
++  file_getnc_mixer(id,4,fp);  
//WAVE
+ 
+   if ((id[0]=='W') && (id[1]=='A') && (id[2]=='V') && 
(id[3]=='E')) {
+ 
+ 
+ 
+   //Es un wav, por lo tanto vamos a 
leerlo.
+-  file_getnc_mixer(&id,4,fp); 
//format
++  file_getnc_mixer(id,4,fp);  
//format
+ 
+   file_getnc_mixer(&chunkSize,4,fp);
+ 
+@@ -126,7 +121,7 @@
+   file_getnc_mixer(&wBitsPerSample,2,fp); 
//bits per sample
+ 
+ 
+-  file_getnc_mixer(&id,4,fp); 
//data
++  file_getnc_mixer(id,4,fp);  
//data
+ 
+ 
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 17/60: Divided plugins in different binary packages

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit 3ce4b016ad1a0ef80ef4c996eb350234d17393d2
Author: Miriam Ruiz 
Date:   Sat Aug 4 11:20:44 2007 +

Divided plugins in different binary packages
---
 debian/control   | 13 +
 debian/fenix-plugin-mpeg.install |  1 +
 debian/fenix-plugins.install |  9 +
 debian/install   |  1 -
 4 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index b92e9cf..ccd4ea0 100644
--- a/debian/control
+++ b/debian/control
@@ -21,3 +21,16 @@ Description: plugins for the Fenix Game Development System
  embedded commands in Fenix.
  .
   Homepage: http://fenix.divsite.net/
+
+Package: fenix-plugin-mpeg
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: mpeg plugin for the Fenix Game Development System
+ Fenix is an interpreted script programming language, especially designed to
+ developing and running 2D games. It has a full graphic library, sound engine
+ and full featured 2D game engine, making game development extremely easy.
+ .
+ This package includes a plugin to allow viewing mpeg files from a Fenix
+ program.
+ .
+  Homepage: http://fenix.divsite.net/
diff --git a/debian/fenix-plugin-mpeg.install b/debian/fenix-plugin-mpeg.install
new file mode 100644
index 000..c2eb7c5
--- /dev/null
+++ b/debian/fenix-plugin-mpeg.install
@@ -0,0 +1 @@
+plugins/mpeg.so usr/lib/fenix/plugins/
diff --git a/debian/fenix-plugins.install b/debian/fenix-plugins.install
new file mode 100644
index 000..4a2e234
--- /dev/null
+++ b/debian/fenix-plugins.install
@@ -0,0 +1,9 @@
+plugins/exec.so usr/lib/fenix/plugins/
+plugins/image.so usr/lib/fenix/plugins/
+plugins/ttf.so usr/lib/fenix/plugins/
+plugins/net.so usr/lib/fenix/plugins/
+plugins/fsock.so usr/lib/fenix/plugins/
+plugins/tcpsock.so usr/lib/fenix/plugins/
+plugins/fgfx.so usr/lib/fenix/plugins/
+plugins/fire.so usr/lib/fenix/plugins/
+plugins/agua.so usr/lib/fenix/plugins/
diff --git a/debian/install b/debian/install
deleted file mode 100644
index ce56e06..000
--- a/debian/install
+++ /dev/null
@@ -1 +0,0 @@
-plugins/*.so usr/lib/fenix/plugins/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix-plugins] 10/60: Added some plugins and fixed the build system

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix-plugins.

commit a9a615aac545e361b2293a03d853ce4771729bad
Author: Miriam Ruiz 
Date:   Thu Aug 2 22:07:11 2007 +

Added some plugins and fixed the build system
---
 debian/Makefile.plugins| 71 ++
 debian/control |  2 +-
 debian/patches/agua_fix.patch  | 11 
 .../patches/{fire_random.patch => fire_fix.patch}  |  4 +-
 debian/patches/include.patch   |  7 ++-
 debian/patches/mixer_fix.patch | 64 ---
 debian/patches/series  |  6 +-
 debian/patches/ttf_fix.patch   | 26 
 debian/rules   |  4 +-
 9 files changed, 167 insertions(+), 28 deletions(-)

diff --git a/debian/Makefile.plugins b/debian/Makefile.plugins
index 0c69690..89b98a5 100644
--- a/debian/Makefile.plugins
+++ b/debian/Makefile.plugins
@@ -1,27 +1,35 @@
-all: plugins/agua.so plugins/fgfx.so plugins/fire.so plugins/image.so \
-   plugins/net.so plugins/ttf.so plugins/mpeg.so plugins/mixer.so 
plugins/exec.so
+FXC="fenix-fxc"
+FXI="fenix-fxi"
 
-distclean:
+all: plugins/ttf.so plugins/agua.so plugins/fgfx.so plugins/fire.so 
plugins/image.so \
+   plugins/net.so plugins/mpeg.so plugins/mixer.so plugins/exec.so
+
+distclean: clean_tests
+   @printf "\n == CLEAN: $@ ==\n\n"
for i in */; do [ ! -f "$$i/Makefile" ] || $(MAKE) -C "$$i" distclean 
|| exit 1 ; done
rm -f plugins/*
 
-clean:
+clean: clean_tests
+   @printf "\n == CLEAN: $@ ==\n\n"
for i in */; do [ ! -f "$$i/Makefile" ] || $(MAKE) -C "$$i" clean || 
exit 1 ; done
 
+clean_tests:
+   @printf "\n == CLEAN: $@ ==\n\n"
+   rm -f test_*.prg test_*.dcb
+
 %/configure: %/configure.ac
+   @printf "\n == CONFIGURE: $@ ==\n\n"
cd `echo $@ | sed -e "s|/configure||"` && \
autoreconf --force --verbose
touch "$@"
 
 %/config.status: %/configure
+   @printf "\n == CONFIGURE: $@ ==\n\n"
cd `echo $@ | sed -e "s|/config.status||"` && \
-   ./configure CFLAGS="$(CFLAGS)" \
-   --host=$(DEB_HOST_GNU_TYPE) \
-   --build=$(DEB_BUILD_GNU_TYPE) \
+   ./configure CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" 
$(CONFFLAGS) \
--prefix=/usr \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
-   --with-ft-prefix=/usr/include \
--with-vorbis-includes=/usr/include/vorbis/
touch "$@"
 
@@ -29,42 +37,54 @@ plugins:
mkdir -p plugins
 
 plugins/agua.so: plugins agua-1.0/configure agua-1.0/config.status
+   @printf "\n == BUILD: $@ ==\n\n"
make -C agua-1.0
cp agua-1.0/.libs/libagua.so "$@"
 
 plugins/fgfx.so: plugins fgfx-1.0/configure fgfx-1.0/config.status
+   @printf "\n == BUILD: $@ ==\n\n"
make -C fgfx-1.0
cp fgfx-1.0/.libs/libfgfx.so "$@"
 
 plugins/fire.so: plugins fire-1.0/configure fire-1.0/config.status
+   @printf "\n == BUILD: $@ ==\n\n"
make -C fire-1.0
cp fire-1.0/.libs/libfire.so "$@"
 
 plugins/image.so: plugins image-1.0/configure image-1.0/config.status
+   @printf "\n == BUILD: $@ ==\n\n"
make -C image-1.0
cp image-1.0/.libs/libimage.so "$@"
 
 plugins/net.so: plugins net-1.0/configure net-1.0/config.status
+   @printf "\n == BUILD: $@ ==\n\n"
make -C net-1.0
cp net-1.0/.libs/libnet.so "$@"
 
 plugins/mpeg.so: plugins mpeg-1.0/configure mpeg-1.0/config.status
+   @printf "\n == BUILD: $@ ==\n\n"
make -C mpeg-1.0
cp mpeg-1.0/.libs/libmpeg.so "$@"
 
 plugins/mixer.so: plugins mixer-1.0/configure mixer-1.0/config.status
+   @printf "\n == BUILD: $@ ==\n\n"
make -C mixer-1.0
cp mixer-1.0/.libs/libmixer.so "$@"
 
 plugins/ttf.so: plugins ttf-1.0/configure ttf-1.0/config.status
+   @printf "\n == BUILD: $@ ==\n\n"
make -C ttf-1.0
cp ttf-1.0/.libs/libttf.so "$@"
 
 plugins/exec.so: plugins exec-0.4a/configure exec-0.4a/config.status
+   @printf "\n == BUILD: $@ ==\n\n"
make -C exec-0.4a
cp exec-0.4a/.libs/libexec.so "$@"
 
-check:
+check: check_symbols test_load.dcb
+
+check_symbols:
+   @printf "\n == CHECK: $@ ==\n\n"
@for i in plugins/*.so; do \
if objdump -T "$$i" | grep "RegisterFunctions" >/dev/null ; 
then \
echo \"$$i\" has the dynamic symbol 
\"RegisterFunctions\" \[OK\] ; \
@@ -83,10 +103,39 @@ check:
fi \
done
 
+.SUFFIXES: .prg .dcb
+
+.prg.dcb:
+   @printf "\n == CHECK: $@ ==\n\n"
+   $(FXC) $< -o $@
+
+test_load.prg:
+   echo "PROGRAM TestLoad;" > $@
+   for i in plugins/*.so; do \
+   echo "

[fenix-plugins] branch master created (now 5a2be20)

2015-12-21 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a change to branch master
in repository fenix-plugins.

at  5a2be20   * Team upload.

This branch includes the following new commits:

   new  339dbb0   Imported Upstream version 0.0.20070803
   new  4783be8   Applying Debian modifications to trunk
   new  93b9b9d   Set Debian Games Team as maintainer
   new  f200350   Added XS-Vcs-Svn and XS-Vcs-Browser to control. Compiling 
net plugin too
   new  2de2548   Added mpeg plugin
   new  d631730   Added new patch
   new  389292a   Added dependency Add configure parameter
   new  0b6292c   Added mixer
   new  c960a83   Fixed patches
   new  a9a615a   Added some plugins and fixed the build system
   new  2013d56   New orig tarball release
   new  c609b4d   Remove unneeded patches
   new  6a817b6   Remove all patches
   new  7e3bd38   Fixed compilation rules
   new  25bad12   Removed quilt
   new  b2c712c   Updated copyright
   new  3ce4b01   Divided plugins in different binary packages
   new  4c16971   Last fixes.
   new  f25eb58   Added missing dependency
   new  06deb19   fenix-plugins should be team maintained
   new  9432d45   Add libtool to B-D, closes: #439471
   new  c5ee461   Remove useless README.Debian
   new  b3ffb3e   Added some XS- tags to debian/control in many packages
   new  f3610ec   Removed all "XS-DM-Upload-Allowed: yes" tags
   new  a153eb9   add Homepage: control field to source stanza
   new  0ded75a   debian/control: Change XS-Vcs-* to Vcs-*
   new  8dbe7d1   remove trailing ' ' from Maintainer: field
   new  af13cea   remove Homepage semi-field from description
   new  54a8c3a   Refresh changelog.
   new  4529b7a   Update my mail address.
   new  d07b2cc   Added Renesas SH(sh4) CPU to support architecture list. 
Closes: #551144
   new  e568c42   * Remove Cyril Brulebois as per his request.
   new  5fc9c05   Fix the build with recent versions of autotools - use a 
recent version of ltmain.sh to follow the backwards-incompatible change from 
using $echo to $ECHO.
   new  ce13ff1   Add armhf to the list of supported architectures and 
override the Lintian "unknown architecture" warning.
   new  c986fa9   Explicitly specify the source format as 1.0 for the 
present.
   new  c4097b5   Convert to the 3.0 (quilt) format with no changes.
   new  d96aa3e   Refer to the GPL-2 and LGPL-2.1 files and not the 
symlinks.
   new  7e8cf01   Make the fenix-plugins-system short description different 
from that of the fenix-plugins main package.
   new  5c9f746   Mark #509702 as closed now that the arch list is in sync.
   new  55be1bd   Add a dummy watch file.
   new  4894243   Add a couple of to-do tasks for tomorrow :)
   new  9940e1f   Bump Standards-Version to 3.9.1 with no changes (checked).
   new  9d87265   Bump the debhelper compat level to 7, use dh_prep instead 
of dh_clean -k.
   new  7807be5   Shorten the rules file using the dh(1) helper.
   new  a08fb72   Use dh --with autotools_dev to handle config.guess and 
config.sub.
   new  5128a66   Use debhelper override rules.
   new  ce5a409   Bump the debhelper compat level to 8 with no further 
changes.
   new  8e9f003   Use dpkg-buildflags from dpkg-dev 1.15.7 to obtain CFLAGS 
and LDFLAGS.
   new  65a7ff6   Oops, get CPPFLAGS, too, from dpkg-buildflags :)
   new  5eb39f6   Add myself to the list of uploaders.
   new  3f12d8e   Use bzip2 compression for the Debian tarball.
   new  d26038f   Bah, the changelog already had a Closes: #509702 :)
   new  7f47a82   I think this one's ready.
   new  e7b60e0   Sigh, the build fix has a bug number now.
   new  8532af2   Back to UNRELEASED, a couple of more fixes to come.
   new  72d90ab   Acknowledge ametzler's NMU of my libtool fix.
   new  e087fbd   Ready for review and/or uploading.
   new  8e5918a   Back to UNRELEASED, I will do a bit more work on this.
   new  afdbd18   I think this one is ready to go now.
   new  5a2be20   * Team upload.

The 60 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix-plugins.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix] branch master updated (bf2a47d -> f3b2e3e)

2015-12-20 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a change to branch master
in repository fenix.

  from  bf2a47d   Prepare to upload fenix-0.92a.dfsg1-12.
   new  f3b2e3e   Back to unreleased, need to test a couple more things.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix] 01/01: Back to unreleased, need to test a couple more things.

2015-12-20 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit f3b2e3e123c51eaa7d99a7345dbc611392b11c21
Author: Peter Pentchev 
Date:   Sun Dec 20 23:44:45 2015 +0200

Back to unreleased, need to test a couple more things.

I'll update fenix-plugins as well (make it build at least), and also
fix some multiarch-related weirdness in installing the i386 packages
on an amd64 system.
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 259eeca..1dfe310 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-fenix (0.92a.dfsg1-12) unstable; urgency=medium
+fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
 
   * Fix the build with giflib5 using the patch supplied by
 Matthias Klose .  Closes: #803279

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix] branch master updated (9a7f206 -> bf2a47d)

2015-12-20 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a change to branch master
in repository fenix.

  from  9a7f206   Point Vcs-* to the migrated Git repository.
   new  bf2a47d   Prepare to upload fenix-0.92a.dfsg1-12.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix] 01/01: Prepare to upload fenix-0.92a.dfsg1-12.

2015-12-20 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit bf2a47dba2bd3e74bb46dab1db14c20b4e8330bf
Author: Peter Pentchev 
Date:   Sun Dec 20 16:03:49 2015 +0200

Prepare to upload fenix-0.92a.dfsg1-12.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9ebf152..259eeca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
+fenix (0.92a.dfsg1-12) unstable; urgency=medium
 
   * Fix the build with giflib5 using the patch supplied by
 Matthias Klose .  Closes: #803279
@@ -31,7 +31,7 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
 the source files, too.
   * Point the Vcs-* source control fields to the migrated Git repository.
 
- -- Peter Pentchev   Thu, 17 Dec 2015 16:11:53 +0200
+ -- Peter Pentchev   Sun, 20 Dec 2015 16:02:47 +0200
 
 fenix (0.92a.dfsg1-11) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix] branch master updated (eda3126 -> 9a7f206)

2015-12-20 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a change to branch master
in repository fenix.

  from  eda3126   Do not patch autogenerated files.
   new  9a7f206   Point Vcs-* to the migrated Git repository.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix] 01/01: Point Vcs-* to the migrated Git repository.

2015-12-20 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit 9a7f20629aeea67ad7a8bd3c0dfd0709cf5f8a1a
Author: Peter Pentchev 
Date:   Sun Dec 20 15:58:45 2015 +0200

Point Vcs-* to the migrated Git repository.
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bb99758..9ebf152 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,7 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
   * Use dh-autoreconf to rebuild the autoconf framework and remove all
 the changes to autogenerated files; all the patches already patched
 the source files, too.
+  * Point the Vcs-* source control fields to the migrated Git repository.
 
  -- Peter Pentchev   Thu, 17 Dec 2015 16:11:53 +0200
 
diff --git a/debian/control b/debian/control
index 67f9381..e728448 100644
--- a/debian/control
+++ b/debian/control
@@ -19,8 +19,8 @@ Build-Depends:
  libvorbis-dev,
  zlib1g-dev
 Standards-Version: 3.9.6
-Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/fenix/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/fenix/
+Vcs-Git: git://anonscm.debian.org/pkg-games/fenix.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/fenix.git
 Homepage: http://fenix.divsite.net/
 
 Package: fenix

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


r15626 - in packages: attic trunk

2015-12-19 Thread Peter Pentchev
Author: roam-guest
Date: 2015-12-19 16:36:06 + (Sat, 19 Dec 2015)
New Revision: 15626

Added:
   packages/attic/fenix-svn-save/
Removed:
   packages/trunk/fenix/
Log:
Moved to the Git repository at git://git.debian.org/git/pkg-games/fenix.git


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix] 08/08: Do not patch autogenerated files.

2015-12-18 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit eda3126bcee7d14f10c0d5fe141b663a556ba87c
Author: Peter Pentchev 
Date:   Fri Dec 18 19:38:18 2015 +0200

Do not patch autogenerated files.
---
 debian/changelog   |   4 +-
 debian/patches/0.92a_to_cvs-20070713.1513.patch| 376 ++---
 debian/patches/build_portability.patch |  21 +-
 debian/patches/cflags-env.patch|  23 --
 debian/patches/configure.patch |  30 +-
 debian/patches/kfreebsd.patch  |  13 +-
 debian/patches/libgif.patch| 116 +--
 .../no_--as-needed_in_fxi-src-Makefile.patch   |  17 +-
 8 files changed, 120 insertions(+), 480 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8ebd2bf..bb99758 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,7 +26,9 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
 the original program source.
   * Use the dpkg-dev defaults for compressing the Debian tarball.
   * Depend on libmikmod-dev instead of libmikmod2-dev.  Closes: #744986.
-  * Use dh-autoreconf to rebuild the autoconf framework.
+  * Use dh-autoreconf to rebuild the autoconf framework and remove all
+the changes to autogenerated files; all the patches already patched
+the source files, too.
 
  -- Peter Pentchev   Thu, 17 Dec 2015 16:11:53 +0200
 
diff --git a/debian/patches/0.92a_to_cvs-20070713.1513.patch 
b/debian/patches/0.92a_to_cvs-20070713.1513.patch
index b32d5f0..d9f5328 100644
--- a/debian/patches/0.92a_to_cvs-20070713.1513.patch
+++ b/debian/patches/0.92a_to_cvs-20070713.1513.patch
@@ -1,12 +1,10 @@
 Description: Update Fenix to the 2007-07-13 CVS version.
 Forwarded: not-needed
 Author: Miriam Ruiz 
-Last-Update: 2007-08-28
+Last-Update: 2015-12-18
 
-Index: fenix-0.92a.dfsg1/common/files.c
-===
 fenix-0.92a.dfsg1.orig/common/files.c  2007-08-28 14:40:08.0 
+0200
-+++ fenix-0.92a.dfsg1/common/files.c   2007-08-28 14:41:08.0 +0200
+--- a/common/files.c
 b/common/files.c
 @@ -120,7 +120,7 @@
  
  /* Guarda una cadena "cuoteada" al disco */
@@ -89,106 +87,16 @@ Index: fenix-0.92a.dfsg1/common/files.c
  /* Escribe en un fichero binario un dato de tipo entero */
  
  int file_writeSint8 (file * fp, Sint8 * buffer)
-Index: fenix-0.92a.dfsg1/configure
-===
 fenix-0.92a.dfsg1.orig/configure   2007-08-28 14:39:47.0 +0200
-+++ fenix-0.92a.dfsg1/configure2007-08-28 14:41:08.0 +0200
-@@ -1,6 +1,6 @@
- #! /bin/sh
- # Guess values for system-dependent variables and create Makefiles.
--# Generated by GNU Autoconf 2.56 for fenix 0.92a.
-+# Generated by GNU Autoconf 2.56 for fenix 0.93.
- #
- # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
- # Free Software Foundation, Inc.
-@@ -266,8 +266,8 @@
- # Identity of this package.
- PACKAGE_NAME='fenix'
- PACKAGE_TARNAME='fenix'
--PACKAGE_VERSION='0.92a'
--PACKAGE_STRING='fenix 0.92a'
-+PACKAGE_VERSION='0.93'
-+PACKAGE_STRING='fenix 0.93'
- PACKAGE_BUGREPORT=''
- 
- # Factoring default headers for most tests.
-@@ -776,7 +776,7 @@
-   # Omit some internal or obsolete options to make the list less imposing.
-   # This message is too long to be a string in the A/UX 3.1 sh.
-   cat <<_ACEOF
--\`configure' configures fenix 0.92a to adapt to many kinds of systems.
-+\`configure' configures fenix 0.93 to adapt to many kinds of systems.
- 
- Usage: $0 [OPTION]... [VAR=VALUE]...
- 
-@@ -843,7 +843,7 @@
- 
- if test -n "$ac_init_help"; then
-   case $ac_init_help in
-- short | recursive ) echo "Configuration of fenix 0.92a:";;
-+ short | recursive ) echo "Configuration of fenix 0.93:";;
-esac
-   cat <<\_ACEOF
- 
-@@ -942,7 +942,7 @@
- test -n "$ac_init_help" && exit 0
- if $ac_init_version; then
-   cat <<\_ACEOF
--fenix configure 0.92a
-+fenix configure 0.93
- generated by GNU Autoconf 2.56
- 
- Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
-@@ -957,7 +957,7 @@
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- 
--It was created by fenix $as_me 0.92a, which was
-+It was created by fenix $as_me 0.93, which was
- generated by GNU Autoconf 2.56.  Invocation command line was
- 
-   $ $0 $@
-@@ -1881,7 +1881,7 @@
- 
- # Define the identity of the package.
-  PACKAGE=fenix
-- VERSION=0.92a
-+ VERSION=0.93
- 
- 
- cat >>confdefs.h <<_ACEOF
-@@ -4975,7 +4975,7 @@
- } >&5
- cat >&5 <<_CSEOF
- 
--This file was extended by fenix $as_me 0.92a, 

[fenix] 06/08: Argh, autoconf really doesn't like [ ... ].

2015-12-18 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit 2efdcd89659d7840279b6f60043f612244108204
Author: Peter Pentchev 
Date:   Fri Dec 18 19:23:30 2015 +0200

Argh, autoconf really doesn't like [ ... ].
---
 debian/patches/cflags-env.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/cflags-env.patch b/debian/patches/cflags-env.patch
index 87b2e46..21e7605 100644
--- a/debian/patches/cflags-env.patch
+++ b/debian/patches/cflags-env.patch
@@ -1,7 +1,7 @@
 Description: Honor CFLAGS passed via the environment.
 Forwarded: no
 Author: Peter Pentchev 
-Last-Update: 2015-12-17
+Last-Update: 2015-12-18
 
 --- a/configure
 +++ b/configure
@@ -36,7 +36,7 @@ Last-Update: 2015-12-17
 -  CFLAGS="-g $INCLUDES"
 -else
 -  CFLAGS="-O2 -finline-functions -ffast-math $INCLUDES"
-+if [ -z "$CFLAGS" ]; then
++if test -z "$CFLAGS"; then
 +  if test "x$enable_debug" = "xyes"; then
 +  CFLAGS="-g"
 +  else

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix] 07/08: Switch to dh-autoreconf.

2015-12-18 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit 80b453aeb8cf4a627ff5dc806e1e39dc3cc20be6
Author: Peter Pentchev 
Date:   Fri Dec 18 19:24:02 2015 +0200

Switch to dh-autoreconf.
---
 debian/changelog | 1 +
 debian/control   | 1 +
 debian/rules | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ca9561f..8ebd2bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
 the original program source.
   * Use the dpkg-dev defaults for compressing the Debian tarball.
   * Depend on libmikmod-dev instead of libmikmod2-dev.  Closes: #744986.
+  * Use dh-autoreconf to rebuild the autoconf framework.
 
  -- Peter Pentchev   Thu, 17 Dec 2015 16:11:53 +0200
 
diff --git a/debian/control b/debian/control
index a24e7ad..67f9381 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Uploaders:
 Build-Depends:
  autotools-dev,
  debhelper (>= 9),
+ dh-autoreconf,
  libgif-dev,
  libmikmod-dev,
  libpng-dev,
diff --git a/debian/rules b/debian/rules
index 59d0049..a128352 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,4 +59,4 @@ get-orig-source:
rm -rf Fenix fenix092a-src-release.tgz
 
 %:
-   dh $@ --with autotools_dev
+   dh $@ --with autotools_dev --with autoreconf

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix] 01/08: Add DEP-3 headers to the patches missing them.

2015-12-18 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit 2baf2b18b3d4b60ea51aab30d91996c76f62b3ab
Author: Peter Pentchev 
Date:   Fri Dec 18 18:42:36 2015 +0200

Add DEP-3 headers to the patches missing them.
---
 debian/changelog|  2 +-
 debian/patches/0.92a_to_cvs-20070713.1513.patch |  6 --
 debian/patches/build_portability.patch  |  8 +---
 debian/patches/common_stdfiles.patch|  6 --
 debian/patches/configure.patch  |  6 --
 debian/patches/endianess.patch  |  6 --
 debian/patches/fxc_nosdlinit.patch  |  6 --
 debian/patches/fxc_output.patch |  6 --
 debian/patches/fxc_return_values.patch  |  6 --
 debian/patches/fxdll_version.patch  |  6 --
 debian/patches/fxi_apptitle.patch   |  6 --
 debian/patches/fxi_binname.patch|  6 --
 debian/patches/fxi_input.patch  |  6 --
 debian/patches/fxi_pal.patch|  7 ---
 debian/patches/fxi_pal_get.patch|  7 ---
 debian/patches/fxi_return_values.patch  |  6 --
 debian/patches/fxi_sdl_mixer_use_rwops.patch| 17 +
 debian/patches/headers.patch|  6 --
 debian/patches/i18n_fpg.patch   |  6 --
 debian/patches/i18n_fxc.patch   |  6 --
 debian/patches/i18n_fxi.patch   |  6 --
 debian/patches/i18n_map.patch   |  6 --
 debian/patches/include_fixes.patch  |  7 +--
 debian/patches/plugins_dir.patch|  6 --
 debian/patches/string_alloc_crash.patch |  7 +--
 debian/patches/warning_fixes.patch  |  7 +--
 26 files changed, 106 insertions(+), 64 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ec44fbe..a367d41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,7 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
 - add the cflags-env patch to actually honor CFLAGS passed via
   the environment
   * Declare compliance with Debian Policy 3.9.6 with no changes.
-  * Add a DEP-3 header to the fix_ftbfs_libpng1.5 patch.
+  * Add a DEP-3 header to all the patches that did not have them.
   * Convert the copyright file to the 1.0 machine-readable format and
 add my debian/* copyright notice.
   * Enable Large File Support.
diff --git a/debian/patches/0.92a_to_cvs-20070713.1513.patch 
b/debian/patches/0.92a_to_cvs-20070713.1513.patch
index 46b9f54..b32d5f0 100644
--- a/debian/patches/0.92a_to_cvs-20070713.1513.patch
+++ b/debian/patches/0.92a_to_cvs-20070713.1513.patch
@@ -1,5 +1,7 @@
-# Copyright (C) 2007  Miriam Ruiz 
-# Licensed under the GPL, see /usr/share/common-licenses/GPL
+Description: Update Fenix to the 2007-07-13 CVS version.
+Forwarded: not-needed
+Author: Miriam Ruiz 
+Last-Update: 2007-08-28
 
 Index: fenix-0.92a.dfsg1/common/files.c
 ===
diff --git a/debian/patches/build_portability.patch 
b/debian/patches/build_portability.patch
index e8be049..3788f49 100644
--- a/debian/patches/build_portability.patch
+++ b/debian/patches/build_portability.patch
@@ -1,6 +1,8 @@
-# Copyright (C) 2008  Miriam Ruiz 
-# Licensed under the GPL, see /usr/share/common-licenses/GPL
-# Closes: #481928
+Description: Recognize armel (linux-gnueabi) as a Linux arch, too.
+Bug-Debian: https://bugs.debian.org/481928
+Forwarded: no
+Author: Miriam Ruiz 
+Last-Update: 2008-06-06
 
 Index: fenix-0.92a.dfsg1/configure
 ===
diff --git a/debian/patches/common_stdfiles.patch 
b/debian/patches/common_stdfiles.patch
index f7cd5eb..c6c9444 100644
--- a/debian/patches/common_stdfiles.patch
+++ b/debian/patches/common_stdfiles.patch
@@ -1,5 +1,7 @@
-# Copyright (C) 2007  Miriam Ruiz 
-# Licensed under the GPL, see /usr/share/common-licenses/GPL
+Description: Allow '-' as an alias for the standard input or output stream.
+Forwarded: no
+Author: Miriam Ruiz 
+Last-Update: 2007-07-31
 
 Index: fenix-0.92a.dfsg1/include/files_st.h
 ===
diff --git a/debian/patches/configure.patch b/debian/patches/configure.patch
index 380d126..e7295a7 100644
--- a/debian/patches/configure.patch
+++ b/debian/patches/configure.patch
@@ -1,5 +1,7 @@
-# Copyright (C) 2007  Miriam Ruiz 
-# Licensed under the GPL, see /usr/share/common-licenses/GPL
+Description: Remove some weird options from the configure script.
+Forwarded: no
+Author: Miriam Ruiz 
+Last-Update: 2007-06-20
 
 Index: fenix-0.92a.dfsg1/configure
 ===
diff --git a/debian/patches/endianess.patch b/debian/patches/endianess.p

[fenix] 02/08: Drop the version in the autotools-dev dependency.

2015-12-18 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit 6ca079f9793eb33d708e4f8071d05beb647fb742
Author: Peter Pentchev 
Date:   Fri Dec 18 18:42:51 2015 +0200

Drop the version in the autotools-dev dependency.
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a367d41..951f89e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
 Reported by: Jakub Wilk 
 Submitted by: Christian PERRIER 
   * Refresh the debian/fenix.sh script a bit.
+  * Drop the version in the autotools-dev dependency, satisfied even in
+oldoldstable.
 
  -- Peter Pentchev   Thu, 17 Dec 2015 16:11:53 +0200
 
diff --git a/debian/control b/debian/control
index d59fdcb..e4ec696 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
  Barry deFreese ,
  Peter Pentchev 
 Build-Depends:
- autotools-dev (>= 20100122.1~),
+ autotools-dev,
  debhelper (>= 9),
  libgif-dev,
  libmikmod2-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix] 05/08: Depend on libmikmod-dev instead of libmikmod2-dev.

2015-12-18 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit b84bed353621977f3a09a71fe2277aa4b0fd3b7b
Author: Peter Pentchev 
Date:   Fri Dec 18 19:10:03 2015 +0200

Depend on libmikmod-dev instead of libmikmod2-dev.

Closes: #744986
Reported by:Stephen Kitt 
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 89c9b26..ca9561f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
 this still leaves some non-UTF-8 characters in patches that reference
 the original program source.
   * Use the dpkg-dev defaults for compressing the Debian tarball.
+  * Depend on libmikmod-dev instead of libmikmod2-dev.  Closes: #744986.
 
  -- Peter Pentchev   Thu, 17 Dec 2015 16:11:53 +0200
 
diff --git a/debian/control b/debian/control
index e4ec696..a24e7ad 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  autotools-dev,
  debhelper (>= 9),
  libgif-dev,
- libmikmod2-dev,
+ libmikmod-dev,
  libpng-dev,
  libsdl-mixer1.2-dev,
  libsdl1.2-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix] 04/08: The dpkg-dev compression defaults are good enough.

2015-12-18 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit c6ef28544af9ade160dbbc934ba16a0f28c866ad
Author: Peter Pentchev 
Date:   Fri Dec 18 18:57:37 2015 +0200

The dpkg-dev compression defaults are good enough.
---
 debian/changelog  | 1 +
 debian/source/options | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b9af129..89c9b26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
   * Convert debian/TODO and debian/doc/map.txt to UTF-8.  Unfortunately,
 this still leaves some non-UTF-8 characters in patches that reference
 the original program source.
+  * Use the dpkg-dev defaults for compressing the Debian tarball.
 
  -- Peter Pentchev   Thu, 17 Dec 2015 16:11:53 +0200
 
diff --git a/debian/source/options b/debian/source/options
deleted file mode 100644
index 779dbfd..000
--- a/debian/source/options
+++ /dev/null
@@ -1,2 +0,0 @@
-compression = "bzip2"
-compression-level = 9

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix] 03/08: Convert two Debian files to UTF-8.

2015-12-18 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit f3583409e9a3bf87a3aba621393fded87ccbe155
Author: Peter Pentchev 
Date:   Fri Dec 18 18:49:05 2015 +0200

Convert two Debian files to UTF-8.
---
 debian/TODO|   4 +-
 debian/changelog   |   3 ++
 debian/doc/map.txt | 110 ++---
 3 files changed, 60 insertions(+), 57 deletions(-)

diff --git a/debian/TODO b/debian/TODO
index eaf1882..25652d1 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1,7 +1,7 @@
-El archivo common/regex.c corresponde al c�digo de la Extended regular 
expression matching and search library, version 0.12 ( 
ftp://aeneas.mit.edu/pub/gnu/regex/regex-0.12.tar.gz )
+El archivo common/regex.c corresponde al código de la Extended regular 
expression matching and search library, version 0.12 ( 
ftp://aeneas.mit.edu/pub/gnu/regex/regex-0.12.tar.gz )
 
 http://forum.divsite.net/viewthread.php?tid=5193
 
-TODO: Modificar el c�digo para que se use la glibc actual.
+TODO: Modificar el código para que se use la glibc actual.
 
 
diff --git a/debian/changelog b/debian/changelog
index 951f89e..b9af129 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,9 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
   * Refresh the debian/fenix.sh script a bit.
   * Drop the version in the autotools-dev dependency, satisfied even in
 oldoldstable.
+  * Convert debian/TODO and debian/doc/map.txt to UTF-8.  Unfortunately,
+this still leaves some non-UTF-8 characters in patches that reference
+the original program source.
 
  -- Peter Pentchev   Thu, 17 Dec 2015 16:11:53 +0200
 
diff --git a/debian/doc/map.txt b/debian/doc/map.txt
index 6a2a8d6..9ddff5c 100644
--- a/debian/doc/map.txt
+++ b/debian/doc/map.txt
@@ -1,108 +1,108 @@
-Especificación del formato MAP
+Especificación del formato MAP
 
-Esta sección describe el contenido de un fichero MAP. No es necesario conocer
-estos detalles simplemente para programar juegos, pero serán de utilidad a
+Esta sección describe el contenido de un fichero MAP. No es necesario conocer
+estos detalles simplemente para programar juegos, pero serán de utilidad a
 quien quiera realizar utilidades en lenguajes externos que lean o escriban
 ficheros MAP.
 
-Un fichero MAP no incluye compresión. Fenix soporta de forma transparente el
-uso de compresión GZIP en los ficheros, sin necesidad de marcarlos
-especialmente con extensión .gz. Normalmente un fichero MAP se guarda en disco
+Un fichero MAP no incluye compresión. Fenix soporta de forma transparente el
+uso de compresión GZIP en los ficheros, sin necesidad de marcarlos
+especialmente con extensión .gz. Normalmente un fichero MAP se guarda en disco
 comprimido de esta manera, pero en el resto del fichero asumiremos que el
-fichero MAP no está comprimido.
+fichero MAP no está comprimido.
 
 Cabecera
 
 Un fichero MAP comienza con la siguiente cabecera:
  
-|Nombre|Tamaño_|Descripción__|
-|  |   |Cadena de caracteres de identificación del   |
+|Nombre|Tamaño_|Descripción__|
+|  |   |Cadena de caracteres de identificación del   |
 |  |   |fichero. Debe contener exactamente "map" o "m16",|
 |MAGIC |3 bytes|en minusculas. Dependiendo de estos valores lo   |
-|  |   |que sigue en el fichero se referirá a un archivo |
+|  |   |que sigue en el fichero se referirá a un archivo |
 |__|___|MAP_de_8_bits_(map)_o_de_16_bits_(m16).__|
-|  |   |A continuación, los cuatro bytes 1Ah, 0Dh, 0Ah y |
-|  |   |00h. Esta terminación indica, en un fichero MS-  |
-|TERMINACIÓN MS-DOS|4 bytes|DOS, final de fichero. Gracias a ella un comando |
-|  |   |TYPE en MS-DOS no mostraría los datos binarios   |
+|  |   |A continuación, los cuatro bytes 1Ah, 0Dh, 0Ah y |
+|  |   |00h. Esta terminación indica, en un fichero MS-  |
+|TERMINACIÓN MS-DOS|4 bytes|DOS, final de fichero. Gracias a ella un comando |
+|  |   |TYPE en MS-DOS no mostraría los datos binarios   |
 |__|___|del_fichero._|
-|  |   |Código de versión. Debido a que no se han|
+|  |   |Código de versión. Debido a que no se han
|
 |VERSION   |1 byte |introducido cambios en el formato, este valor es |
 |__|___|siempre_00h._|
 
 Descriptor
 
-Inmediatamente después de la cabecera aparece un bloque descriptor de 40 bytes
-de contenido fijo. 

[fenix] branch master updated (a04f12a -> eda3126)

2015-12-18 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a change to branch master
in repository fenix.

  from  a04f12a   Refresh the debian/fenix.sh script a bit.
   new  2baf2b1   Add DEP-3 headers to the patches missing them.
   new  6ca079f   Drop the version in the autotools-dev dependency.
   new  f358340   Convert two Debian files to UTF-8.
   new  c6ef285   The dpkg-dev compression defaults are good enough.
   new  b84bed3   Depend on libmikmod-dev instead of libmikmod2-dev.
   new  2efdcd8   Argh, autoconf really doesn't like [ ... ].
   new  80b453a   Switch to dh-autoreconf.
   new  eda3126   Do not patch autogenerated files.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/TODO|   4 +-
 debian/changelog   |  12 +-
 debian/control |   5 +-
 debian/doc/map.txt | 110 +++---
 debian/patches/0.92a_to_cvs-20070713.1513.patch| 380 ++---
 debian/patches/build_portability.patch |  27 +-
 debian/patches/cflags-env.patch|  27 +-
 debian/patches/common_stdfiles.patch   |   6 +-
 debian/patches/configure.patch |  34 +-
 debian/patches/endianess.patch |   6 +-
 debian/patches/fxc_nosdlinit.patch |   6 +-
 debian/patches/fxc_output.patch|   6 +-
 debian/patches/fxc_return_values.patch |   6 +-
 debian/patches/fxdll_version.patch |   6 +-
 debian/patches/fxi_apptitle.patch  |   6 +-
 debian/patches/fxi_binname.patch   |   6 +-
 debian/patches/fxi_input.patch |   6 +-
 debian/patches/fxi_pal.patch   |   7 +-
 debian/patches/fxi_pal_get.patch   |   7 +-
 debian/patches/fxi_return_values.patch |   6 +-
 debian/patches/fxi_sdl_mixer_use_rwops.patch   |  17 +-
 debian/patches/headers.patch   |   6 +-
 debian/patches/i18n_fpg.patch  |   6 +-
 debian/patches/i18n_fxc.patch  |   6 +-
 debian/patches/i18n_fxi.patch  |   6 +-
 debian/patches/i18n_map.patch  |   6 +-
 debian/patches/include_fixes.patch |   7 +-
 debian/patches/kfreebsd.patch  |  13 +-
 debian/patches/libgif.patch| 116 +--
 .../no_--as-needed_in_fxi-src-Makefile.patch   |  17 +-
 debian/patches/plugins_dir.patch   |   6 +-
 debian/patches/string_alloc_crash.patch|   7 +-
 debian/patches/warning_fixes.patch |   7 +-
 debian/rules   |   2 +-
 debian/source/options  |   2 -
 35 files changed, 293 insertions(+), 604 deletions(-)
 delete mode 100644 debian/source/options

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix] 01/03: Fix the conflicting load_file() declarations.

2015-12-17 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit 835ba3b6e4b16ae22769f6709523d6072837852d
Author: Peter Pentchev 
Date:   Thu Dec 17 17:52:39 2015 +0200

Fix the conflicting load_file() declarations.

Closes: #749635
Reported by:Michael Tautschnig 
---
 debian/changelog   |  3 +++
 debian/patches/declare-load-file.patch | 49 ++
 debian/patches/series  |  1 +
 3 files changed, 53 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b0a289b..103fe4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
   * Convert the copyright file to the 1.0 machine-readable format and
 add my debian/* copyright notice.
   * Enable Large File Support.
+  * Add the declare-load-file patch to fix the conflicting declarations
+of load_file() in the fxc source.  Closes: #749635.
+Reported by: Michael Tautschnig 
 
  -- Peter Pentchev   Thu, 17 Dec 2015 16:11:53 +0200
 
diff --git a/debian/patches/declare-load-file.patch 
b/debian/patches/declare-load-file.patch
new file mode 100644
index 000..f48c1af
--- /dev/null
+++ b/debian/patches/declare-load-file.patch
@@ -0,0 +1,49 @@
+Description: Fix the conflicting declarations of load_file().
+Debian-Bug: https://bugs.debian.org/749635
+Forwarded: no
+Author: Peter Pentchev 
+Last-Update: 2015-12-17
+
+--- a/fxc/inc/fxc.h
 b/fxc/inc/fxc.h
+@@ -141,6 +141,10 @@
+ 
+ extern void div_init() ;
+ 
++#ifdef BUILDING_FXC
++int load_file (char * filename);
++#endif
++
+ #include "offsets.h"
+ #include "pslang.h"
+ 
+--- a/fxc/src/main.c
 b/fxc/src/main.c
+@@ -46,6 +46,7 @@
+ #define _(String) String
+ #endif
+ 
++#define BUILDING_FXC
+ #include "fxc.h"
+ 
+ #define FXC_VERSION "FXC " VERSION " (" __DATE__ " " __TIME__ ")"
+--- a/fxc/src/token.c
 b/fxc/src/token.c
+@@ -37,6 +37,7 @@
+ #define _(String) String
+ #endif
+ 
++#define BUILDING_FXC
+ #include "fxc.h"
+ #include "messages.c"
+ 
+@@ -568,9 +569,6 @@
+   fprintf (stderr, ")\n") ;
+ }
+ 
+-extern void load_file (const char * filename) ;
+-
+-
+ void token_next ()
+ {
+   static char buffer[1024] ;
diff --git a/debian/patches/series b/debian/patches/series
index e3cd2f8..5274251 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -30,3 +30,4 @@ libgif.patch
 fix_ftbfs_libpng1.5.patch
 giflib5.diff
 cflags-env.patch
+declare-load-file.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix] 03/03: Refresh the debian/fenix.sh script a bit.

2015-12-17 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit a04f12a19e0f175c99fab8def71c5702a23a5cf4
Author: Peter Pentchev 
Date:   Thu Dec 17 18:14:58 2015 +0200

Refresh the debian/fenix.sh script a bit.
---
 debian/changelog |  1 +
 debian/fenix.sh  | 63 ++--
 2 files changed, 35 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 05ec507..ec44fbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
   * Fix the encoding of the Spanish translation.  Closes: #684279.
 Reported by: Jakub Wilk 
 Submitted by: Christian PERRIER 
+  * Refresh the debian/fenix.sh script a bit.
 
  -- Peter Pentchev   Thu, 17 Dec 2015 16:11:53 +0200
 
diff --git a/debian/fenix.sh b/debian/fenix.sh
index 245c52c..7384fea 100755
--- a/debian/fenix.sh
+++ b/debian/fenix.sh
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 # (c) 2007 Miriam Ruiz 
+# (c) 2015 Peter Pentchev 
 # 
 # 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
@@ -19,52 +20,56 @@
 ARG="$1"
 GAME_FILE=""
 
-if [ -z "$GAME_FILE" ] && [ -z "$ARG" ]; then
-   FILE_NUM=`ls *.prg 2>/dev/null | wc -l`
-   if [ "$FILE_NUM" -eq 1 ] ; then
-   GAME_FILE=`ls *.prg 2>/dev/null`
-   else
-   GAME_FILE=""
+tempf=`mktemp -t fenix.XX`
+trap "rm -f -- '$tempf'" EXIT HUP INT QUIT TERM
+
+single_file() {
+   local dir="$1"
+
+   local count=0
+   if [ -d "$dir" ] && [ -r "$dir" ]; then
+   find -- "$dir" -mindepth 1 -maxdepth 1 -type f -name '*.prg' > 
"$tempf"
+   count=`wc -l < "$tempf"`
fi
+   if [ "$count" -eq 1 ]; then
+   cat -- "$tempf"
+   fi
+}
+
+if [ -z "$GAME_FILE" ] && [ -z "$ARG" ]; then
+   GAME_FILE=`single_file '.'`
 fi
 
 if [ -z "$GAME_FILE" ] && [ -d "$ARG" ]; then
-   FILE_NUM=`ls "$ARG"/*.prg 2>/dev/null | wc -l`
-   if [ "$FILE_NUM" -eq 1 ] ; then
-   GAME_FILE=`ls "$ARG"/*.prg` 2>/dev/null
-   else
-   GAME_FILE=""
+   GAME_FILE=`single_file "$ARG"`
+   if [ -z "$GAME_FILE" ]; then
echo "Cannot choose a game file in the directory \"$ARG\"" >&2
exit 1
fi
 fi
 
-if [ -z "$GAME_FILE" ] && [ -e "$ARG" ]; then
-   FILE_NUM=`ls "$ARG" 2>/dev/null | wc -l`
-   if [ "$FILE_NUM" -eq 1 ] ; then
-   GAME_FILE="$ARG"
-   else
-   GAME_FILE=""
-   echo "Cannot choose a game file" >&2
-   fi
-fi
-
-if [ -z "$GAME_FILE" ] && [ ! -z "$ARG" ] && [ -z "$2" ]; then
-   echo "Game program does not exist in \"$ARG\"" >&2
-   exit 1
+if [ -z "$GAME_FILE" ] && [ -f "$ARG" ]; then
+   GAME_FILE="$ARG"
 fi
 
-if [ -z "$GAME_FILE" ] || [ ! -z "$2" ]; then
-   echo "Usage: $0" >&2
-   echo "Usage: $0 " >&2
-   echo "Usage: $0 " >&2
+if [ -z "$GAME_FILE" ]; then
+   if [ "$#" -eq 1 ]; then
+   echo "Game program does not exist in \"$ARG\"" >&2
+   else
+   echo "Usage: $0" >&2
+   echo "Usage: $0 " >&2
+   echo "Usage: $0 " >&2
+   fi
exit 1
 fi
 
-if [ -z "$GAME_FILE" ] || [ ! -e "$GAME_FILE" ]; then
+if [ ! -f "$GAME_FILE" ]; then
echo "File \"$GAME_FILE\" does not exist" >&2
exit 1
 fi
 
+rm -f -- "$tempf"
+trap '' EXIT HUP INT QUIT TERM
+
 echo "Game File: \"$GAME_FILE\"" >&2
 fenix-fxc "$GAME_FILE" -o - | fenix-fxi -t "$GAME_FILE" -

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix] 02/03: Fix the Spanish translation's encoding.

2015-12-17 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit 0951162e7664ceb1baf1edf7e5bd1de46b2ef4be
Author: Peter Pentchev 
Date:   Thu Dec 17 17:58:05 2015 +0200

Fix the Spanish translation's encoding.

Closes: #684279
Reported by:Jakub Wilk 
Submitted by:   Christian PERRIER 
---
 debian/changelog| 3 +++
 debian/i18n/fenix-fxi_es.po | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 103fe4e..05ec507 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,9 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
   * Add the declare-load-file patch to fix the conflicting declarations
 of load_file() in the fxc source.  Closes: #749635.
 Reported by: Michael Tautschnig 
+  * Fix the encoding of the Spanish translation.  Closes: #684279.
+Reported by: Jakub Wilk 
+Submitted by: Christian PERRIER 
 
  -- Peter Pentchev   Thu, 17 Dec 2015 16:11:53 +0200
 
diff --git a/debian/i18n/fenix-fxi_es.po b/debian/i18n/fenix-fxi_es.po
index e895765..f7cff4f 100644
--- a/debian/i18n/fenix-fxi_es.po
+++ b/debian/i18n/fenix-fxi_es.po
@@ -1,4 +1,4 @@
-# translation of fenix0.92-fxi.es.po to Espa�ol
+# translation of fenix0.92-fxi.es.po to Español
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 #
@@ -10,7 +10,7 @@ msgstr ""
 "POT-Creation-Date: 2007-06-17 18:27+\n"
 "PO-Revision-Date: 2007-06-17 20:54+0200\n"
 "Last-Translator: Miriam Ruiz \n"
-"Language-Team: Espa�ol \n"
+"Language-Team: Español \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

[fenix] branch master updated (061212b -> a04f12a)

2015-12-17 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a change to branch master
in repository fenix.

  from  061212b   Enable Large File Support.
   new  835ba3b   Fix the conflicting load_file() declarations.
   new  0951162   Fix the Spanish translation's encoding.
   new  a04f12a   Refresh the debian/fenix.sh script a bit.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   |  7 
 debian/fenix.sh| 63 ++
 debian/i18n/fenix-fxi_es.po|  4 +--
 debian/patches/declare-load-file.patch | 49 ++
 debian/patches/series  |  1 +
 5 files changed, 93 insertions(+), 31 deletions(-)
 create mode 100644 debian/patches/declare-load-file.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix] 02/05: Bump Standards-Version to 3.9.6 with no changes.

2015-12-17 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit b1741728b741db640e001163998b5ad1efd62951
Author: Peter Pentchev 
Date:   Thu Dec 17 17:16:41 2015 +0200

Bump Standards-Version to 3.9.6 with no changes.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6b773e3..a503975 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
 - thus, drop the explicit versioned dependency on dpkg-dev
 - add the cflags-env patch to actually honor CFLAGS passed via
   the environment
+  * Declare compliance with Debian Policy 3.9.6 with no changes.
 
  -- Peter Pentchev   Thu, 17 Dec 2015 16:11:53 +0200
 
diff --git a/debian/control b/debian/control
index 437849a..d59fdcb 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends:
  libsmpeg-dev,
  libvorbis-dev,
  zlib1g-dev
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 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/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[fenix] 04/05: Convert the copyright file to the 1.0 format.

2015-12-17 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit 9a6b19a4f171a04be30620f12cb064c2798d47af
Author: Peter Pentchev 
Date:   Thu Dec 17 17:38:08 2015 +0200

Convert the copyright file to the 1.0 format.
---
 debian/changelog |  2 ++
 debian/copyright | 93 +++-
 2 files changed, 47 insertions(+), 48 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2e869fb..044a05d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
   the environment
   * Declare compliance with Debian Policy 3.9.6 with no changes.
   * Add a DEP-3 header to the fix_ftbfs_libpng1.5 patch.
+  * Convert the copyright file to the 1.0 machine-readable format and
+add my debian/* copyright notice.
 
  -- Peter Pentchev   Thu, 17 Dec 2015 16:11:53 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 5dba88f..7e46265 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,52 +1,49 @@
-This package was debianized by Miriam Ruiz  on
-Mon, 04 Jun 2007 17:46:25 +.
-
-It was downloaded from http://sourceforge.net/projects/fenix
-
-Upstream Authors:
-Fenix Team 
-
-Jose Luis Cebrian, Jose Luis Cabello, Pedro A. Gracia Fajardo
-Chui, Carlos Falo Hervas, SplinterGU
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: fenix
+Upstream-Contact: Fenix Team 
+Source: http://sourceforge.net/projects/fenix
+License: GPL-2+
 
+Files: *
 Copyright:
+  © 1999 José Luis Cebrián Pagüe
+  © 2002 Fenix Team
+License: GPL-2+
 
-Copyright © 1999 José Luis Cebrián Pagüe
-Copyright © 2002 Fenix Team
-
-
-License:
-
-This package 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 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
-
-On Debian systems, the complete text of version 2 of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-2'.
-
-
-Documentation:
-
-Copyright (c) FenixWiki ( http://fenixworld.se32.com/fenixwiki/ )
-
-   Permission is granted to copy, distribute and/or modify this documents
-   under the terms of the GNU Free Documentation License, Version 1.2
-   as published by the Free Software Foundation with no Invariant Sections,
-   no Front-Cover Texts, and no Back-Cover Texts.
-
-On Debian systems, the complete text of the GNU Free Documentation License
-Public License v1.2 can be found in `/usr/share/common-licenses/GFDL-1.2'.
-
+Files: debian/*
+Copyright:
+  © 2007 Miriam Ruiz 
+  © 2011, 2015 Peter Pentchev 
+License: GPL-2+
 
-Debian packaging and patches are (C) 2007, Miriam Ruiz 
-and are licensed under the GPL, see above.
+Files: debian/doc/*
+Copyright:
+  © FenixWiki ( http://fenixworld.se32.com/fenixwiki/ )
+License: GFDL-1.2
+
+License: GPL-2+
+  This package 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 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
+  .
+  On Debian systems, the complete text of version 2 of the GNU General
+  Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+License: GFDL-1.2
+  Permission is granted to copy, distribute and/or modify this documents
+  under the terms of the GNU Free Documentation License, Version 1.2
+  as published by the Free Software Foundation with no Invariant Sections,
+  no Front-Cover Texts, and no Back-Cover Texts.
+  .
+  On Debian systems, the complete text of the GNU Free Documentation License
+  Public License v1.2 can be found in `/usr/share/common-licenses/GFDL-1.2'.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git


[fenix] 05/05: Enable Large File Support.

2015-12-17 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit 061212b6cc200121d2623aaf6ee80e268a379966
Author: Peter Pentchev 
Date:   Thu Dec 17 17:41:36 2015 +0200

Enable Large File Support.
---
 debian/changelog | 1 +
 debian/rules | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 044a05d..b0a289b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
   * Add a DEP-3 header to the fix_ftbfs_libpng1.5 patch.
   * Convert the copyright file to the 1.0 machine-readable format and
 add my debian/* copyright notice.
+  * Enable Large File Support.
 
  -- Peter Pentchev   Thu, 17 Dec 2015 16:11:53 +0200
 
diff --git a/debian/rules b/debian/rules
index 3ae6e00..59d0049 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@
 
 export LC_ALL=C
 
+DEB_CPPFLAGS_MAINT_APPEND= -D_FILE_OFFSET_BITS=64
+export DEB_CPPFLAGS_MAINT_APPEND
+
 DEB_CFLAGS_MAINT_APPEND= -Wall -fno-strict-aliasing -DUSE_GETTEXT
 export DEB_CFLAGS_MAINT_APPEND
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


  1   2   3   4   5   6   7   >