Bug#766000: RFS: id3lib3.8.3/3.8.3-16

2014-10-26 Thread Tobias Frost
(I do not intend to sponsor this package) Stefan, your package does contain lintian warnings. Many sponsor will not even look at your package with warnings present, so I advise you to fix them. Thanks -- tobi -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#766869: gtk-theme-switch: incomplete d/copyright

2014-10-26 Thread Tobias Frost
Hi Marius, no, not necessry to reopen the RFS. Checking now.. -- tobi Am Sonntag, den 26.10.2014, 14:59 +0200 schrieb Marius Gavrilescu: > Tobias Frost writes: > > > as Eriberto mentioned in an earlier review of your package [1], your > > d/copyright is incomplete. >

Bug#766869: gtk-theme-switch: incomplete d/copyright

2014-10-26 Thread Tobias Frost
i Am Sonntag, den 26.10.2014, 14:59 +0200 schrieb Marius Gavrilescu: > Tobias Frost writes: > > > as Eriberto mentioned in an earlier review of your package [1], your > > d/copyright is incomplete. > > > > On a side note, please consider commments from reviewers &g

Bug#766000: RFS: id3lib3.8.3/3.8.3-16

2014-10-26 Thread Tobias Frost
Am Sonntag, den 26.10.2014, 15:34 +0100 schrieb Stefan Ott: > On 10/26/2014 01:43 PM, Tobias Frost wrote: > > (I do not intend to sponsor this package) > > > > Stefan, > > your package does contain lintian warnings. Many sponsor will not even > > look at your pa

Bug#745135: Top 10 reasons you should sponsor MariaDB 10.0 into Debian this weekend (Re: Bug#745135: RFS: mariadb-10.0/10.0.13-1 [ITP] -- Latest version of worlds most popular non-Oracle database)

2014-09-27 Thread Tobias Frost
Sorry, forgot to CC the BTS. On Wed, 2014-09-24 at 23:14 +0300, Otto Kekäläinen wrote: > Hello Tobias and thanks for the review! > > 2014-09-23 22:49 GMT+03:00 Tobias Frost : > > Hi Otto, > > - d/control: I'd add to mariadb-test as short description what is the &

Bug#763053: dokuwiki: debconf does not set password

2014-09-27 Thread Tobias Frost
Package: dokuwiki Severity: normal Dear Maintainer, On a friendi's machine we just installed dokuwiki with lighttpd as webserver. During installation, debconf askes for a password as intended. However, the password is not set when trying to login (login error, wrong password) Instead, the "defa

Bug#745135: RFS: mariadb-10.0/10.0.13-1 [ITP] -- Latest version of worlds most popular non-Oracle database)

