Bug#938154: 938154

2019-09-04 Thread jcfp
Control: block 938154 by 938425

Sabyenc 4.0.0 introduced Python3 support and dropped Python2 at the
same time. The packaging effort should be trivial.

Python3 support for the sole rdepend (sabnzbdplus, from the same
upstream project) is still a work in progress at this time.


pgpt5uofCsO62.pgp
Description: OpenPGP digital signature


Bug#865011: re2c should be marked Multi-Arch: foreign

2017-07-03 Thread jcfp
Control: tags -1 confirmed

On Sun, 18 Jun 2017 19:56:57 +0200
Helmut Grohne  wrote:

> Multi-Arch: foreign marking seems to be correct and thus preferable.
> Please consider applying the attached patch.

Thanks for reporting, will be part of the next upload.


pgpZmaFwjgZiJ.pgp
Description: OpenPGP digital signature


Bug#865651: par2 is not multi-arch compatible

2017-07-03 Thread jcfp
Control: tags -1 confirmed

On Fri, 23 Jun 2017 17:12:49 +0300
"Yuriy M. Kaminskiy"  wrote:

> Please mark par2 package as
> Multi-Arch: foreign
> so that it can satisfy different-arch packages dependency (as it only 
> provides arch-independent interface [cli]).

Thanks for reporting, will be part of the next upload.


pgphx7hQiJBtr.pgp
Description: OpenPGP digital signature


Bug#862673: Please support power management with logind/systemd

2017-06-04 Thread jcfp
Control: forwarded -1 https://github.com/sabnzbd/sabnzbd/issues/931
Control: tags -1 + confirmed upstream

Hi Laurent,

there's already an upstream issue about this as well as a pull request
at https://github.com/sabnzbd/sabnzbd/pull/939

Feel free to test and/or leave comments there.


pgpF9mnV9jLjT.pgp
Description: OpenPGP digital signature


Bug#862254: sysbench: unless running as root, sysbench aborts with "sysbench: error while loading shared libraries: libmysqlclient.so.18: ..."

2017-05-29 Thread jcfp
Control: tags -1 + moreinfo unreproducible

On Wed, 10 May 2017 11:47:45 +0200
Christian Pietsch  wrote:

> Package: sysbench
> Version: 0.4.12-1.2

> $ sysbench
> --version sysbench: error while loading shared libraries:
> libmysqlclient.so.18: cannot open shared object file: No such file or

> Versions of packages sysbench depends on:
> ii  libmariadbclient18  10.1.22-3

Unfortunately, I cannot reproduce these results. Sysbench runs as
expected with a normal user account:

--->8
debian@debian:~$ sysbench --version
sysbench 0.4.12
debian@debian:~$ apt-cache policy sysbench 
sysbench:
  Installed: 0.4.12-1.2
  Candidate: 0.4.12-1.2
  Version table:
 *** 0.4.12-1.2 500
500 http://mirror.nl.leaseweb.net/debian stretch/main amd64 Packages
100 /var/lib/dpkg/status
debian@debian:~$ which sysbench
/usr/bin/sysbench
debian@debian:~$ ldd "$(which sysbench)"
linux-vdso.so.1 (0x7ffe3c1dd000)
libmariadbclient.so.18 => 
/usr/lib/x86_64-linux-gnu/libmariadbclient.so.18 (0x7fa1d47b7000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x7fa1d44b3000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7fa1d4296000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7fa1d3ef8000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x7fa1d3cde000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7fa1d3ad8000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x7fa1d3756000)
/lib64/ld-linux-x86-64.so.2 (0x564dd75bc000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x7fa1d353f000)
--->8

As you can see, the sysbench executable in 0.4.12-1.2 isn't linked
against libmysqlclient; it uses and depends on libmariadbclient instead.

Your result seem to suggest you're running a different binary, that is
on the PATH for your normal user but not when using sudo; possibly from
0.4.12-1.1 or earlier that did in fact link against libmysqlclient.

Please verify along the lines of the output above and/or try to
reproduce the issue with a newly created regular user account.


pgpZnGwpVGVgH.pgp
Description: OpenPGP digital signature


Bug#841528: ITA: sysbench -- Cross-platform and multi-threaded benchmark tool

2017-04-03 Thread jcfp
Yes, this is being worked on, albeit slow as real life and the freeze
got a bit in the way.

Barring any major problems with recent upstream changes, expect an RFS
around easter. Meanwhile, progress may be tracked at
https://github.com/jcfp/debpkg-sysbench



