Bug#686091: unblock: winetricks/0.0+20120826+svn907-1

2012-08-28 Thread Jari Aalto
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package winetricks

PROBLEM

The program contains hard coded URLs to download more software easily
for WINE (like IE8). Unfortunately many sites (like Microsoft) changed
their web pages and the URLs are no longer valid.

WHAT IS FIXED

The current debian package contains latest upstream code with fixes to
the URLs. Without this update, users will encounter problems in trying
to download software.

There are no workarounds.

COMMENT

I've opened an issue upstream to propose future improvement that would
separate metadata from the code:

  http://code.google.com/p/winetricks/issues/detail?id=262

but it will not be available for Debian release.

I've not attached debdiff because this is a new upstream release and
changes to the code would be extensive.

unblock winetricks/0.0+20120826+svn907-1

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120828124328.6609.27419.report...@proxy.cante.net



Bug#683591: unblock: winetricks/0.0+20120606+svn831-3

2012-08-02 Thread Jari Aalto
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package winetricks

The multiarch change made winettricks uninstallable in x64
systems. This is handled better in debian/control::Depends. Debdiff
attached below.

unblock winetricks/0.0+20120606+svn831-3

---
diffstat for winetricks-0.0+20120606+svn831 winetricks-0.0+20120606+svn831

 changelog |8 
 control   |2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff -Nru winetricks-0.0+20120606+svn831/debian/changelog 