2014-09-28 Thread Tobias Frost
On Sat, 2014-09-27 at 18:11 +0300, Otto Kekäläinen wrote: > Hello! > > 2014-09-27 14:04 GMT+03:00 Tobias Frost : > > Hi Otto, > > > > (I wrote most of this before your response at 9:26) > > I tested commit rights: No I do not have them. (Feel free to add me, if &

Bug#745135: RFS: mariadb-10.0/10.0.13-1 [ITP] -- Latest version of worlds most popular non-Oracle database)

2014-09-28 Thread Tobias Frost
On Sun, 2014-09-28 at 14:22 +0300, Otto Kekäläinen wrote: > > Nope, does not work... (However, pulling works via ssh) > > > > tobi@edoras:~/workspace/deb/mentors/mariadb/mariadb-10.0$ git push > > Counting objects: 4, done. > > Delta compression using up to 4 threads. > > Compressing objects: 100%

Bug#745135: RFS: mariadb-10.0/10.0.13-1 [ITP] -- Latest version of worlds most popular non-Oracle database)

2014-09-28 Thread Tobias Frost
On Sun, 2014-09-28 at 17:33 +0300, Otto Kekäläinen wrote: > 2014-09-28 16:33 GMT+03:00 Tobias Frost : > > That gives a hint; I think I now know whats wrong: > > My username id tobi; coldtobi-guest was my pre-DD account... > > Ok, I added coldtobi-guest as it was the only use

Bug#745135: RFS: mariadb-10.0/10.0.13-1 [ITP] -- Latest version of worlds most popular non-Oracle database)

2014-09-29 Thread Tobias Frost
On Mon, 2014-09-29 at 12:24 +0900, Arnaud Fontaine wrote: > Hello, > > Tobias Frost writes: > > > To avoid a collision: I suggest that Arnaud Fontaine and either agree on > > who will upload, or that both of us announces on the BTS *before* we > > start looking at

Bug#763053: dokuwiki: debconf does not set password

2014-09-30 Thread Tobias Frost
Hi Tanguy, On Tue, 2014-09-30 at 22:51 +0200, Tanguy Ortolo wrote: > Tobias Frost, 2014-09-27 17:02+0200: > >On a friendi's machine we just installed dokuwiki with lighttpd as webserver. > >During installation, debconf askes for a password as intended. > >However, th

Bug#813880: tokyocabinet: testsuite failures on some archs

2016-02-06 Thread Tobias Frost
Source: tokyocabinet Severity: serious e.g powerpc and s390x are affected by a "metadata error". Investigating already. -- tobi -- System Information: Debian Release: stretch/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable') Architecture:

Bug#813880: tokyocabinet: testsuite failures on some archs

2016-02-06 Thread Tobias Frost
Control: tags -1 pending Ok, before uploading the fix, this error needs some documentation, as this is a quite weird one; and I'm not 100% sure if this not a gcc bug. The bug is in tcfdbloadmeta(), where TC tries to load and parse the meta data. Its bascially always "memcpy some bytes to a temp v

Bug#813858: gcc-5: [mips] regression: miscompilation caused by -fexpensive-optimizations

2016-02-06 Thread Tobias Frost
I also see something like this for tokyocabinet, see #813880 for an analysis...  I see those failures on powerpc, ppc64 and s390x, but not on mips. So this might be indeed a differnt bug as well, but I guess related to optimization. After seeing this bug, I tried -fno-expensive-optimizations on p

Bug#813858: gcc-5: [mips] regression: miscompilation caused by -fexpensive-optimizations

2016-02-06 Thread Tobias Frost
On Sat, 06 Feb 2016 15:37:09 +0100 Tobias Frost wrote: >  > I see those failures on powerpc, ppc64 and s390x, but not on mips. > So this might be indeed a differnt bug as well, but I guess related to Ähm, should read: ALSO on mips

Bug#809940: gimp: FTBFS with libpng16

2016-02-06 Thread Tobias Frost
On Sat, 06 Feb 2016 18:20:39 + Ari Pollak wrote: > This doesn't look like a FTBFS to me. What am I missing? It isnt (anymore)... Gianfranco closed this bug already.. (Reason could be some BD issue at the time of the original reporting) -- Tobias Frost 13C9 04F0 CE08 5E7C 3630 7

Bug#814879: timidity: FTBFS with libpng16 / does not specify libpng-dev B-D

2016-02-16 Thread Tobias Frost
Source: timidity Severity: serious User: lib...@packages.debian.org Usertags: libpng16-transition Control: block 650601 by -1 Dear maintainer, Currently we are preparing the transition of libpng1.2 to libpng1.6. The transition bug is #650601. A rebuild of all packages depending on libpng-dev an

Bug#809939: ghostscript: FTBFS with libpng16

2016-02-16 Thread Tobias Frost
Package: src:ghostscript Followup-For: Bug #809939 Control: reopen -1 Control: found -1 9.18_dfsg-1 Hi Jonas, Reopeing, as the symbol is png_push_fill_buffer there again, so FTBFS with libpng16. -- Tobi -- System Information: Debian Release: stretch/sid APT prefers stable-updates APT poli

Bug#662273: autotrace: Please Build-Depends on libpng-dev, change from libpng12-dev

2016-02-16 Thread Tobias Frost
Package: src:autotrace Followup-For: Bug #662273 Control: reopen -1 There is an additional Depends: on libpng12-dev in a binary package. Reopening and scheduling an upload. -- tobi -- System Information: Debian Release: stretch/sid APT prefers stable-updates APT policy: (500, 'stable-updat

Bug#662273: autotrace: diff for NMU version 0.31.1-16+nmu1.2

2016-02-16 Thread Tobias Frost
+0100 +++ autotrace-0.31.1/debian/changelog 2016-02-16 14:37:46.0 +0100 @@ -1,3 +1,9 @@ +autotrace (0.31.1-16+nmu1.2) unstable; urgency=medium + + * Change Depends from libpng12-dev to libpng-dev (really Closes: #662273) + + -- Tobias Frost Tue, 16 Feb 2016 14:36:58 +0100 + autotrace (0.31

Bug#814879: timidity: FTBFS with libpng16 / does not specify libpng-dev B-D

2016-02-17 Thread Tobias Frost
Source: timidity Followup-For: Bug #814879 Control: tags -1 fixed-upstream Upstream has fixes for this in the last release. -- tobi -- System Information: Debian Release: stretch/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (500,

Bug#815308: streamlining license version "or later" version syntax

2016-02-21 Thread Tobias Frost
Am Samstag, den 20.02.2016, 19:41 +0100 schrieb Daniel Pocock: > Package: lintian > Version: 2.5.30+deb8u4 > X-Debbugs-cc: debian-de...@lists.debian.org > > > Let's say that debian/copyright contains the following: > > > > Files: foo > Copyright: 2016, Mr Foo > License: GPL-2 > > Files: bar >

Bug#815308: streamlining license version "or later" version syntax

2016-02-22 Thread Tobias Frost
Am Montag, den 22.02.2016, 09:10 +0100 schrieb Daniel Pocock: DISCLAIMER: IANAL. > On 21/02/16 11:13, Tobias Frost wrote: > > Am Samstag, den 20.02.2016, 19:41 +0100 schrieb Daniel Pocock: > > > Package: lintian > > > Version: 2.5.30+deb8u4 > > > X-Debbu

Bug#810194: mrtg: Please update dependency on libpng-dev

2016-02-25 Thread Tobias Frost
Source: mrtg Followup-For: Bug #810194 Control: severity -1 minor Yes, libpng-dev|libpng12-dev will do it for the transition, however, libpng12-dev will be removed soon, so the alternative should be removed as well. (Also, it is already today a NOOP as libpng12-dev provides libpng-dev) (therfor

Bug#741894: libtk-img: FTBFS with libpng16

2016-02-25 Thread Tobias Frost
Package: src:libtk-img Followup-For: Bug #741894 Hi Sergei, would it be possible to prepare & upload a fixed-for-libpng16 version to experimental? -- tobi -- System Information: Debian Release: 8.3 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux

Bug#649547: armagetronad: FTBFS: configure: error: You need libpng to compile Armagetron.

2016-02-25 Thread Tobias Frost
Package: src:armagetronad Followup-For: Bug #649547 Control: close -1 The libpng16 development package used for the transistion will pull in libpng-config automatically. Therefore closing this bug. -- tobi -- System Information: Debian Release: 8.3 APT prefers stable APT policy: (500, 'st

Bug#810196: libwebp: Please update dependency on libpng-dev

2016-02-25 Thread Tobias Frost
Source: libwebp Followup-For: Bug #810196 Control: unblock 650601 by -1 Yes, libpng-dev|libpng12-dev will do it for the transition, However, libpng12-dev will be removed soon, so the alternative should be removed as well. (Also, it is already today a NOOP as libpng12-dev provides libpng-dev)

Bug#810173: icinga: Please update dependency on libpng-dev

2016-02-25 Thread Tobias Frost
Source: icinga Followup-For: Bug #810173 Control: unblock 650601 by 810173 Markus is right, so this bug is not blocking the transition, marking accordingly. -- System Information: Debian Release: 8.3 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linu

Bug#809913:

2016-02-25 Thread Tobias Frost
Package: src:png++ Followup-For: Bug #809913 Dear Maintainer, the package png++ is not building with libpng16 (the build checked by Gianfranco seems to have built against libpng12) Therefore reopening. The build log contains this error:  g++ -M -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fsta

Bug#816083: android-platform-build: Please change B-D for the android-platform-frameworks-native transition

2016-02-27 Thread Tobias Frost
Source: android-platform-build Severity: important Dear maintainer, as you know, there is the transition for android-platform-frameworks-native. The transition is quite small, so it would be greatly appreciate if we can finish it ASAP -- as it is colliding with the much bigger libpng transition.

Bug#810001: texlive-base: Please migrate to bundled libpng once libpng16 is in sid

2016-02-27 Thread Tobias Frost
Package: src:texlive-base Followup-For: Bug #810001 Control: unblock 650601 by -1 Unblocking, as this is technically not a blocking bug for the transition. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreig

Bug#741894: libtk-img: FTBFS with libpng16

2016-02-27 Thread Tobias Frost
hich is a virtual package, > provided by: >    - libpng12-dev (1.2.54-3), but 1.2.54-3 is > to be installed > > Conflicts: libpng12-dev but 1.2.54-3 is to be > installed > Conflicts: libpng3-dev which is a virtual package, &g

Bug#816102: libcamlimages-ocaml-dev: Please depend on libpng-dev instead of libpng12-dev

2016-02-27 Thread Tobias Frost
Package: libcamlimages-ocaml-dev Severity: important User: lib...@packages.debian.org Usertags: libpng16-transition Dear camlimages maintainers, Currently we are preparing the transition of libpng1.2 to libpng1.6. The transition bug is #650601. A rebuild of all packages depending on libpng-dev a

Bug#816103: libwv-dev: Please change dependency from libpng12-dev to libpng-dev

2016-02-27 Thread Tobias Frost
Package: libwv-dev Severity: important User: lib...@packages.debian.org Usertags: libpng16-transition Dear wv maintainers, Currently we are preparing the transition of libpng1.2 to libpng1.6. The transition bug is #650601. libwv-dev depends an versioned development package libpng12-dev. Please u

Bug#816108: pinball: FTBFS in sid pbuilder enviorment

2016-02-27 Thread Tobias Frost
Source: pinball Severity: serious Justification: FTBFS The package fails to build in a local rebuild in a sid pbuilder enviroment. libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. debian/rules:21: recipe for target 'override_

Bug#812192: insightoolkit: Package depends on no longer built package libdcmtk2-dev

2016-02-27 Thread Tobias Frost
Control: reopen -1 Control: found:  Hi, reopening, as insightoolkit-dev still (or again) depends on  libdcmtk2-dev. -- tobi

Bug#816114: libalien-sdl-dev-perl: Please change dependency to libpng-dev

2016-02-27 Thread Tobias Frost
Package: libalien-sdl-dev-perl Severity: important User: lib...@packages.debian.org Usertags: libpng16-transition Dear maintainer, Currently we are preparing the transition of libpng1.2 to libpng1.6. The transition bug is #650601. Your package depends the versioned development package libpng12-d

Bug#816116: libpolybori-dev: Please change dependency from libpng12-dev to libpng-dev

2016-02-27 Thread Tobias Frost
Package: libpolybori-dev Severity: important User: lib...@packages.debian.org Usertags: libpng16-transition Dear maintainers, Currently we are preparing the transition of libpng1.2 to libpng1.6. The transition bug is #650601. This package depends an versioned development package libpng12-dev. Pl

Bug#816115: openvrml-dev: Please depend on libpng-dev instead of libpng12-dev

2016-02-27 Thread Tobias Frost
Package: libopenvrml-dev Severity: important User: lib...@packages.debian.org Usertags: libpng16-transition Dear maintainer, Currently we are preparing the transition of libpng1.2 to libpng1.6. The transition bug is #650601. This package depends an versioned development package libpng12-dev. Ple

Bug#816117: games-c++-dev: Please change Recommends from libpng12-dev to libpng-dev

2016-02-27 Thread Tobias Frost
Package: games-c++-dev Severity: normal Dear maintainers, Currently we are preparing the transition of libpng1.2 to libpng1.6. The transition bug is #650601. This package suggests an versioned development package libpng12-dev. Please change it to only libpng-dev. Thanks! -- tobi -- System I

Bug#468645: libpng12-0: sample code uses deprecated function

2016-02-27 Thread Tobias Frost
Package: libpng12-0 Followup-For: Bug #468645 Control: close -1 Control: fixed -1 1.2.33-1 Closing & setting fixed version. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: L

Bug#812192: insightoolkit: Package depends on no longer built package libdcmtk2-dev

2016-02-27 Thread Tobias Frost
Control: reopen -1 Hi, reopening, as insightoolkit-dev still (or again) depends on  libdcmtk2-dev. -- tobi

Bug#741894: libtk-img: FTBFS with libpng16

2016-02-27 Thread Tobias Frost
Am Samstag, den 27.02.2016, 15:29 +0300 schrieb Sergei Golovan: > Hi Tobias, > > On Sat, Feb 27, 2016 at 3:14 PM, Tobias Frost > wrote: > > Hi Sergei, > > > > I guess the dependency chain is quite tricky.. > > > > What you can try to make the p

Bug#662273: autotrace: diff for NMU version 0.31.1-16+nmu1.1

2016-01-25 Thread Tobias Frost
62273) + - Build-Depends on libpng-dev, instead of libpng12-dev + - Add patch from Fedora for the library's API + + -- Tobias Frost Mon, 25 Jan 2016 12:32:10 +0100 + autotrace (0.31.1-16+nmu1) unstable; urgency=low * Non-maintainer upload. diff -Nru autotrace-0.31.1/debian/control autotr

Bug#742560: freeimage: diff for NMU version 3.17.0+ds1-1.1

2016-01-25 Thread Tobias Frost
Am Montag, den 25.01.2016, 17:58 + schrieb Ghislain Vaillant: > -- > Applying patch libpng16.patch > patching file Source/FreeImage/PluginPNG.cpp > Hunk #1 FAILED at 713. > Hunk #2 FAILED at 1000. > 2 out of 2 hunks FAILED -- rejects in file > Source/FreeImage/PluginPNG.cpp > Patch libpng1

Bug#650601: libpng is ready for transtion

2016-01-25 Thread Tobias Frost
Dear release-team, Now that all NMUs are in DELAYED for all fixables. I think we are ready to throw the switch.  Please let us know and assign us the transition slot :) Please assign a slot. Here's the actual summary [1] Built: 474 Failed: 34 OK: 440 The failed ones split up as follow: NMUs:

Bug#742560: freeimage: diff for NMU version 3.17.0+ds1-1.1

2016-01-25 Thread Tobias Frost
Am Montag, den 25.01.2016, 21:23 + schrieb Ghislain Vaillant: > Thanks for providing the additional information I requested, Tobias. > > I am still puzzled by a few things. First, the build of FreeImage > 3.17.0  > in Fedora 23 [1] and 24 [2] does not require patching the source > code  > for

Bug#662523: tracker: Please Build-Depends on libpng-dev, change from libpng12-dev

2016-01-25 Thread Tobias Frost
On Thu, 21 Jan 2016 17:58:47 +0100 Michael Biebl wrote: > Hi Gianfranco >  > Am 21.01.2016 um 16:12 schrieb Gianfranco Costamagna: > >  > >> If you want to make a team-upload for this change, would be ok with > >> me as well. > >  > > I did the changes on collab-maint, and uploaded on delayed/7 > 

Bug#810206: swfmill: Please update dependency on libpng-dev

2016-01-25 Thread Tobias Frost
Control: retitle -1 Please drop B-D on libpng12-dev Control: severity normal Contrpl: usertag -1 = Yes, that will not block the transition. However, it should still be removed as libpng12-dev will be retired. (libpng-dev is also bpo save already) -- tobi  On Fri, 22 Jan 2016 11:59:48 +0100 Gian

