Bug#687851: freedink: diff for NMU version 1.08.20120427-2.1

2012-09-27 Thread Bas Wijnen
Hi,

Thanks for your patch. I had another patch waiting upstream, which I
have just submitted to Debian as well (#688934). This fixes a bug which
makes some dmods unplayable. I'm not sure if this is bad enough for a
freeze exception, though.

If you think it is, please consider including it in your NMU.

Thanks,
Bas

On 27-09-12 00:15, David Prévot wrote:
 tags 687851 + patch
 tags 687860 + patch
 thanks
 
 Dear maintainer,
 
 I've prepared an NMU for freedink (versioned as 1.08.20120427-2.1) and
 uploaded it to DELAYED/2. Please feel free to tell me if I
 should delay it longer.
 
 I'll take care of the unblock request.
 
 Regards.
 
 David
 
 
 
 ___
 Pkg-games-devel mailing list
 pkg-games-de...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-devel




signature.asc
Description: OpenPGP digital signature


Bug#687851: freedink: diff for NMU version 1.08.20120427-2.1

2012-09-27 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Bas,

Le 27/09/2012 02:24, Bas Wijnen a écrit :

 I had another patch waiting upstream, which I
 have just submitted to Debian as well (#688934). This fixes a bug which
 makes some dmods unplayable. I'm not sure if this is bad enough for a
 freeze exception, though.

According to the freeze policy [0], severity normal patch are not
accepted during the freeze (rule 3: “fixes for severity: important bugs
in packages of priority: optional or extra, only when this can be done
via unstable”), so I'd say it's not. Feel free to ask the release team
directly via a bug report (rule 5: “pre-approved fixes”) if you really
think it should be fixed in Wheezy.

0: http://release.debian.org/wheezy/freeze_policy.html

Regards

David

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJQZD1AAAoJELgqIXr9/gnyygkP/jzrXgeVTLIjyDmk7INmCDTz
wVmX24JL1oKhtEmfhufQOEhVBzWyoh5p6/lxTxnwxbL+FBAUEpyuBnj6DUO2WmrV
tIIeh+xr8mC4V2d6DMgDI90ITlKufgShyGusvCc3im4nBolgKq1McUzbhajsoVM+
xO2a5AzNeZIRtRYJ26RMxlu+uDdYveW1Cm8jgmv75nigd2Gyw1byWrfu/xgB2xgT
h1wQFCxsCK3SJiV3ta0rDorWXxQXvIt1WqKzkLecb0RgMoAh4DImkCmpK4duDwbC
jmX1pO1IoL+8/o79sKb7KNp2E3+gWb7o1K9SUYAewtSjztjiVGkHQWrLPn/Un4yU
u//6MQDao7RpEDqfLToqHAD4RdAGgDIqlThkfMGaqHuvXemXvvIq9YhSGJE5y56c
v2XKZkjw8YUxqXr0KToBVUe5IW62yDWp+KZUXxXW/Eb4+/gzDBuJOLL9V70awVAl
V3fS6eepa3OcdHdz7U0UA9d+sqhUA+jEpcjCWW3K5GhwH6R5+NtEg/yLy1W6+G6l
WrVbOQGGm9rWkZpcKbYVezcIyINYcOGypaplonVcAfAY5Ep1sh8J2t+mXf9mYFz1
NKO+t+5uaCYJMqhTKx4cOnPJfSyfhl6uolCpcOetF3FX9f9vUhVR6u5G1UQF9qta
qijPGL4nGSToz8eZ0tQg
=XZHO
-END PGP SIGNATURE-


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



Bug#687851: freedink: diff for NMU version 1.08.20120427-2.1

2012-09-26 Thread David Prévot
tags 687851 + patch
tags 687860 + patch
thanks

Dear maintainer,

I've prepared an NMU for freedink (versioned as 1.08.20120427-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

I'll take care of the unblock request.

Regards.

David
diff -Nru freedink-1.08.20120427/debian/changelog freedink-1.08.20120427/debian/changelog
--- freedink-1.08.20120427/debian/changelog	2012-05-02 07:35:05.0 -0400
+++ freedink-1.08.20120427/debian/changelog	2012-09-26 17:19:34.0 -0400
@@ -1,3 +1,11 @@
+freedink (1.08.20120427-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/freedink{,-engine-dbg}.postinst: Fix directory to symlink upgrade
+in postinst (Closes: #687860, #687851)
+
+ -- David Prévot taf...@debian.org  Wed, 26 Sep 2012 17:19:26 -0400
+
 freedink (1.08.20120427-2) unstable; urgency=low
 
   * Update install-reloc (Closes: #671044)
diff -Nru freedink-1.08.20120427/debian/freedink-engine-dbg.postinst freedink-1.08.20120427/debian/freedink-engine-dbg.postinst
--- freedink-1.08.20120427/debian/freedink-engine-dbg.postinst	1969-12-31 20:00:00.0 -0400
+++ freedink-1.08.20120427/debian/freedink-engine-dbg.postinst	2012-09-26 17:11:03.0 -0400
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -e
+
+# Replace documentation directory with symlink
+docdir=/usr/share/doc/freedink-engine-dbg
+if [ -d $docdir ]  [ ! -L $docdir ]; then
+if rmdir $docdir 2/dev/null; then
+ln -sf freedink-engine $docdir
+fi
+fi
+
+#DEBHELPER#
+
+exit 0
diff -Nru freedink-1.08.20120427/debian/freedink.postinst freedink-1.08.20120427/debian/freedink.postinst
--- freedink-1.08.20120427/debian/freedink.postinst	1969-12-31 20:00:00.0 -0400
+++ freedink-1.08.20120427/debian/freedink.postinst	2012-09-26 17:10:35.0 -0400
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -e
+
+# Replace documentation directory with symlink
+docdir=/usr/share/doc/freedink
+if [ -d $docdir ]  [ ! -L $docdir ]; then
+if rmdir $docdir 2/dev/null; then
+ln -sf freedink-engine $docdir
+fi
+fi
+
+#DEBHELPER#
+
+exit 0


signature.asc
Description: Digital signature