[tworld] annotated tag debian/1.3.2-3 created (now 2777cb8)

2017-03-22 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to annotated tag debian/1.3.2-3
in repository tworld.

at  2777cb8   (tag)
   tagging  f76502ad3fc31525e5ca5bdad042a87e8ab4b853 (commit)
  replaces  debian/1.3.2-2
 tagged by  Rhonda D'Vine
on  Wed Mar 22 13:08:21 2017 +0100

- Log -
Uploaded 1.3.2-3 to unstable
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJY0mk1AAoJEN7oBD7hfrsw7nAP/Rv+TW7IP/hrjpHr5oVcZV6H
+VBKiGStnuB2JynKXpcJ+DyNIajpoLZrae8ASC/K+RzUzgn8AU/foCFq8UzP1Lho
WgBne/+8OLIx+AwgIzVuTiSOHoYukpcmUX7q0DlQHQK6DNNWDLNCyJrOqbaRdBoQ
ukCFiyDJz51RB0qMyshfegtK/51rsehPtDhD1BCzzQyqD352fr/+l6twwCKFpBpG
veAKWbakvQvXtccBYRdffA8nRbtkAnplsfwiA1oIm3t44Fydvy7PBaB2j38dAxkt
qm00B8lE0a7goRlXPvBd/xULBzOvrXyrWm6wbO+cKOXlF21n3OLKx3QwxKyuM+Tw
6GlqzTjSZzzfv8vZKS6OUXMhn5h4Jv7GbVptZmHiE/o9e/oafibUq0gcthi8u7N0
FrzrJvX5ZHZLBVS+8HfUZy950VthSzXzjKWwX1nVtBj/zSJNtG0fZeiN8ZrYGNOI
tcmTvlCAXIErrDJZ8C6I4kAe4bA9YbA4zSNzvvxvBsx3IrjgDokFZYN4UhJL0WVd
Fw1QxMKSqCHHTskDJO8qZjJwJFjd2rUhOx6I8dCqUsSmGESqbhAR7qzvzDrsjDTn
krrNxGuonjjfR4MoAqKJ/80BrOzPwVI1Bn28RnWWnvqyrSKMM0bVa6PTqbURYL89
8LAIgPLlXT6HwDg6ZH6I
=qVJW
-END PGP SIGNATURE-

Rhonda D'Vine (3):
  Remove doc symlink
  Install docs into tworld package
  Bump Standards-Version to 3.9.8

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] 02/03: Install docs into tworld package

2017-03-22 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository tworld.

commit 8e288e2341b185bdd0397e00487a6117d3bf9415
Author: Rhonda D'Vine 
Date:   Wed Mar 22 10:22:39 2017 +0100

Install docs into tworld package
---
 debian/changelog | 1 +
 debian/{tworld-data.docs => tworld.docs} | 0
 2 files changed, 1 insertion(+)

diff --git a/debian/changelog b/debian/changelog
index 1c38cd5..0426565 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ tworld (1.3.2-3) unstable; urgency=medium
 
   * Remove doc symlink to -data package from tworld to make it binNMUable
 (closes: #857974)
+  * Install docs into tworld package instead of tworld-data.
 
  -- Rhonda D'Vine   Wed, 22 Mar 2017 09:54:26 +0100
 
diff --git a/debian/tworld-data.docs b/debian/tworld.docs
similarity index 100%
rename from debian/tworld-data.docs
rename to debian/tworld.docs

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] 01/03: Remove doc symlink

2017-03-22 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository tworld.

commit 51a9a7b531955ab8ac20ec4b3648ee37f21876be
Author: Rhonda D'Vine 
Date:   Wed Mar 22 10:18:59 2017 +0100

Remove doc symlink
---
 debian/changelog  | 7 +++
 debian/rules  | 3 ---
 debian/tworld.maintscript | 1 +
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 84edfc2..1c38cd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tworld (1.3.2-3) unstable; urgency=medium
+
+  * Remove doc symlink to -data package from tworld to make it binNMUable
+(closes: #857974)
+
+ -- Rhonda D'Vine   Wed, 22 Mar 2017 09:54:26 +0100
+
 tworld (1.3.2-2) unstable; urgency=medium
 
   * Fix reproducible issue, thanks to Chris Lamb for finding the spot to
diff --git a/debian/rules b/debian/rules
index f4e95c2..86e3095 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,3 @@ override_dh_auto_install:
pod2man -s 6 -r 'Tile World' -c '' debian/c4 \
debian/tworld-data/usr/share/man/man6/c4.6
dh_auto_install
-
-override_dh_installdocs:
-   dh_installdocs --link-doc=tworld-data
diff --git a/debian/tworld.maintscript b/debian/tworld.maintscript
new file mode 100644
index 000..ea7cf2b
--- /dev/null
+++ b/debian/tworld.maintscript
@@ -0,0 +1 @@
+symlink_to_dir /usr/share/doc/tworld tworld-data 1.3.2-3~~

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] branch master updated (5461701 -> f76502a)

2017-03-22 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to branch master
in repository tworld.

  from  5461701   apply upstream supplied patch for DESTDIR support
   new  51a9a7b   Remove doc symlink
   new  8e288e2   Install docs into tworld package
   new  f76502a   Bump Standards-Version to 3.9.8

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 | 9 +
 debian/control   | 2 +-
 debian/rules | 3 ---
 debian/{tworld-data.docs => tworld.docs} | 0
 debian/tworld.maintscript| 1 +
 5 files changed, 11 insertions(+), 4 deletions(-)
 rename debian/{tworld-data.docs => tworld.docs} (100%)
 create mode 100644 debian/tworld.maintscript

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] 03/03: Bump Standards-Version to 3.9.8

2017-03-22 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository tworld.

commit f76502ad3fc31525e5ca5bdad042a87e8ab4b853
Author: Rhonda D'Vine 
Date:   Wed Mar 22 10:25:07 2017 +0100

Bump Standards-Version to 3.9.8
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0426565..b15c941 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ tworld (1.3.2-3) unstable; urgency=medium
   * Remove doc symlink to -data package from tworld to make it binNMUable
 (closes: #857974)
   * Install docs into tworld package instead of tworld-data.
+  * Bump Standards-Version to 3.9.8.
 
  -- Rhonda D'Vine   Wed, 22 Mar 2017 09:54:26 +0100
 
diff --git a/debian/control b/debian/control
index 98fd562..031fb1f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Games Team 
 Uploaders: Rhonda D'Vine 
 Build-Depends: debhelper (>= 9~), libsdl1.2-dev
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Git: git://anonscm.debian.org/pkg-games/tworld.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/tworld.git
 Homepage: http://www.muppetlabs.com/~breadbox/software/tworld/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[fillets-ng] annotated tag debian/1.0.1-4 created (now d2bbe4d)

2016-01-14 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to annotated tag debian/1.0.1-4
in repository fillets-ng.

at  d2bbe4d   (tag)
   tagging  007a3493bb9318a6cdfa6dbb86c103dee116c4a8 (commit)
  replaces  debian/1.0.1-3
 tagged by  Rhonda D'Vine
on  Thu Jan 14 09:24:46 2016 +0100

- Log -
Uploaded 1.0.1-4 to unstable
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWl1tOAAoJEN7oBD7hfrswjJYP/iXpYMI3/h9El4PK/YFX5yx2
fbeinsobeI0jY+CKDDV5r3q9tfzq2ElmTKWAu2ObrWMeUwScuBTx0LT6SsATJdvj
jZsdWIzsdTDjXms1GaSosaoRaupcX/1bCNfFwAFYpwOGW7wMwzhGh0H/epuIJYvE
15Bnvbzs/ttctwaeAHnI9vvl7+NjPjY9nboD4pVMiSQAYzfi98IPBVKRcYx72Q/o
RFyWJihiW0zeVul53YG8WJIcSxNJ37jhZ8AukRRw6bqmsvcK5WOkuQ+SEdzIuqGF
EH4O4y+QH3WSUb6xfkCTuPP388vDRcGE3H48BZW6exq73dMIQka2Qkxx6nnvROq5
ysk1UpA1oBl++OSbZZBgPcsgFOEdY0iwDqfF028wz4zcOUqmnla5a5/ZJetubSGk
y3nnvpSZvfhUKjO/Vc6h6kyg3SxTGM5WEGwTz6fZxYbg+mTkWGtc9owUTRgENW7I
KptRTXVfVKcrRFNrZEOf4x1ObuwJG40lh4uOBW4RqvBnMvA5dLhazPTqE7DHTx9c
0Bux751rc9PXgXDSKGFZoRScV7nVL1gX3gpGDh6+15Hon3WIyPKHgnlPqnRDCZvi
Ag7PcHQD8AnSpYqLMg/8jX76x8aZCUSG/wroGTQLy7QaQaYoryINJpGbaAVxwnKT
lFzCX0kIl4D/CRMUnqFi
=zrOM
-END PGP SIGNATURE-

Rhonda D'Vine (4):
  Update my name/email address
  Bump Standards-Version to 3.9.6
  Switch debian/rules to dh style, update to debhelper 9
  Finalize

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fillets-ng.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


[fillets-ng] branch master updated (68aaac3 -> 007a349)

2016-01-14 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to branch master
in repository fillets-ng.

  from  68aaac3   releasing package fillets-ng version 1.0.1-3
   new  8cb2e1f   Update my name/email address
   new  a182330   Bump Standards-Version to 3.9.6
   new  9dedb5f   Switch debian/rules to dh style, update to debhelper 9
   new  007a349   Finalize

The 4 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 |  8 +
 debian/compat|  2 +-
 debian/control   |  7 +++--
 debian/copyright |  4 +--
 debian/rules | 92 +++-
 5 files changed, 19 insertions(+), 94 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fillets-ng.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


[fillets-ng] 03/04: Switch debian/rules to dh style, update to debhelper 9

2016-01-14 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository fillets-ng.

commit 9dedb5f3d2673c037dc1f6f2eeda65a83969869a
Author: Rhonda D'Vine 
Date:   Wed Jan 13 14:49:13 2016 +0100

Switch debian/rules to dh style, update to debhelper 9
---
 debian/changelog |  1 +
 debian/compat|  2 +-
 debian/control   |  3 +-
 debian/rules | 92 +++-
 4 files changed, 8 insertions(+), 90 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5ff2166..fc5070b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ fillets-ng (1.0.1-4) unstable; urgency=medium
 
   * Update my name/email address.
   * Bump Standards-Version to 3.9.6.
+  * Switch debian/rules to dh style, update to debhelper 9.
 
  -- 
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 13505d8..ec41666 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,9 @@ Maintainer: Debian Games Team 

 Uploaders: Rhonda D'Vine , Damyan Ivanov 
 Build-Depends: autoconf,
automake,
+   dh-autoreconf,
autotools-dev,
-   debhelper (>= 7),
+   debhelper (>= 9~),
dpkg-dev (>= 1.16.1~),
libfribidi-dev,
liblua5.1-dev,
diff --git a/debian/rules b/debian/rules
index 320b136..dab0e15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,91 +1,7 @@
 #!/usr/bin/make -f
 
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
+%:
+   dh $@ --with autoreconf
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-   CFLAGS += -O0
-else
-   CFLAGS += -O2
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-   INSTALL_PROGRAM += -s
-endif
-
-export DPKG_EXPORT_BUILDFLAGS=1
-include /usr/share/dpkg/buildflags.mk
-
-config.status: configure
-   dh_testdir
-   # Add here commands to configure the package.
-   autoreconf -f -i
-   CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS) -lX11" ./configure 
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr 
--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
--bindir=\$${prefix}/games --datarootdir=\$${prefix}/share
-
-
-build: build-arch build-indep
-build-arch: build-stamp
-build-indep: build-stamp
-
-build-stamp:  config.status
-   dh_testdir
-   cp /usr/share/misc/config.guess /usr/share/misc/config.sub .
-   $(MAKE)
-   touch build-stamp
-
-clean:
-   dh_testdir
-   dh_testroot
-   rm -f build-stamp 
-   # Add here commands to clean up after the build process.
-   [ ! -f Makefile ] || $(MAKE) distclean
-   rm -f config.guess config.clean
-   dh_clean
-
-install: build
-   dh_testdir
-   dh_testroot
-   dh_prep
-   dh_installdirs
-
-   # Add here commands to install the package into debian/fillets-ng.
-   $(MAKE) install DESTDIR=$(CURDIR)/debian/fillets-ng
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-   dh_testdir
-   dh_testroot
-   dh_installchangelogs ChangeLog
-   dh_installdocs
-   dh_installexamples
-   dh_install
-   dh_installmenu
-   dh_installman
-   dh_link
-   dh_strip
-   dh_compress
-   dh_fixperms
-   dh_installdeb
-   dh_shlibdeps
-   dh_gencontrol
-   dh_md5sums
-   dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+override_dh_auto_configure:
+   LDFLAGS="$(LDFLAGS) -lX11" dh_auto_configure -- --prefix=/usr 
--bindir=\$${prefix}/games

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fillets-ng.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


[fillets-ng] 04/04: Finalize

2016-01-14 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository fillets-ng.

commit 007a3493bb9318a6cdfa6dbb86c103dee116c4a8
Author: Rhonda D'Vine 
Date:   Thu Jan 14 09:21:08 2016 +0100

Finalize
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fc5070b..6fdac74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ fillets-ng (1.0.1-4) unstable; urgency=medium
   * Bump Standards-Version to 3.9.6.
   * Switch debian/rules to dh style, update to debhelper 9.
 
- -- 
+ -- Rhonda D'Vine   Thu, 14 Jan 2016 09:03:07 +0100
 
 fillets-ng (1.0.1-3) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fillets-ng.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


[fillets-ng] 01/04: Update my name/email address

2016-01-14 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository fillets-ng.

commit 8cb2e1f6d763cf3861fa1da6d5d04c1af761f676
Author: Rhonda D'Vine <rho...@deb.at>
Date:   Wed Jan 13 14:40:04 2016 +0100

Update my name/email address
---
 debian/changelog | 6 ++
 debian/control   | 2 +-
 debian/copyright | 4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6619f8f..5ae98f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fillets-ng (1.0.1-4) unstable; urgency=medium
+
+  * Update my name/email address.
+
+ -- 
+
 fillets-ng (1.0.1-3) unstable; urgency=medium
 
   [ Evgeni Golov ]
diff --git a/debian/control b/debian/control
index 8834c41..1bda2e9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: fillets-ng
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
-Uploaders: Gerfried Fuchs <rho...@debian.org>, Damyan Ivanov <d...@debian.org>
+Uploaders: Rhonda D'Vine <rho...@debian.org>, Damyan Ivanov <d...@debian.org>
 Build-Depends: autoconf,
automake,
autotools-dev,
diff --git a/debian/copyright b/debian/copyright
index 37d4835..708a46e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,13 +1,13 @@
 This package was debianized by Michal Čihař <mic...@cihar.com> on
 Mon, 10 May 2004 17:12:37 +0200. It was maintained over time by:
 fabian linzberger <e...@lefant.net>, Alexander Schmehl <toli...@debian.org>
-and Gerfried Fuchs <rho...@debian.at>. The license of the packaging is
+and Rhonda D'Vine <rho...@debian.org>. The license of the packaging is
 under WTFPLv2:
 
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
    Version 2, December 2004
 
-Copyright (C) 2002-2010 Gerfried Fuchs
+Copyright (C) 2002-2010 Rhonda D'Vine
 
 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fillets-ng.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

[fillets-ng] 02/04: Bump Standards-Version to 3.9.6

2016-01-14 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository fillets-ng.

commit a182330efd307a37c322760af2d12ce926fe0354
Author: Rhonda D'Vine 
Date:   Wed Jan 13 14:48:32 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 5ae98f3..5ff2166 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 fillets-ng (1.0.1-4) unstable; urgency=medium
 
   * Update my name/email address.
+  * Bump Standards-Version to 3.9.6.
 
  -- 
 
diff --git a/debian/control b/debian/control
index 1bda2e9..13505d8 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: autoconf,
libsdl1.2-dev,
libx11-dev,
pkg-config
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-games/fillets-ng.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/fillets-ng.git
 Homepage: http://fillets.sourceforge.net/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fillets-ng.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


[tworld] 03/03: apply upstream supplied patch for DESTDIR support

2016-01-05 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository tworld.

commit 5461701ff6720ae8bb0a3219e99e5ab04bd02767
Author: Rhonda D'Vine 
Date:   Tue Jan 5 21:06:15 2016 +0100

apply upstream supplied patch for DESTDIR support
---
 debian/changelog  |  2 ++
 debian/patches/03_fix-Makefile.in | 21 ++---
 debian/rules  |  4 
 debian/tworld-data.install|  7 +--
 debian/tworld.install |  4 ++--
 5 files changed, 27 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c994192..84edfc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ tworld (1.3.2-2) unstable; urgency=medium
 tweak. Closes: #792980 is about a different issue, but that one is fixed
 and the one report about reproducible build open so closing it here.
   * Get rid of ancient postinst script from oldstable times.
+  * Apply patch provided by upstream to support DESTDIR and use
+dh_auto_install again.
 
  -- Rhonda D'Vine   Tue, 05 Jan 2016 14:23:32 +0100
 
diff --git a/debian/patches/03_fix-Makefile.in 
b/debian/patches/03_fix-Makefile.in
index a1ea706..6c93776 100644
--- a/debian/patches/03_fix-Makefile.in
+++ b/debian/patches/03_fix-Makefile.in
@@ -6,9 +6,24 @@ Description: patch to fix clean target
 
 Index: VCS/Makefile.in
 ===
 VCS.orig/Makefile.in
-+++ VCS/Makefile.in
-@@ -110,10 +110,10 @@ all: tworld
+--- VCS.orig/Makefile.in   2016-01-05 14:48:50.500844745 +0100
 VCS/Makefile.in2016-01-05 14:50:50.101437812 +0100
+@@ -9,10 +9,10 @@
+ 
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+-bindir = @bindir@
+-datarootdir = @datarootdir@
+-sharedir = @sharedir@
+-mandir = @mandir@
++bindir = $(DESTDIR)@bindir@
++datarootdir = $(DESTDIR)@datarootdir@
++sharedir = $(DESTDIR)@sharedir@
++mandir = $(DESTDIR)@mandir@
+ 
+ CC = @CC@
+ 
+@@ -110,10 +110,10 @@
  clean:
rm -f $(OBJS) tworld comptime.h config.*
rm -f tworldres.o tworld.exe
diff --git a/debian/rules b/debian/rules
index 887d9da..f4e95c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,9 @@ override_dh_clean:
rm -f Makefile oshw-sdl/Makefile oshw
dh_clean
 
+override_dh_auto_configure:
+   dh_auto_configure -- --bindir=/usr/games 
--with-sharedir=/usr/share/games/tworld
+
 override_dh_auto_build:
echo \#define COMPILE_TIME \"$(BUILD_DATE)\" > comptime.h
dh_auto_build
@@ -17,6 +20,7 @@ override_dh_auto_install:
mkdir -p debian/tworld-data/usr/share/man/man6
pod2man -s 6 -r 'Tile World' -c '' debian/c4 \
debian/tworld-data/usr/share/man/man6/c4.6
+   dh_auto_install
 
 override_dh_installdocs:
dh_installdocs --link-doc=tworld-data
diff --git a/debian/tworld-data.install b/debian/tworld-data.install
index 17e5381..9e6e9d5 100644
--- a/debian/tworld-data.install
+++ b/debian/tworld-data.install
@@ -1,7 +1,2 @@
+usr/share/games/tworld
 debian/c4 usr/games