Bug#650601: libpng is ready for transtion

2016-01-26 Thread Tobias Frost
> Tobias Frost (2016-01-25): >> Dear release-team, >> >> Now that all NMUs are in DELAYED for all fixables. >> I think we are ready to throw the switch.  > > You haven't answered <20160106232316.ga28...@mraw.org>. > > Mraw, > KiBi. >

Bug#650601: libpng1.6 transistin (Was: Processed: fvwm: diff for NMU version 1:2.6.5.ds-4.1)

2016-01-26 Thread Tobias Frost
Am Dienstag, den 26.01.2016, 18:07 +0100 schrieb Emilio Pozuelo Monfort: > On 26/01/16 17:54, Gianfranco Costamagna wrote: > > Hi Emilio! > > > > > > > Can send another summary with your proposed plan here? Currently > > > libpng12-dev > > > provides libpng-dev but libpng16-dev doesn't. Are you g

Bug#650601: libpng is ready for transtion

2016-01-26 Thread Tobias Frost
Hallo KiBi, On Tue, 26 Jan 2016 10:51:11 +0100 Cyril Brulebois wrote: > Has anyone tested a debian installer build where some packages were > built against libpng12-0-udeb and some other against libpng16-16- udeb? > Does that work? Or are we looking at a giant transition where everything > must

