[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


Bug#790929: winetricks: AdobeAIRInstaller 4.0 not available anymore

2015-07-02 Thread Gerfried Fuchs
Package: winetricks
Version: 0.0+20141009+svn1208-2
Severity: normal

Dear Maintainer,

 I tried to install adobeair with winetricks but it failed because
either 4.0 sits at a different place now, or a newer version has to be
used.  This is what how I patched the script:

#v+
-w_download 
http://airdownload.adobe.com/air/win/download/4.0/AdobeAIRInstaller.exe 
0034bdd4e0b2ce0fa6198b0b715fba85754d9a57
#w_download 
http://airdownload.adobe.com/air/win/download/18.0/AdobeAIRInstaller.exe 
d0c7844f0d455599c073063abf6a5feca79a64f1
#v-

 (i.e., switched to adobeair 18.0)

 Hope this helps :)
Rhonda


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#790928: winetricks: predictable tmp file names

2015-07-02 Thread Gerfried Fuchs
Package: winetricks
Version: 0.0+20141009+svn1208-2
Severity: important

Dear Maintainer,

 the winetricks script has insecure handling of /tmp filenames in a lot
of places.  It doesn't create the files in a save way.  Please consider
using mktemp from the coreutils package to create those files in a
secure way that doesn't allow for symlink attacks and similar.  This is
not limited to hardcoded /tmp/early_wine.err.txt file but also to all
the filenames that only contain the process ID in the filenames too.
Technicly all files that are created in /tmp/ are done insecure here.

 Thanks,
Rhonda

-- System Information:
Debian Release: 7.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



gnuplot5_5.0.0+dfsg1-1~bpo8+1_amd64.changes REJECTED

2015-05-08 Thread Gerfried Fuchs

As requested

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


[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


[Secure-testing-commits] r33652 - data/DLA

2015-04-17 Thread Gerfried Fuchs
Author: rhonda
Date: 2015-04-17 13:19:24 + (Fri, 17 Apr 2015)
New Revision: 33652

Modified:
   data/DLA/list
Log:
DLA-202-1 wesnoth-1.8 - security update

Modified: data/DLA/list
===
--- data/DLA/list   2015-04-17 11:11:33 UTC (rev 33651)
+++ data/DLA/list   2015-04-17 13:19:24 UTC (rev 33652)
@@ -1,3 +1,6 @@
+[17 Apr 2015] DLA-202-1 wesnoth-1.8 - security update
+   {CVE-2015-0844}
+   [squeeze] - wesnoth-1.8 1:1.8.5-1+deb6u1
 [16 Apr 2015] DLA-201-1 tzdata - new upstream version
[squeeze] - tzdata 2015c-0+deb6u1
 [15 Apr 2015] DLA-200-1 ruby1.9.1 - security update


___
Secure-testing-commits mailing list
Secure-testing-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/secure-testing-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 

Re: [SECURITY] [DSA 3121-1] file security update

2015-01-21 Thread Gerfried Fuchs
* Florian Weimer f...@deneb.enyo.de [2015-01-19 19:26:16 CET]:
 * Henrique de Moraes Holschuh:
 
  However, it would be best if we could somehow get you permission to upload
  backports of file.
 
 Looks like it's being worked on:
 
   https://nm.debian.org/public/process/cbiedl
 
 (I don't know what's blocking this, Christoph really shouldn't have
 any trouble passing the NM process.)

 Erm, that's totally unrelated to giving Christoph Biedl upload rights
to backports.  He's already a DM and can request upload rights to
backports following the guidelines in the Contribute part of the
backports website, like any other DM or DD.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-security-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150121114411.ga26...@anguilla.debian.or.at



[Pkg-javascript-devel] node-glob_4.0.5-1+zedv1_i386.changes REJECTED

2014-12-15 Thread Gerfried Fuchs

This is no local backport, it was uploaded to the archive.  And it is wrong 
versioned, too.

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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


Bug#767103: irssi-plugin-otr doesn't work with irssi 0.8.17

2014-11-13 Thread Gerfried Fuchs
* intrigeri intrig...@debian.org [2014-11-04 20:14:24 CET]:
 David Kalnischkies wrote (28 Oct 2014 14:00:40 GMT) :
  Upgrading irssi from 0.8.16-1+b1 to 0.8.17-1 seems to break the OTR
  plugin for me.
 
 I'm wondering if this could be a side-effect of #767230.
 Can you reproduce this after upgrading libotr5 to 4.1.0-1?

 I'm not so much sure if that has anything to do with libotr API.  irssi
happens to change api/abi every now and then and plugins need to get
recompiled on almost any new irssi release.  I have the same issue with
irssi 0.8.17 from backports and irssi-plugin-otr from stable.  The
plugin needs a tighter dependency on irssi.

 I'm not familiar with how library packaging works, and whether that
could be used at all for irssi, thing is that the plugins (especially
the otr one it seems) need to get recompiled every time a new irssi
upstream release happens.

 Anyone who is willing to dig more into this is very much encouraged to
do so and help out, either for the packaging part to ease that pain, or
with upstream to make it more stable in that respect.  I'm personally
lacking the skills to do that because I haven't digged into any library
packaging work at all, so my whole soname versioning knowledge is sort
of non-existing (and I'm still uncertain if that could help here at all,
if only to produce something that the irssi-plugin-* packages won't be
installable anymore after a new irssi upload).

 Please get the binNMU done for now, and anyone more knowledgeable can
figure out how to deal with that in the future.  Sorry that I forgot to
send a mail about the new upstream release this time.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#767103: irssi-plugin-otr doesn't work with irssi 0.8.17

2014-11-13 Thread Gerfried Fuchs
* intrigeri intrig...@debian.org [2014-11-04 20:14:24 CET]:
 David Kalnischkies wrote (28 Oct 2014 14:00:40 GMT) :
  Upgrading irssi from 0.8.16-1+b1 to 0.8.17-1 seems to break the OTR
  plugin for me.
 
 I'm wondering if this could be a side-effect of #767230.
 Can you reproduce this after upgrading libotr5 to 4.1.0-1?

 I'm not so much sure if that has anything to do with libotr API.  irssi
happens to change api/abi every now and then and plugins need to get
recompiled on almost any new irssi release.  I have the same issue with
irssi 0.8.17 from backports and irssi-plugin-otr from stable.  The
plugin needs a tighter dependency on irssi.

 I'm not familiar with how library packaging works, and whether that
could be used at all for irssi, thing is that the plugins (especially
the otr one it seems) need to get recompiled every time a new irssi
upstream release happens.

 Anyone who is willing to dig more into this is very much encouraged to
do so and help out, either for the packaging part to ease that pain, or
with upstream to make it more stable in that respect.  I'm personally
lacking the skills to do that because I haven't digged into any library
packaging work at all, so my whole soname versioning knowledge is sort
of non-existing (and I'm still uncertain if that could help here at all,
if only to produce something that the irssi-plugin-* packages won't be
installable anymore after a new irssi upload).

 Please get the binNMU done for now, and anyone more knowledgeable can
figure out how to deal with that in the future.  Sorry that I forgot to
send a mail about the new upstream release this time.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: packages.debian.org

2014-10-31 Thread Gerfried Fuchs
* Geert Stappers stapp...@stappers.nl [2014-10-29 06:31:04 CET]:
 On Tue, Oct 28, 2014 at 11:01:45PM +0100, Martin Zobel-Helas wrote:
  On Tue Oct 28, 2014 at 22:55:44 +0100, Geert Stappers wrote:
   A short 'done' or 'fixed' in response to the original posting
   would have said it has been handled, thanks for reporting.
   And would made it possible to close this thread,
   to allow us to work other Debian stuff we care about.
  
  no, it is not fixed. 
  
  /usr/bin/perl -w ./bin/parse-translations --english-only currently
  hangs. When i kill this process, the rest of the packages cronjob parts
  run fine after that and update the website. If someone can find out why
  parse-translations hangs, that would be very helpful.
 
 
 I have seen the request for help. What I not can see is if it only
 involves getting familiar with the website build process
 or it also needs getting access to the server where it runs.

 The packages code is stored in git.  I am aware that setting up a
private test site to work on the issue isn't as easy as it could be (and
requires a fair mount of diskspace), but it's doable.

 In other words: When someone steps forward, what are his / her chances
 to make a contribution?

 Trying to reproduce the issue would help.  Given that it seems to
constantly run into from what I understood should make it easy to
reproduce, and suggesting a patch for adding debug information into that
script would definitely make it easier to track it down.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141031104313.gb21...@anguilla.debian.or.at



Re: packages.debian.org

2014-10-31 Thread Gerfried Fuchs
* Geert Stappers stapp...@stappers.nl [2014-10-29 06:31:04 CET]:
 On Tue, Oct 28, 2014 at 11:01:45PM +0100, Martin Zobel-Helas wrote:
  On Tue Oct 28, 2014 at 22:55:44 +0100, Geert Stappers wrote:
   A short 'done' or 'fixed' in response to the original posting
   would have said it has been handled, thanks for reporting.
   And would made it possible to close this thread,
   to allow us to work other Debian stuff we care about.
  
  no, it is not fixed. 
  
  /usr/bin/perl -w ./bin/parse-translations --english-only currently
  hangs. When i kill this process, the rest of the packages cronjob parts
  run fine after that and update the website. If someone can find out why
  parse-translations hangs, that would be very helpful.
 
 
 I have seen the request for help. What I not can see is if it only
 involves getting familiar with the website build process
 or it also needs getting access to the server where it runs.

 The packages code is stored in git.  I am aware that setting up a
private test site to work on the issue isn't as easy as it could be (and
requires a fair mount of diskspace), but it's doable.

 In other words: When someone steps forward, what are his / her chances
 to make a contribution?

 Trying to reproduce the issue would help.  Given that it seems to
constantly run into from what I understood should make it easy to
reproduce, and suggesting a patch for adding debug information into that
script would definitely make it easier to track it down.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141031104313.gb21...@anguilla.debian.or.at