-sets/*.dac usr/share/games/tworld/sets
-data/*.dat usr/share/games/tworld/data
-res/rc usr/share/games/tworld/res
-res/*.bmp  usr/share/games/tworld/res
-res/*.txt  usr/share/games/tworld/res
-res/*.wav  usr/share/games/tworld/res
diff --git a/debian/tworld.install b/debian/tworld.install
index 3dcb0e4..0e2c0de 100644
--- a/debian/tworld.install
+++ b/debian/tworld.install
@@ -1,4 +1,4 @@
-tworld usr/games
-docs/tworld.6 usr/share/man/man6
+usr/games/tworld
+usr/share/man/man6
 debian/tworld.desktop usr/share/applications
 debian/tworld.xpm usr/share/pixmaps

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] 02/03: get rid of ancient postinst script

2016-01-05 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository tworld.

commit b457daf24471ecac8ba6d14f7f2891acdc18f18e
Author: Rhonda D'Vine 
Date:   Tue Jan 5 14:47:14 2016 +0100

get rid of ancient postinst script
---
 debian/changelog |  1 +
 debian/postinst  | 20 
 2 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 04a24c2..c994192 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ tworld (1.3.2-2) unstable; urgency=medium
   * Fix reproducible issue, thanks to Chris Lamb for finding the spot to
 tweak. Closes: #792980 is about a different issue, but that one is fixed
 and the one report about reproducible build open so closing it here.
+  * Get rid of ancient postinst script from oldstable times.
 
  -- Rhonda D'Vine   Tue, 05 Jan 2016 14:23:32 +0100
 
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index 6bdd28f..000
--- a/debian/postinst
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-# postinst script for tworld
-# copyright 2006-2011 by Rhonda D'Vine 
-# Licenced under WTFPLv2
-
-set -e
-
-if [ "$1" != configure ]; then
-   exit 0
-fi
-
-if dpkg --compare-versions "$2" lt-nl "1.3.0-5"; then
-   if [ -d /usr/share/doc/tworld ]; then
-   if rmdir /usr/share/doc/tworld 2>/dev/null; then
-   ln -s tworld-data /usr/share/doc/tworld
-   fi
-   fi
-fi
-
-#DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] annotated tag debian/1.3.2-2 created (now 17aff47)

2016-01-05 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to annotated tag debian/1.3.2-2
in repository tworld.

at  17aff47   (tag)
   tagging  5461701ff6720ae8bb0a3219e99e5ab04bd02767 (commit)
  replaces  debian/1.3.2-1
 tagged by  Rhonda D'Vine
on  Tue Jan 5 21:06:43 2016 +0100

- Log -
Uploaded 1.3.2-2 to unstable
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWjCJTAAoJEN7oBD7hfrswUGIP/2Jw3glbVITEzi+U6UPbdi6Y
uBU5022rc8rMmwj8ckiqF12W9/gHHodsncfKkmJ3b0N2aNSukbpoyt1/wJqR+9dF
oRj0B70BwMzI95P3yYvGKRBvG4+1roxS/t3nlg0DqF/t6F8Fc8n1TIPSi89i+Qcu
+RvaWLAUOk043bI8jwrCyTcjq0Tb4Wky6l/xlBbFF4CkwLD2MKZjaubcxNCKrzeI
XOjQD4Fr+Y75h7ouwe4Y2+SjGxxv1P/EACsM4L2dUNgQCpzSttiFXDOtg9J7hZZ5
8flqC44w7kxx03l0kJruMQ2dUTslNsZexqKdu0qC+bYLv/Vl4wjZMNN/lzr5fFJc
+SplUG3ZAEEfaABQPRe32Pg9XNGin8qlp3QtAJP5E58LsqaNzLSeH+nnJFIIQla5
SjPOyW3xcoOEmUyZKB4Wv4Rnap8HxYpKfKRPh2m9rUnNdjNvHSNX3JAHJaCSut78
M6vDq5rPKJ8BsRyCPhJbp/3QLXMShIK9eV0ugxOcBuatodAoTx3cjSBn1NquG1wI
UB+wMr6OKfJIhNmmaNsc/md7oGWjA43uqWkglnXu+TNDjQVUMAd2OVhszNLXV0DY
eT27DHIWKg8GonQd39ENHRgNm0sk5IeJ+lCzEcf8uUmG0YeNC47dTd+OJb1jxCMo
mswZvruVavnwXf83kesY
=qbcJ
-END PGP SIGNATURE-

Rhonda D'Vine (3):
  Fix reproducible issue
  get rid of ancient postinst script
  apply upstream supplied patch for DESTDIR support

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] branch master updated (db128cc -> 5461701)

2016-01-05 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to branch master
in repository tworld.

  from  db128cc   finalize
   new  57e4310   Fix reproducible issue
   new  b457daf   get rid of ancient postinst script
   new  5461701   apply upstream supplied patch for DESTDIR support

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  | 11 +++
 debian/patches/03_fix-Makefile.in | 21 ++---
 debian/postinst   | 20 
 debian/rules  | 10 ++
 debian/tworld-data.install|  7 +--
 debian/tworld.install |  4 ++--
 6 files changed, 42 insertions(+), 31 deletions(-)
 delete mode 100644 debian/postinst

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] 01/03: Fix reproducible issue

2016-01-05 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository tworld.

commit 57e43104160d3a3abd7bbf07eaf84d270f6a5c28
Author: Rhonda D'Vine 
Date:   Tue Jan 5 14:24:08 2016 +0100

Fix reproducible issue
---
 debian/changelog | 8 
 debian/rules | 6 ++
 2 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 694a804..04a24c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tworld (1.3.2-2) unstable; urgency=medium
+
+  * Fix reproducible issue, thanks to Chris Lamb for finding the spot to
+tweak. Closes: #792980 is about a different issue, but that one is fixed
+and the one report about reproducible build open so closing it here.
+
+ -- Rhonda D'Vine   Tue, 05 Jan 2016 14:23:32 +0100
+
 tworld (1.3.2-1) unstable; urgency=medium
 
   * New Upstream release (closes: #807623)
diff --git a/debian/rules b/debian/rules
index a3306d9..887d9da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+BUILD_DATE := $(shell dpkg-parsechangelog | sed -n -e 's/^Date: //p')
+
 %:
dh $@
 
@@ -7,6 +9,10 @@ override_dh_clean:
rm -f Makefile oshw-sdl/Makefile oshw
dh_clean
 
+override_dh_auto_build:
+   echo \#define COMPILE_TIME \"$(BUILD_DATE)\" > comptime.h
+   dh_auto_build
+
 override_dh_auto_install:
mkdir -p debian/tworld-data/usr/share/man/man6
pod2man -s 6 -r 'Tile World' -c '' debian/c4 \

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] annotated tag debian/1.3.2-1 created (now 407b71d)

2016-01-05 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to annotated tag debian/1.3.2-1
in repository tworld.

at  407b71d   (tag)
   tagging  db128cc80d8811762cee565c28d580564ed74e0e (commit)
  replaces  debian/1.3.0-6
 tagged by  Rhonda D'Vine
on  Fri Jan 1 04:03:05 2016 +0100

- Log -
Uploadead 1.3.2-1 to unstable
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWhexpAAoJEN7oBD7hfrswMrYP/RggEyww0TI3r0HMJ0Sl15xa
i6a66ksWdTrTeIh1haC98pOroVPULhz+2uwh1HcH/4TkseZc2TiLzq9c6j6Zt5Q9
JjY3eUmISRR7mYRRWFk1o9iG18wCwVxd/OLk5+Rg9jyZPQmwRWWVoGcsX76GwnVH
xbj3pqAhyphGVGoZ4vMNplV5efnTLxYZapbkYMl6mhSp8ow95vWlMLVQx2uAgAuh
SxxwIM/N5itvnPRjBnnYw7LOs/IwK/AlGNq3/qhDZe8trkzWyKN45swlZ9epEmXk
UX4qFLUrjvCGvaqsgUPGLiiAxKxrqUtXySOKiqkzY0UaxymlQlKCI3SeapbE5kfc
oSgGuTId05KUwxOffoNIhqDurwdJeopUjsZcHYga8lu6bvSmEtvLjIuGrlKfIpNM
6aHCDtvL+D+33/CBpqHXZxzp3moPVn7LR4/ZkE+k17FjtA1WPRIfW9x7P/U/Y79t
6B9EzrZdenn7fiCBhq6i/7KveeEmyilL7mtND1VRzvYND3K+V6fmnqqBHfbxTbE/
E0r9TTTZ+ECN00LDaKxEQBV4j9UbFn40gRiu6kAyOb7RKG9g+slQJQUk1YKQjTt1
YJ8P5i0Xl3pYQkcr0j4MI+m+ZZ7NQWu55SfL6CQcWYelRwJv9CyhIM4UU/1zKdmK
x3Itfx78+xmPRjJ/UCD2
=58WE
-END PGP SIGNATURE-

Rhonda D'Vine (12):
  Imported Upstream version 1.3.2
  Merge tag 'upstream/1.3.2'
  New Upstream release
  Update 01_fix-manpage and refresh 02_integer-types patches
  fix version
  Source format 3.0 (quilt) and dh style debian/rules
  use dh option to create the doc symlink
  add misc:Depends to tworld-data
  Update VCS-* links
  add patch header
  name update
  finalize

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] branch master updated (ba6ebae -> db128cc)

2015-12-31 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to branch master
in repository tworld.

  from  ba6ebae   fix version
   new  5705168   Source format 3.0 (quilt) and dh style debian/rules
   new  5b95acf   use dh option to create the doc symlink
   new  b4ef6a7   add misc:Depends to tworld-data
   new  c85c872   Update VCS-* links
   new  2d38123   add patch header
   new  99f9ce3   name update
   new  db128cc   finalize

The 7 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/README.Debian  |   2 +-
 debian/changelog  |   7 +-
 debian/compat |   1 +
 debian/control|   9 +--
 debian/patches/03_fix-Makefile.in |  23 ++
 debian/patches/series |   1 +
 debian/postinst   |   4 +-
 debian/postrm |  10 ---
 debian/rules  | 145 +++---
 debian/source/format  |   1 +
 debian/tworld-data.docs   |   3 +
 debian/tworld-data.install|   7 ++
 debian/tworld.install |   4 ++
 debian/{menu => tworld.menu}  |   0
 14 files changed, 63 insertions(+), 154 deletions(-)
 create mode 100644 debian/compat
 create mode 100644 debian/patches/03_fix-Makefile.in
 delete mode 100644 debian/postrm
 create mode 100644 debian/source/format
 create mode 100644 debian/tworld-data.docs
 create mode 100644 debian/tworld-data.install
 create mode 100644 debian/tworld.install
 rename debian/{menu => tworld.menu} (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] 06/07: name update

2015-12-31 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository tworld.

commit 99f9ce387454f849bb32043bb08535dd1d5a9b06
Author: Rhonda D'Vine <rho...@debian.org>
Date:   Fri Jan 1 03:11:24 2016 +0100

name update
---
 debian/README.Debian | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 9acec63..ac3eb20 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -12,4 +12,4 @@ you can use to create your own level files. If you do so 
please feel encouraged
 to send them to me, including a short note under what licence you offer them.
 (Hopefully a DFSG free one!)
 
- -- Gerfried Fuchs <al...@debian.org>, Tue, 13 Jun 2006 06:27:02 -0500
+ -- Rhonda D'Vine <rho...@debian.org>, Tue, 13 Jun 2006 06:27:02 -0500

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] 07/07: finalize

2015-12-31 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository tworld.

commit db128cc80d8811762cee565c28d580564ed74e0e
Author: Rhonda D'Vine 
Date:   Fri Jan 1 04:02:33 2016 +0100

finalize
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 35a1c37..694a804 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,7 @@ tworld (1.3.2-1) unstable; urgency=medium
   * Add patch 03_fix-Makefile.in to make clean work (repeatedly).
   * Update VCS-* links.
 
- -- 
+ -- Rhonda D'Vine   Fri, 01 Jan 2016 03:11:43 +0100
 
 tworld (1.3.0-6) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] 02/07: use dh option to create the doc symlink

2015-12-31 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository tworld.

commit 5b95acfd138ccc198c0a7e8c0621e2ffc4492f35
Author: Rhonda D'Vine 
Date:   Fri Jan 1 01:18:36 2016 +0100

use dh option to create the doc symlink
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9d9eadc..a3306d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,5 +11,6 @@ override_dh_auto_install:
mkdir -p debian/tworld-data/usr/share/man/man6
pod2man -s 6 -r 'Tile World' -c '' debian/c4 \
debian/tworld-data/usr/share/man/man6/c4.6
-   mkdir -p debian/tworld/usr/share/doc
-   ln -s tworld-data debian/tworld/usr/share/doc/tworld
+
+override_dh_installdocs:
+   dh_installdocs --link-doc=tworld-data

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] 05/07: add patch header

2015-12-31 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository tworld.

commit 2d381232d6d39f275078462261bfeda7fd95f7b2
Author: Rhonda D'Vine 
Date:   Fri Jan 1 01:27:00 2016 +0100

add patch header
---
 debian/patches/03_fix-Makefile.in | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/patches/03_fix-Makefile.in 
b/debian/patches/03_fix-Makefile.in
index 029a780..a1ea706 100644
--- a/debian/patches/03_fix-Makefile.in
+++ b/debian/patches/03_fix-Makefile.in
@@ -1,3 +1,9 @@
+Author: Rhonda D'Vine   vim:ft=diff:
+Description: patch to fix clean target
+  If the clean target gets called multiple times it fails.  This patch makes it
+  not fail but rather ignore a mistake in the clean process due to another
+  call.
+
 Index: VCS/Makefile.in
 ===
 --- VCS.orig/Makefile.in

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] 04/07: Update VCS-* links

2015-12-31 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository tworld.

commit c85c872312f0e75ab739576a2290ead150aef72c
Author: Rhonda D'Vine 
Date:   Fri Jan 1 01:21:46 2016 +0100

Update VCS-* links
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0aa1674..35a1c37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ tworld (1.3.2-1) unstable; urgency=medium
   * Change source format to 3.0 (quilt).
   * Bump Standards-Version to 3.9.6.
   * Add patch 03_fix-Makefile.in to make clean work (repeatedly).
+  * Update VCS-* links.
 
  -- 
 
diff --git a/debian/control b/debian/control
index 477fda7..98fd562 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Games Team 

 Uploaders: Rhonda D'Vine 
 Build-Depends: debhelper (>= 9~), libsdl1.2-dev
 Standards-Version: 3.9.6
-Vcs-Git: git://git.debian.org/git/pkg-games/tworld.git
-Vcs-Browser: http://git.debian.org/?p=pkg-games/tworld.git
+Vcs-Git: git://anonscm.debian.org/pkg-games/tworld.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/tworld.git
 Homepage: http://www.muppetlabs.com/~breadbox/software/tworld/
 
 Package: tworld-data

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] 03/07: add misc:Depends to tworld-data

2015-12-31 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository tworld.

commit b4ef6a7e36e86706510bcf54f8e51f574baf752e
Author: Rhonda D'Vine 
Date:   Fri Jan 1 01:21:27 2016 +0100

add misc:Depends to tworld-data
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 0617766..477fda7 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Homepage: http://www.muppetlabs.com/~breadbox/software/tworld/
 Package: tworld-data
 Architecture: all
 Replaces: tworld (<< 1.3.0-4)
+Depends: ${misc:Depends}
 Description: Chip's Challenge Game Engine Emulation - level data files
  Tile World is an emulation of the game "Chip's Challenge".  "Chip's
  Challenge" was originally written for the Atari Lynx by Chuck Sommerville,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] 04/05: Update 01_fix-manpage and refresh 02_integer-types patches

2015-12-29 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository tworld.

commit c8d50e77d512637385fce9b87167fbd2ee65b2be
Author: Rhonda D'Vine <rho...@debian.org>
Date:   Tue Dec 29 02:00:39 2015 +0100

Update 01_fix-manpage and refresh 02_integer-types patches
---
 debian/changelog|   1 +
 debian/patches/01_fix-manpage   | 117 
 debian/patches/02_integer-types |  72 +++--
 3 files changed, 106 insertions(+), 84 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c022fa7..680ba94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 tworld (1.3.0-7) unstable; urgency=low
 
   * New Upstream release (closes: #807623)
+  * Update 01_fix-manpage and refresh 02_integer-types patches.
 
  -- 
 
diff --git a/debian/patches/01_fix-manpage b/debian/patches/01_fix-manpage
index 9ebc236..948b8a9 100644
--- a/debian/patches/01_fix-manpage
+++ b/debian/patches/01_fix-manpage
@@ -1,19 +1,19 @@
-Author: Gerfried Fuchs <rho...@debian.org> vim:ft=diff:
+Author: Rhonda D'Vine <rho...@debian.org>  vim:ft=diff:
 Description: patch to fix manual pages
   The patch contains fixes for typos and for syntax issues that might lead to
   misrendering of the manpage.
 
-Index: b/docs/tworld.6
+Index: VCS/docs/tworld.6
 ===
 a/docs/tworld.6
-+++ b/docs/tworld.6
+--- VCS.orig/docs/tworld.6 2015-12-29 01:58:23.195136149 +0100
 VCS/docs/tworld.6  2015-12-29 01:58:23.195136149 +0100
 @@ -1,5 +1,4 @@
  .TH tworld 6 "Mar 2006" "Tile World"
 -.LO 1
  .SH NAME
  tworld \- Tile World
  .P
-@@ -72,7 +71,7 @@ entering this tile will cause Chip to lo
+@@ -72,7 +71,7 @@
  collected.
  .P
  Dirt blocks are large, movable squares of dirt. Chip can push them
@@ -22,7 +22,7 @@ Index: b/docs/tworld.6
  Furthermore, if a block is pushed into water, the tile will turn into
  dirt (which will become normal flooring when Chip steps on it).
  Finally, note that blocks can sometimes be resting on top of other
-@@ -150,8 +149,8 @@ give you the opportunity to skip a level
+@@ -150,8 +149,8 @@
  .SH PASSWORDS
  Every level has a four-letter password. The password for a level is
  shown in the information display at the upper-right of the window. The
@@ -33,7 +33,7 @@ Index: b/docs/tworld.6
  Tile World will automatically store the passwords for you. However, if
  you somehow manage to learn the password of a level that you have yet
  to achieve, you can use the password to gain early access to that
-@@ -248,7 +247,7 @@ toggles between even-step and odd-step o
+@@ -251,7 +250,7 @@
  .TP
  .B Ctrl-X
  deprecates the best solution for that level. If the level is then
@@ -42,18 +42,21 @@ Index: b/docs/tworld.6
  the new one, whether or not it had a better time.
  .TP
  .B Shift-Ctrl-X
-@@ -327,98 +326,98 @@ information on standard output actually
+@@ -330,7 +329,7 @@
  stdout.txt instead.)
  .P
  .TP
--.B -a
-+.B \-a
- Double the size of the audio buffer. This option can be repeated, so
--for example -aaa would increase the audio buffer size eightfold.
-+for example \-aaa would increase the audio buffer size eightfold.
- .TP
--.B -b
-+.B \-b
+-.BI "-a,\ --audio-buffer=" N
++.BI "\-a,\ \-\-audio\-buffer=" N
+ Set the size of the audio buffer.
+ .I N
+ can be a value from 1 (the
+@@ -338,94 +337,94 @@
+ option can reduce static or distortion in the sound playback, at the
+ cost of increased latency.
+ .TP
+-.B -b,\ --batch-verify
++.B \-b,\ \-\-batch\-verify
  Do a batch-mode verification of the existing solutions and exit.
  Levels with invalid solutions are displayed on standard output. If
 -used with -q, then nothing is displayed, and the program's exit code
@@ -64,105 +67,105 @@ Index: b/docs/tworld.6
  that this options requires a level set file and/or a solution file be
  named on the command line.
  .TP
--.BI "-D\ " DIR
-+.BI "\-D\ " DIR
+-.BI "-D,\ --data-dir=" DIR
++.BI "\-D,\ \-\-data\-dir=" DIR
  Read level data files from
  .I DIR
  instead of the default directory.
  .TP
--.B -d
-+.B \-d
+-.B -d,\ --list-dirs
++.B \-d,\ \-\-list\-dirs
  Display the default directories used by the program on standard
  output, and exit.
  .TP
--.B -F
-+.B \-F
+-.B -F,\ --full-screen
++.B \-F,\ \-\-full\-screen
  Run in full-screen mode.
  .TP
--.B -H
-+.B \-H
+-.B --histogram
++.B \-\-histogram
  Upon exit, display a histogram of idle time on standard output. (This
  option is used for evaluating optimization efforts.)
  .TP
--.B -h
-+.B \-h
+-.B --h,\ --help
++.B \-h,\ \-\-help
  Display a summary of the command-line syntax on standard output and
  exit.
  .TP
--.BI "-L\ " DIR
-+.BI "\-L\ " DIR
- Look for level sets in
+-.BI "-L,\ --levelset-dir=" DIR
++.BI "\-L,\ \-\-levelset\-dir

[tworld] 01/01: pristine-tar data for tworld_1.3.2.orig.tar.gz

2015-12-29 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch pristine-tar
in repository tworld.

commit 4c99b90ef69b0187a2342957b43c769b41b555e1
Author: Rhonda D'Vine 
Date:   Tue Dec 29 01:44:16 2015 +0100

pristine-tar data for tworld_1.3.2.orig.tar.gz
---
 tworld_1.3.2.orig.tar.gz.delta | Bin 0 -> 3384 bytes
 tworld_1.3.2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/tworld_1.3.2.orig.tar.gz.delta b/tworld_1.3.2.orig.tar.gz.delta
new file mode 100644
index 000..225bddd
Binary files /dev/null and b/tworld_1.3.2.orig.tar.gz.delta differ
diff --git a/tworld_1.3.2.orig.tar.gz.id b/tworld_1.3.2.orig.tar.gz.id
new file mode 100644
index 000..662a440
--- /dev/null
+++ b/tworld_1.3.2.orig.tar.gz.id
@@ -0,0 +1 @@
+99761afed8f803d8e47a2a8081bf06f3fd63e792

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] branch pristine-tar updated (bbb94b4 -> 4c99b90)

2015-12-29 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to branch pristine-tar
in repository tworld.

  from  bbb94b4   pristine-tar data for tworld_1.3.0.orig.tar.gz
   new  4c99b90   pristine-tar data for tworld_1.3.2.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.


Summary of changes:
 tworld_1.3.2.orig.tar.gz.delta | Bin 0 -> 3384 bytes
 tworld_1.3.2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 tworld_1.3.2.orig.tar.gz.delta
 create mode 100644 tworld_1.3.2.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] 03/05: New Upstream release

2015-12-29 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository tworld.

commit db109424262e62f98a2839cdad7543b14fc1b712
Author: Rhonda D'Vine <rho...@debian.org>
Date:   Tue Dec 29 01:45:57 2015 +0100

New Upstream release
---
 debian/changelog | 6 ++
 debian/control   | 2 +-
 debian/copyright | 4 ++--
 debian/postinst  | 2 +-
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 39bd014..c022fa7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tworld (1.3.0-7) unstable; urgency=low
+
+  * New Upstream release (closes: #807623)
+
+ -- 
+
 tworld (1.3.0-6) unstable; urgency=low
 
   [ Peter Pentchev ]
diff --git a/debian/control b/debian/control
index 1492e74..4b1a8cd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: tworld
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
-Uploaders: Gerfried Fuchs <rho...@debian.org>
+Uploaders: Rhonda D'Vine <rho...@debian.org>
 Build-Depends: libsdl1.2-dev, quilt
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-games/tworld.git
diff --git a/debian/copyright b/debian/copyright
index c1522be..5c0f372 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-This package was debianized by Gerfried Fuchs <rho...@debian.org> on
+This package was debianized by Rhonda D'Vine <rho...@debian.org> on
 Tue, 13 Jun 2006 06:27:02 -0500.
 
 It was downloaded from <http://www.muppetlabs.com/~breadbox/software/tworld/>
@@ -51,7 +51,7 @@ later versions can be found in the same directory.
 
 
 The Debian packaging is Copyright 2006-2011 by
-Gerfried Fuchs <rho...@debian.org>, licensed under WTFPLv2:
+Rhonda D'Vine <rho...@debian.org>, licensed under WTFPLv2:
 
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
diff --git a/debian/postinst b/debian/postinst
index ba3b138..359e2e1 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -1,6 +1,6 @@
 #!/bin/sh
 # postinst script for tworld
-# copyright 2006-2011 by Gerfried Fuchs <rho...@debian.org>
+# copyright 2006-2011 by Rhonda D'Vine <rho...@debian.org>
 # Licenced under WTFPLv2
 
 set -e

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] branch master updated (e49dd70 -> ba6ebae)

2015-12-29 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to branch master
in repository tworld.

  from  e49dd70   finalize changelog
   new  6809c65   Imported Upstream version 1.3.2
   new  1aaf18a   Merge tag 'upstream/1.3.2'
   new  db10942   New Upstream release
   new  c8d50e7   Update 01_fix-manpage and refresh 02_integer-types patches
   new  ba6ebae   fix version

The 5 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:
 BUGS|   31 +-
 Changelog   |   44 +
 Makefile.in |   41 +-
 README  |   97 +-
 cmdline.c   |  283 ++--
 cmdline.h   |  145 +-
 configure   | 3077 ---
 configure.in|   14 +-
 debian/changelog|7 +
 debian/control  |2 +-
 debian/copyright|4 +-
 debian/patches/01_fix-manpage   |  117 +-
 debian/patches/02_integer-types |   72 +-
 debian/postinst |2 +-
 defs.h  |   31 +-
 docs/tworld.6   |  107 +-
 docs/tworld.html|  163 ++-
 fileio.c|   12 +-
 fileio.h|7 -
 help.c  |  101 +-
 logic.h |7 +-
 lxlogic.c   |  401 ++---
 messages.c  |  133 ++
 messages.h  |   44 +
 mklynxcc.c  |  104 --
 mslogic.c   |  187 +--
 oshw-sdl/sdlgen.h   |   15 +-
 oshw-sdl/sdlin.c|   17 +-
 oshw-sdl/sdloshw.c  |   59 +-
 oshw-sdl/sdlout.c   |  125 +-
 oshw-sdl/sdlsfx.c   |   16 +-
 oshw-sdl/sdltext.c  |   54 +-
 oshw.h  |   50 +-
 play.c  |   53 +-
 play.h  |   30 +-
 res.c   |  153 +-
 res.h   |5 +-
 res/font.bmp|  Bin 19702 -> 19702 bytes
 res/unslist.txt |   33 +-
 series.c|   42 +-
 series.h|   10 +-
 sets/CCLP2.dac  |2 -
 solution.c  |   80 +-
 solution.h  |   15 +-
 state.h |3 +-
 tworld.c|  546 ---
 unslist.c   |4 +-
 ver.h   |2 +-
 48 files changed, 4636 insertions(+), 1911 deletions(-)
 create mode 100644 messages.c
 create mode 100644 messages.h
 delete mode 100644 mklynxcc.c
 delete mode 100644 sets/CCLP2.dac

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] branch upstream updated (9a7f8b0 -> 6809c65)

2015-12-29 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to branch upstream
in repository tworld.

  from  9a7f8b0   Imported Upstream version 1.3.0
   new  6809c65   Imported Upstream version 1.3.2

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:
 BUGS   |   31 +-
 Changelog  |   44 +
 Makefile.in|   41 +-
 README |   97 +-
 cmdline.c  |  283 +++--
 cmdline.h  |  145 +--
 configure  | 3077 +++-
 configure.in   |   14 +-
 defs.h |   31 +-
 docs/tworld.6  |  107 +-
 docs/tworld.html   |  163 +--
 fileio.c   |   12 +-
 fileio.h   |7 -
 help.c |  101 +-
 logic.h|7 +-
 lxlogic.c  |  401 +++
 messages.c |  133 +++
 messages.h |   44 +
 mklynxcc.c |  104 --
 mslogic.c  |  187 ++--
 oshw-sdl/sdlgen.h  |   15 +-
 oshw-sdl/sdlin.c   |   17 +-
 oshw-sdl/sdloshw.c |   59 +-
 oshw-sdl/sdlout.c  |  125 ++-
 oshw-sdl/sdlsfx.c  |   16 +-
 oshw-sdl/sdltext.c |   54 +-
 oshw.h |   50 +-
 play.c |   53 +-
 play.h |   30 +-
 res.c  |  153 ++-
 res.h  |5 +-
 res/font.bmp   |  Bin 19702 -> 19702 bytes
 res/unslist.txt|   33 +-
 series.c   |   42 +-
 series.h   |   10 +-
 sets/CCLP2.dac |2 -
 solution.c |   80 +-
 solution.h |   15 +-
 state.h|3 +-
 tworld.c   |  546 ++
 unslist.c  |4 +-
 ver.h  |2 +-
 42 files changed, 4520 insertions(+), 1823 deletions(-)
 create mode 100644 messages.c
 create mode 100644 messages.h
 delete mode 100644 mklynxcc.c
 delete mode 100644 sets/CCLP2.dac

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] 02/05: Merge tag 'upstream/1.3.2'

2015-12-29 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository tworld.

commit 1aaf18a0ebe53bffc20ef4acce664dd11ac24a09
Merge: e49dd70 6809c65
Author: Rhonda D'Vine 
Date:   Tue Dec 29 00:57:08 2015 +0100

Merge tag 'upstream/1.3.2'

Imported Upstream version 1.3.2

 BUGS   |   31 +-
 Changelog  |   44 +
 Makefile.in|   41 +-
 README |   97 +-
 cmdline.c  |  283 +++--
 cmdline.h  |  145 +--
 configure  | 3077 +++-
 configure.in   |   14 +-
 defs.h |   31 +-
 docs/tworld.6  |  107 +-
 docs/tworld.html   |  163 +--
 fileio.c   |   12 +-
 fileio.h   |7 -
 help.c |  101 +-
 logic.h|7 +-
 lxlogic.c  |  401 +++
 messages.c |  133 +++
 messages.h |   44 +
 mklynxcc.c |  104 --
 mslogic.c  |  187 ++--
 oshw-sdl/sdlgen.h  |   15 +-
 oshw-sdl/sdlin.c   |   17 +-
 oshw-sdl/sdloshw.c |   59 +-
 oshw-sdl/sdlout.c  |  125 ++-
 oshw-sdl/sdlsfx.c  |   16 +-
 oshw-sdl/sdltext.c |   54 +-
 oshw.h |   50 +-
 play.c |   53 +-
 play.h |   30 +-
 res.c  |  153 ++-
 res.h  |5 +-
 res/font.bmp   |  Bin 19702 -> 19702 bytes
 res/unslist.txt|   33 +-
 series.c   |   42 +-
 series.h   |   10 +-
 sets/CCLP2.dac |2 -
 solution.c |   80 +-
 solution.h |   15 +-
 state.h|3 +-
 tworld.c   |  546 ++
 unslist.c  |4 +-
 ver.h  |2 +-
 42 files changed, 4520 insertions(+), 1823 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] 05/05: fix version

2015-12-29 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository tworld.

commit ba6ebaeb9d2aec6185c70d01660984255428b2d3
Author: Rhonda D'Vine 
Date:   Tue Dec 29 02:01:50 2015 +0100

fix version
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 680ba94..2c09949 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-tworld (1.3.0-7) unstable; urgency=low
+tworld (1.3.2-1) unstable; urgency=medium
 
   * New Upstream release (closes: #807623)
   * Update 01_fix-manpage and refresh 02_integer-types patches.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[tworld] annotated tag upstream/1.3.2 created (now 59ae3ef)

2015-12-29 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to annotated tag upstream/1.3.2
in repository tworld.

at  59ae3ef   (tag)
   tagging  6809c6514e0f36ed6314a79d944892421d3bd063 (commit)
  replaces  upstream/1.3.0
 tagged by  Rhonda D'Vine
on  Tue Dec 29 00:56:28 2015 +0100

- Log -
Imported Upstream version 1.3.2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWgcwsAAoJEN7oBD7hfrsw6/4P/2WocBzNr33bnvqmhmOF17X1
K+K1ORbz/zGQTQNnQ5jWh5seQtaUP1cda2qcodEQ3lv+hb+vVPbpskBAsWNddfNk
Zul7SJVqsbgkIATWAa+Gz0Ab9lUIqVgp4xlDf1/HMkKKt9aOXyl4aPOwj+Tx4PV+
/J6ZvzrVdUv8tspssF+mbBsG/HPlHdku2Dx3KPrnpJuxEVABEtc6j2PpAYZEf3OI
nLUItfnF+iC20iICirqDbtcvGtyuOyH4aq/4ySyRh5my+WqcHKjzHza7jPOv745d
ForO3x3iuNp4bOO0LBJwrc6Hp0BsOetAgIFduTFod6l3+KzXIdz5GGia8AIQ00tK
ISaktRYvJ/56FYrgWjC3Gu+rixNgKyhh81Huo+MTp/j25nWKyvUUmMitRyNULxaW
ryb/JdZaOJGvT2Jw7ozSLAks3Y7s4hPCpCrPADGVbBe8ePEijxOpPCWOLBtMpupp
J4Kpy7vyBAHWccY/lo5xxK/UT+mKgyXpoKco8DwOHsBAckSZsqWXsf4AdiioHWBP
kk9sP6aeq/PnE2K2wcWVMN/XKWJEgrx22OOmFOli76nZOGqwuhRoFWpxZcIcD676
vfWNvzqd8mKWu2hmX7rMM3vhP8duGGBIuIf1BNQhMRwFl3wv+QAC16EZO2HzHfs0
T8xKEnDBK+hSjH2lHm5f
=3gW+
-END PGP SIGNATURE-

Rhonda D'Vine (1):
  Imported Upstream version 1.3.2

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tworld.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


[wesnoth] branch master updated (6d1ec5a -> b65d263)

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

rhonda pushed a change to branch master
in repository wesnoth.

  discards  6d1ec5a   New upstream stable release.
   new  b65d263   New upstream stable release.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6d1ec5a)
\
 N -- N -- N   refs/heads/master (b65d263)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

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:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/wesnoth.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


[wesnoth] 01/01: New upstream stable release.

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

rhonda pushed a commit to branch master
in repository wesnoth.

commit b65d26303d1e57545eb68f32ebb123ecdfd0202c
Author: Rhonda D'Vine 
Date:   Thu Dec 17 14:51:19 2015 +0100

New upstream stable release.
---
 .gitignore   | 2 ++
 debian/changelog | 8 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 67fcee0..b4bb6c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,7 @@
 /icons/
 /images/
 /INSTALL
+/jenkins-wrap.sh
 /l10n-spec
 /l10n-track
 /locale/
@@ -32,6 +33,7 @@
 /projectfiles/
 /py-compile
 /README
+/README.md
 /RELEASE_NOTES
 /scons/
 /SConstruct
diff --git a/debian/changelog b/debian/changelog
index 1498211..6e1257f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-wesnoth-1.12 (1:1.12.4-2) UNRELEASED; urgency=medium
+wesnoth-1.12 (1:1.12.5-1) UNRELEASED; urgency=medium
 
+  [ Vincent Cheng ]
   * Fix permission error when creating socket with wesnothd. (Closes: #791660)
 
- -- Vincent Cheng   Tue, 07 Jul 2015 21:55:48 -0700
+  [ Rhonda D'Vine ]
+  * New upstream stable release.
+
+ -- Rhonda D'Vine   Thu, 17 Dec 2015 14:45:24 +0100
 
 wesnoth-1.12 (1:1.12.4-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/wesnoth.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


[wesnoth] branch master updated (fe2ab59 -> 6d1ec5a)

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

rhonda pushed a change to branch master
in repository wesnoth.

  from  fe2ab59   fix permission error when creating socket with wesnothd
   new  6d1ec5a   New upstream stable release.

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:
 .gitignore   | 2 ++
 debian/changelog | 8 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/wesnoth.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


[wesnoth] 01/01: New upstream stable release.

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

rhonda pushed a commit to branch master
in repository wesnoth.

commit 6d1ec5a6fb48a0a3830213ad1f7159b65f572196
Author: Rhonda D'Vine 
Date:   Thu Dec 17 14:51:19 2015 +0100

New upstream stable release.
---
 .gitignore   | 2 ++
 debian/changelog | 8 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 67fcee0..b4bb6c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,7 @@
 /icons/
 /images/
 /INSTALL
+/jenkins-wrap.sh
 /l10n-spec
 /l10n-track
 /locale/
@@ -32,6 +33,7 @@
 /projectfiles/
 /py-compile
 /README
+/README.md
 /RELEASE_NOTES
 /scons/
 /SConstruct
diff --git a/debian/changelog b/debian/changelog
index 1498211..6e1257f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-wesnoth-1.12 (1:1.12.4-2) UNRELEASED; urgency=medium
+wesnoth-1.12 (1:1.12.5-1) UNRELEASED; urgency=medium
 
+  [ Vincent Cheng ]
   * Fix permission error when creating socket with wesnothd. (Closes: #791660)
 
- -- Vincent Cheng   Tue, 07 Jul 2015 21:55:48 -0700
+  [ Rhonda D'Vine ]
+  * New upstream stable release.
+
+ -- Rhonda D'Vine   Thu, 17 Dec 2015 14:45:24 +0100
 
 wesnoth-1.12 (1:1.12.4-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/wesnoth.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


[wesnoth] 01/01: bpo changelog stub

2015-04-29 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch jessie-backports
in repository wesnoth.

commit 7e388d8a0bd3e5bc6542c20ba512f859cbc30e47
Author: Rhonda D'Vine rho...@debian.org
Date:   Tue Apr 21 09:47:05 2015 +0200

bpo changelog stub
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e299be2..dc6644b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wesnoth-1.12 (1:1.12.2-1~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+
+ -- Rhonda D'Vine rho...@debian.org  Tue, 21 Apr 2015 09:46:12 +0200
+
 wesnoth-1.12 (1:1.12.2-1) unstable; urgency=medium
 
   * New upstream stable release, containing a fix for Private file disclosure

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/wesnoth.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


[wesnoth] branch jessie-backports created (now 7e388d8)

2015-04-29 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to branch jessie-backports
in repository wesnoth.

at  7e388d8   bpo changelog stub

This branch includes the following new commits:

   new  7e388d8   bpo changelog stub

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/wesnoth.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


[wesnoth] annotated tag debian/1.12.2-1_bpo7+1 created (now cb6e89b)

2015-04-29 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to annotated tag debian/1.12.2-1_bpo7+1
in repository wesnoth.

at  cb6e89b   (tag)
   tagging  70d8ab2c8b270c6debc4b7bde8e9d6591cf58fd2 (commit)
  replaces  debian/1.12.2-1
 tagged by  Rhonda D'Vine
on  Wed Apr 29 18:42:11 2015 +0200

- Log -
Uploaded to wheezy-backports-sloppy
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAABCAAGBQJVQQntAAoJEDH85+fdB5RhVB0IAJ9l4bxOAd7dmpEfTytBpSK3
9YBmtxLY/wgg3hwPPNAHwBNNRwiToIYqDtnF09WSL4f+5T+u+bA+YRhzPnuto42+
S9Txbj/Wue3qB44QlKp3bu3TtbyK95Q8Hy6TqgaWHmpmV12yvYOkzV6Oh/RDh1Gl
kB7l9ncFX7LSsq8X6Kei8qrVr5IrYUUwl1RmsALKLI6sp2rHFBxLFuY7dzaP4eOV
mBezh08m5+b8FaSVw5/2nwl4jAk9d8ZsldyvwXjZKWSmILgNs33hrU5fmUo/RpnF
OLml4cDDxlu+7Z4Fzk7XhbvGEQ4099DOV5Ld2OIVHqRMpPijAqtvqaBPbuAAVAI=
=xOCG
-END PGP SIGNATURE-

Rhonda D'Vine (2):
  bpo changelog stub
  Depend on ttf-dejavu

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/wesnoth.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


[wesnoth] 01/02: bpo changelog stub

2015-04-29 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch wheezy-backports-sloppy
in repository wesnoth.

commit 7d1e3ca1009dea2fa114e3383ec6cba837b8eb43
Author: Rhonda D'Vine rho...@debian.org
Date:   Tue Apr 21 09:47:42 2015 +0200

bpo changelog stub
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e299be2..278bfa7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wesnoth-1.12 (1:1.12.2-1~bpo7+1) wheezy-backports-sloppy; urgency=medium
+
+  * Rebuild for wheezy-backports-sloppy.
+
+ -- Rhonda D'Vine rho...@debian.org  Tue, 21 Apr 2015 09:46:12 +0200
+
 wesnoth-1.12 (1:1.12.2-1) unstable; urgency=medium
 
   * New upstream stable release, containing a fix for Private file disclosure

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/wesnoth.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


[wesnoth] annotated tag debian/1.12.2-1_bpo8+1 created (now 455f834)

2015-04-29 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to annotated tag debian/1.12.2-1_bpo8+1
in repository wesnoth.

at  455f834   (tag)
   tagging  7e388d8a0bd3e5bc6542c20ba512f859cbc30e47 (commit)
  replaces  debian/1.12.2-1
 tagged by  Rhonda D'Vine
on  Thu Apr 23 10:59:56 2015 +0200

- Log -
Uploaded to jessie-backports
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAABCAAGBQJVOLSZAAoJEDH85+fdB5Rh/UsH+gMp6Ilf1PLniM8JxB/l+vHV
0tEweohIyXT6JSVPKJS+JWfXT2zDYfEd0qjU4FQ8wg/6lWMePkcWExaEdu16Qm6H
TYN+dTKE/XijwZLOn+sNpCQWhxOx90v38/Wc/524WWFEdtFmHbtNInaJIhGztb1I
thzx9vZ9MmcPxsk7uNP4o9U5mCICAoO0xd/dlRJOFbbMW+jG/BjwNyHCoXVO7TWB
GFaBtn7cdjGjETPsJr+J1/W402DEJd8GD/86u70KxI55uJb8p3G9qrkxOt4XBwJ1
ZNyr0qb0UuwcpHz5QHgwQKV/mq5gs0jH8HznxZvMuDZofqwZLZhwWqepT4uml1Q=
=bi4+
-END PGP SIGNATURE-

Rhonda D'Vine (1):
  bpo changelog stub

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/wesnoth.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


[wesnoth] branch wheezy-backports-sloppy created (now 70d8ab2)

2015-04-29 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to branch wheezy-backports-sloppy
in repository wesnoth.

at  70d8ab2   Depend on ttf-dejavu

This branch includes the following new commits:

   new  7d1e3ca   bpo changelog stub
   new  70d8ab2   Depend on ttf-dejavu

The 2 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/wesnoth.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


[wesnoth] 02/02: Depend on ttf-dejavu

2015-04-29 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch wheezy-backports-sloppy
in repository wesnoth.

commit 70d8ab2c8b270c6debc4b7bde8e9d6591cf58fd2
Author: Rhonda D'Vine rho...@debian.org
Date:   Thu Apr 23 11:10:49 2015 +0200

Depend on ttf-dejavu
---
 debian/changelog| 1 +
 debian/control  | 2 +-
 debian/control.in   | 2 +-
 debian/rules| 2 +-
 debian/wesnoth-1.12-data.lintian-overrides  | 2 +-
 debian/wesnoth-BRANCH-data.lintian-overrides.in | 2 +-
 6 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 278bfa7..d113157 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 wesnoth-1.12 (1:1.12.2-1~bpo7+1) wheezy-backports-sloppy; urgency=medium
 
   * Rebuild for wheezy-backports-sloppy.
+  * Depend on ttf-dejavu-core (instead of fonts-dejavu-core) which is in 
wheezy.
 
  -- Rhonda D'Vine rho...@debian.org  Tue, 21 Apr 2015 09:46:12 +0200
 
diff --git a/debian/control b/debian/control
index 93dc141..74e0b6d 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-games/wesnoth.git
 
 Package: wesnoth-1.12-data
 Architecture: all
-Depends: ${misc:Depends}, fonts-dejavu-core
+Depends: ${misc:Depends}, ttf-dejavu-core
 Recommends: fonts-droid
 Suggests: wesnoth-1.12-music
 Description: data files for Wesnoth (branch 1.12)
diff --git a/debian/control.in b/debian/control.in
index b2521dc..c8e88dd 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -18,7 +18,7 @@ Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-games/wesnoth.git
 
 Package: wesnoth-BRANCH-data
 Architecture: all
-Depends: ${misc:Depends}, fonts-dejavu-core
+Depends: ${misc:Depends}, ttf-dejavu-core
 Recommends: fonts-droid
 Suggests: wesnoth-BRANCH-music
 Description: data files for Wesnoth (branch BRANCH)
diff --git a/debian/rules b/debian/rules
index 61f67bb..2a893e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -131,7 +131,7 @@ binary-common:
 # Build architecture independant packages using the common target.
 binary-indep: install
# workaround for dh_link (mis)behavior, see BTS#445550
-   for i in dejavu/DejaVuSans.ttf droid/DroidSansJapanese.ttf 
droid/DroidSansFallbackFull.ttf; \
+   for i in ttf-dejavu/DejaVuSans.ttf droid/DroidSansJapanese.ttf 
droid/DroidSansFallbackFull.ttf; \
do ln -s /usr/share/fonts/truetype/$$i \

debian/wesnoth-$(BRANCH_VERSION)-data/usr/share/games/wesnoth/$(BRANCH_VERSION)/fonts/`basename
 $$i`; \
done
diff --git a/debian/wesnoth-1.12-data.lintian-overrides 
b/debian/wesnoth-1.12-data.lintian-overrides
index c292b8c..6f988a7 100644
--- a/debian/wesnoth-1.12-data.lintian-overrides
+++ b/debian/wesnoth-1.12-data.lintian-overrides
@@ -2,6 +2,6 @@
 wesnoth-1.12-data: extra-license-file 
usr/share/games/wesnoth/1.12/data/COPYING.txt
 # Manually create symlinks because dh_link has problems with forming relative
 # links; see #461392
-wesnoth-1.12-data: symlink-should-be-relative 
usr/share/games/wesnoth/1.12/fonts/DejaVuSans.ttf 
/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
+wesnoth-1.12-data: symlink-should-be-relative 
usr/share/games/wesnoth/1.12/fonts/DejaVuSans.ttf 
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
 wesnoth-1.12-data: symlink-should-be-relative 
usr/share/games/wesnoth/1.12/fonts/DroidSansFallbackFull.ttf 
/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf
 wesnoth-1.12-data: symlink-should-be-relative 
usr/share/games/wesnoth/1.12/fonts/DroidSansJapanese.ttf 
/usr/share/fonts/truetype/droid/DroidSansJapanese.ttf
diff --git a/debian/wesnoth-BRANCH-data.lintian-overrides.in 
b/debian/wesnoth-BRANCH-data.lintian-overrides.in
index 8a3fb38..91e02d9 100644
--- a/debian/wesnoth-BRANCH-data.lintian-overrides.in
+++ b/debian/wesnoth-BRANCH-data.lintian-overrides.in
@@ -2,6 +2,6 @@
 wesnoth-BRANCH-data: extra-license-file 
usr/share/games/wesnoth/BRANCH/data/COPYING.txt
 # Manually create symlinks because dh_link has problems with forming relative
 # links; see #461392
-wesnoth-BRANCH-data: symlink-should-be-relative 
usr/share/games/wesnoth/BRANCH/fonts/DejaVuSans.ttf 
/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
+wesnoth-BRANCH-data: symlink-should-be-relative 
usr/share/games/wesnoth/BRANCH/fonts/DejaVuSans.ttf 
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
 wesnoth-BRANCH-data: symlink-should-be-relative 
usr/share/games/wesnoth/BRANCH/fonts/DroidSansFallbackFull.ttf 
/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf
 wesnoth-BRANCH-data: symlink-should-be-relative 
usr/share/games/wesnoth/BRANCH/fonts/DroidSansJapanese.ttf 
/usr/share/fonts/truetype/droid/DroidSansJapanese.ttf

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


[wesnoth] 01/01: Pull af61f9fd from upstream to fix CVE-2015-0844

2015-04-17 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch squeeze
in repository wesnoth.

commit f17e501c8aca07d623996f930ecb588a4de1f64e
Author: Rhonda D'Vine rho...@debian.org
Date:   Fri Apr 17 15:11:05 2015 +0200

Pull af61f9fd from upstream to fix CVE-2015-0844
---
 debian/changelog   |  7 +++
 debian/control |  2 +-
 debian/control.in  |  2 +-
 .../af61f9fdd15cd439da9e2fe5fa39d174c923eaae.patch | 53 ++
 debian/patches/series  |  1 +
 5 files changed, 63 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 44105d0..4496416 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+wesnoth-1.8 (1:1.8.5-1+deb6u1) squeeze-lts; urgency=high
+
+  * Pull af61f9fd from upstream to fix Private file disclosure through
+get_wml_location() (CVE-2015-0844)
+
+ -- Rhonda D'Vine rho...@debian.org  Fri, 17 Apr 2015 14:26:30 +0200
+
 wesnoth-1.8 (1:1.8.5-1) unstable; urgency=low
 
   * New upstream stable release.
diff --git a/debian/control b/debian/control
index a341bfb..eaa0f81 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (= 7), quilt, libsdl-image1.2-dev, 
libfreetype6-dev,
   libboost-iostreams-dev, libboost-test-dev, libboost-regex-dev,
   libboost-serialization-dev, libpango1.0-dev, automake, liblua5.1-0-dev
 Standards-Version: 3.9.1
-Uploaders: Gerfried Fuchs rho...@debian.at
+Uploaders: Rhonda D'Vine rho...@debian.org
 Homepage: http://wesnoth.org/
 Vcs-Git: git://git.debian.org/git/pkg-games/wesnoth.git
 Vcs-Browser: http://git.debian.org/?p=pkg-games/wesnoth.git;a=summary
diff --git a/debian/control.in b/debian/control.in
index 9fa259f..f7fcae8 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -8,7 +8,7 @@ Build-Depends: debhelper (= 7), quilt, libsdl-image1.2-dev, 
libfreetype6-dev,
   libboost-iostreams-dev, libboost-test-dev, libboost-regex-dev,
   libboost-serialization-dev, libpango1.0-dev, automake, liblua5.1-0-dev
 Standards-Version: 3.9.1
-Uploaders: Gerfried Fuchs rho...@debian.at
+Uploaders: Rhonda D'Vine rho...@debian.org
 Homepage: http://wesnoth.org/
 Vcs-Git: git://git.debian.org/git/pkg-games/wesnoth.git
 Vcs-Browser: http://git.debian.org/?p=pkg-games/wesnoth.git;a=summary
diff --git a/debian/patches/af61f9fdd15cd439da9e2fe5fa39d174c923eaae.patch 
b/debian/patches/af61f9fdd15cd439da9e2fe5fa39d174c923eaae.patch
new file mode 100644
index 000..e8077db
--- /dev/null
+++ b/debian/patches/af61f9fdd15cd439da9e2fe5fa39d174c923eaae.patch
@@ -0,0 +1,53 @@
+From af61f9fdd15cd439da9e2fe5fa39d174c923eaae Mon Sep 17 00:00:00 2001
+From: Ignacio R. Morelle shad...@wesnoth.org
+Date: Fri, 16 May 2014 01:45:18 -0400
+Subject: [PATCH] fs: Use game data path to resolve ./ in the absence of a
+ current_dir
+
+Fixes a file content disclosure bug (#22042) affecting functionality
+relying on the get_wml_location() function and not passing a non-empty
+value for the current_dir parameter.
+
+See https://gna.org/bugs/?22042 for details.
+
+This is a candidate for the 1.10 and 1.12 branches.
+
+(Backported from master, commit 314425ab0e57b32909d324f7d4bf213d62cbd3b5.)
+---
+ changelog  |  1 +
+ src/filesystem.cpp | 14 --
+ 2 files changed, 13 insertions(+), 2 deletions(-)
+
+--- a/src/filesystem.cpp
 b/src/filesystem.cpp
+@@ -1063,8 +1063,18 @@ std::string get_wml_location(const std::
+   else if (filename.size() = 2  filename[0] == '.'  filename[1] == 
'/')
+   {
+   // If the filename begins with a ./, look in the same 
directory
+-  // as the file currrently being preprocessed.
+-  result = current_dir + filename.substr(2);
++  // as the file currently being preprocessed.
++
++  if (!current_dir.empty())
++  {
++  result = current_dir;
++  }
++  else
++  {
++  result = game_config::path;
++  }
++
++  result += filename.substr(2);
+   }
+   else if (!game_config::path.empty())
+   result = game_config::path + /data/ + filename;
+--- a/changelog
 b/changelog
+@@ -24,6 +24,7 @@ Version 1.8.5:
+* Fix bug #15960 again, making Cancel a separate action and not just
+  a duplicate of OK.
+* Fix crash when doing teleport+attack to a fogged village
++   * Fix bug #22042: filesystem content disclosure issue affecting Lua APIs
+ 
+ Version 1.8.4:
+  * AI:
diff --git a/debian/patches/series b/debian/patches/series
index 57b6465..9b0fc18 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 02wesnoth-nolog-desktop-file
 03wesnothd-name
+af61f9fdd15cd439da9e2fe5fa39d174c923eaae.patch

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

[wesnoth] branch squeeze created (now f17e501)

2015-04-17 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to branch squeeze
in repository wesnoth.

at  f17e501   Pull af61f9fd from upstream to fix CVE-2015-0844

This branch includes the following new commits:

   new  f17e501   Pull af61f9fd from upstream to fix CVE-2015-0844

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/wesnoth.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


[wesnoth] annotated tag debian/1.8.5-1+deb6u1 created (now 42632f2)

2015-04-17 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to annotated tag debian/1.8.5-1+deb6u1
in repository wesnoth.

at  42632f2   (tag)
   tagging  f17e501c8aca07d623996f930ecb588a4de1f64e (commit)
  replaces  debian/1.8.5-1
 tagged by  Rhonda D'Vine
on  Fri Apr 17 19:41:15 2015 +0200

- Log -
Uploaded to squeeze-lts
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAABCAAGBQJVMUY0AAoJEDH85+fdB5RhDs4H+we+rFz4P+oEBNIj4OLOg2n6
C2qi8/tqhHafq484t0KvFD3pXzyn6lSmGj7XtNBEs8BzlMOx0fdmdA1dWWwm6bJ2
ttaF0T8GksmDwBp/rKJFv/+lNUuvI96z9tugzTTYv8aVC3aKRIwmAiGMvliOQN5b
r5YyMUJ+D1EXs8RstnNTSZMDqGhVqokmNsimmXANXBk8MJDIr7lenMxB81I5n+J1
k9WjlbnyyhuZw/OE31Dv7yjBPnaltB//FXymbyYvh740jgKhfOKP3qp0Lbyg9ln6
xBdW615KlOGfEu8Fbx38bLgbWgqvYrq0VqoiT9zBvPSrB+IEsMbffddH5Q5rz20=
=jOgi
-END PGP SIGNATURE-

Rhonda D'Vine (1):
  Pull af61f9fd from upstream to fix CVE-2015-0844

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/wesnoth.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


[wesnoth] 01/01: New upstream stable release.

2015-04-09 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository wesnoth.

commit 0674f7befd12c1d798170c57c3d25613f73c3f01
Author: Rhonda D'Vine rho...@debian.org
Date:   Thu Apr 9 16:33:13 2015 +0200

New upstream stable release.
---
 debian/changelog  | 7 +++
 debian/control| 2 +-
 debian/control.in | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d22f884..e299be2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+wesnoth-1.12 (1:1.12.2-1) unstable; urgency=medium
+
+  * New upstream stable release, containing a fix for Private file disclosure
+through get_wml_location() (CVE-2015-0844)
+
+ -- Rhonda D'Vine rho...@debian.org  Thu, 09 Apr 2015 16:31:56 +0200
+
 wesnoth-1.12 (1:1.12.1-1) unstable; urgency=medium
 
   * New upstream stable release.
diff --git a/debian/control b/debian/control
index 5070611..93dc141 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (= 7), libsdl-image1.2-dev, 
libfreetype6-dev,
   libboost-program-options-dev, libboost-filesystem-dev, libboost-locale-dev,
   libpango1.0-dev, libvorbis-dev, cmake (= 2.6)
 Standards-Version: 3.9.6
-Uploaders: Gerfried Fuchs rho...@debian.org,
+Uploaders: Rhonda D'Vine rho...@debian.org,
   Vincent Cheng vch...@debian.org
 Homepage: http://wesnoth.org/
 Vcs-Git: git://anonscm.debian.org/pkg-games/wesnoth.git
diff --git a/debian/control.in b/debian/control.in
index d96fdff..b2521dc 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -10,7 +10,7 @@ Build-Depends: debhelper (= 7), libsdl-image1.2-dev, 
libfreetype6-dev,
   libboost-program-options-dev, libboost-filesystem-dev, libboost-locale-dev,
   libpango1.0-dev, libvorbis-dev, cmake (= 2.6)
 Standards-Version: 3.9.6
-Uploaders: Gerfried Fuchs rho...@debian.org,
+Uploaders: Rhonda D'Vine rho...@debian.org,
   Vincent Cheng vch...@debian.org
 Homepage: http://wesnoth.org/
 Vcs-Git: git://anonscm.debian.org/pkg-games/wesnoth.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/wesnoth.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


[wesnoth] branch master updated (d9298b1 - 0674f7b)

2015-04-09 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to branch master
in repository wesnoth.

  from  d9298b1   fix installation path of utils in wesnoth-*-tools
   new  0674f7b   New upstream stable release.

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  | 7 +++
 debian/control| 2 +-
 debian/control.in | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/wesnoth.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


[wesnoth] 01/01: Pull af61f9fd from upstream to fix Private file disclosure through get_wml_location() (CVE-2015-0844)

2015-04-09 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch wheezy
in repository wesnoth.

commit 2b2090f9f60bbe3bbd477e142958073f009aa083
Author: Rhonda D'Vine rho...@debian.org
Date:   Wed Apr 8 11:06:41 2015 +0200

Pull af61f9fd from upstream to fix Private file disclosure through 
get_wml_location() (CVE-2015-0844)
---
 debian/changelog   |  7 +++
 debian/control |  2 +-
 debian/control.in  |  2 +-
 .../af61f9fdd15cd439da9e2fe5fa39d174c923eaae.patch | 53 ++
 debian/patches/series  |  1 +
 5 files changed, 63 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 755abc3..a1c3985 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+wesnoth-1.10 (1:1.10.3-3+deb7u1) wheezy-security; urgency=high
+
+  * Pull af61f9fd from upstream to fix Private file disclosure through
+get_wml_location() (CVE-2015-0844)
+
+ -- Rhonda D'Vine rho...@debian.org  Wed, 08 Apr 2015 11:05:06 +0200
+
 wesnoth-1.10 (1:1.10.3-3) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index bd8403b..cb34250 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (= 7), libsdl-image1.2-dev, 
libfreetype6-dev,
   libboost-program-options-dev,
   libpango1.0-dev, cmake (= 2.6)
 Standards-Version: 3.9.3
-Uploaders: Gerfried Fuchs rho...@debian.org
+Uploaders: Rhonda D'Vine rho...@debian.org
 Homepage: http://wesnoth.org/
 Vcs-Git: git://git.debian.org/git/pkg-games/wesnoth.git
 Vcs-Browser: http://git.debian.org/?p=pkg-games/wesnoth.git;a=summary
diff --git a/debian/control.in b/debian/control.in
index e9ae495..548d6cf 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -10,7 +10,7 @@ Build-Depends: debhelper (= 7), libsdl-image1.2-dev, 
libfreetype6-dev,
   libboost-program-options-dev,
   libpango1.0-dev, cmake (= 2.6)
 Standards-Version: 3.9.3
-Uploaders: Gerfried Fuchs rho...@debian.org
+Uploaders: Rhonda D'Vine rho...@debian.org
 Homepage: http://wesnoth.org/
 Vcs-Git: git://git.debian.org/git/pkg-games/wesnoth.git
 Vcs-Browser: http://git.debian.org/?p=pkg-games/wesnoth.git;a=summary
diff --git a/debian/patches/af61f9fdd15cd439da9e2fe5fa39d174c923eaae.patch 
b/debian/patches/af61f9fdd15cd439da9e2fe5fa39d174c923eaae.patch
new file mode 100644
index 000..30f58a3
--- /dev/null
+++ b/debian/patches/af61f9fdd15cd439da9e2fe5fa39d174c923eaae.patch
@@ -0,0 +1,53 @@
+From af61f9fdd15cd439da9e2fe5fa39d174c923eaae Mon Sep 17 00:00:00 2001
+From: Ignacio R. Morelle shad...@wesnoth.org
+Date: Fri, 16 May 2014 01:45:18 -0400
+Subject: [PATCH] fs: Use game data path to resolve ./ in the absence of a
+ current_dir
+
+Fixes a file content disclosure bug (#22042) affecting functionality
+relying on the get_wml_location() function and not passing a non-empty
+value for the current_dir parameter.
+
+See https://gna.org/bugs/?22042 for details.
+
+This is a candidate for the 1.10 and 1.12 branches.
+
+(Backported from master, commit 314425ab0e57b32909d324f7d4bf213d62cbd3b5.)
+---
+ changelog  |  1 +
+ src/filesystem.cpp | 14 --
+ 2 files changed, 13 insertions(+), 2 deletions(-)
+
+--- a/src/filesystem.cpp
 b/src/filesystem.cpp
+@@ -1169,8 +1169,18 @@
+   else if (filename.size() = 2  filename[0] == '.'  filename[1] == 
'/')
+   {
+   // If the filename begins with a ./, look in the same 
directory
+-  // as the file currrently being preprocessed.
+-  result = current_dir + filename.substr(2);
++  // as the file currently being preprocessed.
++
++  if (!current_dir.empty())
++  {
++  result = current_dir;
++  }
++  else
++  {
++  result = game_config::path;
++  }
++
++  result += filename.substr(2);
+   }
+   else if (!game_config::path.empty())
+   result = game_config::path + /data/ + filename;
+--- a/changelog
 b/changelog
+@@ -47,6 +47,7 @@
+* Added shroud_data to the inspection window (FR #19623).
+* Fixed: Wrong current side number after side turns (bug #19735)
+  It also affected the lua field wesnoth.current.side
++   * Fix bug #22042: filesystem content disclosure issue affecting Lua APIs
+ 
+ Version 1.10.2:
+  * Campaigns:
diff --git a/debian/patches/series b/debian/patches/series
index 57b6465..9b0fc18 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 02wesnoth-nolog-desktop-file
 03wesnothd-name
+af61f9fdd15cd439da9e2fe5fa39d174c923eaae.patch

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

___
Pkg-games-commits mailing list
Pkg-games-commits

[wesnoth] branch jessie created (now c54978a)

2015-04-09 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to branch jessie
in repository wesnoth.

at  c54978a   Pull af61f9fd from upstream to fix Private file 
disclosure through get_wml_location() (CVE-2015-0844)

This branch includes the following new commits:

   new  c54978a   Pull af61f9fd from upstream to fix Private file 
disclosure through get_wml_location() (CVE-2015-0844)

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/wesnoth.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


[wesnoth] 01/01: Pull af61f9fd from upstream to fix Private file disclosure through get_wml_location() (CVE-2015-0844)

2015-04-09 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch jessie
in repository wesnoth.

commit c54978a434ae461a4d60706de79e31fa4fdd2b63
Author: Rhonda D'Vine rho...@debian.org
Date:   Wed Apr 8 11:30:45 2015 +0200

Pull af61f9fd from upstream to fix Private file disclosure through 
get_wml_location() (CVE-2015-0844)
---
 debian/changelog   |  7 +++
 debian/control |  2 +-
 debian/control.in  |  2 +-
 .../af61f9fdd15cd439da9e2fe5fa39d174c923eaae.patch | 53 ++
 debian/patches/series  |  1 +
 5 files changed, 63 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a05ad6f..94c23e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+wesnoth-1.10 (1:1.10.7-2) unstable; urgency=high
+
+  * Pull af61f9fd from upstream to fix Private file disclosure through
+get_wml_location() (CVE-2015-0844)
+
+ -- Rhonda D'Vine rho...@debian.org  Wed, 08 Apr 2015 11:05:06 +0200
+
 wesnoth-1.10 (1:1.10.7-1) unstable; urgency=low
 
   * New upstream stable release.
diff --git a/debian/control b/debian/control
index d60ef6f..c087f39 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (= 7), libsdl-image1.2-dev, 
libfreetype6-dev,
   libboost-program-options-dev,
   libpango1.0-dev, cmake (= 2.6)
 Standards-Version: 3.9.4
-Uploaders: Gerfried Fuchs rho...@debian.org,
+Uploaders: Rhonda D'Vine rho...@debian.org,
   Vincent Cheng vincentc1...@gmail.com
 Homepage: http://wesnoth.org/
 Vcs-Git: git://anonscm.debian.org/pkg-games/wesnoth.git
diff --git a/debian/control.in b/debian/control.in
index 19aff1b..645856b 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -10,7 +10,7 @@ Build-Depends: debhelper (= 7), libsdl-image1.2-dev, 
libfreetype6-dev,
   libboost-program-options-dev,
   libpango1.0-dev, cmake (= 2.6)
 Standards-Version: 3.9.4
-Uploaders: Gerfried Fuchs rho...@debian.org,
+Uploaders: Rhonda D'Vine rho...@debian.org,
   Vincent Cheng vincentc1...@gmail.com
 Homepage: http://wesnoth.org/
 Vcs-Git: git://anonscm.debian.org/pkg-games/wesnoth.git
diff --git a/debian/patches/af61f9fdd15cd439da9e2fe5fa39d174c923eaae.patch 
b/debian/patches/af61f9fdd15cd439da9e2fe5fa39d174c923eaae.patch
new file mode 100644
index 000..6235cda
--- /dev/null
+++ b/debian/patches/af61f9fdd15cd439da9e2fe5fa39d174c923eaae.patch
@@ -0,0 +1,53 @@
+From af61f9fdd15cd439da9e2fe5fa39d174c923eaae Mon Sep 17 00:00:00 2001
+From: Ignacio R. Morelle shad...@wesnoth.org
+Date: Fri, 16 May 2014 01:45:18 -0400
+Subject: [PATCH] fs: Use game data path to resolve ./ in the absence of a
+ current_dir
+
+Fixes a file content disclosure bug (#22042) affecting functionality
+relying on the get_wml_location() function and not passing a non-empty
+value for the current_dir parameter.
+
+See https://gna.org/bugs/?22042 for details.
+
+This is a candidate for the 1.10 and 1.12 branches.
+
+(Backported from master, commit 314425ab0e57b32909d324f7d4bf213d62cbd3b5.)
+---
+ changelog  |  1 +
+ src/filesystem.cpp | 14 --
+ 2 files changed, 13 insertions(+), 2 deletions(-)
+
+--- a/src/filesystem.cpp
 b/src/filesystem.cpp
+@@ -1170,8 +1170,18 @@
+   else if (filename.size() = 2  filename[0] == '.'  filename[1] == 
'/')
+   {
+   // If the filename begins with a ./, look in the same 
directory
+-  // as the file currrently being preprocessed.
+-  result = current_dir + filename.substr(2);
++  // as the file currently being preprocessed.
++
++  if (!current_dir.empty())
++  {
++  result = current_dir;
++  }
++  else
++  {
++  result = game_config::path;
++  }
++
++  result += filename.substr(2);
+   }
+   else if (!game_config::path.empty())
+   result = game_config::path + /data/ + filename;
+--- a/changelog
 b/changelog
+@@ -29,6 +29,7 @@
+  replays).
+* Backported several bugfixes for wmllint (Windows-unfriendliness on the
+  command line, unusual crashers, underscores stripped from keys).
++   * Fix bug #22042: filesystem content disclosure issue affecting Lua APIs
+ 
+ Version 1.10.6:
+  * Campaigns:
diff --git a/debian/patches/series b/debian/patches/series
index 57b6465..9b0fc18 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 02wesnoth-nolog-desktop-file
 03wesnothd-name
+af61f9fdd15cd439da9e2fe5fa39d174c923eaae.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/wesnoth.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


[wesnoth] branch wheezy created (now 2b2090f)

2015-04-09 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to branch wheezy
in repository wesnoth.

at  2b2090f   Pull af61f9fd from upstream to fix Private file 
disclosure through get_wml_location() (CVE-2015-0844)

This branch includes the following new commits:

   new  2b2090f   Pull af61f9fd from upstream to fix Private file 
disclosure through get_wml_location() (CVE-2015-0844)

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/wesnoth.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


[tenmado] branch master updated (21f3363 - 0e84214)

2015-02-06 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to branch master
in repository tenmado.

  from  21f3363   Remove myself from Uploaders.
   new  0e84214   Revert explicit license choice disagreement

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/copyright | 219 +--
 1 file changed, 4 insertions(+), 215 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tenmado.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


[tenmado] branch master updated (c169f41 - 85885bc)

2015-02-04 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a change to branch master
in repository tenmado.

  from  c169f41   Replace deprecated dot notation with colon.
   new  85885bc   Debian leaves the choice to its users and doesn't limit 
them more than Upstream intends to

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/copyright | 219 ++-
 1 file changed, 215 insertions(+), 4 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tenmado.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


[tenmado] 01/01: Debian leaves the choice to its users and doesn't limit them more than Upstream intends to

2015-02-04 Thread Gerfried Fuchs
This is an automated email from the git hooks/post-receive script.

rhonda pushed a commit to branch master
in repository tenmado.

commit 85885bce1dde3e0f79e6d78a94f557b75f8daa37
Author: Rhonda D'Vine rho...@debian.org
Date:   Wed Feb 4 14:18:56 2015 +0100

Debian leaves the choice to its users and doesn't limit them more than 
Upstream intends to
---
 debian/copyright | 219 ++-
 1 file changed, 215 insertions(+), 4 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 649a662..3f86775 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -52,7 +52,218 @@ License: GPL-2 or Artistic-License-2.0beta5
  .
  On Debian systems, a copy of the GNU General Public License version 2 can be
  found at /usr/share/common-licenses/GPL-2.
-Comment:
- Debian distributes Tenmado and the debian directory under the terms of the GNU
- General Public license 2. Please see /usr/share/common-licenses/GPL-2 for the
- complete license text.
+
+License: Artistic-License-2.0beta5
+ The Artistic License
+  Version 2.0beta5, October 2001
+ .
+   Copyright (C) 2000, 2001 Larry Wall, Bradley M. Kuhn.
+Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+ .
+   Preamble
+ .
+ This copyright license states the terms under which a given free software
+ Package may be copied, modified and/or redistributed, while the
+ Originator(s) maintain some artistic control over the future development of
+ that Package (at least as much artistic control as can be given under
+ copyright law while still making the Package open source and free software).
+ .
+ This license is bound by copyright law, and thus it legally applies only to
+ works which the copyright holder has permitted copying, distribution or
+ modification under the terms of the Artistic License, Version 2.0.
+ .
+ You are reminded that You are always permitted to make arrangements wholly
+ outside of a given copyright license directly with the copyright holder(s)
+ of a given Package.  If the terms of this license impede your ability to
+ make full use of the Package, You are encouraged to contact the copyright
+ holder(s) and seek a different licensing arrangement.
+ .
+ .
+ Definitions
+ .
+ Package refers to the collection of files distributed by the
+   Originator(s), and derivatives of that collection of files created
+   through textual modification.
+ .
+ Standard Version refers to the Package if it has not been modified, or has
+been modified only in ways suggested by the
+Originator(s).
+ .
+ Modified Version refers to the Package, if it has been changed by You via
+textual modification of the source code, and such changes
+were not suggested by the Originator(s).
+ .
+ Originator   refers to the author(s) and/or copyright holder(s) of the
+Standard Version of the Package.
+ .
+ You and Your refers to any person who would like to copy, distribute, or
+  modify the Package.
+ .
+ Distribution Fee is any fee that You charge for providing a copy of this
+Package to another party.  It does not refer to licensing
+fees.
+ .
+ Freely Available means that:
+ .
+(a) no fee is charged for the right to use the item (though a
+Distribution Fee may be charged).
+ .
+(b) recipients of the item may redistribute it under the same
+conditions they received it.
+ .
+(c) If the item is a binary, object code, bytecode, the complete
+corresponding machine-readable source code is included with the
+item.
+ .
+ .
+  Permission for Use and Modification Without Redistribution
+ .
+   (1) You are permitted to use the Standard Version and create and use
+   Modified Versions for any purpose without restriction, provided that
+   you do not redistribute the Modified Version to others outside of your
+   company or organization.
+ .
+ .
+Permissions for Redistribution of the Standard Version
+ .
+   (2) You may make available verbatim copies of the source code of the
+   Standard Version of this Package in any medium without restriction,
+   either gratis or for a Distribution Fee, provided that you duplicate
+   all of the original copyright notices and associated disclaimers.  At
+   Your discretion, such verbatim copies may or may not include compiled
+   bytecode, object code or binary versions of the corresponding source
+   code in the same medium.
+ .
+   (3) You may apply any bug fixes, portability changes, and other
+   modifications made available from any of the Originator(s).  The
+   resulting modified 

[SCM] Debian packaging of wesnoth branch, lucid-backports, updated. debian/1.10.4-1-12-g66d43c5

2012-09-26 Thread Gerfried Fuchs
The following commit has been merged in the lucid-backports branch:
commit 66d43c53cbb75bf817950c458f564579bd4862b3
Author: Gerfried Fuchs rho...@debian.org
Date:   Thu Sep 13 20:55:33 2012 +0200

changelog stub

diff --git a/debian/changelog b/debian/changelog
index b9db6d7..60fd0f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+wesnoth-1.10 (1:1.10.4-1~lucid1) lucid-backports; urgency=low
+
+  * Backport to lucid, changes kept:
+- Switch to use ttf-droid instead of fonts-droid which is not available in
+  lucid.
+
+ -- Gerfried Fuchs rho...@ubuntu.com  Thu, 13 Sep 2012 20:55:11 +0200
+
 wesnoth-1.10 (1:1.10.4-1) experimental; urgency=low
 
   * New upstream stable release.

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, natty-backports, updated. debian/1.10.4-1-14-gd412a57

2012-09-26 Thread Gerfried Fuchs
The following commit has been merged in the natty-backports branch:
commit d412a57472ebace9e942c70636bdf30e31940eff
Author: Gerfried Fuchs rho...@debian.org
Date:   Sat Sep 15 16:27:59 2012 +0200

changelog stub

diff --git a/debian/changelog b/debian/changelog
index fb98135..11bbb3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+wesnoth-1.10 (1:1.10.4-1~natty1) natty-backports; urgency=low
+
+  * Backport to natty, changes kept:
+- Switch to use ttf-droid instead of fonts-droid which is not available in
+  natty.
+
+ -- Gerfried Fuchs rho...@ubuntu.com  Thu, 13 Sep 2012 20:55:11 +0200
+
 wesnoth-1.10 (1:1.10.4-1) experimental; urgency=low
 
   * New upstream stable release.

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, oneiric-backports, updated. debian/1.10.4-1-15-g325eced

2012-09-26 Thread Gerfried Fuchs
The following commit has been merged in the oneiric-backports branch:
commit 258cac59b146630054b61144309c51299171aeac
Merge: d4510c3a78d4391f4c9a75df4b21858054f9b050 
efe8c5b5b8aeee2fa528f4d007aaff411195f4da
Author: Gerfried Fuchs rho...@debian.org
Date:   Fri Sep 21 07:46:32 2012 +0200

Merge tag 'debian/1.10.4-1' into oneiric-backports

Uploaded 1:1.10.4-1 to experimental

Conflicts:
debian/changelog
debian/rules

diff --combined debian/changelog
index 8520cba,199ea14..2e413b0
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,17 +1,25 @@@
+ wesnoth-1.10 (1:1.10.4-1) experimental; urgency=low
+ 
+   * New upstream stable release.
+   * Remove the extra ln handling in debian/rules.
+ 
+  -- Gerfried Fuchs rho...@debian.org  Mon, 03 Sep 2012 12:49:56 +0200
+ 
+ wesnoth-1.10 (1:1.10.3-2) unstable; urgency=low
+ 
+   [ Vincent Cheng ]
+   * Fix broken font symlink in debian/rules. (closes: #681556)
+ 
+  -- Gerfried Fuchs rho...@debian.org  Sun, 02 Sep 2012 13:11:51 +0200
+ 
 +wesnoth-1.10 (1:1.10.3-1~oneiric1) oneiric-backports; urgency=low
 +
 +  * Backport to oneiric, changes kept:
 +- Switch to use ttf-droid instead of fonts-droid which is not available in
 +  oneiric.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Thu, 28 Jun 2012 15:42:17 +0200
 +
  wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low
  
* New upstream stable release (closes: #676460)
@@@ -16,14 -22,6 +30,14 @@@
  
   -- Gerfried Fuchs rho...@debian.org  Fri, 08 Jun 2012 01:04:39 +0200
  
 +wesnoth-1.10 (1:1.10.2-1~oneiric1) oneiric-backports; urgency=low
 +
 +  * Backport to oneiric, changes kept:
 +- Switch to use ttf-droid instead of fonts-droid which is not available in
 +  oneiric.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Fri, 13 Apr 2012 11:57:17 +0200
 +
  wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
  
* New upstream stable release.
@@@ -33,14 -31,6 +47,14 @@@
  
   -- Gerfried Fuchs rho...@debian.org  Sun, 08 Apr 2012 16:16:17 +0200
  
 +wesnoth-1.10 (1:1.10.1-1~oneiric1) oneiric-backports; urgency=low
 +
 +  * Backport to oneiric, changes kept:
 +- Switch to use ttf-droid instead of fonts-droid which is not available in
 +  oneiric.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Tue, 06 Mar 2012 13:32:11 +0100
 +
  wesnoth-1.10 (1:1.10.1-1) unstable; urgency=low
  
* New upstream stable release, making fix-xdg-path patch obsolete.
@@@ -49,14 -39,6 +63,14 @@@
  
   -- Gerfried Fuchs rho...@debian.org  Tue, 28 Feb 2012 00:44:18 +0100
  
 +wesnoth-1.10 (1:1.10-1~oneiric1) oneiric-backports; urgency=low
 +
 +  * Backport to oneiric (LP: #932011)
 +  * Switch to use ttf-droid instead of fonts-droid which is not available in
 +oneiric.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Sun, 12 Feb 2012 11:41:50 +0100
 +
  wesnoth-1.10 (1:1.10-1) unstable; urgency=low
  
* New upstream stable release!  \o/

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, devel, updated. debian/1.10.4-1-3-g0d46edd

2012-09-10 Thread Gerfried Fuchs
The following commit has been merged in the devel branch:
commit 2fa2908a9ac95f232d3613cbca29c3fb34a4e224
Author: Gerfried Fuchs rho...@debian.org
Date:   Sun Sep 9 20:56:08 2012 +0200

Remove unversioned metapackages from control file

diff --git a/debian/changelog b/debian/changelog
index b04d39f..24f5ed5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 wesnoth-1.11 (1:1.11.0-1) unstable; urgency=low
 
   * New upstream devel release.
+  * Remove unversioned metapackages from control file.
 
  -- 
 
diff --git a/debian/control b/debian/control
index c1f9fa8..5fbdf59 100644
--- a/debian/control
+++ b/debian/control
@@ -46,20 +46,6 @@ Description: fantasy turn-based strategy game (branch 1.11)
  of attacks.  Units gain experience and advance levels, and are carried over
  from one scenario to the next in a campaign.
 
-Package: wesnoth-core
-Architecture: all
-Depends: ${misc:Depends}, wesnoth-1.11-core (= ${binary:Version}),
-  wesnoth-1.11-data (= ${source:Version})
-Suggests: wesnoth
-Description: fantasy turn-based strategy game (metapackage)
- This metapackage pulls in the core wesnoth package which allows you to play
- using the latest stable version.
- .
- Battle for control of villages, using variety of units which have advantages
- and disadvantages in different types of terrains and against different types
- of attacks.  Units gain experience and advance levels, and are carried over
- from one scenario to the next in a campaign.
-
 Package: wesnoth-1.11-dbg
 Section: debug
 Architecture: any
@@ -110,22 +96,6 @@ Description: fantasy turn-based strategy game - complete 
suite (branch 1.11)
  of attacks.  Units gain experience and advance levels, and are carried over
  from one scenario to the next in a campaign.
 
-Package: wesnoth
-Architecture: all
-Depends: ${misc:Depends}, wesnoth-1.11 (= ${binary:Version}),
-  wesnoth-1.11-data (= ${source:Version})
-Description: fantasy turn-based strategy game - complete suite (metapackage)
- This metapackage pulls in the complete set of the latest stable version, most
- helpful if you always want to have all the official campaigns installed. If
- you only want to play over the network with other players or want to play only
- a few campaigns you just need to install the wesnoth-core package and the
- wanted campaign packages.
- .
- Battle for control of villages, using variety of units which have advantages
- and disadvantages in different types of terrains and against different types
- of attacks.  Units gain experience and advance levels, and are carried over
- from one scenario to the next in a campaign.
-
 Package: wesnoth-1.11-music
 Architecture: all
 Depends: ${misc:Depends}
@@ -138,19 +108,6 @@ Description: music files for Wesnoth (branch 1.11)
  of attacks.  Units gain experience and advance levels, and are carried over
  from one scenario to the next in a campaign.
 
-Package: wesnoth-music
-Architecture: all
-Depends: ${misc:Depends}, wesnoth-1.11-music (= ${source:Version}),
-  wesnoth-1.11-data (= ${source:Version})
-Description: music files for Wesnoth (metapackage)
- This metapackage pulls in the music package for use with the latest stable
- version of wesnoth.
- .
- Battle for control of villages, using variety of units which have advantages
- and disadvantages in different types of terrains and against different types
- of attacks.  Units gain experience and advance levels, and are carried over
- from one scenario to the next in a campaign.
-
 Package: wesnoth-1.11-server
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}, lsb-base
diff --git a/debian/control.in b/debian/control.in
index e9ae495..76f78ca 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -46,20 +46,6 @@ Description: fantasy turn-based strategy game (branch BRANCH)
  of attacks.  Units gain experience and advance levels, and are carried over
  from one scenario to the next in a campaign.
 
-Package: wesnoth-core
-Architecture: all
-Depends: ${misc:Depends}, wesnoth-BRANCH-core (= ${binary:Version}),
-  wesnoth-BRANCH-data (= ${source:Version})
-Suggests: wesnoth
-Description: fantasy turn-based strategy game (metapackage)
- This metapackage pulls in the core wesnoth package which allows you to play
- using the latest stable version.
- .
- Battle for control of villages, using variety of units which have advantages
- and disadvantages in different types of terrains and against different types
- of attacks.  Units gain experience and advance levels, and are carried over
- from one scenario to the next in a campaign.
-
 Package: wesnoth-BRANCH-dbg
 Section: debug
 Architecture: any
@@ -110,22 +96,6 @@ Description: fantasy turn-based strategy game - complete 
suite (branch BRANCH)
  of attacks.  Units gain experience and advance levels, and are carried over
  from one scenario to the next in a campaign.
 
-Package: wesnoth
-Architecture: all
-Depends: ${misc:Depends}, wesnoth-BRANCH (= ${binary:Version}),
-  wesnoth-BRANCH-data

[SCM] Debian packaging of wesnoth branch, devel, updated. debian/1.10.4-1-3-g0d46edd

2012-09-10 Thread Gerfried Fuchs
The following commit has been merged in the devel branch:
commit 0d46eddb66384fffc54913d314100b7a8f4c7439
Author: Gerfried Fuchs rho...@debian.org
Date:   Mon Sep 10 17:09:53 2012 +0200

Finalize the changelog

diff --git a/debian/changelog b/debian/changelog
index 24f5ed5..5ec76df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ wesnoth-1.11 (1:1.11.0-1) unstable; urgency=low
   * New upstream devel release.
   * Remove unversioned metapackages from control file.
 
- -- 
+ -- Gerfried Fuchs rho...@debian.org  Sun, 09 Sep 2012 20:55:29 +0200
 
 wesnoth-1.10 (1:1.10.4-1) experimental; urgency=low
 

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth annotated tag, debian/1.11.0-1, created. debian/1.11.0-1

2012-09-10 Thread Gerfried Fuchs
The annotated tag, debian/1.11.0-1 has been created
at  5d93eb775f5aa7ccb4ba3ffa460415339d6bdd2d (tag)
   tagging  0d46eddb66384fffc54913d314100b7a8f4c7439 (commit)
  replaces  debian/1.10.4-1
 tagged by  Gerfried Fuchs
on  Mon Sep 10 17:10:07 2012 +0200

- Shortlog 
Uploaded 1:1.11.0-1 to unstable
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAABCAAGBQJQTgLdAAoJEDH85+fdB5Rh5bUH/iT58gNFTQsvQTPrwuHNtxpq
ETT7zUeIxCvUIbGUchH9ZAIzQjsO+XLMZLUer2JOqcYQqwCml94Zkz1Od/PWRD7l
VnpQsRu6/He4WVc31rE5yUTQ/rPj2XaUnNX04lq7Mj3BFOfWOcbqZVYSrxNGWoRZ
A5Iu4miLRYpHpbjPLNhySqkbVPJQkSkDoATStjP33fW9iaOkA0Ms0/fpVRr1wDZX
g0cv7qR5E0np5/ejzeNhKJYU/c0OsL+pEE2+xipsznOhp+Hc6wU5TxIOaNxVs1oL
C2MLnIkhnNVyWoStZ4r5O+As9iURATH1KFbI/3uKu42kGfHNtZB8BmrpMDQss9A=
=IGTT
-END PGP SIGNATURE-

Gerfried Fuchs (3):
  new upstream devel release
  Remove unversioned metapackages from control file
  Finalize the changelog

---

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, devel, updated. debian/1.10.3-2-2-gefe8c5b

2012-09-07 Thread Gerfried Fuchs
The following commit has been merged in the devel branch:
commit e716493669e2932736e08876ffc1e89f4dc6d315
Author: Gerfried Fuchs rho...@debian.org
Date:   Sat Aug 25 09:58:12 2012 +0200

no extra ln needed now that the name fits

diff --git a/debian/changelog b/debian/changelog
index 5525ea9..804f830 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+wesnoth-1.10 (1:1.10.4-1) experimental; urgency=low
+
+  * New upstream stable release.
+  * Remove the extra ln handling in debian/rules.
+
+ -- 
+
 wesnoth-1.10 (1:1.10.3-2) unstable; urgency=low
 
   [ Vincent Cheng ]
diff --git a/debian/rules b/debian/rules
index 3d19ef9..6ab1ee1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -129,12 +129,10 @@ binary-common:
 # Build architecture independant packages using the common target.
 binary-indep: install
# workaround for dh_link (mis)behavior, see BTS#445550
-   for i in ttf-dejavu/DejaVuSans.ttf droid/DroidSansJapanese.ttf; \
+   for i in ttf-dejavu/DejaVuSans.ttf droid/DroidSansJapanese.ttf 
droid/DroidSansFallbackFull.ttf; \
do ln -s /usr/share/fonts/truetype/$$i \

debian/wesnoth-$(BRANCH_VERSION)-data/usr/share/games/wesnoth/$(BRANCH_VERSION)/fonts/`basename
 $$i`; \
done
-   ln -s /usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf \
-   
debian/wesnoth-$(BRANCH_VERSION)-data/usr/share/games/wesnoth/$(BRANCH_VERSION)/fonts/DroidSansFallbackFull.ttf
 
# rename icons versioned
 

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, experimental, updated. debian/1.10.3-2-2-gefe8c5b

2012-09-07 Thread Gerfried Fuchs
The following commit has been merged in the experimental branch:
commit efe8c5b5b8aeee2fa528f4d007aaff411195f4da
Author: Gerfried Fuchs rho...@debian.org
Date:   Wed Sep 5 14:35:06 2012 +0200

Finalize the changelog

diff --git a/debian/changelog b/debian/changelog
index 804f830..199ea14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ wesnoth-1.10 (1:1.10.4-1) experimental; urgency=low
   * New upstream stable release.
   * Remove the extra ln handling in debian/rules.
 
- -- 
+ -- Gerfried Fuchs rho...@debian.org  Mon, 03 Sep 2012 12:49:56 +0200
 
 wesnoth-1.10 (1:1.10.3-2) unstable; urgency=low
 

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, devel, updated. debian/1.10.3-2-2-gefe8c5b

2012-09-07 Thread Gerfried Fuchs
The following commit has been merged in the devel branch:
commit efe8c5b5b8aeee2fa528f4d007aaff411195f4da
Author: Gerfried Fuchs rho...@debian.org
Date:   Wed Sep 5 14:35:06 2012 +0200

Finalize the changelog

diff --git a/debian/changelog b/debian/changelog
index 804f830..199ea14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ wesnoth-1.10 (1:1.10.4-1) experimental; urgency=low
   * New upstream stable release.
   * Remove the extra ln handling in debian/rules.
 
- -- 
+ -- Gerfried Fuchs rho...@debian.org  Mon, 03 Sep 2012 12:49:56 +0200
 
 wesnoth-1.10 (1:1.10.3-2) unstable; urgency=low
 

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, experimental, updated. debian/1.10.3-2-2-gefe8c5b

2012-09-07 Thread Gerfried Fuchs
The following commit has been merged in the experimental branch:
commit e716493669e2932736e08876ffc1e89f4dc6d315
Author: Gerfried Fuchs rho...@debian.org
Date:   Sat Aug 25 09:58:12 2012 +0200

no extra ln needed now that the name fits

diff --git a/debian/changelog b/debian/changelog
index 5525ea9..804f830 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+wesnoth-1.10 (1:1.10.4-1) experimental; urgency=low
+
+  * New upstream stable release.
+  * Remove the extra ln handling in debian/rules.
+
+ -- 
+
 wesnoth-1.10 (1:1.10.3-2) unstable; urgency=low
 
   [ Vincent Cheng ]
diff --git a/debian/rules b/debian/rules
index 3d19ef9..6ab1ee1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -129,12 +129,10 @@ binary-common:
 # Build architecture independant packages using the common target.
 binary-indep: install
# workaround for dh_link (mis)behavior, see BTS#445550
-   for i in ttf-dejavu/DejaVuSans.ttf droid/DroidSansJapanese.ttf; \
+   for i in ttf-dejavu/DejaVuSans.ttf droid/DroidSansJapanese.ttf 
droid/DroidSansFallbackFull.ttf; \
do ln -s /usr/share/fonts/truetype/$$i \

debian/wesnoth-$(BRANCH_VERSION)-data/usr/share/games/wesnoth/$(BRANCH_VERSION)/fonts/`basename
 $$i`; \
done
-   ln -s /usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf \
-   
debian/wesnoth-$(BRANCH_VERSION)-data/usr/share/games/wesnoth/$(BRANCH_VERSION)/fonts/DroidSansFallbackFull.ttf
 
# rename icons versioned
 

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth annotated tag, debian/1.10.4-1, created. debian/1.10.4-1

2012-09-07 Thread Gerfried Fuchs
The annotated tag, debian/1.10.4-1 has been created
at  7e65a0c4486dacc77ee3fc3894b25a775733b3fe (tag)
   tagging  efe8c5b5b8aeee2fa528f4d007aaff411195f4da (commit)
  replaces  debian/1.10.3-2
 tagged by  Gerfried Fuchs
on  Wed Sep 5 14:38:52 2012 +0200

- Shortlog 
Uploaded 1:1.10.4-1 to experimental
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAABCAAGBQJQR0fpAAoJEDH85+fdB5RhI30H/AovQ84D0ssBtz73CaaWB8oZ
C3CHfSEFaWR/BGDAxnKoMG8pOTCap3fQXOyNJTqD5tFEGb7lQl4bEwY/w0BPWsbH
mu+A7mFA3QQwxzcmRE6VOM93Eqpj/8ELifHMPd8+JGUNVKM77/rV7AZDxDCUEh01
bHi7cZkfORV0SrU67mHv8P29Zh8QUFOVtQSafywYpLXz1nQNHdd+vlwUfz2sPqTc
fRYE84IH3bSEcxHqvlyhCLEgNHqnkUzr6er01L9KKjBX9inPOTYKpiw8wrxzdsCa
dLE0HIodcKIflk+vkTmIyEhd3jyPbnlQNmBL3C3U3bbBaIdtV5JxCzHyQTI6lAo=
=EZfB
-END PGP SIGNATURE-

Gerfried Fuchs (2):
  no extra ln needed now that the name fits
  Finalize the changelog

---

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.10.3-1-3-g14a7c6e

2012-09-02 Thread Gerfried Fuchs
The following commit has been merged in the master branch:
commit 14a7c6e76bd41b226f8eed201f76b3c537dda621
Author: Gerfried Fuchs rho...@debian.org
Date:   Sun Sep 2 22:54:08 2012 +0200

Finalize the changelog

diff --git a/debian/changelog b/debian/changelog
index cc12421..5525ea9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-wesnoth-1.10 (1:1.10.3-2) UNRELEASED; urgency=low
+wesnoth-1.10 (1:1.10.3-2) unstable; urgency=low
 
+  [ Vincent Cheng ]
   * Fix broken font symlink in debian/rules. (closes: #681556)
 
- -- 
+ -- Gerfried Fuchs rho...@debian.org  Sun, 02 Sep 2012 13:11:51 +0200
 
 wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low
 

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth annotated tag, debian/1.10.3-2, created. debian/1.10.3-2

2012-09-02 Thread Gerfried Fuchs
The annotated tag, debian/1.10.3-2 has been created
at  fb537e6a0eb6f71b8c5792c504fc22079b0b6b4e (tag)
   tagging  14a7c6e76bd41b226f8eed201f76b3c537dda621 (commit)
  replaces  debian/1.10.3-1
 tagged by  Gerfried Fuchs
on  Sun Sep 2 22:54:17 2012 +0200

- Shortlog 
Uploaded 1:1.10.3-2 to unstable
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAABCAAGBQJQQ8eDAAoJEDH85+fdB5RhLrYH/0oWKK4AbryydIOHmRwrxdxe
IseJAhp3HaP8XM6KNKi3HwaBqrLIWkdYo060ByJvLmeoDDnCU/lLR63sKhtD9Kq0
uYhb0frY8MTHcuVbjtfj+BZMmqBViSpZANgwmEgNSicDSBRNGXNw1/PZxIByADwV
cpNuXPNg9Z7LH7mNRwVh5fPrKzqNgmSPoISWB4T6fYqRoYUJ4HwGUJ4VyCX90+Yu
ajLeAhnhIDdlLrZy1OEvMKiyE6ugPdIkmUlERwJUgQc4daFKtHGcw+AM01g1Kzb2
c9qiZNrr1SeYVYVP6eDI+kXu11emE+ftDNw3aai1MjfDhIvlD3djyuRkZsym7aQ=
=4zSS
-END PGP SIGNATURE-

Gerfried Fuchs (1):
  Finalize the changelog

Vincent Cheng (2):
  Fix broken DroidSansFallbackFull.ttf symlink
  close #681556 in debian/changelog

---

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, lucid-backports, updated. debian/1.10.3-1-10-gb8c6eed

2012-06-29 Thread Gerfried Fuchs
The following commit has been merged in the lucid-backports branch:
commit b8c6eede9f759eca3c24514b7887242cba147831
Author: Gerfried Fuchs rho...@debian.org
Date:   Thu Jun 28 15:42:59 2012 +0200

backports stub

diff --git a/debian/changelog b/debian/changelog
index 4a5e778..d295b08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+wesnoth-1.10 (1:1.10.3-1~lucid1) lucid-backports; urgency=low
+
+  * Backport to lucid, changes kept:
+- Switch to use ttf-droid instead of fonts-droid which is not available in
+  lucid.
+
+ -- Gerfried Fuchs rho...@ubuntu.com  Thu, 28 Jun 2012 15:42:17 +0200
+
 wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low
 
   * New upstream stable release (closes: #676460)

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, lucid-backports, updated. debian/1.10.3-1-10-gb8c6eed

2012-06-29 Thread Gerfried Fuchs
The following commit has been merged in the lucid-backports branch:
commit 640d98587edf6e73ee2eabb57a2f95aa8dc16f7d
Merge: 1c02f05528f88b5b22963f7ff38054141754a5ba 
f8afd820faa6e3b41f3c19dc8c70a7c1132ca872
Author: Gerfried Fuchs rho...@debian.org
Date:   Thu Jun 28 15:40:34 2012 +0200

Merge tag 'debian/1.10.3-1' into lucid-backports

Uploaded 1:1.10.3-1 to unstable

Conflicts:
debian/changelog

diff --combined debian/changelog
index 2602cc5,a2172d0..4a5e778
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,13 +1,21 @@@
+ wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low
+ 
+   * New upstream stable release (closes: #676460)
+   * Remove divert handling which was for wesnoth 1.6 (LP: #999378)
+   * Update package descriptions with data from campaigns (closes: #675170)
+   * Update lintian overrides files.
+   * Get rid of wesnoth-all package.
+ 
+  -- Gerfried Fuchs rho...@debian.org  Fri, 08 Jun 2012 01:04:39 +0200
+ 
 +wesnoth-1.10 (1:1.10.2-1~lucid1) lucid-backports; urgency=low
 +
 +  * Backport to lucid, changes kept:
 +- Switch to use ttf-droid instead of fonts-droid which is not available in
 +  lucid.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Fri, 13 Apr 2012 11:57:17 +0200
 +
  wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
  
* New upstream stable release.
@@@ -15,14 -17,6 +25,14 @@@
  
   -- Gerfried Fuchs rho...@debian.org  Sun, 08 Apr 2012 16:16:17 +0200
  
 +wesnoth-1.10 (1:1.10.1-1~lucid1) lucid-backports; urgency=low
 +
 +  * Backport to lucid, changes kept:
 +- Switch to use ttf-droid instead of fonts-droid which is not available in
 +  lucid.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Tue, 06 Mar 2012 13:32:11 +0100
 +
  wesnoth-1.10 (1:1.10.1-1) unstable; urgency=low
  
* New upstream stable release, making fix-xdg-path patch obsolete.
@@@ -31,14 -25,6 +41,14 @@@
  
   -- Gerfried Fuchs rho...@debian.org  Tue, 28 Feb 2012 00:44:18 +0100
  
 +wesnoth-1.10 (1:1.10-1~lucid1) lucid-backports; urgency=low
 +
 +  * Backport to lucid (LP: #932011)
 +  * Switch to use ttf-droid instead of fonts-droid which is not available in
 +lucid.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Sun, 12 Feb 2012 11:41:50 +0100
 +
  wesnoth-1.10 (1:1.10-1) unstable; urgency=low
  
* New upstream stable release!  \o/
diff --combined debian/control
index 43b30be,bd8403b..5170947
--- a/debian/control
+++ b/debian/control
@@@ -18,7 -18,7 +18,7 @@@ Vcs-Browser: http://git.debian.org/?p=p
  Package: wesnoth-1.10-data
  Architecture: all
  Depends: ${misc:Depends}, ttf-dejavu
 -Recommends: fonts-droid
 +Recommends: ttf-droid
  Suggests: wesnoth-1.10-music
  Description: data files for Wesnoth (branch 1.10)
   This package contains the sound files and graphics for Wesnoth. It is 
required
@@@ -110,20 -110,6 +110,6 @@@ Description: fantasy turn-based strateg
   of attacks.  Units gain experience and advance levels, and are carried over
   from one scenario to the next in a campaign.
  
- Package: wesnoth-all
- Architecture: all
- Depends: ${misc:Depends}, wesnoth (= ${source:Version}),
-   wesnoth-1.10-data (= ${source:Version})
- Description: fantasy turn-based strategy game - complete suite (transitional 
package)
-  This transitional package depends on the wesnoth package which pulls in the
-  complete set of the latest stable version.  You can safely remove this
-  package after the upgrade.
-  .
-  Battle for control of villages, using variety of units which have advantages
-  and disadvantages in different types of terrains and against different types
-  of attacks.  Units gain experience and advance levels, and are carried over
-  from one scenario to the next in a campaign.
- 
  Package: wesnoth
  Architecture: all
  Depends: ${misc:Depends}, wesnoth-1.10 (= ${binary:Version}),
@@@ -203,7 -189,7 +189,7 @@@ Description: Heir to the Throne offic
   This package contains the Heir to the Throne campaign for Wesnoth:
   Fight to regain the throne of Wesnoth, of which you are the legitimate
   heir.
-  (Novice level, 25 scenarios.)
+  (Novice level, 23 scenarios.)
   .
   Battle for control of villages, using variety of units which have advantages
   and disadvantages in different types of terrains and against different types
@@@ -219,7 -205,7 +205,7 @@@ Description: The South Guard officia
   A young Knight, Deoran, is dispatched to take command of the South Guard...
   Note: This campaign is designed as an introduction to Wesnoth. The 'Civilian'
   difficulty level is aimed at first-time players.
-  (Novice level, 9 or 10 scenarios depending on the branch you take.)
+  (Novice level, 9 scenarios.)
   .
   Battle for control of villages, using variety of units which have advantages
   and disadvantages in different types of terrains and against different types
@@@ -235,7 -221,7 +221,7 @@@ Description: The Rise of Wesnoth offi
   Lead Prince Haldric through the destruction of the Green Isle and across the
   Ocean to establish the very kingdom

[SCM] Debian packaging of wesnoth branch, natty-backports, updated. debian/1.10.3-1-12-g1d7cc23

2012-06-29 Thread Gerfried Fuchs
The following commit has been merged in the natty-backports branch:
commit 56d559250d255c8ab88ea1f45583ee13dc9450b6
Merge: 23bacaab620c42086a6292b079fc95084399cdbe 
f8afd820faa6e3b41f3c19dc8c70a7c1132ca872
Author: Gerfried Fuchs rho...@debian.org
Date:   Thu Jun 28 15:41:26 2012 +0200

Merge tag 'debian/1.10.3-1' into natty-backports

Uploaded 1:1.10.3-1 to unstable

Conflicts:
debian/changelog

diff --combined debian/changelog
index 54dad65,a2172d0..6f30786
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,13 +1,21 @@@
+ wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low
+ 
+   * New upstream stable release (closes: #676460)
+   * Remove divert handling which was for wesnoth 1.6 (LP: #999378)
+   * Update package descriptions with data from campaigns (closes: #675170)
+   * Update lintian overrides files.
+   * Get rid of wesnoth-all package.
+ 
+  -- Gerfried Fuchs rho...@debian.org  Fri, 08 Jun 2012 01:04:39 +0200
+ 
 +wesnoth-1.10 (1:1.10.2-1~natty1) natty-backports; urgency=low
 +
 +  * Backport to natty, changes kept:
 +- Switch to use ttf-droid instead of fonts-droid which is not available in
 +  natty.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Fri, 13 Apr 2012 11:57:17 +0200
 +
  wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
  
* New upstream stable release.
@@@ -15,14 -17,6 +25,14 @@@
  
   -- Gerfried Fuchs rho...@debian.org  Sun, 08 Apr 2012 16:16:17 +0200
  
 +wesnoth-1.10 (1:1.10.1-1~natty1) natty-backports; urgency=low
 +
 +  * Backport to natty, changes kept:
 +- Switch to use ttf-droid instead of fonts-droid which is not available in
 +  natty.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Tue, 06 Mar 2012 13:32:11 +0100
 +
  wesnoth-1.10 (1:1.10.1-1) unstable; urgency=low
  
* New upstream stable release, making fix-xdg-path patch obsolete.
@@@ -31,14 -25,6 +41,14 @@@
  
   -- Gerfried Fuchs rho...@debian.org  Tue, 28 Feb 2012 00:44:18 +0100
  
 +wesnoth-1.10 (1:1.10-1~natty1) natty-backports; urgency=low
 +
 +  * Backport to natty (LP: #932011)
 +  * Switch to use ttf-droid instead of fonts-droid which is not available in
 +natty.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Sun, 12 Feb 2012 11:41:50 +0100
 +
  wesnoth-1.10 (1:1.10-1) unstable; urgency=low
  
* New upstream stable release!  \o/
diff --combined debian/control
index 43b30be,bd8403b..5170947
--- a/debian/control
+++ b/debian/control
@@@ -18,7 -18,7 +18,7 @@@ Vcs-Browser: http://git.debian.org/?p=p
  Package: wesnoth-1.10-data
  Architecture: all
  Depends: ${misc:Depends}, ttf-dejavu
 -Recommends: fonts-droid
 +Recommends: ttf-droid
  Suggests: wesnoth-1.10-music
  Description: data files for Wesnoth (branch 1.10)
   This package contains the sound files and graphics for Wesnoth. It is 
required
@@@ -110,20 -110,6 +110,6 @@@ Description: fantasy turn-based strateg
   of attacks.  Units gain experience and advance levels, and are carried over
   from one scenario to the next in a campaign.
  
- Package: wesnoth-all
- Architecture: all
- Depends: ${misc:Depends}, wesnoth (= ${source:Version}),
-   wesnoth-1.10-data (= ${source:Version})
- Description: fantasy turn-based strategy game - complete suite (transitional 
package)
-  This transitional package depends on the wesnoth package which pulls in the
-  complete set of the latest stable version.  You can safely remove this
-  package after the upgrade.
-  .
-  Battle for control of villages, using variety of units which have advantages
-  and disadvantages in different types of terrains and against different types
-  of attacks.  Units gain experience and advance levels, and are carried over
-  from one scenario to the next in a campaign.
- 
  Package: wesnoth
  Architecture: all
  Depends: ${misc:Depends}, wesnoth-1.10 (= ${binary:Version}),
@@@ -203,7 -189,7 +189,7 @@@ Description: Heir to the Throne offic
   This package contains the Heir to the Throne campaign for Wesnoth:
   Fight to regain the throne of Wesnoth, of which you are the legitimate
   heir.
-  (Novice level, 25 scenarios.)
+  (Novice level, 23 scenarios.)
   .
   Battle for control of villages, using variety of units which have advantages
   and disadvantages in different types of terrains and against different types
@@@ -219,7 -205,7 +205,7 @@@ Description: The South Guard officia
   A young Knight, Deoran, is dispatched to take command of the South Guard...
   Note: This campaign is designed as an introduction to Wesnoth. The 'Civilian'
   difficulty level is aimed at first-time players.
-  (Novice level, 9 or 10 scenarios depending on the branch you take.)
+  (Novice level, 9 scenarios.)
   .
   Battle for control of villages, using variety of units which have advantages
   and disadvantages in different types of terrains and against different types
@@@ -235,7 -221,7 +221,7 @@@ Description: The Rise of Wesnoth offi
   Lead Prince Haldric through the destruction of the Green Isle and across the
   Ocean to establish the very kingdom

[SCM] Debian packaging of wesnoth branch, oneiric-backports, updated. debian/1.10.3-1-13-gd4510c3

2012-06-29 Thread Gerfried Fuchs
The following commit has been merged in the oneiric-backports branch:
commit 74dc0f64e9dd3a8eaafaad889e21a783aa409af4
Merge: b992f0760287d5cdf998d2f633cc4b681bbd0b71 
f8afd820faa6e3b41f3c19dc8c70a7c1132ca872
Author: Gerfried Fuchs rho...@debian.org
Date:   Thu Jun 28 15:42:04 2012 +0200

Merge tag 'debian/1.10.3-1' into oneiric-backports

Uploaded 1:1.10.3-1 to unstable

Conflicts:
debian/changelog

diff --combined debian/changelog
index b5a0d4c,a2172d0..1aa9d78
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,13 +1,21 @@@
+ wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low
+ 
+   * New upstream stable release (closes: #676460)
+   * Remove divert handling which was for wesnoth 1.6 (LP: #999378)
+   * Update package descriptions with data from campaigns (closes: #675170)
+   * Update lintian overrides files.
+   * Get rid of wesnoth-all package.
+ 
+  -- Gerfried Fuchs rho...@debian.org  Fri, 08 Jun 2012 01:04:39 +0200
+ 
 +wesnoth-1.10 (1:1.10.2-1~oneiric1) oneiric-backports; urgency=low
 +
 +  * Backport to oneiric, changes kept:
 +- Switch to use ttf-droid instead of fonts-droid which is not available in
 +  oneiric.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Fri, 13 Apr 2012 11:57:17 +0200
 +
  wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
  
* New upstream stable release.
@@@ -15,14 -17,6 +25,14 @@@
  
   -- Gerfried Fuchs rho...@debian.org  Sun, 08 Apr 2012 16:16:17 +0200
  
 +wesnoth-1.10 (1:1.10.1-1~oneiric1) oneiric-backports; urgency=low
 +
 +  * Backport to oneiric, changes kept:
 +- Switch to use ttf-droid instead of fonts-droid which is not available in
 +  oneiric.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Tue, 06 Mar 2012 13:32:11 +0100
 +
  wesnoth-1.10 (1:1.10.1-1) unstable; urgency=low
  
* New upstream stable release, making fix-xdg-path patch obsolete.
@@@ -31,14 -25,6 +41,14 @@@
  
   -- Gerfried Fuchs rho...@debian.org  Tue, 28 Feb 2012 00:44:18 +0100
  
 +wesnoth-1.10 (1:1.10-1~oneiric1) oneiric-backports; urgency=low
 +
 +  * Backport to oneiric (LP: #932011)
 +  * Switch to use ttf-droid instead of fonts-droid which is not available in
 +oneiric.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Sun, 12 Feb 2012 11:41:50 +0100
 +
  wesnoth-1.10 (1:1.10-1) unstable; urgency=low
  
* New upstream stable release!  \o/
diff --combined debian/control
index 43b30be,bd8403b..5170947
--- a/debian/control
+++ b/debian/control
@@@ -18,7 -18,7 +18,7 @@@ Vcs-Browser: http://git.debian.org/?p=p
  Package: wesnoth-1.10-data
  Architecture: all
  Depends: ${misc:Depends}, ttf-dejavu
 -Recommends: fonts-droid
 +Recommends: ttf-droid
  Suggests: wesnoth-1.10-music
  Description: data files for Wesnoth (branch 1.10)
   This package contains the sound files and graphics for Wesnoth. It is 
required
@@@ -110,20 -110,6 +110,6 @@@ Description: fantasy turn-based strateg
   of attacks.  Units gain experience and advance levels, and are carried over
   from one scenario to the next in a campaign.
  
- Package: wesnoth-all
- Architecture: all
- Depends: ${misc:Depends}, wesnoth (= ${source:Version}),
-   wesnoth-1.10-data (= ${source:Version})
- Description: fantasy turn-based strategy game - complete suite (transitional 
package)
-  This transitional package depends on the wesnoth package which pulls in the
-  complete set of the latest stable version.  You can safely remove this
-  package after the upgrade.
-  .
-  Battle for control of villages, using variety of units which have advantages
-  and disadvantages in different types of terrains and against different types
-  of attacks.  Units gain experience and advance levels, and are carried over
-  from one scenario to the next in a campaign.
- 
  Package: wesnoth
  Architecture: all
  Depends: ${misc:Depends}, wesnoth-1.10 (= ${binary:Version}),
@@@ -203,7 -189,7 +189,7 @@@ Description: Heir to the Throne offic
   This package contains the Heir to the Throne campaign for Wesnoth:
   Fight to regain the throne of Wesnoth, of which you are the legitimate
   heir.
-  (Novice level, 25 scenarios.)
+  (Novice level, 23 scenarios.)
   .
   Battle for control of villages, using variety of units which have advantages
   and disadvantages in different types of terrains and against different types
@@@ -219,7 -205,7 +205,7 @@@ Description: The South Guard officia
   A young Knight, Deoran, is dispatched to take command of the South Guard...
   Note: This campaign is designed as an introduction to Wesnoth. The 'Civilian'
   difficulty level is aimed at first-time players.
-  (Novice level, 9 or 10 scenarios depending on the branch you take.)
+  (Novice level, 9 scenarios.)
   .
   Battle for control of villages, using variety of units which have advantages
   and disadvantages in different types of terrains and against different types
@@@ -235,7 -221,7 +221,7 @@@ Description: The Rise of Wesnoth offi
   Lead Prince Haldric through the destruction of the Green Isle and across the
   Ocean

[SCM] Debian packaging of wesnoth branch, oneiric-backports, updated. debian/1.10.3-1-13-gd4510c3

2012-06-29 Thread Gerfried Fuchs
The following commit has been merged in the oneiric-backports branch:
commit d4510c3a78d4391f4c9a75df4b21858054f9b050
Author: Gerfried Fuchs rho...@debian.org
Date:   Thu Jun 28 15:58:19 2012 +0200

backports stub

diff --git a/debian/changelog b/debian/changelog
index 1aa9d78..8520cba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+wesnoth-1.10 (1:1.10.3-1~oneiric1) oneiric-backports; urgency=low
+
+  * Backport to oneiric, changes kept:
+- Switch to use ttf-droid instead of fonts-droid which is not available in
+  oneiric.
+
+ -- Gerfried Fuchs rho...@ubuntu.com  Thu, 28 Jun 2012 15:42:17 +0200
+
 wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low
 
   * New upstream stable release (closes: #676460)

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.10.2-1-7-g686a8fe

2012-06-11 Thread Gerfried Fuchs
The following commit has been merged in the master branch:
commit 4bfa49264ec61c0a5f8fbeed9859e46c17736881
Author: Gerfried Fuchs rho...@debian.org
Date:   Mon Jun 11 09:17:03 2012 +0200

add description to branchcheck script

diff --git a/debian/branchcheck b/debian/branchcheck
index bd66d97..755fe78 100644
--- a/debian/branchcheck
+++ b/debian/branchcheck
@@ -1,18 +1,21 @@
 #!/bin/sh
-# Copyright (C) 2009-2010 Gerfried Fuchs rho...@debian.at
+# Copyright (C) 2009-2012 Gerfried Fuchs rho...@debian.org
 # Licenced under WTFPLv2
 
-set -ex
+# Description: rebuild files from .in files
+#  This script will (re)generate the branched files from the
+#  corresponding .in files.
+#  To be called as sh debian/branchcheck
+
+set -e
 
 BRANCH=$(dpkg-parsechangelog | grep ^Version: | cut -d  -f2 | cut -d. 
-f1,2 | cut -d: -f2 | cut -d- -f1 | sed -e 's/[a-z].*//')
 BRANODOT=$(echo $BRANCH | tr -d .)
 