winetricks-0.0+20120606+svn831/debian/changelog
--- winetricks-0.0+20120606+svn831/debian/changelog 2012-06-20 
20:54:10.0 +0300
+++ winetricks-0.0+20120606+svn831/debian/changelog 2012-08-01 
20:11:17.0 +0300
@@ -1,3 +1,11 @@
+winetricks (0.0+20120606+svn831-3) unstable; urgency=low
+
+  * debian/control
+- (Depends): Add wine64-bin for x64 systems. Patch thanks to
+  Tobias Hansen tobias@gmx.de (Closes: #678840, #682321, #680955).
+
+ -- Jari Aalto jari.aa...@cante.net  Wed, 01 Aug 2012 20:11:17 +0300
+
 winetricks (0.0+20120606+svn831-2) unstable; urgency=low
 
   * debian/control
diff -Nru winetricks-0.0+20120606+svn831/debian/control 
winetricks-0.0+20120606+svn831/debian/control
--- winetricks-0.0+20120606+svn831/debian/control   2012-06-20 
20:54:10.0 +0300
+++ winetricks-0.0+20120606+svn831/debian/control   2012-08-01 
20:03:27.0 +0300
@@ -11,7 +11,7 @@
 
 Package: winetricks
 Architecture: all
-Depends: ${misc:Depends}, wine-bin-unstable | wine-bin, wget, cabextract, 
unzip, p7zip
+Depends: ${misc:Depends}, wine-bin | wine-bin-unstable | wine64-bin, wget, 
cabextract, unzip, p7zip
 Recommends: zenity | kdebase-bin, xdg-utils, sudo | gksu
 Suggests: wine-unstable | wine
 Description: package manager for WINE to install software easily



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120802070936.24229.84186.report...@taiko.cante.net



Bug#681788: unblock: ace-of-penguins/1.3-10

2012-07-16 Thread Jari Aalto
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package ace-of-penguins

 Target bug to fix:

   A crash happens for all games when F1 is pressed
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679875

 The cause

   Happens only on systems where 100dpi font package is not
   installed

 The Fix

   Add required font package to debian/control::Recommends

 Also includes compared to 1.3-8

   Patch 50: Full hardenining (CPPFLAGS support)

 Comment

   Changes according to past unblock discussion
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680951

unblock ace-of-penguins/1.3-10

$ cat ace-of-penguins-1.3-8--1.3-10.dsc.deb.diff

diff -Nru ace-of-penguins-1.3/debian/changelog 
ace-of-penguins-1.3/debian/changelog
--- ace-of-penguins-1.3/debian/changelog2012-03-23 08:04:24.0 
+0200
+++ ace-of-penguins-1.3/debian/changelog2012-07-12 13:35:45.0 
+0300
@@ -1,3 +1,25 @@
+ace-of-penguins (1.3-10) unstable; urgency=low
+
+  * debian/series
+- (45): Add libpng 1.5 transition patch. For some reason the line
+  was mistankely deleted in 1.3-9.
+- (50): New. Included in 1.3-9 but not listed in changelog.
+  Enable CPPFLAGS, thus making full use of hardened build flags
+  (hardening=+all) added in 1.3-8. Patch thanks to Simon Ruderich
+  si...@ruderich.org
+
+ -- Jari Aalto jari.aa...@cante.net  Thu, 12 Jul 2012 13:35:26 +0300
+
+ace-of-penguins (1.3-9) unstable; urgency=low
+
+  * debian/control
+- (Recommends): Add xfonts-100dpi. This fixes F1 keypress
+  segmentation fault crash on systems which do not already have the font
+  installed (Closes: #679875). Thanks to Lukas Hofmann lhfl...@gmx.de
+  for the patch.
+
+ -- Jari Aalto jari.aa...@cante.net  Tue, 10 Jul 2012 12:47:52 +0300
+
 ace-of-penguins (1.3-8) unstable; urgency=low
 
   * debian/control
diff -Nru ace-of-penguins-1.3/debian/control ace-of-penguins-1.3/debian/control
--- ace-of-penguins-1.3/debian/control  2012-03-23 08:04:24.0 +0200
+++ ace-of-penguins-1.3/debian/control  2012-07-12 13:35:45.0 +0300
@@ -12,6 +12,7 @@
 Architecture: any
 Pre-Depends: multiarch-support
 Depends: ${misc:PreDepends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: xfonts-100dpi
 Description: penguin-themed solitaire games
  The Ace of Penguins is a set of solitaire games inspired by the ones
  available for MS Windows, but with a number of enhancements.
@@ -19,3 +20,6 @@
  The package consists of the games Canfield, Freecell, Golf,
  Mastermind, Merlin, Minesweeper, Pegged, Solitaire, Spider, Taipei
  (with a level editor), and Thornq.
+ .
+ NOTE: If you experience problems with the F1 help key, please
+ make sure you have package xfonts-100dpi installed.
diff -Nru ace-of-penguins-1.3/debian/patches/45-libpng15 
ace-of-penguins-1.3/debian/patches/45-libpng15
--- ace-of-penguins-1.3/debian/patches/45-libpng15  2012-03-23 
08:04:24.0 +0200
+++ ace-of-penguins-1.3/debian/patches/45-libpng15  2012-07-12 
13:35:45.0 +0300
@@ -1,5 +1,5 @@
-From: Jari Aalto jari.aa...@cante.net
-Subject: libpng 1.5 transition
+From: Nobuhiro Iwamatsu iwama...@nigauri.org
+Subject: libpng 1.5 transition Bug#635741
 
 --- a/lib/make-imglib.c
 +++ b/lib/make-imglib.c
diff -Nru ace-of-penguins-1.3/debian/patches/50-buildflags.patch 
ace-of-penguins-1.3/debian/patches/50-buildflags.patch
--- ace-of-penguins-1.3/debian/patches/50-buildflags.patch  1970-01-01 
02:00:00.0 +0200
+++ ace-of-penguins-1.3/debian/patches/50-buildflags.patch  2012-07-12 
13:35:45.0 +0300
@@ -0,0 +1,31 @@
+From: Simon Ruderich si...@ruderich.org
+Subject: Add dupport for CPPFLAGS
+Last-Update: 2012-03-24
+
+--- ace-of-penguins-1.3.orig/lib/Makefile.in
 ace-of-penguins-1.3/lib/Makefile.in
+@@ -565,10 +565,10 @@ images.c : make-imglib Makefile images.i
+   ./make-imglib -n cards -i $(srcdir)/png -d images.d $(srcdir)/images.in 
images.c
+ 
+ make-imglib : make-imglib.c
+-  $(BUILD_CC) $(srcdir)/make-imglib.c -o make-imglib -lpng -lz
++  $(BUILD_CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(srcdir)/make-imglib.c -o 
make-imglib -lpng -lz
+ 
+ text2c : text2c.c
+-  $(BUILD_CC) $(srcdir)/text2c.c -o text2c -lpng -lz
++  $(BUILD_CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(srcdir)/text2c.c -o 
text2c -lpng -lz
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+--- ace-of-penguins-1.3.orig/lib/Makefile.am
 ace-of-penguins-1.3/lib/Makefile.am
+@@ -24,7 +24,7 @@ images.c : make-imglib Makefile images.i
+   ./make-imglib -n cards -i $(srcdir)/png -d images.d $(srcdir)/images.in 
images.c
+ 
+ make-imglib : make-imglib.c
+-  $(BUILD_CC) $(srcdir)/make-imglib.c -o make-imglib -lpng -lz
++  $(BUILD_CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(srcdir)/make

Bug#680951: unblock: ace-of-penguins/1.3-9

2012-07-11 Thread Jari Aalto
2012-07-10 20:00 Neil McGovern ne...@debian.org:
| Hi,
| 
| On Tue, Jul 10, 2012 at 12:58:53PM +0300, Jari Aalto wrote:
|  |  The Fix
|  |Add required font package to debian/control
|  | 
| 
|  +Recommends: xfonts-100dpi

1.3-9 has been uploaded to unstable with this change.

Jari


pgpC8UDTkF97j.pgp
Description: PGP signature


Bug#680951: unblock: ace-of-penguins/1.3-9

2012-07-10 Thread Jari Aalto
2012-07-10 10:51 Niels Thykier ni...@thykier.net:
| On 2012-07-09 15:21, Jari Aalto wrote:
| 
|  Target bug to fix:
| 
|A crash happens for all games when F1 is pressed
|http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679875
| 
|  The cause
| 
|Happens only on systems where 100dpi font package is not
|installed
| 
|  The Fix
| 
|Add required font package to debian/control::Depends
| 
|  Comment:
| 
|Please consider letting 1.3-9 go through once it has been uploaded.
|
| Hi,
|
| Could you please include the entire debdiff that you intend to upload so
| we can review it?

Attached,
Jari

$ cat  ../build-area/ace-of-penguins_1.3-8--1.3-9.deb.diff

diffstat for ace-of-penguins-1.3 ace-of-penguins-1.3

 changelog |   10 ++
 control   |4 
 2 files changed, 14 insertions(+)

diff -Nru ace-of-penguins-1.3/debian/changelog 
ace-of-penguins-1.3/debian/changelog
--- ace-of-penguins-1.3/debian/changelog2012-03-23 08:51:05.0 
+0200
+++ ace-of-penguins-1.3/debian/changelog2012-07-10 12:47:52.0 
+0300
@@ -1,3 +1,13 @@
+ace-of-penguins (1.3-9) unstable; urgency=low
+
+  * debian/control
+- (Recommends): Add xfonts-100dpi. This fixes F1 keypress
+  segmentation fault crash on systems which do not already have the font
+  installed (Closes: #679875). Thanks to Lukas Hofmann lhfl...@gmx.de
+  for the patch.
+
+ -- Jari Aalto jari.aa...@cante.net  Tue, 10 Jul 2012 12:47:52 +0300
+
 ace-of-penguins (1.3-8) unstable; urgency=low
 
   * debian/control
diff -Nru ace-of-penguins-1.3/debian/control ace-of-penguins-1.3/debian/control
--- ace-of-penguins-1.3/debian/control  2012-03-22 18:23:25.0 +0200
+++ ace-of-penguins-1.3/debian/control  2012-07-10 12:47:29.0 +0300
@@ -12,6 +12,7 @@
 Architecture: any
 Pre-Depends: multiarch-support
 Depends: ${misc:PreDepends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: xfonts-100dpi
 Description: penguin-themed solitaire games
  The Ace of Penguins is a set of solitaire games inspired by the ones
  available for MS Windows, but with a number of enhancements.
@@ -19,3 +20,6 @@
  The package consists of the games Canfield, Freecell, Golf,
  Mastermind, Merlin, Minesweeper, Pegged, Solitaire, Spider, Taipei
  (with a level editor), and Thornq.
+ .
+ NOTE: If you experience problems with the F1 help key, please
+ make sure you have package xfonts-100dpi installed.




-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87liisc4yq@taiko.cante.net



Bug#680951: unblock: ace-of-penguins/1.3-9

2012-07-10 Thread Jari Aalto
2012-07-10 20:00 Neil McGovern ne...@debian.org:
| Hi,
| 
| On Tue, Jul 10, 2012 at 12:58:53PM +0300, Jari Aalto wrote:
|  |  The Fix
|  |Add required font package to debian/control::Depends
|  | 
| 
|  +Recommends: xfonts-100dpi
|  + .
|  + NOTE: If you experience problems with the F1 help key, please
|  + make sure you have package xfonts-100dpi installed.
|  
| 
| It seems that this fix doens't match the description. Why is this not a
| depends?

I initially considered adding it to Depends, but according to Lintian[*]
that would violate policy.

Let me know if in this case it is correct to use Depends and override the
Lintian message,

Jari

[*] http://lintian.debian.org/tags/package-depends-on-an-x-font-package.html


pgpELyU1y6KGX.pgp
Description: PGP signature


Bug#680951: unblock: ace-of-penguins/1.3-9

2012-07-09 Thread Jari Aalto
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package ace-of-penguins

Target bug to fix:

  A crash happens for all games when F1 is pressed
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679875

The cause

  Happens only on systems where 100dpi font package is not
  installed

The Fix

  Add required font package to debian/control::Depends

Comment:

  Please consider letting 1.3-9 go through once it has been uploaded.

unblock ace-of-penguins/1.3-9

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120709132110.17546.42858.report...@taiko.cante.net



Bug#672562: Bug#667132: transition: bobcat (ccbuild)

2012-05-14 Thread Jari Aalto
2012-05-14 10:45 George Danchev danc...@spnet.net:
| On Monday 14 May 2012 03:10:58 Cyril Brulebois wrote:
|   to libbobcat-dev in squeeze).
|
|   All of these built successfully against the new bobcat library, even
|   though ccbuild required a minor tweak [1] to succeed due to unrelated
|   FTBFS with newer GCC, reported as #667132.
| 
|  I think it would be nice if this could be fixed ASAP, so that it's ready
|  to be binNMU'd when the time comes, and so that we discover new failures
|  early, if any.
|
| Ok, the ccbuild FTBFS issue with GCC.4.7
| ~
| Agreed, and looking at #667132 bug log, I can see that this bug is also dealt
| with upstream and the maintainer (CC'ed) claimed ETA for the fix 2012-05-19.
|
| Jari, are you going to patch the cbuild package currently found in sid or are
| you goind to upload a new and fixed upstream version?

I'm going to upload new upstream version as soon as possible. The ETA is
the goal I'm reaching. Upstream has already released new one, but I need a
little while with.

Jari



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87havi1wbm.fsf...@test20.cante.net



Re: leafpad UTF16 save fix (Grave; #606145) - 0.8.17-5 available

2011-01-10 Thread Jari Aalto
2010-12-26 22:01 Adam D. Barratt a...@adam-barratt.org.uk:
 Hi Jari,

 I've just been reviewing your recent upload of leafpad, in order to
 determine whether it was suitable for unblocking for Squeeze.

New release 0.8.17-5 has been uploaded. It reverts back to old one with
only the UTF encoding fix included. It hsould be be ready for stable
release.

Jari


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87lj2s8u0u@picasso.cante.net



Patch for leafpad to Fix UTF16 save (Grave; Closes: #606145)

2011-01-07 Thread Jari Aalto

2010-12-23 23:19 Julien Cristau jcris...@debian.org, 606...@bugs.debian.org
 On Fri, Dec 17, 2010 at 16:39:42 +, brian m. carlson wrote:
  tags 606145 + patch
  kthxbye
 
  The problem here is that when writing out the file, we use fputs.  fputs
  only operates on C strings and stops when it reaches a NUL byte.  Of
  course, since UTF-16 is a double-byte character set, ASCII characters
  are encoded with one byte being 0 (NUL).  The easy solution is to use
  fwrite with the byte count we get from and the attached patch does so.
 
 Jari, any chance for an upload to fix this in the next few days?

 Cheers,
 Julien

2010-12-26 19:43 Julien Cristau jcris...@debian.org:
 On 12/26/2010 06:07 AM, Jari Aalto wrote:
  dget http://cante.net/~jaalto/tmp/debian/leafpad/leafpad_0.8.17-4.dsc

 On Sun, Dec 26, 2010 at 08:34:55 -0800, tony mancill wrote:
 Hi Jari, Julien, and Brian:

 I'm around - I have go back to work tomorrow.  I have uploaded 0.8.17-4 to
 unstable; (...)

  Tony

 *sigh*

 the changes to debian/rules are very much not ok.

 there's an undocumented change to data/leafpad.desktop.

 Cheers,
 Julien

2010-12-26 20:25 Julien Cristau jcris...@debian.org:
 On Sun, Dec 26, 2010 at 10:04:25 -0800, tony mancill wrote:

 Very much not okay in what regard?  If you're asking for an absolute minimal
 changeset on behalf other the release team, please make that clear by
 documenting it somewhere, preferably in the bug report.  Otherwise, there's
 nothing in the thread [1] that indicates this is targeted for squeeze.

 Yes there is.  This bug is RC, it affects squeeze.  If you'd bothered
 to read d-d-a (as you're supposed to) you would know that we're in deep
 freeze, and as such any RC bug fixes should be uploaded with minimal
 changes.

 You can debdiff the the -3 and -4 package to verify that the changes to
 debian/rules don't affect the contents of the resulting binary package.  
 This is
 neither a security upload nor an NMU, and according to the PTS page [2] the 
 bug
 isn't RC either.

 I don't know what makes you think that.  This bug has 'grave' severity,
 and that's even mentioned in your mail's Subject field.  Please wake up.

 Cheers,
 Julien

2010-12-26 22:01 Adam D. Barratt a...@adam-barratt.org.uk:
 Hi Jari,

 I've just been reviewing your recent upload of leafpad, in order to
 determine whether it was suitable for unblocking for Squeeze.

 Firstly, thank you for fixing the outstanding RC bug on the package.
 However, I'm somewhat disappointed that you chose to mix unrelated and
 unneeded changes in as part of the upload, specifically this change:

 +  * debian/rules
 +- Simplify targets for dh(1).

 Leaving aside for one moment the appropriateness of making such a change
 in deep freeze, I do wonder how this change was intended to work:

 +override_dh_auto_instakk:

 fwiw, reviewing the difference between the
 patches/debian-changes-0.8.17-{3,4}, the changes from -3 to replace all
 the GPL license headers with the new version omitting the FSF address
 have also been lost in this upload; this patch never seems to have
 actually been applied to the package, however, so its loss isn't a
 particular problem.

SUMMARY

- Julien asked a speed fix. No further explantions given.
- I send what I had in progress in my repository + the grave fix
- Tony uploaded
- Julien complained about the upload, with unneccessary chit-chat.
- Tony asked what exactly was the problem.
- Not very constructive comments from Julien.
- Elsewhere Adam was forced to do double work.

To the release team Lead:

I'd like to express my dissatisfaction of how Julien approached the issue.
The proper directions to talk to the developers would need to be improved.
Something along the line:

Hi, there is a grave bug and we'd need a targetted fix that would
only touch that bug. Please let us know when the upload is there
and notify the release team with an RFE (Request for an exception)

Now I, Tony, and Adam had to do extra work to engage in a fix discussion
just because important things were left untold.

I'm going to prepare yet another upload, but I'm not exactly thrilled.

Jari


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87d3o8ivjk@picasso.cante.net



Bug#603950: WWW page release.debian.org - Use ISO 8601 dates

2010-11-18 Thread Jari Aalto
Package: release.debian.org
Severity: wishlist


I'd like to propose that pages in release.debian.org use ISO 8601
-MM-DD dates instead or shorthand English names.

An excerpt:

Recent release updates
[2010-Oct-05] Release Team meeting minutes (and release update)
[2010-Sep-21] Bit from the Release Team: Status of hppa
[2010-Sep-03] Release Update: freeze guidelines, transitions, BSP, rc bug 
fixes
[2010-Aug-07] Bits from the (chilly) release team

For the english speaking audience the date information may be easy to
comprehend, but for non-natives and in worldwide use it is difficult
to recall the correct english order of the months. An example:

   Does September come before of after October, or some other month?

As for ISO 8601, being a pure numeric format (-MM-DD), there is no
need for a person to calculate and recall the order in one's head. An
example:

2010-10-15  The Month order is immediately obvious
2010-11-02

This date format is also internationally understood and suitable for
immediate use.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20101118185822.1068.40496.report...@debproxy.cante.net



RFE: Request for freeze exception - 6tunnel Bug#601030 (IPv4 fix)

2010-11-16 Thread Jari Aalto

Hello Release Team,

Please consider latest 6tunnel for inclusion:

  $ apt-cache policy 6tunnel

  Installed: (none)
  Candidate: 0.11rc2-3
  Version table:
 0.11rc2-5 0
500 http://ftp.fi.debian.org/debian/ unstable/main amd64
  Packages
 0.11rc2-3 0
990 http://ftp.se.debian.org/debian/ testing/main amd64 Packages

The latest release contains minor, but important fixes; like a fix for
IPv4 handling.

6tunnel (0.11rc2-5) unstable; urgency=low

  * debian/copyright
- Add notes about dead upstream.
  * debian/patches
- (15): New. Adjust getopt() return value type for ARM. Patch
  thanks to Martijn klep...@svana.org (Closes: #602664).
- (20): Refresh.

 -- Jari Aalto jari.aa...@cante.net  Sun, 07 Nov 2010 11:23:41 +0200

6tunnel (0.11rc2-4) unstable; urgency=low

  * debian/control
- (Build-Depends): Update to debhelper 8.
- (Standards-Version): Update to 3.9.1.
  * debian/compat
- Update to 8.
  * debian/copyright
- (Upstream Author): Add note that email is no longer active.
  * debian/patches
- (20): New. Fix can't resolve IPv4 address. Patch
  thanks to Roland Stigge sti...@antcom.de (Closes: #601030).

 -- Jari Aalto jari.aa...@cante.net  Sun, 24 Oct 2010 00:51:39 +0300

Jari


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87zkt9ashq@picasso.cante.net



Bug#601199: release.debian.org: unblock: mono-debugger/2.6.3-2.1

2010-11-02 Thread Jari Aalto
 Adam D. Barratt a...@adam-barratt.org.uk
  On Sun, 2010-10-24 at 12:40 +0200, Moritz Muehlenhoff wrote:
  Please unblock package mono-debugger. It fixes CVE-2010-3369.

 I'm not really convinced about the utility of this:

 ++   tmp=$(echo $1 | sed -e 's/::\+// ; s/^:// ; s/:$//' )

 The code is already using ${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} to only
 append LD_LIBRARY_PATH if it is non-empty, resolving the issue with the
 script (adding empty items without the user realising).

 If I want to explicitly add empty items to LD_LIBRARY_PATH before
 calling the debugger, and potentially shoot myself badly in the foot,
 should I not be permitted to do so?

I can provide *-2.2 without the patchclean(). Let me know if new upload
is ok.

Jari



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87sjzjxru9@picasso.cante.net



Re: Security unblock requests (ust/0.7-2.1)

2010-11-02 Thread Jari Aalto
 Julien Cristau jcris...@debian.org writes:
| Newsgroups: gmane.linux.debian.devel.release
| Subject: Re: Security unblock requests
| Date: Sat, 23 Oct 2010 15:13:20 +0200
| Message-ID: 20101023131320.gs3...@radis.liafa.jussieu.fr
|
 On Sat, Oct 23, 2010 at 14:37:20 +0200, Moritz Muehlenhoff wrote:

 More unblock requests:
 ust/0.7-2.1 - CVE-2010-3386

  52 files changed, 3116 insertions(+), 1232 deletions(-)

Need more information. Local check:

$ debdiff ../build-area/ust_0.7-2.dsc ../build-area/ust_0.7-2.1.dsc | lsdiff
ust-0.7/debian/changelog
ust-0.7/debian/patches/CVE-2010-3386--bug598309.diff
ust-0.7/debian/patches/series

$ debdiff ../build-area/ust_0.7-2.dsc ../build-area/ust_0.7-2.1.dsc | 
filterdiff -x '*changelog' | wc -l
50

Jari


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87iq0fxr4f.fsf...@picasso.cante.net



exception for package: abiword

2010-10-29 Thread Jari Aalto

Hello Release Team,

There are ugly crash bugs in current abiword (2.8.2) that have been
dealt with in later releases.

I'm proposing an an exception to see that that the latest version is
included in squeeze. The katest abiword has now been uploaded to the FTP
archive's queue (2010-10-28; delayed/2).

Jari

[Related]

The update of abiword was discussed in #debian-release 2010-10-20 12:46
(Josselin Mouette) with regards to the status of goffice being solved
first. This appears to be done according to
https://buildd.debian.org/status/package.php?p=gofficesuite=unstable


Source: abiword
Version: 2.8.6-0.1
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto jari.aa...@cante.net
Date: Wed, 20 Oct 2010 14:46:20 +0300
Closes: 498285 520424 552575 569272 577733 580346 586245
Changes:
 abiword (2.8.6-0.1) unstable; urgency=low
 .
   [ Jari Aalto ]
   * Non-maintainer upload.
   * New upstream release. Fixes:
 - Can't open password protected ODT files (Closes: #577733).
 - Scrolling with cursor keys is slow (important; Closes: #498285).
 - Crash on occasions when importing OpenDocument files.
 - Crash when trying to print (important; Closes: #580346).
 - Crash on accessing Tools - Thesaurus menu (normal; Closes: #569272).
 - Crash on saving as PDF (normal; Closes: #520424).
 - Crash on trying to access Help (normal: Closes: #586245).
 - Crash on 3 MiB RTF file (normal; Closes: #552575);
   * debian/control
 - (Standards-Version): Update to 3.9.1.
   * debian/patches
 - (fixes/svn-backports.diff): Remove. Obsoleted by new release
 - (fixes/mime-types.diff): Refresh. Move abiword.desktop changes to
   separate diff.
 - (fixes/mime-types-desktop.diff): New file.
 .
   [  Hideki Yamane (Debian-JP) henr...@debian.or.jp ]
   * debian/rules
 - (CC, CXX): Remove variables.
 - (LDFLAGS): New variable. Move content from --as-needed from CC, CXX
   variable. See bug #577871 for details.
   * debian/control
 - (Build-Depends): Add flex, bison.


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87aalxiduh@picasso.cante.net



RM: gcrontab/unstable -- ROM; not ported to GTK2, no upstream

2009-10-04 Thread Jari Aalto

- Package has a grave bug #515275 gcrontab: Depends on GTK 1.2 and GLIB 1.2
- The patch included in the bug unfortunately does not fully address the
  GTK2 probelems.
- There is no-one doing the port to GTK2
- Package has no upstream.

Please remove the package


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



Re: RM: gcrontab/testing -- ROM; not ported to GTK2, no upstream

2009-10-04 Thread Jari Aalto
Adam D. Barratt a...@adam-barratt.org.uk writes:

 Hi,

 On Sun, 2009-10-04 at 18:25 +0300, Jari Aalto wrote:
 - Package has a grave bug #515275 gcrontab: Depends on GTK 1.2 and GLIB 1.2
 - The patch included in the bug unfortunately does not fully address the
   GTK2 probelems.
 - There is no-one doing the port to GTK2
 - Package has no upstream.
 
 Please remove the package

 Removals from unstable are handled by the FTP team, not the Release
 team.  Please file a bug against the ftp.debian.org pseudo-package to
 request the removal.

Please excuse the subject:

I'm requesting a removal from testing also where this package has the
grave/GTK1 problem.

Jari


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



RM: gxset/testing -- ROM; No upstream, Buggy: segfaults immediately after [apply] button press

2009-08-07 Thread Jari Aalto

Please remove gxset from testing. Package has severe memory malloc/free
bug that causes it to segfault and it has no upstream.

A request sent separately to unstable too.

Jari


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