Bug#765632: openssh-client: Debian shouldn't deviate in hardcoded default values, especially not security relevant one

2014-10-17 Thread Gerfried Fuchs
  Hi!

* Christoph Anton Mitterer cales...@scientia.net [2014-10-16 20:47:00 CEST]:
 Apparently Debian deviates in a few of OpenSSH's hardcoded default
 settings, namely:
 - ForwardX11Trusted having set to yes
 - ServerAliveInterval being set to 300, when BatchMode is set to yes.
 
 Even though I've read that before it wasn't clear to me, that you just
 changed the values in the default config files but really the hard coded
 ones in the binary.
 
 Especially for ForwardX11Trusted this seems a security issue to me, since
 you change to the insecure mode.
 Even if there was any good reason for this (why btw?)...

 This is documented and explained in the documentation in
/usr/share/doc/openssh-client/README.Debian.gz and also referenced from
the changelog.Debian.gz file, which is the canonical point to look at
for changes within the Debian packaging.

 I don't have that strong feelings about ServerAliveInterval/BatchMode,
 since I wouldn't see at least any direct way how to exploit this in terms
 of security.

 The following patch does this:

http://sources.debian.net/src/openssh/1:6.7p1-2/debian/patches/keepalive-extensions.patch/

 This is just an informal response.  I am not related to the packaging
of openssh, just wanted to point out where those things come from.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#765632: openssh-client: Debian shouldn't deviate in hardcoded default values, especially not security relevant one

2014-10-17 Thread Gerfried Fuchs
  Hi!

* Christoph Anton Mitterer cales...@scientia.net [2014-10-16 20:47:00 CEST]:
 Apparently Debian deviates in a few of OpenSSH's hardcoded default
 settings, namely:
 - ForwardX11Trusted having set to yes
 - ServerAliveInterval being set to 300, when BatchMode is set to yes.
 
 Even though I've read that before it wasn't clear to me, that you just
 changed the values in the default config files but really the hard coded
 ones in the binary.
 
 Especially for ForwardX11Trusted this seems a security issue to me, since
 you change to the insecure mode.
 Even if there was any good reason for this (why btw?)...

 This is documented and explained in the documentation in
/usr/share/doc/openssh-client/README.Debian.gz and also referenced from
the changelog.Debian.gz file, which is the canonical point to look at
for changes within the Debian packaging.

 I don't have that strong feelings about ServerAliveInterval/BatchMode,
 since I wouldn't see at least any direct way how to exploit this in terms
 of security.

 The following patch does this:

http://sources.debian.net/src/openssh/1:6.7p1-2/debian/patches/keepalive-extensions.patch/

 This is just an informal response.  I am not related to the packaging
of openssh, just wanted to point out where those things come from.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-ssh-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141017113122.ga29...@anguilla.debian.or.at



Bug#758014: console-tools: misleading comment in code

2014-08-13 Thread Gerfried Fuchs
Package: console-tools
Version: 1:0.2.3dbs-70
Severity: minor
Tags: upstream

Dear Maintainer,

 from lib/misc-console-utils.c:

 22 static int open_a_console(char *fnam)·
 23 {
 24   int fd;
 25 ··
 26   /* try read-only */
 27   fd = open(fnam, O_RDWR);
 28 ··
 29   /* if failed, try read-only */
 30   if (fd  0  errno == EACCES)
 31   fd = open(fnam, O_RDONLY);

 I think the first read-only comment should be read/write instead. :)

 I was hesitating if I should bother at all to report this, but given
that there are not tons of other bugreports against this package it
could distract from, I guess it might help.

 Enjoy the laugh, and thanks for maintaining console-tools!
Rhonda


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#753913: irssi: unable to connect to any server