Bug#650601: libpng is ready for transtion

2016-01-26 Thread Tobias Frost
Am Dienstag, den 26.01.2016, 20:45 +1100 schrieb Aníbal Monsalve Salazar: > On Tue, 2016-01-26 10:23:13 +0100, Tobias Frost wrote: > > > Tobias Frost (2016-01-25): > > > > Dear release-team, > > > > > > > > Now that all NMUs are in DELAYED for all

Bug#650601: libpng is ready for transition

2016-01-26 Thread Tobias Frost
Am Dienstag, den 26.01.2016, 22:25 + schrieb Gianfranco Costamagna: > Hi Tobias > > > +libpng1.6 (1.6.20-1.2) > > unstable; urgency=medium > > Do you want to go on unstable or it is a typo? > > Gianfranco Typo

Bug#812796: tokyocabinet ftbfs on ppc64el, failing to run the tests

2016-01-26 Thread Tobias Frost
Control: Retitle -1 tokyocabinet: testsuite sometimes failes Control: Severity -1 normal Control: Tags -1 unreproducible help Hi Matthias, this is some spurious error I've seen before. A give-back will fixed that everytime until now... Unfortunatly I'm not able to reproduce it here, even after l

Bug#809953: mathgl: FTBFS with libpng16

2016-01-27 Thread Tobias Frost
Package: src:mathgl Followup-For: Bug #809953 Building now fine, closing. -- System Information: Debian Release: stretch/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linu

Bug#809939: ghostscript: diff for NMU version 9.16~dfsg-2.1

2016-01-27 Thread Tobias Frost
loses: #809939) + + -- Tobias Frost Wed, 27 Jan 2016 19:39:05 +0100 + ghostscript (9.16~dfsg-2) unstable; urgency=medium * Fix lintian overrides. diff -Nru ghostscript-9.16~dfsg/debian/symbols.common ghostscript-9.16~dfsg/debian/symbols.common --- ghostscript-9.16~dfsg/debian/symbols.common

Bug#812904: fw4spl: Hompage is 404ing

2016-01-27 Thread Tobias Frost
Package: fw4spl Severity: normal The recorded homepage at google-code is returning 404. I guess it should be updated to http://fw4spl-org.github.io/ -- System Information: Debian Release: stretch/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'testing'), (500, '

Bug#809946: libapache2-mod-qos: FTBFS with libpng16

2016-01-27 Thread Tobias Frost
Package: src:libapache2-mod-qos Followup-For: Bug #809946 Short update: The libpng16-dev Package, pulled in automatically by libpng-dev (<-- do BD on this) will ensure that libpng16-devtools is pulled in. So nothing to do for your package. I close this bug... -- System Information: Debian Rel

Bug#809954: ifeffit: FTBFS with libpng16

2016-01-27 Thread Tobias Frost
Package: src:ifeffit Followup-For: Bug #809954 Rebuilding works now, closing. -- System Information: Debian Release: stretch/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel:

Bug#809957: neverball: FTBFS with libpng16

2016-01-27 Thread Tobias Frost
Package: src:neverball Followup-For: Bug #809957 Update: libpng16-dev will once uploaded depend on libpng16-devtools, so no change from your side required. -- System Information: Debian Release: stretch/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'testing'), (

Bug#809956: matplotlib: FTBFS with libpng16

2016-01-27 Thread Tobias Frost
Package: src:matplotlib Followup-For: Bug #809956 Tested on my envioroment successfully. Closing the bug now -- System Information: Debian Release: stretch/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Foreig

Bug#809961: pcsx2: FTBFS with libpng16

2016-01-27 Thread Tobias Frost
Package: src:pcsx2 Followup-For: Bug #809961 Package builds now. Closing. -- System Information: Debian Release: stretch/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linu

Bug#812796: tokyocabinet ftbfs on ppc64el, failing to run the tests

2016-01-27 Thread Tobias Frost
Am Donnerstag, den 28.01.2016, 02:32 +0100 schrieb Matthias Klose: > Control: severity -1 serious > > now fails on powerpc and s390x as well.  retried ppc64el about ten > times. Always  > failing. > Yes, saw it; Its good if it is becoming more reproducible, so I have change to find it ;-) Will n

Bug#812968: pysatellites: RM for B-D celestia. Please port to alternative