Bug#843217: re2c FTCBFS: runs tests despite DEB_BUILD_OPTIONS=nocheck

2016-11-09 Thread jcfp
Control: tags -1 confirmed

Helmut,
thanks for the patch, will be included in the next upload.


pgpVSKpBAYeHP.pgp
Description: OpenPGP digital signature


Bug#841691: sabnzbdplus: uninstallable with libjs-jquery 3.1.1-1

2016-10-22 Thread jcfp
> jQuery 3.x is backwards compatible with 1.x, so there should be no
> reason for that restriction on the part of sabnzbdplus.

Actually, the very reason for the versioning of that dependency is that
jquery releases aren't backwards compatible [1]. In this specific case,
breaking changes in jquery 3 cause issues with libjs-bootstrap [2], used
by sabnzbdplus. As such, the dependency is correct.

Bootstrap devs added an explicit check for and refused to run with the
incompatible jquery version [3] until compatibility was restored in
3.3.7. That version was released only after the latest sabnzbdplus
upload and more importantly still isn't available in debian.


I strongly suggest shaping future major versions bumps of jquery more
along the lines of a transition instead of dumping problems on rdepends
like this. These jquery issues aren't new or unexpected, the obvious
attention upstream pays to minimizing the damage notwithstanding. Bug
#680282 [4] in its core already signalled the very same problem over
four years ago.


[1]: https://jquery.com/upgrade-guide/3.0/#summary-of-important-changes
[2]: https://github.com/twbs/bootstrap/issues/16834
[3]: 
https://github.com/twbs/bootstrap/blob/614559b41ab71cba318b97c8e7e8277917d4fdde/grunt/configBridge.json#L40
[4]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680282



Bug#827720: par2: Please put back example section in par2 man page

2016-06-22 Thread jcfp
Control: tag -1 +confirmed

Thanks for your report. This seems to be an unintended side effect of
installing the upstream manpage, starting with 0.6.7-1.

I'll work on getting the examples incorporated there (once I find the
time).


pgptVjU1JLAko.pgp
Description: OpenPGP digital signature


Bug#823999: Heap over-read in re2c

2016-05-11 Thread jcfp
tags 823999 + confirmed upstream
forwarded 823999 https://github.com/skvadrik/re2c/issues/142
stop

Thanks for your report. The bug has been forwarded to the upstream
developers.


pgpkSnFckXC1U.pgp
Description: OpenPGP digital signature


Bug#785127: 785127

2015-05-12 Thread jcfp
tags 785127 + moreinfo
thanks


hi paco,

Is this reproducible with all par2 sets or limited to a specific one?

Can you provide an example file set affected by this bug?

What is the full command line used to produce the output in the bug
report, and the exact version/release of 0.4 used for comparison?


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



Bug#769962: unblock: par2cmdline/0.6.11-1

2014-11-17 Thread JCF Ploemen (jcfp)
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package par2cmdline

The previous upstream release introduced a regression causing failure to locate 
misnamed files in some cases, causing the program to wrongly report such files 
as unrepairable when they are not. The related bug report is #769820 (severity 
important).

Upstream release 0.6.11 fixes this bug with a two line code change, and updates 
the relevant test. The remainder of the upstream diff is noise from their 
version bump and some indent stuff; there are no other code changes.

Debdiff against 0.6.10-1 currently in testing is attached. No upload of 
0.6.11-1 has been done yet.


unblock par2cmdline/0.6.11-1
diff -Nru par2cmdline-0.6.10/commandline.cpp par2cmdline-0.6.11/commandline.cpp
--- par2cmdline-0.6.10/commandline.cpp	2014-09-07 10:13:17.0 +
+++ par2cmdline-0.6.11/commandline.cpp	2014-11-14 20:27:21.0 +
@@ -693,6 +693,7 @@
 string name;
 DiskFile::SplitFilename(argv[0], path, name);
 filenames = DiskFile::FindFiles(path, name, recursive);
+string canonicalBasepath = DiskFile::GetCanonicalPathname(basepath);
 
 liststring::iterator fn = filenames-begin();
 while (fn != filenames-end())
@@ -708,11 +709,11 @@
   {
 cout  Ignoring non-existent source file:   filename  endl;
   }