2014-07-09 Thread Gerfried Fuchs
* Ian Zimmerman i...@buug.org [2014-07-08 20:07:18 CEST]:
 Ian socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 4
 Ian fcntl(4, F_SETFL, O_RDONLY|O_NONBLOCK)  = 0
 Ian setsockopt(4, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
 Ian setsockopt(4, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
 Ian bind(4, {sa_family=AF_INET, sin_port=htons(0),
 Ian sin_addr=inet_addr(127.0.1.1)}, 16) = 0 connect(4,
 Ian {sa_family=AF_INET, sin_port=htons(6667),
 Ian sin_addr=inet_addr(82.96.64.4)}, 16) = -1 EINVAL (Invalid
 Ian argument)
 
 And the winner is:
 
 $ fgrep ipv6 /etc/sysctl.conf | tail -1
 net.ipv6.conf.all.disable_ipv6 = 1
 
 changing to 0 and rerunning sysctl - ta-da!

 Interesting, given that it tries to connect to an v4 address ...

 I still consider this a bug, because other IRC clients (erc, chatzilla)
 had no problem with IPv6 being disabled.

 Yep.  What does /set resolve_prefer_ipv6 give you?  Is it turned on or
off?  If it's on, can you set it to off and retry if the issue persists
for you?

 Thanks for the additional information,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#753913: irssi: unable to connect to any server

2014-07-08 Thread Gerfried Fuchs
severity 753913 normal
tag 753913 + moreinfo unreproducible
thanks

* Ian Zimmerman i...@buug.org [2014-07-06 08:34:36 CEST]:
 Trying to connect to any server whatsoever, I get this:
 
 23:30 -!- Irssi: Looking up chat.freenode.net
 23:30 -!- Irssi: Connecting to chat.freenode.net [195.148.124.79] port 6667
 23:30 -!- Irssi: Unable to connect server chat.freenode.net port 6667 
 [Invalid argument]

 Works for me, and seemingly for lots of other people too.  If you say
any server whatsoever, what ones did you try, and on which ports?

 Here is the relevant piece of strace log:
 
 socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 4
 fcntl(4, F_SETFL, O_RDONLY|O_NONBLOCK)  = 0
 setsockopt(4, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
 setsockopt(4, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
 bind(4, {sa_family=AF_INET, sin_port=htons(0), 
 sin_addr=inet_addr(127.0.1.1)}, 16) = 0
 connect(4, {sa_family=AF_INET, sin_port=htons(6667), 
 sin_addr=inet_addr(82.96.64.4)}, 16) = -1 EINVAL (Invalid argument)

 Does networking work on that machine for you at all?  Do you have any
specific port filters/blocking?  Did you try other ports beside 6667?
Like, freenode supports port 8000 too.

 Thanks for any further information you can offer,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#751418: irssiproxy does not work with bindv6only = 1

2014-07-08 Thread Gerfried Fuchs
* Thijs Kinkhorst th...@debian.org [2014-06-12 13:31:13 CEST]:
 When using irssiproxy with kernel setting bindv6only = 1 (which is the
 default in Debain), irssi only binds to IPv6 and no longer accepts
 IPv4 connections to the proxy. The only reason I found to fix this
 is to disable bindv6only system-wide which is obviously undesirable.

 Do I misunderstand something here?  The kernel says that things should
bind to v6 only, but you want it to ignore that and bind to v4, too?  Or
do I misinterpret that kernel setting?  Can you be more specific?
Either one wants stuff to bindv6only or one doesn't, I am uncertain why
an application should ignore the kernel preference here?

 Thanks for enlightning me,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#753913: irssi: unable to connect to any server

2014-07-08 Thread Gerfried Fuchs
severity 753913 normal
tag 753913 + moreinfo unreproducible
thanks

* Ian Zimmerman i...@buug.org [2014-07-06 08:34:36 CEST]:
 Trying to connect to any server whatsoever, I get this:
 
 23:30 -!- Irssi: Looking up chat.freenode.net
 23:30 -!- Irssi: Connecting to chat.freenode.net [195.148.124.79] port 6667
 23:30 -!- Irssi: Unable to connect server chat.freenode.net port 6667 
 [Invalid argument]

 Works for me, and seemingly for lots of other people too.  If you say
any server whatsoever, what ones did you try, and on which ports?

 Here is the relevant piece of strace log:
 
 socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 4
 fcntl(4, F_SETFL, O_RDONLY|O_NONBLOCK)  = 0
 setsockopt(4, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
 setsockopt(4, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
 bind(4, {sa_family=AF_INET, sin_port=htons(0), 
 sin_addr=inet_addr(127.0.1.1)}, 16) = 0
 connect(4, {sa_family=AF_INET, sin_port=htons(6667), 
 sin_addr=inet_addr(82.96.64.4)}, 16) = -1 EINVAL (Invalid argument)

 Does networking work on that machine for you at all?  Do you have any
specific port filters/blocking?  Did you try other ports beside 6667?
Like, freenode supports port 8000 too.

 Thanks for any further information you can offer,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#750896: php5: please get rid of DEVELOPMENT PREVIEW News entry

2014-06-08 Thread Gerfried Fuchs
Source: php5
Version: 5.6.0~beta3+dfsg-25.6.0~beta3+dfsg-2
Severity: important

   Hi!

 I can understand why the message about the development preview is in
there, and it's a good idea in general.  But please get rid of it for
uploads to unstable.  Users of stable/testing will see the message and
wonder why it was uploaded there in the first place, where in fact the
version uploaded now isn't a development preview anymore and not for use
in production, or is it?

 Thanks,
Rhonda


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: after smart_change.pl, could not commit all the changes

2014-06-05 Thread Gerfried Fuchs
 Hey Laura!

* Laura Arjona Reina larjon...@gmail.com [2014-06-03 19:10:05 CEST]:
 I think that's why I could commit in English folder (which was
 already checked out with my login) but not in the others.
 
 Today, I did 'rm -rf webwml' and checked out the whole tree again,
 but with this command:
 
 cvs -d :ext:larjona-gu...@cvs.debian.org:/cvs/webwml checkout webwml

 You wouldn't have needed to do that.  The tool cvschroot from the
cvsutils package could have helped you with that, or even this oneliner:

$ for i in $(find webwml/ -name Root); do 
 echo :ext:larjona-gu...@cvs.debian.org:/cvs/webwml  $i
 done

 (the $ and  being the prompts, not to type)

 Sorry for the noise.

 No big deal, and great that you managed to find the reason yourself!
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140605130529.ga21...@anguilla.debian.or.at



bitte postgresql-common debconf Übersetzung reparieren

2014-05-28 Thread Gerfried Fuchs
 Hallo,

 bitte repariert die Übersetzung, die folgendes verursacht hat:

  ┌──┤ Konfiguriere postgresql-common 
├──┐
  │ 
 │ 
  │ PostgreSQL unterstützt SSL-verschlüsselte Verbindungen, was normalerweise 
benutzt werden │ 
  │ sollte .Wenn die Datenbank jedoch ausschließlich über TCP-Verbindungen über 
localhost│ 
  │ benutzt wird, kann SSL abgeschaltet werden, ohne die Sicherheit zu 
beeinträchtigen.  │ 

 Das Leerzeichen sollte wohl eher nach dem Punkt gesetzt sein, nicht vor
dem Punkt ...

 Bitte danke,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-l10n-german-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140528100244.ga4...@anguilla.debian.or.at



Bug#677865: dpkg-gencontrol warns about 'File::FcntlLock not available'

2014-05-13 Thread Gerfried Fuchs
* Guillem Jover guil...@debian.org [2012-06-17 19:46:50 CEST]:
 On Sun, 2012-06-17 at 13:02:31 +0200, Julien Cristau wrote:
  Package: dpkg-dev
  Version: 1.16.4.2
  Severity: normal
  
  dpkg-gencontrol makes annoying noise like this:
  dpkg-gencontrol: warning: File::FcntlLock not available; using flock which 
  is not NFS-safe
  
  Please silence it.
 
 But you can silence it yourself, by installing libfile-fcntllock-perl,
 or is that a problem?

 This also affects a cowbuilder chroot and ends up in its build logs.
Either it is needed, then it should be a Depends, or not, then it
shouldn't blabber about it and end up in build logs.

 Yes, installing something in a pbuilder/cowbuilder chroot that isn't a
Build-Depends (or Depends of the base system) is a problem in the sense
that it somehow defeats the whole purpose of using a chroot for that in
the first place.  :)

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#747842: xfce4-weather-plugin_0.8.3-1~bpo70+1_i386.changes is NEW

2014-05-13 Thread Gerfried Fuchs
* Andres Salomon dilin...@queued.net [2014-05-12 17:28:41 CEST]:
 FYI, this is to deal with https://bugs.debian.org/747842, in case anyone
 else is having the same problem.

 Erm, are you sort of abusing backports for getting bugfixes into
stable?  I hope I misunderstand your intentions, but please don't use
backports for fixing bugs in stable.  Get them fixed in stable instead.

 Thanks for the notice, do you want us to reject it and you work on a
stable update instead?

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[Pkg-xfce-devel] Bug#747842: xfce4-weather-plugin_0.8.3-1~bpo70+1_i386.changes is NEW

2014-05-13 Thread Gerfried Fuchs
* Andres Salomon dilin...@queued.net [2014-05-12 17:28:41 CEST]:
 FYI, this is to deal with https://bugs.debian.org/747842, in case anyone
 else is having the same problem.

 Erm, are you sort of abusing backports for getting bugfixes into
stable?  I hope I misunderstand your intentions, but please don't use
backports for fixing bugs in stable.  Get them fixed in stable instead.

 Thanks for the notice, do you want us to reject it and you work on a
stable update instead?

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|

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


Bug#677865: dpkg-gencontrol warns about 'File::FcntlLock not available'

2014-05-13 Thread Gerfried Fuchs
* Guillem Jover guil...@debian.org [2012-06-17 19:46:50 CEST]:
 On Sun, 2012-06-17 at 13:02:31 +0200, Julien Cristau wrote:
  Package: dpkg-dev
  Version: 1.16.4.2
  Severity: normal
  
  dpkg-gencontrol makes annoying noise like this:
  dpkg-gencontrol: warning: File::FcntlLock not available; using flock which 
  is not NFS-safe
  
  Please silence it.
 
 But you can silence it yourself, by installing libfile-fcntllock-perl,
 or is that a problem?

 This also affects a cowbuilder chroot and ends up in its build logs.
Either it is needed, then it should be a Depends, or not, then it
shouldn't blabber about it and end up in build logs.

 Yes, installing something in a pbuilder/cowbuilder chroot that isn't a
Build-Depends (or Depends of the base system) is a problem in the sense
that it somehow defeats the whole purpose of using a chroot for that in
the first place.  :)

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Information from the packages pages

2014-05-07 Thread Gerfried Fuchs
* Leopold Palomo-Avellaneda l...@alaxarxa.net [2014-05-07 11:15:22 CEST]:
 A Dimecres, 7 de maig de 2014, Adam D. Barratt va escriure:
  Are you looking for https://packages.debian.org/source/jessie/$package ?
  
 
 :-D
 
 yes
 
 but it's not easy to access. One link from:
 
 https://packages.debian.org/jessie/package-source
 
 or in the Debian Resources: column would be sufficient.

 Like, the one right at the top left below the breadcrumbs which read
[ Source: $srcpackagename ]?  Would that be convenient enough for
you?

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140507091955.ga26...@anguilla.debian.or.at



Re: [Debconf-team] Code of Conduct

2014-05-07 Thread Gerfried Fuchs
 Hi!

* martin f krafft madd...@debconf.org [2014-05-02 16:18:24 CEST]:
 if I didn't love you so much, I would call you a witty troublemaker.

 Starting off with a personal classification is surely helping get your
point across, don't you think so?

 I fully agree with you on everything you say and the link to
 emotional correctness is spot on.
 
 However, neither you nor I are the target audience. And the
 existence of a code of conduct does not make any change to our
 participation of any conference, because we'll fit right in, anyway,
 without having read it.

 To some degree it might.  To others it doesn't because people might
fear consequences for a slip in a bad mood, which is what Enrico tried
to address.

 But there are two good reasons why such a code of conduct is helpful
 and sometimes even necessary.
 
 First, it creates an expectation for those people who would like to
 attend DebConf but who are too afraid, be that whether they were
 previously bullied, molested or don't need to be exposed to juvenile
 humour. We aim to boost these peoples confidence by promising to
 them that our conference does not consitute a forum where abuse is
 tolerated.

 Which is a very good reason.  But for that it just requires to state
that there is a group of people willing to take abuse reports serious
where participants can turn to in case they feel harassed or offended.

 And second, there are people unlike you who just don't get it. And
 when push comes to shove, it's far easier to be able to point to
 a document and cast a ruling than to struggle and discuss and delay
 a decision.

 If they don't get it, they wouldn't get it when it's written down
neither.  You can't make something foolproof, there will always be
bigger fools than you can assume which will proof you being the fool
while trying to do so.  We should rather try not to regulate by the
fools then but rather by regular people.

 I remind you of the events around DC6, which went on for *days*, and
 it didn't give us a lot of credibility that we weren't able to act on
 the spot.
 
 Of course, this code of conduct does not permit us to do that
 either,

 So why do you bring it up at all then?  Sorry.  That kind of reasoning
is used by getting mass surveillance applied, please do not use it.

 it's purposely worded loosely and by example, but it does serve the
 purpose to align expectations all around a bit better than if no such
 document exists.

 Listing stuff isn't getting us somewhere.  May I remind you of the
discussion around our diversity statement?  There were suggestions of
starting to list what we like to embrace, but in the end that would have
backfired.  We wakenly decided to NOT list stuff but rather concentrate
on the positve side of things.

 And in principle, the suggested Code of Conduct does that.  In its
headlines.  Please do not try to fall into the pit of using negative
explenations, and especially lists in the explenation of the otherwise
great headlines.  It makes me (and as you can see others too) cringe to
see the title Be inclusive explained in a way that excludes stuff, and
explicitly starts to list negative behavior.

 I don't think the existence of such a document should make you think
 twice about participating, nor is it reasonable of you to say that
 you would feel patronised.

 Enrico isn't the only person who feels awkward about it.  And yes,
people always said the Debian policy is not a stick to beat people with,
but it happens.  And it will also happen with the CoC if it is worded
like a pointed stick.

 It does not forbid mistakes, it only sketches what participants can
 expect to happen.

 Then concentrate on that organizers are willing to take complaints
serious instead of what participants are regulated for.

 But it does create a basis upon which it'll be easy for everyone to
 take action if the offender doesn't stop.

 Does it *really* need something written down for anyone to take action
if the offender doesn't stop?  I very very very seriously hope that it
does not.

 And it communicates this to potential participants, the hope being
 that they then feel comfortable enough to attend when otherwise they
 might not.

 Well, then you give people the excuse of but that wasn't on the list,
I wasn't aware of that, you can't kick me out!, what then?  Others
might argue that they find all those men in skirts[1] offending and
might want to have that added to the list.  Yes, I am exxagerating, but
where to draw the line.  Once you started a list you must be willing to
adjust it, and there might be grey areas that one considers acceptable
while others don't.

 Think about it,
Rhonda

[1] not made up just for the argument
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|

Accepted libopenobex 1.5-2+deb7u1 (source amd64)

2014-04-27 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 16:47:00 +0200
Source: libopenobex
Binary: libopenobex1-dev libopenobex1 openobex-apps
Architecture: source amd64
Version: 1.5-2+deb7u1
Distribution: stable
Urgency: low
Maintainer: Hendrik Sattler deb...@hendrik-sattler.de
Changed-By: Gerfried Fuchs rho...@debian.org
Description: 
 libopenobex1 - OBEX protocol library
 libopenobex1-dev - OBEX protocol library - development files
 openobex-apps - Applications for OpenOBEX
Closes: 743925
Changes: 
 libopenobex (1.5-2+deb7u1) stable; urgency=low
 .
   * NMU.
   * Fix segfault when transferring files, taking the patch from #699740
 (closes: #743925)
Checksums-Sha1: 
 e7a3fb7d0763e81031985a22e65d7e12f60c79ba 1638 libopenobex_1.5-2+deb7u1.dsc
 a877760473ae8fced9951ca0d9303c9cc6bf6082 9909 libopenobex_1.5-2+deb7u1.diff.gz
 3b843bc17faccc41b2700e5751d4bcde3afbb874 118306 
libopenobex1-dev_1.5-2+deb7u1_amd64.deb
 05cf2749cc9ec1f2b874051f0dfc3e8cd403bd62 24860 
libopenobex1_1.5-2+deb7u1_amd64.deb
 ddabb9d13362ae89a5d05075a26de966813ae924 40042 
openobex-apps_1.5-2+deb7u1_amd64.deb
Checksums-Sha256: 
 b298372e44ad5d626a73c04c30f1590b2b35a0a8d438c60a2e43bb83571d8fd6 1638 
libopenobex_1.5-2+deb7u1.dsc
 b1870f7f0ed358b68701f19b37075986a720e81724fdaf8fbf23543206a75b07 9909 
libopenobex_1.5-2+deb7u1.diff.gz
 9f0bf3d3dd714318ee9f87270d2c288de05b62ac12e0c086616f82f031c37f95 118306 
libopenobex1-dev_1.5-2+deb7u1_amd64.deb
 b2da2b93b4dc79cc0e8de685da3b8337efe2e7b8bbd3d41d16e4a1ba0918ef40 24860 
libopenobex1_1.5-2+deb7u1_amd64.deb
 30e23844c9f6614e871cbab4673fb843eeb7ae52e700dfacee8471f6ad4acebf 40042 
openobex-apps_1.5-2+deb7u1_amd64.deb
Files: 
 dac810e0a5ea9416ecab325084c26e47 1638 comm optional 
libopenobex_1.5-2+deb7u1.dsc
 059d3ec7a80b620a446344fb73bb9182 9909 comm optional 
libopenobex_1.5-2+deb7u1.diff.gz
 5fd1005ef3766eff04879c6e7b73c7b0 118306 libdevel optional 
libopenobex1-dev_1.5-2+deb7u1_amd64.deb
 31c63e54704a7b8c60e1d4cb46756e6a 24860 libs optional 
libopenobex1_1.5-2+deb7u1_amd64.deb
 a3ba60ca186f12fe694bd22a5afecbbe 40042 comm optional 
openobex-apps_1.5-2+deb7u1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJTWo02AAoJEDH85+fdB5RhBTkIAKDVC8ICDfmgUpjO7htEcop6
8oydTWZLI6mFyFxYxU1HoI+9XKvjMUAAV3xqaj59jLq3HZYqhZX3/EeZbYTV73gK
MCzWZE2fJDQQcsNj/XID5e5FR+FD9xvRhfJejlmHpTbzAiBH1saUB4acni6v3njP
Fq6jSOtsRmaOvveXihJjn6IVlAqcZ66cisyuoJBhjK+oCnau1wLtKrzpjrZgOsS6
ukN6mkcodZm6zupcf8Q22eaDIzS6a/WlxRybd4hTxqFIijMjSAHEPNxbXt4F3YXV
ZX+HYkSGO1DbL2kBG1ZgOrHV0FowVWW5ZmXb0ed5jMt7plSdDQdRQVKc9PW6mJs=
=pTMF
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1werxk-00051v...@franck.debian.org



Bug#745830: pu: package src:libopenobex/1.5-2+deb7u1

2014-04-25 Thread Gerfried Fuchs
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

 Hi!

 I'd like to upload libopenobex_1.5-2+deb7u1 to fix #743925 for wheezy.
Please find attached the debdiff; actually it's just a copy of the patch
in #699740 but I left out the updated watchfile here.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|
diff -u libopenobex-1.5/debian/changelog libopenobex-1.5/debian/changelog
--- libopenobex-1.5/debian/changelog
+++ libopenobex-1.5/debian/changelog
@@ -1,3 +1,11 @@
+libopenobex (1.5-2+deb7u1) stable; urgency=low
+
+  * NMU.
+  * Fix segfault when transferring files, taking the patch from #699740
+(closes: #743925)
+
+ -- Gerfried Fuchs rho...@debian.org  Fri, 25 Apr 2014 16:47:00 +0200
+
 libopenobex (1.5-2) unstable; urgency=low
 
   * Fix Docbook-XML build dependencies to build the application manual pages
diff -u libopenobex-1.5/debian/patches/series 
libopenobex-1.5/debian/patches/series
--- libopenobex-1.5/debian/patches/series
+++ libopenobex-1.5/debian/patches/series
@@ -4,0 +5 @@
+fix-segfault_699740.patch
only in patch2:
unchanged:
--- libopenobex-1.5.orig/debian/patches/fix-segfault_699740.patch
+++ libopenobex-1.5/debian/patches/fix-segfault_699740.patch
@@ -0,0 +1,33 @@
+Description: Fix segfault when transferring files to smartphone
+ Handles when send() returns EAGAIN
+Author: z7z8th ybzhao1...@gmail.com
+Bug-Debian: http://bugs.debian.org/699740
+Reviewed-by: Joe Nahmias je...@debian.org
+Last-Update: 2013-07-23
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- libopenobex-1.5.orig/lib/obex_transport.c
 libopenobex-1.5/lib/obex_transport.c
+@@ -45,6 +45,7 @@
+ #include string.h
+ #include unistd.h
+ #include stdio.h
++#include errno.h
+ 
+ #if defined(_WIN32)
+ #include io.h
+@@ -379,8 +380,12 @@
+   DEBUG(1, sending %d bytes\n, size);
+ 
+   actual = write_func(fd, msg-data, size);
+-  if (actual = 0)
+-  return actual;
++  if (actual = 0) {
++  if (errno == EAGAIN)
++  actual = 0;
++  else
++  return actual;
++  }
+ 
+   /* Hide sent data */
+   buf_remove_begin(msg, actual);


Bug#745830: pu: package src:libopenobex/1.5-2+deb7u1

2014-04-25 Thread Gerfried Fuchs
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

 Hi!

 I'd like to upload libopenobex_1.5-2+deb7u1 to fix #743925 for wheezy.
Please find attached the debdiff; actually it's just a copy of the patch
in #699740 but I left out the updated watchfile here.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|
diff -u libopenobex-1.5/debian/changelog libopenobex-1.5/debian/changelog
--- libopenobex-1.5/debian/changelog
+++ libopenobex-1.5/debian/changelog
@@ -1,3 +1,11 @@
+libopenobex (1.5-2+deb7u1) stable; urgency=low
+
+  * NMU.
+  * Fix segfault when transferring files, taking the patch from #699740
+(closes: #743925)
+
+ -- Gerfried Fuchs rho...@debian.org  Fri, 25 Apr 2014 16:47:00 +0200
+
 libopenobex (1.5-2) unstable; urgency=low
 
   * Fix Docbook-XML build dependencies to build the application manual pages
diff -u libopenobex-1.5/debian/patches/series 
libopenobex-1.5/debian/patches/series
--- libopenobex-1.5/debian/patches/series
+++ libopenobex-1.5/debian/patches/series
@@ -4,0 +5 @@
+fix-segfault_699740.patch
only in patch2:
unchanged:
--- libopenobex-1.5.orig/debian/patches/fix-segfault_699740.patch
+++ libopenobex-1.5/debian/patches/fix-segfault_699740.patch
@@ -0,0 +1,33 @@
+Description: Fix segfault when transferring files to smartphone
+ Handles when send() returns EAGAIN
+Author: z7z8th ybzhao1...@gmail.com
+Bug-Debian: http://bugs.debian.org/699740
+Reviewed-by: Joe Nahmias je...@debian.org
+Last-Update: 2013-07-23
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- libopenobex-1.5.orig/lib/obex_transport.c
 libopenobex-1.5/lib/obex_transport.c
+@@ -45,6 +45,7 @@
+ #include string.h
+ #include unistd.h
+ #include stdio.h
++#include errno.h
+ 
+ #if defined(_WIN32)
+ #include io.h
+@@ -379,8 +380,12 @@
+   DEBUG(1, sending %d bytes\n, size);
+ 
+   actual = write_func(fd, msg-data, size);
+-  if (actual = 0)
+-  return actual;
++  if (actual = 0) {
++  if (errno == EAGAIN)
++  actual = 0;
++  else
++  return actual;
++  }
+ 
+   /* Hide sent data */
+   buf_remove_begin(msg, actual);


Bug#744152: gdm3 doesn't display anything at all anymore

2014-04-10 Thread Gerfried Fuchs
Package: gdm3
Version: 3.8.4-6
Severity: grave
Justification: renders package unusable


 Hi!

 Since the upgrade last weekend I am unable to get any login possibility
to my X anymore with gdm3.  The screen only keeps black.  I can
ctrl-alt-f1 to the text console, so it doesn't freeze up completely.  I
can startx /usr/bin/metacity so it's not the xorg configuration.  When I
try to startx gnome-session I get that splash screen that something went
wrong and just wants to log me out (probably I should file that as a
sperate bugreport?).

 Please let me know what you need to debug this further, it's pretty
tiring to have to do the startx dance and send it a terminal to do
anything graphical. :/

 Thanks for looking into the issue!
Rhonda

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gdm3 depends on:
ii  accountsservice  0.6.34-2
ii  adduser  3.113+nmu3
ii  dconf-cli0.18.0-1
ii  dconf-gsettings-backend  0.18.0-1
ii  debconf [debconf-2.0]1.5.52
ii  gir1.2-gdm3  3.8.4-6
ii  gnome-session [x-session-manager]3.8.4-3
ii  gnome-session-bin3.8.4-3
ii  gnome-session-flashback [x-session-manager]  3.8.0-3
ii  gnome-settings-daemon3.8.5-2
ii  gnome-shell  3.8.4-8
ii  gnome-terminal [x-terminal-emulator] 3.10.1-1
ii  gsettings-desktop-schemas3.8.2-2
ii  libaccountsservice0  0.6.34-2
ii  libatk1.0-0  2.12.0-1
ii  libaudit11:2.3.4-1
ii  libc62.18-4
ii  libcairo-gobject21.12.16-2
ii  libcairo21.12.16-2
ii  libcanberra-gtk3-0   0.30-2
ii  libcanberra0 0.30-2
ii  libgdk-pixbuf2.0-0   2.30.6-1
ii  libgdm1  3.8.4-6
ii  libglib2.0-0 2.40.0-2
ii  libglib2.0-bin   2.40.0-2
ii  libgtk-3-0   3.12.0-4
ii  libpam-modules   1.1.8-2
ii  libpam-runtime   1.1.8-2
ii  libpam-systemd   204-8
ii  libpam0g 1.1.8-2
ii  libpango-1.0-0   1.36.3-1
ii  libpangocairo-1.0-0  1.36.3-1
ii  librsvg2-common  2.40.2-1
ii  libselinux1  2.2.2-1
ii  libwrap0 7.6.q-25
ii  libx11-6 2:1.6.2-1
ii  libxau6  1:1.0.8-1
ii  libxdmcp61:1.1.1-1
ii  libxrandr2   2:1.4.2-1
ii  lsb-base 4.1+Debian12
ii  metacity [x-window-manager]  1:2.34.13-1
ii  rxvt-unicode-256color [x-terminal-emulator]  9.19-1
ii  upower   0.9.23-2+b2
ii  x11-common   1:7.7+7
ii  x11-xserver-utils7.7+2
ii  xterm [x-terminal-emulator]  303-1

Versions of packages gdm3 recommends:
ii  at-spi2-core   2.10.2-2
ii  desktop-base   7.0.3
ii  gnome-icon-theme   3.12.0-1
ii  gnome-icon-theme-symbolic  3.12.0-1
ii  x11-xkb-utils  7.7+1
ii  xserver-xephyr 2:1.15.0.901-1
ii  xserver-xorg   1:7.7+7
ii  zenity 3.8.0-1

Versions of packages gdm3 suggests:
ii  gnome-orca3.12.0-1
ii  libpam-gnome-keyring  3.8.2-2+b1

-- debconf information:
* shared/default-x-display-manager: gdm3
  gdm3/daemon_name: /usr/sbin/gdm3


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#744152: gdm3 doesn't display anything at all anymore

2014-04-10 Thread Gerfried Fuchs
Package: gdm3
Version: 3.8.4-6
Severity: grave
Justification: renders package unusable


 Hi!

 Since the upgrade last weekend I am unable to get any login possibility
to my X anymore with gdm3.  The screen only keeps black.  I can
ctrl-alt-f1 to the text console, so it doesn't freeze up completely.  I
can startx /usr/bin/metacity so it's not the xorg configuration.  When I
try to startx gnome-session I get that splash screen that something went
wrong and just wants to log me out (probably I should file that as a
sperate bugreport?).

 Please let me know what you need to debug this further, it's pretty
tiring to have to do the startx dance and send it a terminal to do
anything graphical. :/

 Thanks for looking into the issue!
Rhonda

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gdm3 depends on:
ii  accountsservice  0.6.34-2
ii  adduser  3.113+nmu3
ii  dconf-cli0.18.0-1
ii  dconf-gsettings-backend  0.18.0-1
ii  debconf [debconf-2.0]1.5.52
ii  gir1.2-gdm3  3.8.4-6
ii  gnome-session [x-session-manager]3.8.4-3
ii  gnome-session-bin3.8.4-3
ii  gnome-session-flashback [x-session-manager]  3.8.0-3
ii  gnome-settings-daemon3.8.5-2
ii  gnome-shell  3.8.4-8
ii  gnome-terminal [x-terminal-emulator] 3.10.1-1
ii  gsettings-desktop-schemas3.8.2-2
ii  libaccountsservice0  0.6.34-2
ii  libatk1.0-0  2.12.0-1
ii  libaudit11:2.3.4-1
ii  libc62.18-4
ii  libcairo-gobject21.12.16-2
ii  libcairo21.12.16-2
ii  libcanberra-gtk3-0   0.30-2
ii  libcanberra0 0.30-2
ii  libgdk-pixbuf2.0-0   2.30.6-1
ii  libgdm1  3.8.4-6
ii  libglib2.0-0 2.40.0-2
ii  libglib2.0-bin   2.40.0-2
ii  libgtk-3-0   3.12.0-4
ii  libpam-modules   1.1.8-2
ii  libpam-runtime   1.1.8-2
ii  libpam-systemd   204-8
ii  libpam0g 1.1.8-2
ii  libpango-1.0-0   1.36.3-1
ii  libpangocairo-1.0-0  1.36.3-1
ii  librsvg2-common  2.40.2-1
ii  libselinux1  2.2.2-1
ii  libwrap0 7.6.q-25
ii  libx11-6 2:1.6.2-1
ii  libxau6  1:1.0.8-1
ii  libxdmcp61:1.1.1-1
ii  libxrandr2   2:1.4.2-1
ii  lsb-base 4.1+Debian12
ii  metacity [x-window-manager]  1:2.34.13-1
ii  rxvt-unicode-256color [x-terminal-emulator]  9.19-1
ii  upower   0.9.23-2+b2
ii  x11-common   1:7.7+7
ii  x11-xserver-utils7.7+2
ii  xterm [x-terminal-emulator]  303-1

Versions of packages gdm3 recommends:
ii  at-spi2-core   2.10.2-2
ii  desktop-base   7.0.3
ii  gnome-icon-theme   3.12.0-1
ii  gnome-icon-theme-symbolic  3.12.0-1
ii  x11-xkb-utils  7.7+1
ii  xserver-xephyr 2:1.15.0.901-1
ii  xserver-xorg   1:7.7+7
ii  zenity 3.8.0-1

Versions of packages gdm3 suggests:
ii  gnome-orca3.12.0-1
ii  libpam-gnome-keyring  3.8.2-2+b1

-- debconf information:
* shared/default-x-display-manager: gdm3
  gdm3/daemon_name: /usr/sbin/gdm3


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#690534: gnome-shell: Characters missing from clock applet

2014-03-20 Thread Gerfried Fuchs
* althaser altha...@gmail.com [2014-03-17 13:01:49 CET]:
 Could you please still reproduce this issue with newer gnome-shell version
 like 3.4.2-7+deb7u1 or 3.8.4-5+b1 ?
 
 I can't reproduce it here with 3.8.4-5+b1.

 It still happens for me in current jessie, so yes, this is still an
issue.  The user menu right now shows Benutzer  echseln with a missing
w for wechseln (switch), for instance, and   uhezustand without the
leading R for suspend.

 Enjoy, and thanks for looking after this,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Backports, Stable releases, Testing, Oh my!

2014-02-26 Thread Gerfried Fuchs
Hi there.

* Paul Tagliamonte paul...@debian.org [2014-02-25 23:59:05 CET]:
 I'm sending to both -devel and backports. I'm not sure which is the
 correct list. If one's wrong, feel free to drop it in replies.
 
 I've been talking with a mentee about backporting procedures, and I've
 explained why we don't backport until a package hits tending (stable 
 stable-bpo  testing = unstable)

 Right, reason being to make sure (for a certain degree) that an upgrade
path from stable + bpo to next-stable without bpo is possible.

 However, with the new testing removals from the release team (which is
 totally great for creating an always releasable testing, many thanks for
 that), we can create a situation where stable-bpo has a newer version
 than testing when we release (lazy maintainer never fixed the rc bug).

 Erm, no, not at all.  A package in stable-bpo can't have a newer
version than testing when we release.  With the removal there can be two
situations:

 * After fixing the issue that got the package removed from testing, the
   package flows in like usual into testing, and it will definitely have
   at least the version it had in testing before, most probably higher,
   but never lower.

 * The package doesn't flow into testing anymore before the release.  If
   this is expected to happen, the package has to be removed from
   stable-bpo.

 What shall we do? Remove from stable-bpo? Hope an update comes around?

 Remove from stable-bpo if it's not expected to come back in is what we
actually do, yes.  And to have an overview of these situations I created
myself the diffstats page:
http://backports.debian.org/wheezy-backports/overview/

 Looking at the not available page, I noticed that I need to remove
the twisted-* packages.  *heading over to franck*

 Does it make sense to revisit the rules? Does a wait until testing still
 make sense (ok, waiting always makes sense, but beyond the 'let it
 settle' thing)

 Sure the wait until testing makes sense, as much as the testing
transition period in itself makes sense.  There are exeptions granted
(for security related uploads mostly), but yes, that rule does indeed
make sense.  You never know what RC might pop up that hinder the testing
transition and you are then stuck with a newer version in stable-bpo
than in testing for until the RC got fixed.

 So, no need to panic, all under control, just a bit overworked and
things not happening as timely as they should.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140226084755.ga19...@anguilla.debian.or.at



Re: Backports, Stable releases, Testing, Oh my!

2014-02-26 Thread Gerfried Fuchs
Hi.

* micah mi...@debian.org [2014-02-26 16:48:45 CET]:
 Gerfried Fuchs rho...@deb.at writes:
   Remove from stable-bpo if it's not expected to come back in is what we
  actually do, yes.  And to have an overview of these situations I created
  myself the diffstats page:
  http://backports.debian.org/wheezy-backports/overview/
 
   Looking at the not available page, I noticed that I need to remove
  the twisted-* packages.  *heading over to franck*
 
 The only reason that this one shows up to be removed is because the
 package names changed in unstable/testing from twisted-* to
 python-twisted-* so I don't think that this should be removed.

 The source packages were changed indeed after looking, but the removal
happened over a month ago.

 You might argue that a newer version from testing should be put into
 bpo and these removed, which I wont argue against, but updating the
 version in bpo From a new testing version should not be rushed due to
 this aggressive removal situation.

 I am uncertain what you call an aggressive removal situation here.
It happened a month ago in testing/unstable, and it was a RoQA.  Your
aggressive removal situation call is as unjustified as the Oh my in
the subject.  It would be nice if we can keep the tone civilized.

 The package doesn't exist in testing or unstable anymore since a month,
and given that we expect from backport maintainers to track the packages
they package, I would expect either an update on the situation; silence
doesn't improve the situation.

 Personally, I've found the aggressive removal from testing to be a shock
 in a number of cases.

 Then please discuss that issue with the ftp masters or release team.
As backports team we only want packages in backports which are expected
to be in the next stable release.  A package that isn't anymore in
testing/unstable for sure won't be part of the next stable release.

 I understand the motivations behind it, but it feels like a bit too
 aggressive pressure for my tastes. I've seen a lot of developers of
 packages who have found out their package will be removed from
 testing, but don't have the time to resolve the situation before it
 gets removed, resulting in much pulling of hair.

 I think you might be mixing two things up.  You are speaking about
removal from testing, but mean keeping them in unstable?  This isn't the
case here, the package was removed completely, not only from testing.

 I feel like the window for removal from testing is too short and is
 having negative consequences on the stress level of people whose
 volunteer labor contributions to Debian are already stretched thin.

 How long would be not too short for you?  A month seems to be too short
it seems.  Sorry 'bout that.

 Most everyone I've spoken to in this situation has said that it
 wouldn't be so bad if they had just a couple more days.

 A day or more doesn't make much difference after a month, does it?
Thing is, where would you draw the line then.  A month and a week?  Then
the next person would say a few more days won't hurt, and the time gets
extended endlessly.  That doesn't us get anywhere.

 I'd like it if that shock wasn't also quickly passed on to backports
 and instead things were examined a little more closely before purging
 packages. 

 Please.  Quickly, a month?

 For example, say package X has been backported at version 1.0, version
 2.0 is uploaded to sid, transitions to jessie and then has an RC bug
 that threatens removal. The problem with the 2.0 package has to do with
 some security issue upstream, which looks like it will be a deep code
 massage to fix and will take a while, too long for the testing removal
 auto firing squad. The maintainer wishes that they had not uploaded 2.0
 yet, because 1.0 was fine.

 This is a *completely* different situation and has nothing to do with
the twisted-* packages.  They weren't pulled from testing, they aren't
in *unstable* anymore neither.  Those packages don't exist anymore.
Yes, renaming is an unforunate situation, but even then, a month waiting
time doesn't seem to be too unreasonable, does it?

 Now backports sees the difference, because the 1.0 version has been
 removed from testing, so bpo now has a newer version than what is in
 testing. But the package is actually a *better*, but backports gets its
 package removed anyways.

 backports gets packages removed which aren't available anymore.  This
hasn't changed at all, it's nothing new, it happened in the past.

 Maintainer decides to eat the epoch and re-uploads version 1.0 to get a
 functioning package, uploads urgency high and package transitions to
 testing and a backport of the same package needs to be done again in a
 very short period of time after it was removed. 

 If the package still lives in unstable, the removal isn't done in
backports but rather discussed on how to proceed.  Like I pinged zigo
today about whether he could help get the RC fixed for
cloud-initramfs-tools so that testing has the package

Re: Backports, Stable releases, Testing, Oh my!

2014-02-26 Thread Gerfried Fuchs
* Peter Samuelson pet...@p12n.org [2014-02-26 18:36:10 CET]:
 [micah]
  it feels like a bit too aggressive pressure for my tastes. I've seen
  a lot of developers of packages who have found out their package will
  be removed from testing, but don't have the time to resolve the
  situation before it gets removed, resulting in much pulling of hair.
 
 If only we had some kind of a setup where, a few days after you upload
 a fixed version of something, it could reenter testing.  Then maybe all
 that hair trauma wouldn't be needed.

 That area is called unstable.
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140226174514.ga12...@anguilla.debian.or.at



Bug#738759: fix for the bug

2014-02-16 Thread Gerfried Fuchs
* Gerfried Fuchs rho...@deb.at [2014-02-14 08:08:14 CET]:
  Please find attach a proposed patch for the issue.  I hope we can get
 around at work to test it properly within the next few days, but from
 what I can tell this should be a good approach.

 And a patch on top of that.  I had the false impression that return is
able to return a string too, but that's not possible with in shell.
Thus the new patch with edit the varible directly inside the function,
which I actually tried to avoid, but that's not really possible within
shell scripts it seems.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|
From 668707eadf4cb546f782917d57eb7c7c024f51ca Mon Sep 17 00:00:00 2001
From: Gerfried Fuchs rho...@debian.org
Date: Sun, 16 Feb 2014 10:54:52 +0100
Subject: [PATCH 2/2] return in shell scripts only work with numeric values

This fixes the error in the first patch.  I would have liked it to not
have to edit the variable within the functions for easier reading, but
unfortunately shell doesn't offer that possibility.
---
 debian/src/sysv-rc/etc/init.d/rc | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/debian/src/sysv-rc/etc/init.d/rc b/debian/src/sysv-rc/etc/init.d/rc
index 7767778..9d8024f 100644
--- a/debian/src/sysv-rc/etc/init.d/rc
+++ b/debian/src/sysv-rc/etc/init.d/rc
@@ -128,7 +128,7 @@ esac
 kill_test_add() {
 	script=$1
 	# Check if the script is there.
-	[ ! -f $script ]  return 
+	[ ! -f $script ]  return
 
 	#
 	# Find stop script in previous runlevel but
@@ -142,14 +142,14 @@ kill_test_add() {
 	# and _no_ start script there, we don't
 	# have to re-stop the service.
 	#
-	[ -f $previous_stop ]  [ ! -f $previous_start ]  return 
+	[ -f $previous_stop ]  [ ! -f $previous_start ]  return
 
 	# Stop the service.
-	return $script
+	SCRIPTS=$SCRIPTS $script
 }
 start_test_add() {
 	script=$1
-	[ ! -f $script ]  return 
+	[ ! -f $script ]  return
 
 	suffix=${script#/etc/rc$runlevel.d/S[0-9][0-9]}
 	if [ $previous != N ]
@@ -166,7 +166,7 @@ start_test_add() {
 		# have to re-start the service.
 		#
 		if [ start = $ACTION ] ; then
-			[ -f $previous_start ]  [ ! -f $stop ]  return 
+			[ -f $previous_start ]  [ ! -f $stop ]  return
 		else
 			# Workaround for the special
 			# handling of runlevels 0 and 6.
@@ -176,11 +176,11 @@ start_test_add() {
 			# and _no_ start script there, we don't
 			# have to re-stop the service.
 			#
-			[ -f $previous_stop ]  [ ! -f $previous_start ]  return 
+			[ -f $previous_stop ]  [ ! -f $previous_start ]  return
 		fi
 
 	fi
-	return $script
+	SCRIPTS=$SCRIPTS $script
 }
 
 # Is there an rc directory for this new runlevel?
@@ -221,10 +221,10 @@ then
 			fi
 			if [ $level = $CURLEVEL ]
 			then
-SCRIPTS=$SCRIPTS $(kill_test_add $s)
+kill_test_add $s
 continue
 			fi
-			SCRIPTS=$SCRIPTS $(kill_test_add $s)
+			kill_test_add $s
 
 			startup stop $SCRIPTS
 			CURLEVEL=$level
@@ -257,10 +257,10 @@ then
 			fi
 			if [ $level = $CURLEVEL ]
 			then
-SCRIPTS=$SCRIPTS $(start_test_add $s)
+start_test_add $s
 continue
 			fi
-			SCRIPTS=$SCRIPTS $(start_test_add $s)
+			start_test_add $s
 
 			startup $ACTION $SCRIPTS
 			CURLEVEL=$level
-- 
1.8.5.3



[Pkg-sysvinit-devel] Bug#738759: fix for the bug

2014-02-16 Thread Gerfried Fuchs
* Gerfried Fuchs rho...@deb.at [2014-02-14 08:08:14 CET]:
  Please find attach a proposed patch for the issue.  I hope we can get
 around at work to test it properly within the next few days, but from
 what I can tell this should be a good approach.

 And a patch on top of that.  I had the false impression that return is
able to return a string too, but that's not possible with in shell.
Thus the new patch with edit the varible directly inside the function,
which I actually tried to avoid, but that's not really possible within
shell scripts it seems.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|
From 668707eadf4cb546f782917d57eb7c7c024f51ca Mon Sep 17 00:00:00 2001
From: Gerfried Fuchs rho...@debian.org
Date: Sun, 16 Feb 2014 10:54:52 +0100
Subject: [PATCH 2/2] return in shell scripts only work with numeric values

This fixes the error in the first patch.  I would have liked it to not
have to edit the variable within the functions for easier reading, but
unfortunately shell doesn't offer that possibility.
---
 debian/src/sysv-rc/etc/init.d/rc | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/debian/src/sysv-rc/etc/init.d/rc b/debian/src/sysv-rc/etc/init.d/rc
index 7767778..9d8024f 100644
--- a/debian/src/sysv-rc/etc/init.d/rc
+++ b/debian/src/sysv-rc/etc/init.d/rc
@@ -128,7 +128,7 @@ esac
 kill_test_add() {
 	script=$1
 	# Check if the script is there.
-	[ ! -f $script ]  return 
+	[ ! -f $script ]  return
 
 	#
 	# Find stop script in previous runlevel but
@@ -142,14 +142,14 @@ kill_test_add() {
 	# and _no_ start script there, we don't
 	# have to re-stop the service.
 	#
-	[ -f $previous_stop ]  [ ! -f $previous_start ]  return 
+	[ -f $previous_stop ]  [ ! -f $previous_start ]  return
 
 	# Stop the service.
-	return $script
+	SCRIPTS=$SCRIPTS $script
 }
 start_test_add() {
 	script=$1
-	[ ! -f $script ]  return 
+	[ ! -f $script ]  return
 
 	suffix=${script#/etc/rc$runlevel.d/S[0-9][0-9]}
 	if [ $previous != N ]
@@ -166,7 +166,7 @@ start_test_add() {
 		# have to re-start the service.
 		#
 		if [ start = $ACTION ] ; then
-			[ -f $previous_start ]  [ ! -f $stop ]  return 
+			[ -f $previous_start ]  [ ! -f $stop ]  return
 		else
 			# Workaround for the special
 			# handling of runlevels 0 and 6.
@@ -176,11 +176,11 @@ start_test_add() {
 			# and _no_ start script there, we don't
 			# have to re-stop the service.
 			#
-			[ -f $previous_stop ]  [ ! -f $previous_start ]  return 
+			[ -f $previous_stop ]  [ ! -f $previous_start ]  return
 		fi
 
 	fi
-	return $script
+	SCRIPTS=$SCRIPTS $script
 }
 
 # Is there an rc directory for this new runlevel?
@@ -221,10 +221,10 @@ then
 			fi
 			if [ $level = $CURLEVEL ]
 			then
-SCRIPTS=$SCRIPTS $(kill_test_add $s)
+kill_test_add $s
 continue
 			fi
-			SCRIPTS=$SCRIPTS $(kill_test_add $s)
+			kill_test_add $s
 
 			startup stop $SCRIPTS
 			CURLEVEL=$level
@@ -257,10 +257,10 @@ then
 			fi
 			if [ $level = $CURLEVEL ]
 			then
-SCRIPTS=$SCRIPTS $(start_test_add $s)
+start_test_add $s
 continue
 			fi
-			SCRIPTS=$SCRIPTS $(start_test_add $s)
+			start_test_add $s
 
 			startup $ACTION $SCRIPTS
 			CURLEVEL=$level
-- 
1.8.5.3

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

Bug#738759: fix for the bug

2014-02-13 Thread Gerfried Fuchs
tags 738759 + patch
thanks

  Hi!

 Please find attach a proposed patch for the issue.  I hope we can get
around at work to test it properly within the next few days, but from
what I can tell this should be a good approach.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|
From e211b7ba4fdce03d66b9edc097349c4d17d94063 Mon Sep 17 00:00:00 2001
From: Gerfried Fuchs rho...@debian.org
Date: Fri, 14 Feb 2014 08:03:25 +0100
Subject: [PATCH] only scan the rcX.d once for reading all kill or all start
 links (closes: #738759)

---
 debian/changelog |   5 ++
 debian/src/sysv-rc/etc/init.d/rc | 138 ++-
 2 files changed, 84 insertions(+), 59 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ac3f0a0..0bff2a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 sysvinit (2.88dsf-52) UNRELEASED; urgency=low
 
+  [ Petter Reinholdtsen ]
   * Replace debian/watch with file available from
 http://qa.debian.org/cgi-bin/watchfile.cgi?package=sysvinit .
 
+  [ Gerfried Fuchs ]
+  * only scan the rcX.d once for reading all kill or all start links
+(closes: #738759)
+
  -- Petter Reinholdtsen p...@debian.org  Thu, 13 Feb 2014 13:23:35 +0100
 
 sysvinit (2.88dsf-51) unstable; urgency=low
diff --git a/debian/src/sysv-rc/etc/init.d/rc b/debian/src/sysv-rc/etc/init.d/rc
index 4e95302..7767778 100644
--- a/debian/src/sysv-rc/etc/init.d/rc
+++ b/debian/src/sysv-rc/etc/init.d/rc
@@ -124,6 +124,65 @@ case $CONCURRENCY in
 		;;
 esac
 
+# helper scripts
+kill_test_add() {
+	script=$1
+	# Check if the script is there.
+	[ ! -f $script ]  return 
+
+	#
+	# Find stop script in previous runlevel but
+	# no start script there.
+	#
+	suffix=${script#/etc/rc$runlevel.d/K[0-9][0-9]}
+	previous_stop=/etc/rc$previous.d/K[0-9][0-9]$suffix
+	previous_start=/etc/rc$previous.d/S[0-9][0-9]$suffix
+	#
+	# If there is a stop script in the previous level
+	# and _no_ start script there, we don't
+	# have to re-stop the service.
+	#
+	[ -f $previous_stop ]  [ ! -f $previous_start ]  return 
+
+	# Stop the service.
+	return $script
+}
+start_test_add() {
+	script=$1
+	[ ! -f $script ]  return 
+
+	suffix=${script#/etc/rc$runlevel.d/S[0-9][0-9]}
+	if [ $previous != N ]
+	then
+		#
+		# Find start script in previous runlevel and
+		# stop script in this runlevel.
+		#
+		stop=/etc/rc$runlevel.d/K[0-9][0-9]$suffix
+		previous_start=/etc/rc$previous.d/S[0-9][0-9]$suffix
+		#
+		# If there is a start script in the previous level
+		# and _no_ stop script in this level, we don't
+		# have to re-start the service.
+		#
+		if [ start = $ACTION ] ; then
+			[ -f $previous_start ]  [ ! -f $stop ]  return 
+		else
+			# Workaround for the special
+			# handling of runlevels 0 and 6.
+			previous_stop=/etc/rc$previous.d/K[0-9][0-9]$suffix
+			#
+			# If there is a stop script in the previous level
+			# and _no_ start script there, we don't
+			# have to re-stop the service.
+			#
+			[ -f $previous_stop ]  [ ! -f $previous_start ]  return 
+		fi
+
+	fi
+	return $script
+}
+
 # Is there an rc directory for this new runlevel?
 if [ -d /etc/rc$runlevel.d ]
 then
@@ -150,41 +209,28 @@ then
 	then
 		# Run all scripts with the same level in parallel
 		CURLEVEL=
+		SCRIPTS=
 		for s in /etc/rc$runlevel.d/K*
 		do
 			# Extract order value from symlink
 			level=${s#/etc/rc$runlevel.d/K}
 			level=${level%%[a-zA-Z]*}
+			if [ -z $CURLEVEL ]
+			then
+CURLEVEL=$level
+			fi
 			if [ $level = $CURLEVEL ]
 			then
+SCRIPTS=$SCRIPTS $(kill_test_add $s)
 continue
 			fi
-			CURLEVEL=$level
-			SCRIPTS=
-			for i in /etc/rc$runlevel.d/K$level*
-			do
-# Check if the script is there.
-[ ! -f $i ]  continue
-
-#
-# Find stop script in previous runlevel but
-# no start script there.
-#
-suffix=${i#/etc/rc$runlevel.d/K[0-9][0-9]}
-previous_stop=/etc/rc$previous.d/K[0-9][0-9]$suffix
-previous_start=/etc/rc$previous.d/S[0-9][0-9]$suffix
-#
-# If there is a stop script in the previous level
-# and _no_ start script there, we don't
-# have to re-stop the service.
-#
-[ -f $previous_stop ]  [ ! -f $previous_start ]  continue
+			SCRIPTS=$SCRIPTS $(kill_test_add $s)
 
-# Stop the service.
-SCRIPTS=$SCRIPTS $i
-			done
 			startup stop $SCRIPTS
+			CURLEVEL=$level
+			SCRIPTS=
 		done
+		startup stop $SCRIPTS
 	fi
 
 	if [ makefile = $CONCURRENCY ]
@@ -199,54 +245,28 @@ then
 		# Now run the START scripts for this runlevel.
 		# Run all scripts with the same level in parallel
 		CURLEVEL=
+		SCRIPTS=
 		for s in /etc/rc$runlevel.d/S*
 		do
 			# Extract order value from symlink
 			level=${s#/etc/rc$runlevel.d/S}
 			level=${level%%[a-zA-Z]*}
+			if [ -z $CURLEVEL ]
+			then
+CURLEVEL=$level

[Pkg-sysvinit-devel] Bug#738759: fix for the bug

2014-02-13 Thread Gerfried Fuchs
tags 738759 + patch
thanks

  Hi!

 Please find attach a proposed patch for the issue.  I hope we can get
around at work to test it properly within the next few days, but from
what I can tell this should be a good approach.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|
From e211b7ba4fdce03d66b9edc097349c4d17d94063 Mon Sep 17 00:00:00 2001
From: Gerfried Fuchs rho...@debian.org
Date: Fri, 14 Feb 2014 08:03:25 +0100
Subject: [PATCH] only scan the rcX.d once for reading all kill or all start
 links (closes: #738759)

---
 debian/changelog |   5 ++
 debian/src/sysv-rc/etc/init.d/rc | 138 ++-
 2 files changed, 84 insertions(+), 59 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ac3f0a0..0bff2a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 sysvinit (2.88dsf-52) UNRELEASED; urgency=low
 
+  [ Petter Reinholdtsen ]
   * Replace debian/watch with file available from
 http://qa.debian.org/cgi-bin/watchfile.cgi?package=sysvinit .
 
+  [ Gerfried Fuchs ]
+  * only scan the rcX.d once for reading all kill or all start links
+(closes: #738759)
+
  -- Petter Reinholdtsen p...@debian.org  Thu, 13 Feb 2014 13:23:35 +0100
 
 sysvinit (2.88dsf-51) unstable; urgency=low
diff --git a/debian/src/sysv-rc/etc/init.d/rc b/debian/src/sysv-rc/etc/init.d/rc
index 4e95302..7767778 100644
--- a/debian/src/sysv-rc/etc/init.d/rc
+++ b/debian/src/sysv-rc/etc/init.d/rc
@@ -124,6 +124,65 @@ case $CONCURRENCY in
 		;;
 esac
 
+# helper scripts
+kill_test_add() {
+	script=$1
+	# Check if the script is there.
+	[ ! -f $script ]  return 
+
+	#
+	# Find stop script in previous runlevel but
+	# no start script there.
+	#
+	suffix=${script#/etc/rc$runlevel.d/K[0-9][0-9]}
+	previous_stop=/etc/rc$previous.d/K[0-9][0-9]$suffix
+	previous_start=/etc/rc$previous.d/S[0-9][0-9]$suffix
+	#
+	# If there is a stop script in the previous level
+	# and _no_ start script there, we don't
+	# have to re-stop the service.
+	#
+	[ -f $previous_stop ]  [ ! -f $previous_start ]  return 
+
+	# Stop the service.
+	return $script
+}
+start_test_add() {
+	script=$1
+	[ ! -f $script ]  return 
+
+	suffix=${script#/etc/rc$runlevel.d/S[0-9][0-9]}
+	if [ $previous != N ]
+	then
+		#
+		# Find start script in previous runlevel and
+		# stop script in this runlevel.
+		#
+		stop=/etc/rc$runlevel.d/K[0-9][0-9]$suffix
+		previous_start=/etc/rc$previous.d/S[0-9][0-9]$suffix
+		#
+		# If there is a start script in the previous level
+		# and _no_ stop script in this level, we don't
+		# have to re-start the service.
+		#
+		if [ start = $ACTION ] ; then
+			[ -f $previous_start ]  [ ! -f $stop ]  return 
+		else
+			# Workaround for the special
+			# handling of runlevels 0 and 6.
+			previous_stop=/etc/rc$previous.d/K[0-9][0-9]$suffix
+			#
+			# If there is a stop script in the previous level
+			# and _no_ start script there, we don't
+			# have to re-stop the service.
+			#
+			[ -f $previous_stop ]  [ ! -f $previous_start ]  return 
+		fi
+
+	fi
+	return $script
+}
+
 # Is there an rc directory for this new runlevel?
 if [ -d /etc/rc$runlevel.d ]
 then
@@ -150,41 +209,28 @@ then
 	then
 		# Run all scripts with the same level in parallel
 		CURLEVEL=
+		SCRIPTS=
 		for s in /etc/rc$runlevel.d/K*
 		do
 			# Extract order value from symlink
 			level=${s#/etc/rc$runlevel.d/K}
 			level=${level%%[a-zA-Z]*}
+			if [ -z $CURLEVEL ]
+			then
+CURLEVEL=$level
+			fi
 			if [ $level = $CURLEVEL ]
 			then
+SCRIPTS=$SCRIPTS $(kill_test_add $s)
 continue
 			fi
-			CURLEVEL=$level
-			SCRIPTS=
-			for i in /etc/rc$runlevel.d/K$level*
-			do
-# Check if the script is there.
-[ ! -f $i ]  continue
-
-#
-# Find stop script in previous runlevel but
-# no start script there.
-#
-suffix=${i#/etc/rc$runlevel.d/K[0-9][0-9]}
-previous_stop=/etc/rc$previous.d/K[0-9][0-9]$suffix
-previous_start=/etc/rc$previous.d/S[0-9][0-9]$suffix
-#
-# If there is a stop script in the previous level
-# and _no_ start script there, we don't
-# have to re-stop the service.
-#
-[ -f $previous_stop ]  [ ! -f $previous_start ]  continue
+			SCRIPTS=$SCRIPTS $(kill_test_add $s)
 
-# Stop the service.
-SCRIPTS=$SCRIPTS $i
-			done
 			startup stop $SCRIPTS
+			CURLEVEL=$level
+			SCRIPTS=
 		done
+		startup stop $SCRIPTS
 	fi
 
 	if [ makefile = $CONCURRENCY ]
@@ -199,54 +245,28 @@ then
 		# Now run the START scripts for this runlevel.
 		# Run all scripts with the same level in parallel
 		CURLEVEL=
+		SCRIPTS=
 		for s in /etc/rc$runlevel.d/S*
 		do
 			# Extract order value from symlink
 			level=${s#/etc/rc$runlevel.d/S}
 			level=${level%%[a-zA-Z]*}
+			if [ -z $CURLEVEL ]
+			then
+CURLEVEL=$level

[DRE-maint] ruby-password_0.5.3-3~bpo70+1_amd64.changes REJECTED

2014-01-24 Thread Gerfried Fuchs

There is a newer version already in the pool, this looks like a left-over.

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


Bug#736361: mediathekview: target path for abos get mangled

2014-01-22 Thread Gerfried Fuchs
Package: mediathekview
Version: 4-2
Severity: important
Tags: upstream

 Hi,

 when I store an abonnement, I can set a target path.  If I choose to
select an absolute path (which works for downloading a single file) it
works.  But stored in an abonnement it gets every / replaced by an - if
you reopen the abonnement settings for editing.  And when you actually
say you want to download a file from an abonnement it gets stored in a
directory with that mangled directory name ... in /tmp

 Given that my /tmp is rather small and lives on a special partition,
this has a serious impact, and I guess it might be similar for others.
Either the dialogue should warn the user when they enter an absolute
path, or actually use it like it does when directly downloading a single
file.  Or at least it should be possible to set the hardwired prefix
path /tmp somewhere, I was unable to find that in the settings.

 Thanks for maintaining mediathekview!
Rhonda

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.utf8, LC_CTYPE=de_AT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mediathekview depends on:
ii  java-wrappers 0.1.27
ii  libcommons-compress-java  1.6-1
ii  libcommons-lang3-java 3.2.1-1
ii  libjackson2-core-java 2.2.2-1
ii  libjgoodies-forms-java1.6.0-4
ii  libjide-oss-java  3.5.10+dfsg-1
ii  libmac-widgets-java   0.9.5+svn369-dfsg1-3
ii  libswingx-java1:1.6.2-1
ii  libtimingframework-java   1.0-1
ii  libxz-java1.4-1

Versions of packages mediathekview recommends:
ii  flvstreamer  2.1c1-1
ii  mplayer  2:1.0~rc4.dfsg1+svn34540-1+b2
ii  vlc  2.1.2-2

mediathekview suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#735048: mediathekview: doesn't start at all

2014-01-14 Thread Gerfried Fuchs
tags 735048 - moreinfo
severity 735048 normal
thanks

Dear Markus!

* Markus Koschany a...@gambaru.de [2014-01-12 12:10:41 CET]:
 On 12.01.2014 11:20, Gerfried Fuchs wrote:
   I didn't want to wait the few days for the testing transition, so I
  installed mediathekview from unstable into my testing system.  But it
  doesn't start at all, this is the output I receive:
 
 Did you try to run MediathekView with OpenJDK 6 or OpenJDK 7? As far as
 I can see you seem to have installed OpenJDK 7 but perhaps your defaults
 (update-alternatives) still point to version 6? MV 4 will only work with
 OpenJDK 7 or later and since default-jre points to OpenJDK-7 on your
 system, the dependency should be satisfied.

 You are right, after I removed openjdk-6 packages from my system
mediathekview started properly.

 I am uncertain how this problem could get resolved.  Having a wrapper
script that would set JAVA_HOME, or anything along that lines.  Or at
least give useful error message when started from the commandline -
which wouldn't help people calling it from the menu.  Maybe a zenity
dialogue then or such.  Do you have an idea how other packages with
similar requirements do mitigate the issue?

 At least thanks for your information on how to get it working!
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#735048: mediathekview: doesn't start at all

2014-01-14 Thread Gerfried Fuchs
tags 735048 - moreinfo
severity 735048 normal
thanks

Dear Markus!

* Markus Koschany a...@gambaru.de [2014-01-12 12:10:41 CET]:
 On 12.01.2014 11:20, Gerfried Fuchs wrote:
   I didn't want to wait the few days for the testing transition, so I
  installed mediathekview from unstable into my testing system.  But it
  doesn't start at all, this is the output I receive:
 
 Did you try to run MediathekView with OpenJDK 6 or OpenJDK 7? As far as
 I can see you seem to have installed OpenJDK 7 but perhaps your defaults
 (update-alternatives) still point to version 6? MV 4 will only work with
 OpenJDK 7 or later and since default-jre points to OpenJDK-7 on your
 system, the dependency should be satisfied.

 You are right, after I removed openjdk-6 packages from my system
mediathekview started properly.

 I am uncertain how this problem could get resolved.  Having a wrapper
script that would set JAVA_HOME, or anything along that lines.  Or at
least give useful error message when started from the commandline -
which wouldn't help people calling it from the menu.  Maybe a zenity
dialogue then or such.  Do you have an idea how other packages with
similar requirements do mitigate the issue?

 At least thanks for your information on how to get it working!
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#735048: mediathekview: doesn't start at all

2014-01-12 Thread Gerfried Fuchs
Package: mediathekview
Version: 4-1
Severity: grave
Justification: renders package unusable

 Hi!

 I didn't want to wait the few days for the testing transition, so I
installed mediathekview from unstable into my testing system.  But it
doesn't start at all, this is the output I receive:


Exception in thread main java.lang.UnsupportedClassVersionError: 
mediathek/Main : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:643)
at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
Could not find the main class: mediathek.Main. Program will exit.


 Maybe it is just a missing tighter set dependency somewhere, but I am
uncertain what might be needed or wanted here.  Maybe the Unsupported
major.minor version 51.0 can give you a clue; for me it doesn't. :)

 Thanks for looking into it.
Rhonda


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.utf8, LC_CTYPE=de_AT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mediathekview depends on:
ii  default-jre [java7-runtime]1:1.7-49
ii  jarwrapper 0.45
ii  libcommons-compress-java   1.6-1
ii  libcommons-lang3-java  3.1-2
ii  libjackson2-core-java  2.2.2-1
ii  libjgoodies-forms-java 1.6.0-4
ii  libjide-oss-java   3.5.10+dfsg-1
ii  libmac-widgets-java0.9.5+svn369-dfsg1-3
ii  libswingx-java 1:1.6.2-1
ii  libtimingframework-java1.0-1
ii  libxz-java 1.4-1
ii  openjdk-7-jre [java7-runtime]  7u25-2.3.10-1~deb7u1

Versions of packages mediathekview recommends:
ii  flvstreamer  2.1c1-1
ii  mplayer  2:1.0~rc4.dfsg1+svn34540-1+b2
ii  vlc  2.1.2-2

mediathekview suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



  1   2   3   4   5   6   7   8   9   10   >