2016-01-27 Thread Tobias Frost
Source: pysatellites Severity: normal Control: block 809916 by -1 Hi George, as already talked in private mail, celestia is gonna to be removed. (#809916). As you wrote an option is to port it to use stellarium-data, which would be appreciated. Thanks, tobi -- System Information: Debian Releas

Bug#809884: celestia: diff for NMU version 1.6.1+dfsg-3.2

2016-01-28 Thread Tobias Frost
2016-01-28 08:16:26.0 +0100 @@ -1,3 +1,10 @@ +celestia (1.6.1+dfsg-3.2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * FTBFS with libpng16 (Closes: #809884) + + -- Tobias Frost Thu, 28 Jan 2016 08:16:07 +0100 + celestia (1.6.1+dfsg-3.1) unstable; urgency=low

Bug#809916: RM celestia -- R-Depends: pysatellites

2016-01-28 Thread Tobias Frost
Control: tags -1 -moreinfo Thanks to Georges fast action, pysatellites no longer B-D on it. See #812968  --  tobi On Sun, 24 Jan 2016 16:53:10 +0100 Tobias Frost wrote: > Hi Georges, >  > as maintainer of pysatellites you maybe should be aware of this RM bug > of celestia. > Wh

Bug#797423: RM: ogre-1.8 -- RoQA; RC buggy, abandoned upstream, unmaintained

2016-01-29 Thread Tobias Frost
Control: tags -1 -moreinfo A cegui-mk2 version without the need of ogre-1.8 is now in the archive. So I guess ogre-1.8 can now be removed. -- tobi

Bug#813227: netpbm-free: diff for NMU version 2:10.0-15.3

2016-01-30 Thread Tobias Frost
png16.patch (Closes: #648131) + * Change B-D to libpng-dev (Closes: #662444) + + -- Tobias Frost Sat, 30 Jan 2016 16:51:10 +0100 + netpbm-free (2:10.0-15.2) unstable; urgency=medium * Non-maintainer upload. diff -u netpbm-free-10.0/debian/control netpbm-free-10.0/debian/control --- netpbm-free

Bug#650601: libpng is ready for transtion

2016-01-31 Thread Tobias Frost
for the transition, but I'm not in the d-i topics. --  tobi On Tue, 26 Jan 2016 22:05:22 +0100 Tobias Frost wrote: > Hallo KiBi, >  > On Tue, 26 Jan 2016 10:51:11 +0100 Cyril Brulebois > wrote: >  > > Has anyone tested a debian installer build where some packa

Bug#650601: libpng is ready for transtion

2016-01-31 Thread Tobias Frost
). IMHO also the udeb part is ready for the transition, but I'm not in the d-i topics. --  tobi On Tue, 26 Jan 2016 22:05:22 +0100 Tobias Frost wrote: > Hallo KiBi, >   > On Tue, 26 Jan 2016 10:51:11 +0100 Cyril Brulebois > wrote: >   > > Has anyone tested a debian

Bug#650601: Update on libpng's transition status

2016-01-31 Thread Tobias Frost
TL;DL:  13 FTBFS left, but those are not libpng's fault. Out of those 13 packages, only 5 are in testing right now.  (I think that's all I can do from my side for now, so I'l pause the efforts waiting for the other parties involved.) Details: The stats are now, and this is the best we can curre

Bug#650601: Update on libpng's transition status

2016-01-31 Thread Tobias Frost
Am Sonntag, den 31.01.2016, 17:52 + schrieb Mattia Rizzolo: > On Sun, Jan 31, 2016 at 05:46:07PM +0100, Tobias Frost wrote: > > Still FTBFS are, I've put an analysis why so on the titanpad [1], > > but > > those are all _not_ libpng related and many of those packages

Bug#808644: dmtcp: FTBFS

2016-01-31 Thread Tobias Frost
Control: tags -1 patch fixed-upstream Control: forwarded -1 https://github.com/dmtcp/dmtcp/issues/39 Upstream patch here:  https://github.com/dmtcp/dmtcp/commit/ed7843cd044b0b37d91beec6cbe63aacb 3f2d68c.patch Issue in upstream bts:  https://github.com/dmtcp/dmtcp/issues/39 Note that this seems

Bug#813564: visp: FTBFS in sid

2016-02-02 Thread Tobias Frost
Source: visp Version: 3.0.0-3 Severity: serious Justification: FTBFS Hi, the last upload does not build on the buildds, and I can alos reproduce locally when rebuilding for the libpng transition. snippet from the buildds: - Installing: /«PKGBUILDDIR»/debian/tmp/usr/include/i386-linux-gnu/visp3

Bug#809960: openmsx: FTBFS with libpng16

2016-02-03 Thread Tobias Frost
Package: src:openmsx Followup-For: Bug #809960 Control: Close -1 The solution is now that libpng-dev will Depend via libpng16-dev on the Package containing the pngtool. So no change needed from your side. Closing this bug then. -- tobi -- System Information: Debian Release: 8.3 APT prefers

Bug#812796: tokyocabinet: testsuite sometimes failes

2016-02-03 Thread Tobias Frost
Source: tokyocabinet Followup-For: Bug #812796 I'm be able to reproduce this on a ppc64el porter box. Could be caused by https://bugzilla.redhat.com/show_bug.cgi?id=572594, though I did not come along to test this. -- tobi -- System Information: Debian Release: 8.3 APT prefers stable APT p

Bug#812796: tokyocabinet: testsuite sometimes failes

2016-02-04 Thread Tobias Frost
Control: retitle -1 Segfault in tchmttest > Source: tokyocabinet > Followup-For: Bug #812796 > https://bugzilla.redhat.com/show_bug.cgi?id=572594, This was already in our codebase, unfortunatly. However, it seems that I've got an workaround, at least the segfaults are going away, using the confi

Bug#809893: fbi: FTBFS with libpng16

2016-01-04 Thread Tobias Frost
Am Montag, den 04.01.2016, 23:11 +0100 schrieb Moritz Muehlenhoff: > Are these 1.6 binaries available somewhere? I couldn't find them in > experimental. Yes, there is a package in experimental:  https://tracker.debian.org/pkg/libpng1.6 (However, the package I used for the rebuild was slightly mo

Bug#809873: hhvm: FTBFS with libpng16

2016-01-04 Thread Tobias Frost
Am Dienstag, den 05.01.2016, 00:54 +0100 schrieb Moritz Muehlenhoff: > On Mon, Jan 04, 2016 at 07:58:01PM +0100, t...@debian.org wrote: > > Source: hhvm > > Severity: important > > User: lib...@packages.debian.org > > Usertags: libpng16-transition > > > > hhvm FTBFS with libpng16, you can see the

Bug#806572: RFS: multimail/0.50~20150922-1 [ITA]

2016-01-05 Thread Tobias Frost
Am Montag, den 04.01.2016, 21:29 -0500 schrieb Robert James Clay: Some small review. (I did not perform a copyright check and did not build the package) - Please do not introduce a dbg package -- they are now automatically generated. (The long description would be anyway confusing: "provides dbg

Bug#809868: gthumb: FTBFS with libpng16

2016-01-05 Thread Tobias Frost
Control: merge -1 809943  I scheduled a rebuild and now it built fine (Possibly a problem with the build script / server) (However, the B-D needs still to be updated)

Bug#810001: texlive-base: Please migrate to bundled libpng once libpng16 is in sid

2016-01-05 Thread Tobias Frost
Source: texlive-base Severity: normal Control: block 650601 by -1 Hi Norbert, as discussed on debian-devel: Once the libpng16 hits sid, please switch to it. Thanks! -- tobi -- System Information: Debian Release: stretch/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (5

Bug#810003: gdk-pixbuf: Please upload a build against libpng16 to experimental

2016-01-05 Thread Tobias Frost
Source: gdk-pixbuf Severity: wishlist Hi, as a few packages have a dependency on libpng and on gdk-pixbuf it would be nice if you could upload a package built against libpng16 to experimental so that people can easier test their changes. (If you do not find time for this, I offer to do this via

Bug#807099: closed by Bart Martens (closing RFS: corsix-th/0.50-1 ITP 610087 - A Theme Hospital engine reimplementation.)

2016-01-05 Thread Tobias Frost
Am Dienstag, den 05.01.2016, 20:11 +0100 schrieb Alexandre Detiste: > Le mardi 5 janvier 2016 16:36:57, vous avez écrit : > > This is an automatic notification regarding your Bug report > > which was filed against the sponsorship-requests package: > > > > #807099: RFS: corsix-th/0.50-1 ITP 610087

Bug#810003: gdk-pixbuf: Please upload a build against libpng16 to experimental

2016-01-05 Thread Tobias Frost
Am Dienstag, den 05.01.2016, 19:22 +0100 schrieb Andreas Henriksson: > Hello Tobias Frost. > > On Tue, Jan 05, 2016 at 12:33:37PM +0100, Tobias Frost wrote: > > Source: gdk-pixbuf > > Severity: wishlist > > > > Hi, > > > > as a few packages hav

Bug#810078: xstarfish: diff for NMU version 1.1-11.1

2016-01-06 Thread Tobias Frost
th ld --as-needed. LP: #832847, using patch from doko +(Closes: #641274) + * Apply patch for libpng transistion, patch from Nobuhiro(Closes: #635704) + * Also, change B-D to libpng-dev (Closes: #662570) + + -- Tobias Frost Wed, 06 Jan 2016 10:55:22 +0100 + xstarfish (1.1-11) unstable; urgenc

Bug#635946: gnome-xcf-thumbnailer: diff for NMU version 1.0-1.2

2016-01-06 Thread Tobias Frost
Closes: #635946) + + -- Tobias Frost Wed, 06 Jan 2016 12:00:11 +0100 + gnome-xcf-thumbnailer (1.0-1.1) unstable; urgency=medium * Non-maintainer upload by the Security Team only in patch2: unchanged: --- gnome-xcf-thumbnailer-1.0.orig/xcf2png.c +++ gnome-xcf-thumbnailer-1.0/xcf2png.c @

Bug#635946: gnome-xcf-thumbnailer: diff for NMU version 1.0-1.2

2016-01-06 Thread Tobias Frost
note: I also changed the B-D from libpng12-dev to libpng-dev. This is not in the nmudiff, though

Bug#810087: metapixel: diff for NMU version 1.0.2-7.3

2016-01-06 Thread Tobias Frost
04) + * Change Build-Depends on libpng-dev from libpng12-dev (Closes: #662431) + + -- Tobias Frost Wed, 06 Jan 2016 12:21:14 +0100 + metapixel (1.0.2-7.2) unstable; urgency=medium * Non-maintainer upload. diff -u metapixel-1.0.2/debian/control metapixel-1.0.2/debian/control --- metapixel-1.0.2

Bug#810092: freetype: please upload a rebuilt package against libpng16 to experimental

2016-01-06 Thread Tobias Frost
Source: freetype Severity: wishlist Hi, as a few packages have a dependency on libpng and on libfreetype it would be nice if you could upload a package built against libpng16 to experimental so that people can easier test their changes. (If you do not find time for this, I offer to do this via a

Bug#810095: d-shlibs: Please provide stanza for libpng16

2016-01-06 Thread Tobias Frost
mu1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Add quirk for libpng16 + + -- Tobias Frost Fri, 25 Dec 2015 20:43:59 +0100 + d-shlibs (0.62) unstable; urgency=medium * Fix use array variables to collect multiple values. -- tobi -- System Information: Debian Release:

Bug#810098: libgdchart-gd2: Please provide a rebuilt packge in experimental (libpng transition)

2016-01-06 Thread Tobias Frost
Source: libgdchart-gd2 Severity: wishlist Control: block -1 by 810095 810092 Dear maintainers, as a few packages have a dependency on libpng and on libgdchart-gd2 it would be nice if you could upload a package built against libpng16 to experimental so that people can easier test their changes. P

Bug#809836: crossfire-client: diff for NMU version 1.71.0-1.1

2016-01-06 Thread Tobias Frost
* Non-maintainer upload. + * Change B-D to libpng-dev (Closes: #809836) + * Add d/watch from the PTS + + -- Tobias Frost Wed, 06 Jan 2016 14:44:13 +0100 + crossfire-client (1.71.0-1) unstable; urgency=medium * New upstream release diff -Nru crossfire-client-1.71.0/debian/control crossfire-c

Bug#809833: xaos: diff for NMU version 3.5+ds1-3.1

2016-01-06 Thread Tobias Frost
2-08 10:09:59.0 +0100 +++ xaos-3.5+ds1/debian/changelog 2016-01-06 14:52:06.0 +0100 @@ -1,3 +1,10 @@ +xaos (3.5+ds1-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Update B-D from libpng3-dev to libpng-dev (Closes: 809833) + + -- Tobias Frost Wed, 06 Jan 201

Bug#810147: pngmeta: diff for NMU version 1.11-7.1

2016-01-06 Thread Tobias Frost
d_struct(png_ptr, info_ptr, end_info); fclose(in_fp); diff -u pngmeta-1.11/debian/changelog pngmeta-1.11/debian/changelog --- pngmeta-1.11/debian/changelog +++ pngmeta-1.11/debian/changelog @@ -1,3 +1,11 @@ +pngmeta (1.11-7.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix "FTBFS with libpng 1.5", apply patch from Nobuhiro (Closes: #636998) + * Replace png_read_destroy with png_read_destroy_struct (Closes: #808534) + + -- Tobias Frost Wed, 06 Jan 2016 23:46:51 +0100 + pngmeta (1.11-7) unstable; urgency=low * Change of address.

Bug#638812: whitedune: diff for NMU version 0.30.10-1.4

2016-01-06 Thread Tobias Frost
the patch from Nobuhiro +(Closes: #638812) + * Add d/clean to remove created files + + -- Tobias Frost Thu, 07 Jan 2016 00:08:20 +0100 + whitedune (0.30.10-1.3) unstable; urgency=medium * Non-maintainer upload. diff -Nru whitedune-0.30.10/debian/clean whitedune-0.30.10/debian/clea

Bug#810150: pngtools: diff for NMU version 0.4-1.1

2016-01-06 Thread Tobias Frost
with libpng 1.5", taking patch from Nobuhiro (Closes: #641892) + * Change B-D to libpng-dev from libpng12-dev (Closes: #662476) + + -- Tobias Frost Thu, 07 Jan 2016 01:05:36 +0100 + pngtools (0.4-1) unstable; urgency=low * New upstream release; only in patch2: unchanged: --- pngtools

Bug#810149: pngtools: There is a SNV repository availabele with a bugfixes dated 2012

2016-01-06 Thread Tobias Frost
Package: pngtools Severity: wishlist Maybe something to package? http://www.stillhq.com/svn/trunk/pngtools/ Changelog there: 20120106Michael Still mi...@stillhq.com Include patches from gentoo project, thanks! 20081127Michael Still mi...@stillhq.com

Bug#809960: openmsx: FTBFS with libpng16

2016-01-06 Thread Tobias Frost
Am Mittwoch, den 06.01.2016, 23:58 + schrieb Bas Wijnen: > Hi, maintainer here. > > On Wed, Jan 06, 2016 at 08:21:44PM +0100, Tobias Frost wrote: > > PS: beside that pngtool, there are also a few B-Ds that needs to be > > rebuilt against libpng16 ...  > > >

<    5   6   7   8   9   10   11   12   13   14   >