-		  // skip files outside basepath
-		  else if (filename.find(basepath) == string::npos)
-		  {
-cout  Ignoring out of basepath source file:   filename  endl;
-		  }
+  // skip files outside basepath
+  else if (filename.find(canonicalBasepath) == string::npos)
+  {
+cout  Ignoring out of basepath source file:   filename  endl;
+  }
   else
   {
 u64 filesize = DiskFile::GetFileSize(filename);
diff -Nru par2cmdline-0.6.10/configure.ac par2cmdline-0.6.11/configure.ac
--- par2cmdline-0.6.10/configure.ac	2014-09-07 10:13:17.0 +
+++ par2cmdline-0.6.11/configure.ac	2014-11-14 20:27:21.0 +
@@ -22,7 +22,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.58a)
-AC_INIT([par2cmdline], [0.6.9], [ike.devol...@gmail.com])
+AC_INIT([par2cmdline], [0.6.11], [ike.devol...@gmail.com])
 AC_CONFIG_SRCDIR([par2cmdline.cpp])
 
 AC_CANONICAL_HOST
diff -Nru par2cmdline-0.6.10/debian/changelog par2cmdline-0.6.11/debian/changelog
--- par2cmdline-0.6.10/debian/changelog	2014-09-10 10:23:59.0 +
+++ par2cmdline-0.6.11/debian/changelog	2014-11-17 19:23:11.0 +
@@ -1,3 +1,12 @@
+par2cmdline (0.6.11-1) unstable; urgency=medium
+
+  * New upstream release:
++ Fixes a regression causing failure to locate misnamed files
+  during repair. (Closes: #769820)
+  * Bump standards-version to 3.9.6 (no changes needed).
+
+ -- JCF Ploemen (jcfp) li...@jcf.pm  Mon, 17 Nov 2014 19:17:03 +
+
 par2cmdline (0.6.10-1) unstable; urgency=medium
 
   * New upstream release:
diff -Nru par2cmdline-0.6.10/debian/control par2cmdline-0.6.11/debian/control
--- par2cmdline-0.6.10/debian/control	2014-05-12 20:28:59.0 +
+++ par2cmdline-0.6.11/debian/control	2014-11-17 19:23:23.0 +
@@ -4,7 +4,7 @@
 Maintainer: JCF Ploemen (jcfp) li...@jcf.pm
 Build-Depends: debhelper (= 9), dh-autoreconf
 Build-Conflicts: autoconf2.13, automake1.4
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: https://github.com/BlackIkeEagle/par2cmdline/
 Vcs-Git: git://github.com/jcfp/debpkg-par2.git
 Vcs-Browser: https://github.com/jcfp/debpkg-par2/
diff -Nru par2cmdline-0.6.10/par2.1 par2cmdline-0.6.11/par2.1
--- par2cmdline-0.6.10/par2.1	2014-09-07 10:13:17.0 +
+++ par2cmdline-0.6.11/par2.1	2014-11-14 20:27:21.0 +
@@ -1,6 +1,6 @@
 .\ Manpage for par2
 .\ Contact ike.devol...@gmail.com for mistakes.
-.TH par2 1 may 2014 0.6.9 Parity archive utils
+.TH par2 1 may 2014 0.6.11 Parity archive utils
 .SH NAME
 par2 \- PAR 2.0 compatible file verification and repair tool.
 .SH SYNOPSIS
diff -Nru par2cmdline-0.6.10/par2cmdline.vcproj par2cmdline-0.6.11/par2cmdline.vcproj
--- par2cmdline-0.6.10/par2cmdline.vcproj	2014-09-07 10:13:17.0 +
+++ par2cmdline-0.6.11/par2cmdline.vcproj	2014-11-14 20:27:21.0 +
@@ -19,7 +19,7 @@
 			Tool
 Name=VCCLCompilerTool
 Optimization=0
-PreprocessorDefinitions=WIN32;_DEBUG;_CONSOLE;PACKAGE=\quot;par2cmdline\quot;;VERSION=\quot;0.6.9\quot;
+PreprocessorDefinitions=WIN32;_DEBUG;_CONSOLE;PACKAGE=\quot;par2cmdline\quot;;VERSION=\quot;0.6.11\quot;
 MinimalRebuild=TRUE
 BasicRuntimeChecks=3
 RuntimeLibrary=5
@@ -72,7 +72,7 @@
 InlineFunctionExpansion=2
 FavorSizeOrSpeed=1
 OmitFramePointers=TRUE
-PreprocessorDefinitions=WIN32;NDEBUG;_CONSOLE;PACKAGE=\quot;par2cmdline\quot;;VERSION=\quot;0.6.9\quot;
+PreprocessorDefinitions=WIN32;NDEBUG;_CONSOLE

Bug#740442: RFS: par2cmdline/0.6.5-1 [ITA] -- PAR 2.0 compatible file verification and repair tool

2014-03-01 Thread jcfp
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for par2cmdline:

  Package name: par2cmdline
  Version : 0.6.5-1
  Upstream Author : Ike Devolder et al.
  URL : https://github.com/BlackIkeEagle/par2cmdline
  License : GPL-2+
  Section : utils

It builds a single binary package:
  par2  - PAR 2.0 compatible file verification and repair tool

Mentors URL:
  http://mentors.debian.net/package/par2cmdline

Download with dget:
  dget -x 
http://mentors.debian.net/debian/pool/main/p/par2cmdline/par2cmdline_0.6.5-1.dsc

Changes since last upload:
  * New upstream release: (Closes: #655334)
+ Switch sources to Github-based fork; the original project
  (on Sourceforge) has been inactive for almost a decade.
+ Remove all patches: included upstream.
  * New maintainer (Closes: #673225).
  * Switch to 3.0 (quilt) source format.
  * Set priority to optional.
  * Bump standards-version to 3.9.5 (from 3.8.3).
  * Switch debian/rules to dh sequencer with autoreconf.
  * Update build-deps:
+ Add dh-autoreconf, automake1.11.
+ Remove cdbs, autotools-dev, automake1.9 (Closes: #724427).
+ Set debhelper version and compat level to 9.
  * Docs:
+ Replace PORTING and ROADMAP files with README.
+ Install upstream changelog.
  * Man page:
+ Fix numerous instances of hyphens used as minus signs. 
+ Install links to a single manpage instead of keeping around
  multiple copies in the packaging.
  * Refresh copyright:
+ List new upstream developers.
+ Add myself as a copyright holder for the packaging.
+ Switch to machine-readable format.
  * Add Vcs-* fields.


Regards.


signature.asc
Description: PGP signature


Bug#514156: ITP: sabnzbdplus -- web-based binary newsgrabber with nzb support

2009-02-04 Thread JCF Ploemen (jcfp)
Package: wnpp
Severity: wishlist
Owner: JCF Ploemen (jcfp) li...@jp.pp.ru


* Package name: sabnzbdplus
  Version : 0.4.6
  Upstream Author : The SABnzbd-Team t...@sabnzbd.org
* URL : http://sabnzbd.org/
* License : GPL
  Programming Lang: Python
  Description : web-based binary newsgrabber with nzb support

SABnzbd+ is a web-based binary newsgrabber written in Python, with support for
the popular nzb file format. It greatly simplifies the process of downloading
from usenet, thanks to a friendly web-based, fully customizable user interface
and advanced built-in post-processing options including the ability to
automatically verify, repair, extract and clean up downloaded posts. 

Multiple servers are supported, as well as secure (ssl) connections, ipv6,
scheduling, pausing and resuming downloads, queue manipulation, rss feeds,
newzbin integration, automatic sorting, a download history, email 
notifications, and custom post-processing scripts.

The program is a fork of the original SABnzbd code, which is no longer actively
developed.

-- System Information:
Debian Release: lenny/sid
  APT prefers intrepid-updates
  APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'), (500, 
'intrepid-backports'), (500, 'intrepid')
Architecture: i386 (i686)

Kernel: Linux 2.6.27-11-generic (SMP w/1 CPU core)
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-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#510913: libjs-mochikit: please update to 1.4

2009-01-05 Thread JCF Ploemen (jcfp)
Package: libjs-mochikit
Version: 1.3.1-1
Severity: wishlist

Please update mochikit to version 1.4 (latest is 1.4.2 of 2008-11-27).

It's needed as a dependency of sabnzbdplus, which I'm currently packaging.

I see on http://git.debian.org/?p=pkg-javascript/mochikit.git that this is 
already being worked on but not yet released; if I can be of any assistance
let me know. Thanks!

-- System Information:
Debian Release: lenny/sid
  APT prefers intrepid-updates
  APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'), (500, 
'intrepid-backports'), (500, 'intrepid')
Architecture: i386 (i686)

Kernel: Linux 2.6.27-9-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

libjs-mochikit depends on no packages.

Versions of packages libjs-mochikit recommends:
ii  javascript-common 4  Base support for javascript librar

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