Bug#920433: RFS: wiggle/1.1-1 [QA]

2019-01-25 Thread Carlos Maddela
Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "wiggle"

 * Package name: wiggle
   Version : 1.1-1
   Upstream Author : Neil Brown 
 * URL : https://neil.brown.name/wiggle
 * License : GPL-2+
   Section : vcs

  It builds this binary package:

wiggle - apply patches with conflicting changes

  To access further information about this package, please visit the following 
URL:

  https://mentors.debian.net/package/wiggle


  Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/w/wiggle/wiggle_1.1-1.dsc

  I have also temporarily pushed my changes to
  https://salsa.debian.org/e7appew-guest/wiggle, which I'd like to move
  to https://salsa.debian.org/debian/wiggle, should my changes be
  accepted.

  Changes since the last upload:

  * QA upload.
  * Set Maintainer to Debian QA Group. (See: #920082)
  * New upstream release [1.1].
  * Update B-D: libncurses5-dev -> libncurses-dev.
  * Build with Debhelper compat level 12.
  * Update VCS details.
  * Set "Rules-Requires-Root: no".
  * Perform wrap-and-sort on Debian source files.
  * Update upstream URLs.
  * Suppress debian-watch-does-not-check-gpg-signature lintian warning.
  * Add machine-readable upstream metadata.
  * Build verbosely and with LFS support.
  * Update debian/copyright.
  * Add typos.patch to fix some typos.
  * Add debian/gbp.conf.
  * Add gcc8-format-security.patch to fix format overflow and truncation
warnings.
  * Relax pedantic GCC warnings, as well as warnings about unused result.
  * Indicate compliance with Debian Policy 4.3.0.
  * Indicate that the package enhances git.


  Regards,
   Carlos Maddela



Bug#920341: RFS: pentobi/16.2-1

2019-01-25 Thread Juhani Numminen
On Thu, 24 Jan 2019 14:27:56 +0100 Adam Borowski  wrote:
> [~/tmp/pkg]$ debdiff pentobi-kde-thumbnailer_16.2-1_amd64.deb 
> pentobi-kde-thumbnailer_16.2-1_ppc64el.deb

> This means the package is perfect, right?

Yeah, looks good.  I did verify the alternative code path on my machine by
making a non-webview build for amd64 and then using the Help menu option.

> Uploaded.

Thank you!

--
Juhani



Bug#920444: RFS: zapping/0.10~cvs6-16 [QA] [RC]

2019-01-25 Thread Yavor Doganov
Package: sponsorship-requests
Severity: important

Dear mentors,

I am looking for a sponsor for a QA upload of the package "zapping".

 * Package name: zapping
   Version : 0.10~cvs6-16
   Upstream Author : Iñaki García Etxebarria 
 Michael H. Schimek 
 * URL : http://zapping.sourceforge.net/
 * License : GPL-2
   Section : gnome

It builds this binary package:

zapping- television viewer for the GNOME environment

To access further information about this package, please visit the
following URL:

  https://mentors.debian.net/package/zapping

Alternatively, one can download the package with dget using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/z/zapping/zapping_0.10~cvs6-16.dsc

Or use the Git repository at:

  https://salsa.debian.org/debian/zapping

Changes since the last upload:

  * QA upload.
  * debian/patches/24-GConf-to-GSettings.patch: Assign each GSettings
instance to its own unique variable; otherwise things get really messy
when plugins are loaded (Closes: #919473).
  * debian/patches/27-zsfb-manpage.patch: New; build and install
zapping_setup_fb's manpage conditionally based on the same
AM_CONDITIONAL that is used for the binary.
  * debian/patches/series: Update.
  * debian/rules: Pass --disable-v4l --disable-bktr on GNU/Hurd; remove
hurd-specific CPPFLAGS.
(override_dh_auto_install): Conditionally move zapping_setup_fb to
/usr/bin as it's only built on GNU/Linux architectures.
  * debian/control (Build-Depends): Remove freebsd-glue; that was a really
stupid idea that I should be ashamed of.  And I am.
(Depends): Add gsettings-desktop-schemas -- the code loads one schema
from this package which will be a hard error if it is not installed.
(Standards-Version): Bump to 4.3.0; no changes needed.
  * debian/copyright: Update copyright years, add Jeremy Bicha.



Cmake is seeking for OpenCV legacy in libsitplus

2019-01-25 Thread Andreas Tille
Hi,

to upgrade package sitplus I need to package libsitplus[1].  I made some
progress to adjust Build-Depends and some cmake patches but I'm now
running into:

CMake Error at 
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find OpenCV (missing: legacy) (found version "3.2.0")
Call Stack (most recent call first):
  /usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:378 
(_FPHSA_FAILURE_MESSAGE)
  /usr/share/OpenCV/OpenCVConfig.cmake:260 (find_package_handle_standard_args)
  src/mod_vision/CMakeLists.txt:4 (FIND_PACKAGE)


which is triggert by the line

  FIND_PACKAGE( OpenCV REQUIRED core imgproc legacy)

I have no idea what this "legacy" part of OpenCV might be and
how I can provide it.  Any ideas?

Kind regards

 Andreas.


[1] https://salsa.debian.org/med-team/libsitplus

-- 
http://fam-tille.de



Re: Cmake is seeking for OpenCV legacy in libsitplus

2019-01-25 Thread Andrey Rahmatullin
On Fri, Jan 25, 2019 at 09:03:33PM +0100, Andreas Tille wrote:
> Hi,
> 
> to upgrade package sitplus I need to package libsitplus[1].  I made some
> progress to adjust Build-Depends and some cmake patches but I'm now
> running into:
> 
> CMake Error at 
> /usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:137 
> (message):
>   Could NOT find OpenCV (missing: legacy) (found version "3.2.0")
> Call Stack (most recent call first):
>   /usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:378 
> (_FPHSA_FAILURE_MESSAGE)
>   /usr/share/OpenCV/OpenCVConfig.cmake:260 (find_package_handle_standard_args)
>   src/mod_vision/CMakeLists.txt:4 (FIND_PACKAGE)
> 
> 
> which is triggert by the line
> 
>   FIND_PACKAGE( OpenCV REQUIRED core imgproc legacy)
> 
> I have no idea what this "legacy" part of OpenCV might be and
> how I can provide it.  Any ideas?
opencv (3.0.0+dfsg-1~exp1) experimental; urgency=medium

  * Update to 3.0.0 (Closes: #792677, #805099; LP: #1516985).
  * Remove libopencv-legacy and libopencv-contrib.
These features are not provided from the new version.
  * Remove old packages (libcv*, libhighgui*, libcvaux*).
  * Add support gdal and vtk.
  * Enable parallel building.
  * Remove image files of Lena (Closes: #794856).
  * Add debug packages (Closes: #803404).

 -- Nobuhiro Iwamatsu   Thu, 10 Dec 2015 00:07:44 +0900

-- 
WBR, wRAR


signature.asc
Description: PGP signature


Bug#917405: marked as done (RFS: dhcpcd5/7.0.8-1 [ITS])

2019-01-25 Thread Debian Bug Tracking System
Your message dated Fri, 25 Jan 2019 21:34:39 +
with message-id <20190125213439.4ifrkyyhy5mzf...@master.debian.org>
and subject line in debian
has caused the Debian Bug report #917405,
regarding RFS: dhcpcd5/7.0.8-1 [ITS]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
917405: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917405
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "dhcpcd5"

  Package name: dhcpcd5
  Version : 7.0.8-1
  Upstream Author : Roy Marples 
  URL : https://roy.marples.name/projects/dhcpcd
  License : BSD-2
  Section : net

It builds those binary packages:

  dhcpcd5- DHCPv4, IPv6RA and DHCPv6 client with IPv4LL support

To access further information about this package, please visit the following 
URL:

  https://mentors.debian.net/package/dhcpcd5

Alternatively, one can download the package with dget using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/d/dhcpcd5/dhcpcd5_7.0.8-1.dsc

Changes since the last upload:

  dhcpcd5 (7.0.8-1) unstable; urgency=low
  
* Remove unused lintian override
* Update watch URL to HTTPS
* Bump standards and compat versions
* Add patch for typo in manpage
* Revert to upstream binary naming
* Update maintainer scripts
* Update debian/copyright
* Update init script for new binary location
* Add systemd service file
* Update package maintainer (Closes: #914070)
* Run wrap-and-sort over the package
* Add VCS fields to control file
* Add hooks for chrony, ntp, systemd-timesyncd, and openntpd (Closes: 
#863462)
* Add autopkgtest-virt-ssh setup script
* Add autopkgtests for NTP hook scripts
* Disable built-in NTP hook script
* Update debian/copyright
  
   -- Scott Leggett   Thu, 27 Dec 2018 22:26:40 +1100

-- 
Regards,
Scott Leggett.


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
--- End Message ---


Bug#920433: RFS: wiggle/1.1-1 [QA]

2019-01-25 Thread Dmitry Bogatov


[2019-01-25 22:45] Carlos Maddela 
> Package: sponsorship-requests
> Severity: normal
>
>   Dear mentors,
>
>   I am looking for a sponsor for my package "wiggle"
>
>  * Package name: wiggle
>Version : 1.1-1
>Upstream Author : Neil Brown 
>  * URL : https://neil.brown.name/wiggle
>  * License : GPL-2+
>Section : vcs
>
>   It builds this binary package:
>
> wiggle - apply patches with conflicting changes
>
>   To access further information about this package, please visit the 
> following URL:
>
>   https://mentors.debian.net/package/wiggle
>
>
>   Alternatively, one can download the package with dget using this command:
>
> dget -x 
> https://mentors.debian.net/debian/pool/main/w/wiggle/wiggle_1.1-1.dsc

Uploaded. Thank you for your contribution.
-- 
Note, that I send and fetch email in batch, once every 24 hours.
 If matter is urgent, try https://t.me/kaction
 --



Bug#920471: RFS: fathom/1.0+git.20190120.0439ca-1

2019-01-25 Thread Jose G. López
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "fathom":

* Package name: fathom
  Version : 1.0+git.20190120.0439ca-1
  Upstream Author : Jon Dart
* URL : https://github.com/jdart1/Fathom
* License : MIT
  Section : libs

It builds those binary packages:

 fathom - Command-line for probing Syzygy tablebases
 libfathom-dev - Library for probing Syzygy tablebases (development files)
 libfathom1 - Library for probing Syzygy tablebases

To access further information about this package, please visit the
following URL:

  https://mentors.debian.net/package/fathom

Alternatively, one can download the package with dget using this
command:

  dget -x 
https://mentors.debian.net/debian/pool/main/f/fathom/fathom_1.0+git.20190120.0439ca-1.dsc

Package development is on the following repo:

https://salsa.debian.org/josgalo-guest/fathom

Changes since the last upload:

fathom (1.0+git.20190120.0439ca-1) unstable; urgency=medium

  * debian/control:
- Use debhelper compat version 12.
- Change maintainer's e-mail and upstream homepage.
  * debian/copyright:
- Update url source, copyright notices and my e-mail.
  * debian/rules:
- Add -I option to find headers.
  * debian/watch:
- Change upstream git repo.
  Use Jon Dart's fork. It has some bug fixes and enhancements.

 -- Jose G. López   Fri, 25 Jan 2019 20:39:28 +0100

Using Jon Dart's fork as it has some bug fixes and enhancements.
It has a fix for compiling on 32 bits archs.

Hope this version fix these building errors:
https://buildd.debian.org/status/package.php?p=fathom

Thanks and regards,


pgp_VL3zbOrfU.pgp
Description: PGP signature


Bug#919637: RFS: elinks/0.13~20190114-1 [ITA]

2019-01-25 Thread أحمد المحمودي
On Mon, Jan 21, 2019 at 03:37:24PM +0100, Adam Borowski wrote:
> Alas, it still FTBFSes:
> 
> Working on: /<>/doc/manual.xml
> xmlto: /<>/doc/manual.xml does not validate (status 3)
> xmlto: Fix document syntax or use --skip-validation option
> /<>/doc/manual.xml:3993: element link: validity error : IDREF 
> attribute linkend references an unknown ID "CONFIG-SCRIPTING-SPIDERMONKEY"
> Document /<>/doc/manual.xml does not validate
> make[2]: *** [Makefile:201: manual.html-chunked] Error 13
---end quoted text---

Fixed upstream. I have re-uploaded to mentors.
-- 
‎أحمد المحمودي (Ahmed El-Mahmoudy)
 Digital design engineer
GPG KeyIDs: 4096R/A7EF5671 2048R/EDDDA1B7
GPG Fingerprints:
 6E2E E4BB 72E2 F417 D066  6ABF 7B30 B496 A7EF 5761
 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7


signature.asc
Description: PGP signature


Bug#920487: RFS: wxmaxima/19.01.2-1

2019-01-25 Thread Gunter Königsmann
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "wxmaxima"

 * Package name: wxmaxima
   Version : 19.01.2-1
   Upstream Author : Gunter Königsmann 
 * URL : http://wxmaxima-developers.github.io/wxmaxima/
 * License : GPL 2+
   Section : math

It builds those binary packages:

wxmaxima   - GUI for the computer algebra system Maxima

To access further information about this package, please visit the following 
URL:

https://mentors.debian.net/package/wxmaxima


Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/w/wxmaxima/wxmaxima_19.01.2-1.dsc

More information about wxmaxima can be obtained from https://www.example.com.

Changes since the last upload:

 * The newest upstream version which only contains bug fixes - but contains 
many bug fixes for the display code.


Regards,
   Gunter Königsmann