-if head -1 debian/control | grep -v ^Source: wesnoth-$BRANCH /dev/null ; 
then \
-   for i in debian/*.in debian/patches/*.in; do
-   new=$(basename $i .in | sed -e s/BRANCH/$BRANCH/)
-   dir=$(dirname $i)
-   cp $i $dir/$new
-   sed -i -e s/BRANCH/$BRANCH/g   $dir/$new
-   sed -i -e s/BRANODOT/$BRANODOT/g $dir/$new
-   done
-fi
+for i in debian/*.in debian/patches/*.in; do
+   new=$(basename $i .in | sed -e s/BRANCH/$BRANCH/)
+   dir=$(dirname $i)
+   cp $i $dir/$new
+   sed -i -e s/BRANCH/$BRANCH/g   $dir/$new
+   sed -i -e s/BRANODOT/$BRANODOT/g $dir/$new
+done

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.10.2-1-7-g686a8fe

2012-06-11 Thread Gerfried Fuchs
The following commit has been merged in the master branch:
commit 686a8fea02e4dbcf6f70c3c43232d476ef99b6ac
Author: Gerfried Fuchs rho...@debian.org
Date:   Mon Jun 11 09:26:20 2012 +0200

Get rid of wesnoth-all package

diff --git a/debian/changelog b/debian/changelog
index 05b639b..f361b5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low
   * Remove divert handling which was for wesnoth 1.6 (LP: #999378)
   * Update package descriptions with data from campaigns (closes: #675170)
   * Update lintian overrides files.
+  * Get rid of wesnoth-all package.
 
  -- 
 
diff --git a/debian/control b/debian/control
index d1ee755..bd8403b 100644
--- a/debian/control
+++ b/debian/control
@@ -110,20 +110,6 @@ Description: fantasy turn-based strategy game - complete 
suite (branch 1.10)
  of attacks.  Units gain experience and advance levels, and are carried over
  from one scenario to the next in a campaign.
 
-Package: wesnoth-all
-Architecture: all
-Depends: ${misc:Depends}, wesnoth (= ${source:Version}),
-  wesnoth-1.10-data (= ${source:Version})
-Description: fantasy turn-based strategy game - complete suite (transitional 
package)
- This transitional package depends on the wesnoth package which pulls in the
- complete set of the latest stable version.  You can safely remove this
- package after the upgrade.
- .
- Battle for control of villages, using variety of units which have advantages
- and disadvantages in different types of terrains and against different types
- of attacks.  Units gain experience and advance levels, and are carried over
- from one scenario to the next in a campaign.
-
 Package: wesnoth
 Architecture: all
 Depends: ${misc:Depends}, wesnoth-1.10 (= ${binary:Version}),
diff --git a/debian/control.in b/debian/control.in
index 72c3c02..e9ae495 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -110,20 +110,6 @@ Description: fantasy turn-based strategy game - complete 
suite (branch BRANCH)
  of attacks.  Units gain experience and advance levels, and are carried over
  from one scenario to the next in a campaign.
 
-Package: wesnoth-all
-Architecture: all
-Depends: ${misc:Depends}, wesnoth (= ${source:Version}),
-  wesnoth-BRANCH-data (= ${source:Version})
-Description: fantasy turn-based strategy game - complete suite (transitional 
package)
- This transitional package depends on the wesnoth package which pulls in the
- complete set of the latest stable version.  You can safely remove this
- package after the upgrade.
- .
- Battle for control of villages, using variety of units which have advantages
- and disadvantages in different types of terrains and against different types
- of attacks.  Units gain experience and advance levels, and are carried over
- from one scenario to the next in a campaign.
-
 Package: wesnoth
 Architecture: all
 Depends: ${misc:Depends}, wesnoth-BRANCH (= ${binary:Version}),

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.10.2-1-7-g686a8fe

2012-06-11 Thread Gerfried Fuchs
The following commit has been merged in the master branch:
commit c8be2b6d517a368749c4849c07775a55918c8b32
Author: Gerfried Fuchs rho...@debian.org
Date:   Mon Jun 11 09:25:22 2012 +0200

Update lintian overrides files

diff --git a/debian/changelog b/debian/changelog
index 9d97e81..05b639b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low
   * New upstream stable release (closes: #676460)
   * Remove divert handling which was for wesnoth 1.6 (LP: #999378)
   * Update package descriptions with data from campaigns (closes: #675170)
+  * Update lintian overrides files.
 
  -- 
 
diff --git a/debian/wesnoth-1.10-core.lintian-overrides 
b/debian/wesnoth-1.10-core.lintian-overrides
index 37dc736..7663963 100644
--- a/debian/wesnoth-1.10-core.lintian-overrides
+++ b/debian/wesnoth-1.10-core.lintian-overrides
@@ -2,4 +2,3 @@ wesnoth-1.10-core: manpage-locale-dir-country-specific 
usr/share/man/en_GB/man6/
 wesnoth-1.10-core: manpage-locale-dir-country-specific 
usr/share/man/en_GB/man6/wesnoth-1.10-smallgui.6.gz
 wesnoth-1.10-core: manpage-locale-dir-country-specific 
usr/share/man/en_GB/man6/wesnoth-1.10.6.gz
 wesnoth-1.10-core: manpage-locale-dir-country-specific 
usr/share/man/en_GB/man6/wesnoth-1.10_editor.6.gz
-wesnoth-1.10-core: diversion-for-unknown-file 
usr/share/man/*/man6/wesnoth.6.gz postinst:25
diff --git a/debian/wesnoth-1.10-data.lintian-overrides 
b/debian/wesnoth-1.10-data.lintian-overrides
index 03a66ad..a326f93 100644
--- a/debian/wesnoth-1.10-data.lintian-overrides
+++ b/debian/wesnoth-1.10-data.lintian-overrides
@@ -1,5 +1,4 @@
 wesnoth-1.10-data: extra-license-file 
usr/share/games/wesnoth/1.10/data/COPYING.txt
 wesnoth-1.10-data: symlink-should-be-relative 
usr/share/games/wesnoth/1.10/fonts/DejaVuSans.ttf 
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
-wesnoth-1.10-data: symlink-should-be-relative 
usr/share/games/wesnoth/1.10/fonts/wqy-zenhei.ttc 
/usr/share/fonts/truetype/wqy/wqy-zenhei.ttc
-wesnoth-1.10-data: package-contains-broken-symlink 
usr/share/games/wesnoth/1.10/fonts/DejaVuSans.ttf 
usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
-wesnoth-1.10-data: package-contains-broken-symlink 
usr/share/games/wesnoth/1.10/fonts/wqy-zenhei.ttc 
usr/share/fonts/truetype/wqy/wqy-zenhei.ttc
+wesnoth-1.10-data: symlink-should-be-relative 
usr/share/games/wesnoth/1.10/fonts/DroidSansFallbackFull.ttf 
/usr/share/fonts/truetype/droid/DroidSansFallback.ttf
+wesnoth-1.10-data: symlink-should-be-relative 
usr/share/games/wesnoth/1.10/fonts/DroidSansJapanese.ttf 
/usr/share/fonts/truetype/droid/DroidSansJapanese.ttf
diff --git a/debian/wesnoth-1.10.lintian-overrides 
b/debian/wesnoth-1.10.lintian-overrides
new file mode 100644
index 000..1639213
--- /dev/null
+++ b/debian/wesnoth-1.10.lintian-overrides
@@ -0,0 +1 @@
+wesnoth-1.10: empty-binary-package
diff --git a/debian/wesnoth-BRANCH-core.lintian-overrides.in 
b/debian/wesnoth-BRANCH-core.lintian-overrides.in
index f278d8a..f3866ff 100644
--- a/debian/wesnoth-BRANCH-core.lintian-overrides.in
+++ b/debian/wesnoth-BRANCH-core.lintian-overrides.in
@@ -2,4 +2,3 @@ wesnoth-BRANCH-core: manpage-locale-dir-country-specific 
usr/share/man/en_GB/man
 wesnoth-BRANCH-core: manpage-locale-dir-country-specific 
usr/share/man/en_GB/man6/wesnoth-BRANCH-smallgui.6.gz
 wesnoth-BRANCH-core: manpage-locale-dir-country-specific 
usr/share/man/en_GB/man6/wesnoth-BRANCH.6.gz
 wesnoth-BRANCH-core: manpage-locale-dir-country-specific 
usr/share/man/en_GB/man6/wesnoth-BRANCH_editor.6.gz
-wesnoth-BRANCH-core: diversion-for-unknown-file 
usr/share/man/*/man6/wesnoth.6.gz postinst:25
diff --git a/debian/wesnoth-BRANCH-data.lintian-overrides.in 
b/debian/wesnoth-BRANCH-data.lintian-overrides.in
index b8dec17..a16d3a6 100644
--- a/debian/wesnoth-BRANCH-data.lintian-overrides.in
+++ b/debian/wesnoth-BRANCH-data.lintian-overrides.in
@@ -1,5 +1,4 @@
 wesnoth-BRANCH-data: extra-license-file 
usr/share/games/wesnoth/BRANCH/data/COPYING.txt
 wesnoth-BRANCH-data: symlink-should-be-relative 
usr/share/games/wesnoth/BRANCH/fonts/DejaVuSans.ttf 
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
-wesnoth-BRANCH-data: symlink-should-be-relative 
usr/share/games/wesnoth/BRANCH/fonts/wqy-zenhei.ttc 
/usr/share/fonts/truetype/wqy/wqy-zenhei.ttc
-wesnoth-BRANCH-data: package-contains-broken-symlink 
usr/share/games/wesnoth/BRANCH/fonts/DejaVuSans.ttf 
usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
-wesnoth-BRANCH-data: package-contains-broken-symlink 
usr/share/games/wesnoth/BRANCH/fonts/wqy-zenhei.ttc 
usr/share/fonts/truetype/wqy/wqy-zenhei.ttc
+wesnoth-BRANCH-data: symlink-should-be-relative 
usr/share/games/wesnoth/BRANCH/fonts/DroidSansFallbackFull.ttf 
/usr/share/fonts/truetype/droid/DroidSansFallback.ttf
+wesnoth-BRANCH-data: symlink-should-be-relative 
usr/share/games/wesnoth/BRANCH/fonts/DroidSansJapanese.ttf 
/usr/share/fonts/truetype/droid/DroidSansJapanese.ttf
diff --git a/debian/wesnoth

[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.10.2-1-8-gf8afd82

2012-06-11 Thread Gerfried Fuchs
The following commit has been merged in the master branch:
commit f8afd820faa6e3b41f3c19dc8c70a7c1132ca872
Author: Gerfried Fuchs rho...@debian.org
Date:   Mon Jun 11 11:33:26 2012 +0200

Finalize the changelog

diff --git a/debian/changelog b/debian/changelog
index f361b5f..a2172d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low
   * Update lintian overrides files.
   * Get rid of wesnoth-all package.
 
- -- 
+ -- Gerfried Fuchs rho...@debian.org  Fri, 08 Jun 2012 01:04:39 +0200
 
 wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
 

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth annotated tag, debian/1.10.3-1, created. debian/1.10.3-1

2012-06-11 Thread Gerfried Fuchs
The annotated tag, debian/1.10.3-1 has been created
at  cd7289880ab3efd4d479cf29f468cb51bda1e613 (tag)
   tagging  f8afd820faa6e3b41f3c19dc8c70a7c1132ca872 (commit)
  replaces  debian/1.10.2-1
 tagged by  Gerfried Fuchs
on  Mon Jun 11 11:34:26 2012 +0200

- Shortlog 
Uploaded 1:1.10.3-1 to unstable
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAABCAAGBQJP1bupAAoJEDH85+fdB5RhaMUH/jkvPYOwtZ7zLxHyd8UEzMaL
va9qNYrhFMotECEpmgSGlzxw3dSpkQnGLs2H6Frt6tc6rHjpOU+ml+py9vQ0z47F
XXJ3aPin6sODc5t08VezYh5GTvddFdqWwnmF+efkG6UDM1QWN2kXuHQFC1PRRQLT
t5DmjXfDOtmPdtSyZQV9Nay4nB0tNTbiPAV+NzOXpFqJ8hUP7iQGiyanPD5IZVR6
iFIhFUzKE3yMTqPfTofNtBoK8AiZ01mNivlf2jI3SxbNd8V2Zxjeyec/0D40vTOl
vYTXjpxeRw5oKWDTRuH1TdwqkKxpI7rKFWgQIclrNxUvgbQ7yTuk4oM9UPrwusw=
=lVbB
-END PGP SIGNATURE-

Gerfried Fuchs (8):
  New upstream stable release
  Remove divert handling
  add closes
  Update package descriptions
  add description to branchcheck script
  Update lintian overrides files
  Get rid of wesnoth-all package
  Finalize the changelog

---

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, squeeze-backports, updated. debian/1.10.3-1-6-gf0066ef

2012-06-11 Thread Gerfried Fuchs
The following commit has been merged in the squeeze-backports branch:
commit 42ae6d4e9371014f717bfd55136a04bc18e01bfb
Merge: 97d59f62bd6e40ef5de596480909c9f384b19db5 
f8afd820faa6e3b41f3c19dc8c70a7c1132ca872
Author: Gerfried Fuchs rho...@debian.org
Date:   Mon Jun 11 19:50:20 2012 +0200

Merge tag 'debian/1.10.3-1' into squeeze-backports

diff --combined debian/changelog
index 2fcbfa0,a2172d0..f87829e
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,13 +1,19 @@@
+ wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low
+ 
+   * New upstream stable release (closes: #676460)
+   * Remove divert handling which was for wesnoth 1.6 (LP: #999378)
+   * Update package descriptions with data from campaigns (closes: #675170)
+   * Update lintian overrides files.
+   * Get rid of wesnoth-all package.
+ 
+  -- Gerfried Fuchs rho...@debian.org  Fri, 08 Jun 2012 01:04:39 +0200
+ 
 +wesnoth-1.10 (1:1.10.2-1~bpo60+1) squeeze-backports; urgency=low
 +
 +  * Rebuild for squeeze-backports.
 +
 + -- Gerfried Fuchs rho...@debian.org  Wed, 25 Apr 2012 18:19:45 +0200
 +
  wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
  
* New upstream stable release.
@@@ -21,12 -25,6 +31,12 @@@ wesnoth-1.10 (1:1.10.1-1) unstable; urg
  
   -- Gerfried Fuchs rho...@debian.org  Tue, 28 Feb 2012 00:44:18 +0100
  
 +wesnoth-1.10 (1:1.10-1~bpo60+1) squeeze-backports; urgency=low
 +
 +  * Rebuild for squeeze-backports.
 +
 + -- Gerfried Fuchs rho...@debian.org  Wed, 08 Feb 2012 11:45:25 +0100
 +
  wesnoth-1.10 (1:1.10-1) unstable; urgency=low
  
* New upstream stable release!  \o/

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, squeeze-backports, updated. debian/1.10.3-1-6-gf0066ef

2012-06-11 Thread Gerfried Fuchs
The following commit has been merged in the squeeze-backports branch:
commit f0066ef0c4fa8aac2546622e95bfab52e6962f80
Author: Gerfried Fuchs rho...@debian.org
Date:   Mon Jun 11 19:51:15 2012 +0200

backports changelog stub

diff --git a/debian/changelog b/debian/changelog
index f87829e..0685bd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wesnoth-1.10 (1:1.10.3-1~bpo60+1) squeeze-backports; urgency=low
+
+  * Rebuild for squeeze-backports.
+
+ -- Gerfried Fuchs rho...@debian.org  Mon, 11 Jun 2012 19:50:48 +0200
+
 wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low
 
   * New upstream stable release (closes: #676460)

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth annotated tag, debian/1.10.2-1_bpo60+1, created. debian/1.10.2-1_bpo60+1

2012-06-11 Thread Gerfried Fuchs
The annotated tag, debian/1.10.2-1_bpo60+1 has been created
at  084d20ddd5c9558ef41a05235ab06239f421f9aa (tag)
   tagging  97d59f62bd6e40ef5de596480909c9f384b19db5 (commit)
  replaces  debian/1.10.2-1
 tagged by  Gerfried Fuchs
on  Mon Jun 11 19:49:28 2012 +0200

- Shortlog 
Uploaded 1:1.10.2-1~bpo60+1 to squeeze-backports
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAABCAAGBQJP1i+yAAoJEDH85+fdB5RhR8oH/R0sOth7tuW5iOK7aPKjkzdN
9L6+xA0W0bMverLVtizXOTr1mP35DE5KMCBZ3Cec4x8ZUWL/K03gpbPgrewyx28q
xT31l5UvSCgg7h0FBKXzzld0/Mc5Gt1imqIpVf7IplIk56iv1PHmLeokOA52df9c
0u3ToN8nDTSn64X0+2+73kBqCzjiDbRqir/b2IVclOyMbsjF+f4E+WvMprsOPTUX
83VWfeLCo88riAQc7dv8Yj1aPv2zKgsy0r9UZPBQSRG9NcX4DO+7ZJVNUpvDMwfW
54tYTbHaLjPmndIwwnkw+ikK691v17I6cdJbvZyMzNIVpnn/nZK2bayvFdj+unY=
=uv4/
-END PGP SIGNATURE-

Gerfried Fuchs (4):
  start with squeeze-backports branch
  Finalize the changelog
  Merge tag 'debian/1.10.2-1' into squeeze-backports
  backports changelog stub

---

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.10.2-1-2-gf78ea14

2012-06-07 Thread Gerfried Fuchs
The following commit has been merged in the master branch:
commit e0a5a0447f2aab62aea7e0b734a3f7be97bd00a7
Author: Gerfried Fuchs rho...@debian.org
Date:   Wed Jun 6 17:32:53 2012 +0200

New upstream stable release

diff --git a/debian/changelog b/debian/changelog
index 17232a1..aea1e2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low
+
+  * New upstream stable release.
+
+ -- 
+
 wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
 
   * New upstream stable release.

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.10.2-1-2-gf78ea14

2012-06-07 Thread Gerfried Fuchs
The following commit has been merged in the master branch:
commit f78ea14a4747a548abc1b4aa85c99ecb883ef93a
Author: Gerfried Fuchs rho...@debian.org
Date:   Thu Jun 7 22:29:40 2012 +0200

Remove divert handling

diff --git a/debian/changelog b/debian/changelog
index aea1e2e..5f7c810 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low
 
   * New upstream stable release.
+  * Remove divert handling which was for wesnoth 1.6 (LP: #999378)
 
  -- 
 
diff --git a/debian/wesnoth-1.10-core.postinst 
b/debian/wesnoth-1.10-core.postinst
index 48c8932..695cb2d 100644
--- a/debian/wesnoth-1.10-core.postinst
+++ b/debian/wesnoth-1.10-core.postinst
@@ -1,6 +1,6 @@
 #!/bin/sh
 # postinst script for wesnoth-1.10-core
-# Copyright 2010 by Gerfried Fuchs rho...@debian.at
+# Copyright 2010-2012 by Gerfried Fuchs rho...@debian.org
 # Licensed under WTFPLv2
 
 set -e
@@ -9,20 +9,18 @@ divert_oldfiles()
 {
# programs
for i in wesnoth wesnoth-nolog wesnoth-smallgui wesnoth-editor; do
-   if ! dpkg-divert --list /usr/games/$i | grep -q /usr/games/$i; 
then
-   dpkg-divert --package wesnoth-1.10-core \
-   --divert /usr/games/$i-old \
-   --rename /usr/games/$i
+   if dpkg-divert --list /usr/games/$i | grep -q /usr/games/$i; 
then
+   dpkg-divert --remove --package wesnoth-1.10-core \
+   --rename /usr/games/$i 2/dev/null || true
fi
done
 
# manpages
for i in ca_ES@valencia cs da de en_GB es et fi fr gl hu it ja \
lt nl pl sk sr sr@latin sv tr zh_CN zh_TW; do
-   if ! dpkg-divert --list /usr/share/man/$i/man6/wesnoth.6.gz | 
grep -q /usr/share/man/$i/man6/wesnoth.6.gz; then
-   dpkg-divert --package wesnoth-1.10-core \
-   --divert 
/usr/share/man/$i/man6/wesnoth-old.6.gz \
-   --rename /usr/share/man/$i/man6/wesnoth.6.gz
+   if dpkg-divert --list /usr/share/man/$i/man6/wesnoth.6.gz | 
grep -q /usr/share/man/$i/man6/wesnoth.6.gz; then
+   dpkg-divert --remove --package wesnoth-1.10-core \
+   --rename /usr/share/man/$i/man6/wesnoth.6.gz 
2/dev/null || true
fi
done
 }
diff --git a/debian/wesnoth-1.10-core.postrm b/debian/wesnoth-1.10-core.postrm
deleted file mode 100644
index d5fed5f..000
--- a/debian/wesnoth-1.10-core.postrm
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/sh
-# postrm script for wesnoth-1.10-core
-# Copyright 2010 by Gerfried Fuchs rho...@debian.at
-# Licensed under WTFPLv2
-
-set -e
-
-divert_oldfiles()
-{
-   # programs
-   for i in wesnoth wesnoth-nolog wesnoth-smallgui wesnoth-editor; do 
-   dpkg-divert --remove --package wesnoth-1.10-core \
-   --rename /usr/games/$i 2/dev/null || true
-   done
-
-   # manpages
-   for i in ca_ES@valencia cs da de en_GB es et fi fr gl hu it ja \
-   lt nl pl sk sr sr@latin sv tr zh_CN zh_TW; do
-   dpkg-divert --remove --package wesnoth-1.10-core \
-   --rename /usr/share/man/$i/man6/wesnoth.6.gz 
2/dev/null || true
-   done
-}
-
-
-case $1 in
-   purge|remove)
-   divert_oldfiles
-   ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/wesnoth-BRANCH-core.postinst.in 
b/debian/wesnoth-BRANCH-core.postinst.in
index 656a8ef..e7b8017 100644
--- a/debian/wesnoth-BRANCH-core.postinst.in
+++ b/debian/wesnoth-BRANCH-core.postinst.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 # postinst script for wesnoth-BRANCH-core
-# Copyright 2010 by Gerfried Fuchs rho...@debian.at
+# Copyright 2010-2012 by Gerfried Fuchs rho...@debian.org
 # Licensed under WTFPLv2
 
 set -e
@@ -9,20 +9,18 @@ divert_oldfiles()
 {
# programs
for i in wesnoth wesnoth-nolog wesnoth-smallgui wesnoth-editor; do
-   if ! dpkg-divert --list /usr/games/$i | grep -q /usr/games/$i; 
then
-   dpkg-divert --package wesnoth-BRANCH-core \
-   --divert /usr/games/$i-old \
-   --rename /usr/games/$i
+   if dpkg-divert --list /usr/games/$i | grep -q /usr/games/$i; 
then
+   dpkg-divert --remove --package wesnoth-BRANCH-core \
+   --rename /usr/games/$i 2/dev/null || true
fi
done
 
# manpages
for i in ca_ES@valencia cs da de en_GB es et fi fr gl hu it ja \
lt nl pl sk sr sr@latin sv tr zh_CN zh_TW; do
-   if ! dpkg-divert --list /usr/share/man/$i/man6/wesnoth.6.gz | 
grep -q /usr/share/man/$i/man6/wesnoth.6.gz; then
-   dpkg-divert --package wesnoth-BRANCH-core \
-   --divert 
/usr/share/man/$i/man6

[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.10.2-1-4-g932dee1

2012-06-07 Thread Gerfried Fuchs
The following commit has been merged in the master branch:
commit fdb90a45e806d3f472d7e1c210c18e799496febb
Author: Gerfried Fuchs rho...@debian.org
Date:   Fri Jun 8 00:53:20 2012 +0200

add closes

diff --git a/debian/changelog b/debian/changelog
index 5f7c810..b6e91ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low
 
-  * New upstream stable release.
+  * New upstream stable release (closes: #676460)
   * Remove divert handling which was for wesnoth 1.6 (LP: #999378)
 
  -- 

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.10.2-1-4-g932dee1

2012-06-07 Thread Gerfried Fuchs
The following commit has been merged in the master branch:
commit 932dee10692406d2576775d5818a86e94654a221
Author: Gerfried Fuchs rho...@debian.org
Date:   Fri Jun 8 01:13:55 2012 +0200

Update package descriptions

diff --git a/debian/changelog b/debian/changelog
index b6e91ba..9d97e81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low
 
   * New upstream stable release (closes: #676460)
   * Remove divert handling which was for wesnoth 1.6 (LP: #999378)
+  * Update package descriptions with data from campaigns (closes: #675170)
 
  -- 
 
diff --git a/debian/control b/debian/control
index e28943d..d1ee755 100644
--- a/debian/control
+++ b/debian/control
@@ -203,7 +203,7 @@ Description: Heir to the Throne official campaign for 
Wesnoth (branch 1.10)
  This package contains the Heir to the Throne campaign for Wesnoth:
  Fight to regain the throne of Wesnoth, of which you are the legitimate
  heir.
- (Novice level, 25 scenarios.)
+ (Novice level, 23 scenarios.)
  .
  Battle for control of villages, using variety of units which have advantages
  and disadvantages in different types of terrains and against different types
@@ -219,7 +219,7 @@ Description: The South Guard official campaign for 
Wesnoth (branch 1.10)
  A young Knight, Deoran, is dispatched to take command of the South Guard...
  Note: This campaign is designed as an introduction to Wesnoth. The 'Civilian'
  difficulty level is aimed at first-time players.
- (Novice level, 9 or 10 scenarios depending on the branch you take.)
+ (Novice level, 9 scenarios.)
  .
  Battle for control of villages, using variety of units which have advantages
  and disadvantages in different types of terrains and against different types
@@ -235,7 +235,7 @@ Description: The Rise of Wesnoth official campaign for 
Wesnoth (branch 1.10)
  Lead Prince Haldric through the destruction of the Green Isle and across the
  Ocean to establish the very kingdom of Wesnoth itself. The confrontation with
  Lich-Lord Jevyan awaits...
- (Intermediate level, 25 scenarios.)
+ (Intermediate level, 24 scenarios.)
  .
  Battle for control of villages, using variety of units which have advantages
  and disadvantages in different types of terrains and against different types
@@ -248,11 +248,10 @@ Depends: ${misc:Depends}, wesnoth-1.10-core (= 
${wesnoth:Min-Version}),
 Architecture: all
 Description: A Tale of Two Brothers official campaign for Wesnoth (branch 
1.10)
  This package contains the A Tale of Two Brothers campaign for Wesnoth:
- An evil mage is threatening the local village and its inhabitants. When their
- leader Bjarn sends for aid from his brother Arne, he is victorious, but Bjarn
- himself is kidnapped. Can you rescue him?
- (Novice level, 4 scenarios; the 'Hard' version may challenge more experienced
- players.)
+ An evil mage is threatening the small village of Maghre and its inhabitants.
+ The village’s mage sends to his warrior brother for help, but not all goes as
+ planned. Can you help?
+ (Novice level, 4 scenarios.)
  .
  Battle for control of villages, using variety of units which have advantages
  and disadvantages in different types of terrains and against different types
@@ -268,7 +267,7 @@ Description: The Eastern Invasion official campaign for 
Wesnoth (branch 1.10)
  There are rumors of undead attacks on the eastern border of Wesnoth. You, an
  officer in the Royal Army, have been sent to the eastern front to protect the
  villagers and find out what is happening.
- (Intermediate level, 18 scenarios.)
+ (Intermediate level, 16 scenarios.)
  .
  Battle for control of villages, using variety of units which have advantages
  and disadvantages in different types of terrains and against different types
@@ -284,7 +283,7 @@ Description: Under the Burning Suns official campaign for 
Wesnoth (branch 1.10
  In the distant future a small band of elves struggles to survive amidst the
  ruins of fallen empires. Lead your people out of the desert on an epic journey
  to find a new home.
- (Expert level, 11 scenarios, some under reconstruction)
+ (Expert level, 10 scenarios.)
  .
  Battle for control of villages, using variety of units which have advantages
  and disadvantages in different types of terrains and against different types
@@ -299,7 +298,7 @@ Description: Descent Into Darkness official campaign for 
Wesnoth (branch 1.10)
  This package contains the Descent Into Darkness campaign for Wesnoth:
  Learn the dark arts of necromancy in order to save your people from an orcish
  incursion.
- (Expert level, 11 scenarios.)
+ (Intermediate level, 12 scenarios.)
  .
  Battle for control of villages, using variety of units which have advantages
  and disadvantages in different types of terrains and against different types
@@ -317,7 +316,7 @@ Description: Northern Rebirth official campaign for 
Wesnoth (branch 1.10)
  lives, or risk all for freedom and rise up against their cruel overlords.
  Little did

[SCM] Debian packaging of wesnoth branch, squeeze-backports, updated. debian/1.10.2-1-4-g97d59f6

2012-04-25 Thread Gerfried Fuchs
The following commit has been merged in the squeeze-backports branch:
commit 6089dd6183288b3834dc0dd17ea9169b9b323362
Merge: 00d8569c6e856bf5ba848d816297b9a8a12ba2ea 
2b5c6c052c593b0904bca8e99315dbe104b5087c
Author: Gerfried Fuchs rho...@debian.org
Date:   Wed Apr 25 18:19:15 2012 +0200

Merge tag 'debian/1.10.2-1' into squeeze-backports

Uploading 1:1.10.2-1 to unstable

Conflicts:
debian/changelog

diff --combined debian/changelog
index 240e239,17232a1..9b48d84
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,20 +1,26 @@@
+ wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
+ 
+   * New upstream stable release.
+   * Also install wesnoth-help translations into -data package, thanks to Petr
+ Gajdůšek for noticing (closes: #664164)
+   * Bump to Standards-Version 3.9.3.
+ 
+  -- Gerfried Fuchs rho...@debian.org  Sun, 08 Apr 2012 16:16:17 +0200
+ 
+ wesnoth-1.10 (1:1.10.1-1) unstable; urgency=low
+ 
+   * New upstream stable release, making fix-xdg-path patch obsolete.
+   * Use proper name for the nolog alternative. Thanks to Paul Wise for
+ noticing (closes: #658078)
+ 
+  -- Gerfried Fuchs rho...@debian.org  Tue, 28 Feb 2012 00:44:18 +0100
+ 
 +wesnoth-1.10 (1:1.10-1~bpo60+1) squeeze-backports; urgency=low
 +
 +  * Rebuild for squeeze-backports.
 +
 + -- Gerfried Fuchs rho...@debian.org  Wed, 08 Feb 2012 11:45:25 +0100
 +
  wesnoth-1.10 (1:1.10-1) unstable; urgency=low
  
* New upstream stable release!  \o/

-- 
Debian packaging of wesnoth

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

[SCM] Debian packaging of wesnoth branch, squeeze-backports, updated. debian/1.10.2-1-4-g97d59f6

2012-04-25 Thread Gerfried Fuchs
The following commit has been merged in the squeeze-backports branch:
commit 97d59f62bd6e40ef5de596480909c9f384b19db5
Author: Gerfried Fuchs rho...@debian.org
Date:   Wed Apr 25 18:20:27 2012 +0200

backports changelog stub

diff --git a/debian/changelog b/debian/changelog
index 9b48d84..2fcbfa0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wesnoth-1.10 (1:1.10.2-1~bpo60+1) squeeze-backports; urgency=low
+
+  * Rebuild for squeeze-backports.
+
+ -- Gerfried Fuchs rho...@debian.org  Wed, 25 Apr 2012 18:19:45 +0200
+
 wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
 
   * New upstream stable release.

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, lucid-backports, updated. debian/1.10.2-1-8-g1c02f05

2012-04-13 Thread Gerfried Fuchs
The following commit has been merged in the lucid-backports branch:
commit e673294c47d4b6cdc04cbeb7eba8d33dafbc14d2
Merge: 4fa020fa3a51a700fbf0949978be0745f9b2e562 
2b5c6c052c593b0904bca8e99315dbe104b5087c
Author: Gerfried Fuchs rho...@debian.org
Date:   Fri Apr 13 11:57:01 2012 +0200

Merge tag 'debian/1.10.2-1' into lucid-backports

Uploading 1:1.10.2-1 to unstable

Conflicts:
debian/changelog

diff --combined debian/changelog
index 9c41598,17232a1..9546f06
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,12 +1,20 @@@
+ wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
+ 
+   * New upstream stable release.
+   * Also install wesnoth-help translations into -data package, thanks to Petr
+ Gajdůšek for noticing (closes: #664164)
+   * Bump to Standards-Version 3.9.3.
+ 
+  -- Gerfried Fuchs rho...@debian.org  Sun, 08 Apr 2012 16:16:17 +0200
+ 
 +wesnoth-1.10 (1:1.10.1-1~lucid1) lucid-backports; urgency=low
 +
 +  * Backport to lucid, changes kept:
 +- Switch to use ttf-droid instead of fonts-droid which is not available in
 +  lucid.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Tue, 06 Mar 2012 13:32:11 +0100
 +
  wesnoth-1.10 (1:1.10.1-1) unstable; urgency=low
  
* New upstream stable release, making fix-xdg-path patch obsolete.
@@@ -14,14 -15,6 +23,14 @@@
  
   -- Gerfried Fuchs rho...@debian.org  Tue, 28 Feb 2012 00:44:18 +0100
  
 +wesnoth-1.10 (1:1.10-1~lucid1) lucid-backports; urgency=low
 +
 +  * Backport to lucid (LP: #932011)
 +  * Switch to use ttf-droid instead of fonts-droid which is not available in
 +lucid.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Sun, 12 Feb 2012 11:41:50 +0100
 +
  wesnoth-1.10 (1:1.10-1) unstable; urgency=low
  
* New upstream stable release!  \o/
diff --combined debian/control
index f3bf7b7,e28943d..43b30be
--- a/debian/control
+++ b/debian/control
@@@ -9,7 -9,7 +9,7 @@@ Build-Depends: debhelper (= 7), libsdl
libboost-serialization-dev, libboost-system-dev, libboost-thread-dev,
libboost-program-options-dev,
libpango1.0-dev, cmake (= 2.6)
- Standards-Version: 3.9.2
+ Standards-Version: 3.9.3
  Uploaders: Gerfried Fuchs rho...@debian.org
  Homepage: http://wesnoth.org/
  Vcs-Git: git://git.debian.org/git/pkg-games/wesnoth.git
@@@ -18,7 -18,7 +18,7 @@@ Vcs-Browser: http://git.debian.org/?p=p
  Package: wesnoth-1.10-data
  Architecture: all
  Depends: ${misc:Depends}, ttf-dejavu
 -Recommends: fonts-droid
 +Recommends: ttf-droid
  Suggests: wesnoth-1.10-music
  Description: data files for Wesnoth (branch 1.10)
   This package contains the sound files and graphics for Wesnoth. It is 
required

-- 
Debian packaging of wesnoth

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

[SCM] Debian packaging of wesnoth branch, lucid-backports, updated. debian/1.10.2-1-8-g1c02f05

2012-04-13 Thread Gerfried Fuchs
The following commit has been merged in the lucid-backports branch:
commit 1c02f05528f88b5b22963f7ff38054141754a5ba
Author: Gerfried Fuchs rho...@debian.org
Date:   Fri Apr 13 11:58:40 2012 +0200

Backport to lucid

diff --git a/debian/changelog b/debian/changelog
index 9546f06..2602cc5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+wesnoth-1.10 (1:1.10.2-1~lucid1) lucid-backports; urgency=low
+
+  * Backport to lucid, changes kept:
+- Switch to use ttf-droid instead of fonts-droid which is not available in
+  lucid.
+
+ -- Gerfried Fuchs rho...@ubuntu.com  Fri, 13 Apr 2012 11:57:17 +0200
+
 wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
 
   * New upstream stable release.

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, maverick-backports, updated. debian/1.10.2-1-9-g9b492e6

2012-04-13 Thread Gerfried Fuchs
The following commit has been merged in the maverick-backports branch:
commit 28a9f917fe21d547031957d0e61cab20c31c330e
Merge: 4db1875a470d57cfa1234360eead526a4b6563af 
2b5c6c052c593b0904bca8e99315dbe104b5087c
Author: Gerfried Fuchs rho...@debian.org
Date:   Fri Apr 13 11:56:20 2012 +0200

Merge tag 'debian/1.10.2-1' into maverick-backports

Uploading 1:1.10.2-1 to unstable

Conflicts:
debian/changelog

diff --combined debian/changelog
index ee51766,17232a1..35ad4c5
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,12 +1,20 @@@
+ wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
+ 
+   * New upstream stable release.
+   * Also install wesnoth-help translations into -data package, thanks to Petr
+ Gajdůšek for noticing (closes: #664164)
+   * Bump to Standards-Version 3.9.3.
+ 
+  -- Gerfried Fuchs rho...@debian.org  Sun, 08 Apr 2012 16:16:17 +0200
+ 
 +wesnoth-1.10 (1:1.10.1-1~maverick1) maverick-backports; urgency=low
 +
 +  * Backport to maverick, changes kept:
 +- Switch to use ttf-droid instead of fonts-droid which is not available in
 +  maverick.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Tue, 06 Mar 2012 13:32:11 +0100
 +
  wesnoth-1.10 (1:1.10.1-1) unstable; urgency=low
  
* New upstream stable release, making fix-xdg-path patch obsolete.
@@@ -14,14 -15,6 +23,14 @@@
  
   -- Gerfried Fuchs rho...@debian.org  Tue, 28 Feb 2012 00:44:18 +0100
  
 +wesnoth-1.10 (1:1.10-1~maverick1) maverick-backports; urgency=low
 +
 +  * Backport to maverick (LP: #932011)
 +  * Switch to use ttf-droid instead of fonts-droid which is not available in
 +maverick.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Sun, 12 Feb 2012 11:41:50 +0100
 +
  wesnoth-1.10 (1:1.10-1) unstable; urgency=low
  
* New upstream stable release!  \o/
diff --combined debian/control
index f3bf7b7,e28943d..43b30be
--- a/debian/control
+++ b/debian/control
@@@ -9,7 -9,7 +9,7 @@@ Build-Depends: debhelper (= 7), libsdl
libboost-serialization-dev, libboost-system-dev, libboost-thread-dev,
libboost-program-options-dev,
libpango1.0-dev, cmake (= 2.6)
- Standards-Version: 3.9.2
+ Standards-Version: 3.9.3
  Uploaders: Gerfried Fuchs rho...@debian.org
  Homepage: http://wesnoth.org/
  Vcs-Git: git://git.debian.org/git/pkg-games/wesnoth.git
@@@ -18,7 -18,7 +18,7 @@@ Vcs-Browser: http://git.debian.org/?p=p
  Package: wesnoth-1.10-data
  Architecture: all
  Depends: ${misc:Depends}, ttf-dejavu
 -Recommends: fonts-droid
 +Recommends: ttf-droid
  Suggests: wesnoth-1.10-music
  Description: data files for Wesnoth (branch 1.10)
   This package contains the sound files and graphics for Wesnoth. It is 
required

-- 
Debian packaging of wesnoth

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

[SCM] Debian packaging of wesnoth branch, maverick-backports, updated. debian/1.10.2-1-9-g9b492e6

2012-04-13 Thread Gerfried Fuchs
The following commit has been merged in the maverick-backports branch:
commit 9b492e6cc29d5f70fa1865a36bd96bf9458b5041
Author: Gerfried Fuchs rho...@debian.org
Date:   Fri Apr 13 11:59:03 2012 +0200

Backport to maverick

diff --git a/debian/changelog b/debian/changelog
index 35ad4c5..173a762 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+wesnoth-1.10 (1:1.10.2-1~maverick1) maverick-backports; urgency=low
+
+  * Backport to maverick, changes kept:
+- Switch to use ttf-droid instead of fonts-droid which is not available in
+  maverick.
+
+ -- Gerfried Fuchs rho...@ubuntu.com  Fri, 13 Apr 2012 11:57:17 +0200
+
 wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
 
   * New upstream stable release.

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, natty-backports, updated. debian/1.10.2-1-10-g23bacaa

2012-04-13 Thread Gerfried Fuchs
The following commit has been merged in the natty-backports branch:
commit 7995d6f19d174176dcc9908a8fbe20f1232a5b2e
Merge: ca2e8a38673a163edf11de50dd151cd1cd05f9d8 
2b5c6c052c593b0904bca8e99315dbe104b5087c
Author: Gerfried Fuchs rho...@debian.org
Date:   Fri Apr 13 11:55:31 2012 +0200

Merge tag 'debian/1.10.2-1' into natty-backports

Uploading 1:1.10.2-1 to unstable

Conflicts:
debian/changelog

diff --combined debian/changelog
index 57a4a57,17232a1..ad47de4
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,12 +1,20 @@@
+ wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
+ 
+   * New upstream stable release.
+   * Also install wesnoth-help translations into -data package, thanks to Petr
+ Gajdůšek for noticing (closes: #664164)
+   * Bump to Standards-Version 3.9.3.
+ 
+  -- Gerfried Fuchs rho...@debian.org  Sun, 08 Apr 2012 16:16:17 +0200
+ 
 +wesnoth-1.10 (1:1.10.1-1~natty1) natty-backports; urgency=low
 +
 +  * Backport to natty, changes kept:
 +- Switch to use ttf-droid instead of fonts-droid which is not available in
 +  natty.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Tue, 06 Mar 2012 13:32:11 +0100
 +
  wesnoth-1.10 (1:1.10.1-1) unstable; urgency=low
  
* New upstream stable release, making fix-xdg-path patch obsolete.
@@@ -14,14 -15,6 +23,14 @@@
  
   -- Gerfried Fuchs rho...@debian.org  Tue, 28 Feb 2012 00:44:18 +0100
  
 +wesnoth-1.10 (1:1.10-1~natty1) natty-backports; urgency=low
 +
 +  * Backport to natty (LP: #932011)
 +  * Switch to use ttf-droid instead of fonts-droid which is not available in
 +natty.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Sun, 12 Feb 2012 11:41:50 +0100
 +
  wesnoth-1.10 (1:1.10-1) unstable; urgency=low
  
* New upstream stable release!  \o/
diff --combined debian/control
index f3bf7b7,e28943d..43b30be
--- a/debian/control
+++ b/debian/control
@@@ -9,7 -9,7 +9,7 @@@ Build-Depends: debhelper (= 7), libsdl
libboost-serialization-dev, libboost-system-dev, libboost-thread-dev,
libboost-program-options-dev,
libpango1.0-dev, cmake (= 2.6)
- Standards-Version: 3.9.2
+ Standards-Version: 3.9.3
  Uploaders: Gerfried Fuchs rho...@debian.org
  Homepage: http://wesnoth.org/
  Vcs-Git: git://git.debian.org/git/pkg-games/wesnoth.git
@@@ -18,7 -18,7 +18,7 @@@ Vcs-Browser: http://git.debian.org/?p=p
  Package: wesnoth-1.10-data
  Architecture: all
  Depends: ${misc:Depends}, ttf-dejavu
 -Recommends: fonts-droid
 +Recommends: ttf-droid
  Suggests: wesnoth-1.10-music
  Description: data files for Wesnoth (branch 1.10)
   This package contains the sound files and graphics for Wesnoth. It is 
required

-- 
Debian packaging of wesnoth

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

[SCM] Debian packaging of wesnoth branch, natty-backports, updated. debian/1.10.2-1-10-g23bacaa

2012-04-13 Thread Gerfried Fuchs
The following commit has been merged in the natty-backports branch:
commit 23bacaab620c42086a6292b079fc95084399cdbe
Author: Gerfried Fuchs rho...@debian.org
Date:   Fri Apr 13 11:59:49 2012 +0200

Backport to natty

diff --git a/debian/changelog b/debian/changelog
index ad47de4..54dad65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+wesnoth-1.10 (1:1.10.2-1~natty1) natty-backports; urgency=low
+
+  * Backport to natty, changes kept:
+- Switch to use ttf-droid instead of fonts-droid which is not available in
+  natty.
+
+ -- Gerfried Fuchs rho...@ubuntu.com  Fri, 13 Apr 2012 11:57:17 +0200
+
 wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
 
   * New upstream stable release.

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, oneiric-backports, updated. debian/1.10.2-1-11-gb992f07

2012-04-13 Thread Gerfried Fuchs
The following commit has been merged in the oneiric-backports branch:
commit 231fa9ffa97ec4141e9f965f33d21fe6ccd8f6ba
Merge: 52b1113001c9a61533bfd02b871725dea41f0b19 
2b5c6c052c593b0904bca8e99315dbe104b5087c
Author: Gerfried Fuchs rho...@debian.org
Date:   Fri Apr 13 11:54:56 2012 +0200

Merge tag 'debian/1.10.2-1' into oneiric-backports

Uploading 1:1.10.2-1 to unstable

Conflicts:
debian/changelog

diff --combined debian/changelog
index 0352739,17232a1..3f3bcc0
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,12 +1,20 @@@
+ wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
+ 
+   * New upstream stable release.
+   * Also install wesnoth-help translations into -data package, thanks to Petr
+ Gajdůšek for noticing (closes: #664164)
+   * Bump to Standards-Version 3.9.3.
+ 
+  -- Gerfried Fuchs rho...@debian.org  Sun, 08 Apr 2012 16:16:17 +0200
+ 
 +wesnoth-1.10 (1:1.10.1-1~oneiric1) oneiric-backports; urgency=low
 +
 +  * Backport to oneiric, changes kept:
 +- Switch to use ttf-droid instead of fonts-droid which is not available in
 +  oneiric.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Tue, 06 Mar 2012 13:32:11 +0100
 +
  wesnoth-1.10 (1:1.10.1-1) unstable; urgency=low
  
* New upstream stable release, making fix-xdg-path patch obsolete.
@@@ -14,14 -15,6 +23,14 @@@
  
   -- Gerfried Fuchs rho...@debian.org  Tue, 28 Feb 2012 00:44:18 +0100
  
 +wesnoth-1.10 (1:1.10-1~oneiric1) oneiric-backports; urgency=low
 +
 +  * Backport to oneiric (LP: #932011)
 +  * Switch to use ttf-droid instead of fonts-droid which is not available in
 +oneiric.
 +
 + -- Gerfried Fuchs rho...@ubuntu.com  Sun, 12 Feb 2012 11:41:50 +0100
 +
  wesnoth-1.10 (1:1.10-1) unstable; urgency=low
  
* New upstream stable release!  \o/
diff --combined debian/control
index f3bf7b7,e28943d..43b30be
--- a/debian/control
+++ b/debian/control
@@@ -9,7 -9,7 +9,7 @@@ Build-Depends: debhelper (= 7), libsdl
libboost-serialization-dev, libboost-system-dev, libboost-thread-dev,
libboost-program-options-dev,
libpango1.0-dev, cmake (= 2.6)
- Standards-Version: 3.9.2
+ Standards-Version: 3.9.3
  Uploaders: Gerfried Fuchs rho...@debian.org
  Homepage: http://wesnoth.org/
  Vcs-Git: git://git.debian.org/git/pkg-games/wesnoth.git
@@@ -18,7 -18,7 +18,7 @@@ Vcs-Browser: http://git.debian.org/?p=p
  Package: wesnoth-1.10-data
  Architecture: all
  Depends: ${misc:Depends}, ttf-dejavu
 -Recommends: fonts-droid
 +Recommends: ttf-droid
  Suggests: wesnoth-1.10-music
  Description: data files for Wesnoth (branch 1.10)
   This package contains the sound files and graphics for Wesnoth. It is 
required

-- 
Debian packaging of wesnoth

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

[SCM] Debian packaging of wesnoth branch, oneiric-backports, updated. debian/1.10.2-1-11-gb992f07

2012-04-13 Thread Gerfried Fuchs
The following commit has been merged in the oneiric-backports branch:
commit b992f0760287d5cdf998d2f633cc4b681bbd0b71
Author: Gerfried Fuchs rho...@debian.org
Date:   Fri Apr 13 12:00:31 2012 +0200

Backport to oneiric

diff --git a/debian/changelog b/debian/changelog
index 3f3bcc0..b5a0d4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+wesnoth-1.10 (1:1.10.2-1~oneiric1) oneiric-backports; urgency=low
+
+  * Backport to oneiric, changes kept:
+- Switch to use ttf-droid instead of fonts-droid which is not available in
+  oneiric.
+
+ -- Gerfried Fuchs rho...@ubuntu.com  Fri, 13 Apr 2012 11:57:17 +0200
+
 wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
 
   * New upstream stable release.

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.10.1-1-3-g3784ffa

2012-04-10 Thread Gerfried Fuchs
The following commit has been merged in the master branch:
commit 3784ffa2acdb043104d89020d579f9c4381c669a
Author: Gerfried Fuchs rho...@debian.org
Date:   Sun Apr 8 16:16:07 2012 +0200

New upstream stable release

diff --git a/debian/changelog b/debian/changelog
index 6e91000..8a96333 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-wesnoth-1.10 (1:1.10.1-2) unstable; urgency=low
+wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
 
+  * New upstream stable release.
   * Also install wesnoth-help translations into -data package, thanks to Petr
 Gajdůšek for noticing (closes: #664164)
   * Bump to Standards-Version 3.9.3.

-- 
Debian packaging of wesnoth

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

[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.10.1-1-3-g3784ffa

2012-04-09 Thread Gerfried Fuchs
The following commit has been merged in the master branch:
commit 548da9c196f8ebfebd12efe6641ce4c3343a11c7
Author: Gerfried Fuchs rho...@debian.org
Date:   Sun Apr 8 16:15:48 2012 +0200

Bump to Standards-Version 3.9.3

diff --git a/debian/changelog b/debian/changelog
index 19ae8ec..6e91000 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ wesnoth-1.10 (1:1.10.1-2) unstable; urgency=low
 
   * Also install wesnoth-help translations into -data package, thanks to Petr
 Gajdůšek for noticing (closes: #664164)
+  * Bump to Standards-Version 3.9.3.
 
  -- 
 
diff --git a/debian/control b/debian/control
index fa3779d..e28943d 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (= 7), libsdl-image1.2-dev, 
libfreetype6-dev,
   libboost-serialization-dev, libboost-system-dev, libboost-thread-dev,
   libboost-program-options-dev,
   libpango1.0-dev, cmake (= 2.6)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Uploaders: Gerfried Fuchs rho...@debian.org
 Homepage: http://wesnoth.org/
 Vcs-Git: git://git.debian.org/git/pkg-games/wesnoth.git

-- 
Debian packaging of wesnoth

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

[SCM] Debian packaging of wesnoth annotated tag, debian/1.10.2-1, created. debian/1.10.2-1

2012-04-09 Thread Gerfried Fuchs
The annotated tag, debian/1.10.2-1 has been created
at  da5b029ddc48fa54bfc6f46905b193ccc7972df6 (tag)
   tagging  2b5c6c052c593b0904bca8e99315dbe104b5087c (commit)
  replaces  debian/1.10.1-1
 tagged by  Gerfried Fuchs
on  Mon Apr 9 17:52:28 2012 +0200

- Shortlog 
Uploading 1:1.10.2-1 to unstable
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAABCAAGBQJPgwXNAAoJEDH85+fdB5RhKzcH/2HHw70fxLAZJqvIsjuLlEnF
mnGVaBKQkNSHGwmXiJ/5L8ugyyPE/1qz5Tdi+kVK35DKQmvH24NNQpxQaEJCeF7E
glpaW6WyI6NGAfc8x0EGhkqKFNzRp8WcemVdj+398QNZkyWU61UJyYw2TrMsa0YX
jKV8tdrevIol94NLgkWlg+a0UWFWwJFHXQkDo/jaPdHRFigerx2UyYiqxnOczGuy
l/rY3zOOvECky6xZrTtDCiTwt7YjO7aqA/m2WSLL8bXG+qMvccdp8oepbDNO9H7K
44VOVFtdPJXMaWuivu187ves6ZLfHRxFqY+w2el0MoG6S7mIxrH/BXQ+QRb4XsQ=
=tavM
-END PGP SIGNATURE-

Gerfried Fuchs (4):
  Also install wesnoth-help translations
  Bump to Standards-Version 3.9.3
  New upstream stable release
  Finalize the changelog

---

-- 
Debian packaging of wesnoth

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


[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.10.1-1-4-g2b5c6c0

2012-04-09 Thread Gerfried Fuchs
The following commit has been merged in the master branch:
commit 2b5c6c052c593b0904bca8e99315dbe104b5087c
Author: Gerfried Fuchs rho...@debian.org
Date:   Mon Apr 9 17:52:11 2012 +0200

Finalize the changelog

diff --git a/debian/changelog b/debian/changelog
index 8a96333..17232a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low
 Gajdůšek for noticing (closes: #664164)
   * Bump to Standards-Version 3.9.3.
 
- -- 
+ -- Gerfried Fuchs rho...@debian.org  Sun, 08 Apr 2012 16:16:17 +0200
 
 wesnoth-1.10 (1:1.10.1-1) unstable; urgency=low
 

-- 
Debian packaging of wesnoth

___
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   >