Bug#879744: RFS: passwordsafe/1.03+dfsg-2 [RC]

2017-10-25 Thread Bill Blough
Package: sponsorship-requests
Severity: important

  Dear mentors,

  I am looking for a sponsor and/or someone to grant upload permissions 
  (I am a DM) for my package "passwordsafe"


 * Package name: passwordsafe
   Version : 1.03+dfsg-2
   Upstream Author : Rony Shapiro 
 * URL : https://pwsafe.org/
 * License : Artistic 2.0
   Section : utils

  It builds those binary packages:

passwordsafe - Simple & Secure Password Management
passwordsafe-common - architecture independent files for Password Safe

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

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


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

dget -x 
https://mentors.debian.net/debian/pool/main/p/passwordsafe/passwordsafe_1.03+dfsg-2.dsc

  More information about passwordsafe can be obtained from  https://pwsafe.org/

  Changes since the last upload:

  * Add patch to fix test failure on 32-bit systems (forwarded)

  Regards,
   Bill Blough


signature.asc
Description: PGP signature


Bug#879697: RFS: opencsg/1.4.2-1 [RC]

2017-10-25 Thread John Paul Adrian Glaubitz

On 10/24/2017 08:56 PM, John Paul Adrian Glaubitz wrote:

I'm going to sponsor this for you.


Done.

Please fix at least these two issues in the next upload:

X: opencsg source: debian-control-has-obsolete-dbg-package libopencsg1-dbg
N:
N:The debian/control file includes declaration of -dbg package.
N:
N:Debug package are now autogenerated avoiding waste of miror space.
N:
N:Please note that -dbg should be dropped from control file and must not
N:be transitioned to a dummy package depending on -dbgsym.
N:
N:Refer to https://wiki.debian.org/DebugPackage for details.
N:
N:Severity: wishlist, Certainty: possible
N:
N:Check: control-file, Type: source
N:
N:This tag is marked experimental, which means that the code that
N:generates it is not as well-tested as the rest of Lintian and might
N:still give surprising results. Feel free to ignore experimental tags
N:that do not seem to make sense, though of course bug reports are always
N:welcome.
N:
W: opencsg source: out-of-date-standards-version 3.9.8 (current is 4.1.1)
N:
N:The source package refers to a Standards-Version older than the one that
N:was current at the time the package was created (according to the
N:timestamp of the latest debian/changelog entry). Please consider
N:updating the package to current Policy and setting this control field
N:appropriately.
N:
N:If the package is already compliant with the current standards, you
N:don't have to re-upload the package just to adjust the Standards-Version
N:control field. However, please remember to update this field next time
N:you upload the package.
N:
N:See /usr/share/doc/debian-policy/upgrading-checklist.txt.gz in the
N:debian-policy package for a summary of changes in newer versions of
N:Policy.
N:
N:Refer to
N:https://www.debian.org/doc/packaging-manuals/upgrading-checklist.txt for
N:details.
N:
N:Severity: normal, Certainty: certain
N:
N:Check: standards-version, Type: source
N:

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Re: Multi-arch header conflict and pkg-config

2017-10-25 Thread Hugh McMaster
Hi Gianfranco,

On Tuesday, 24 October 2017 1:49 AM, Gianfranco Costamagna wrote:
>> pkg-config --cflags also just outputs -I/usr/include/.
>> Does pkgconfig support multiple paths like this?
> add the triplet to your .pc shipped file
> /usr/lib/x86_64-linux-gnu/pkgconfig/python-3.6m.pc:Cflags: 
> -I${includedir}/python3.6m -I${includedir}/x86_64-linux-gnu/python3.6m

> Other programs do this too, so with some sort of patch this should be possible
> (they are sometimes created during build, otherwise you will need some sed 
> during install or similar

Many thanks for this advice. Using sed to handle the substitution works 
perfectly.  :-)

--
Hugh McMaster


Bug#879759: sponsorship-requests: ponyprog/3.0.0

2017-10-25 Thread Eduard Kalinowski
Package: sponsorship-requests
Severity: wishlistDear mentors,

I am looking for a sponsor for project from Claudio Lanconelli 
 "PonyProg"

 * Package name: ponyprog
   Version : 3.0.0
   Upstream Author : Claudio Lanconelli
 * URL : https://github.com/lancos/ponyprog
 * License : GPLv2
   Section : tools, c++, qt

It possible to build followed packages with CMake/CPack:

  ponyprog debian package - the binary file with language files
  ponyprog source files package - source code of project

The source code you can download from here: 
https://sourceforge.net/projects/ponyprog/files/PonyProg%20sources/3.0.0/ponyprog-3.0.0.tar.gz/download

or from github:
https://github.com/lancos/ponyprog


This program is the porting of PonyProg2000 project to Qt4/Qt5 toolkit.
I can support this project with help from Claudio under Linux.

Regards,

Qt developer
 Eduard Kalinowski



Re: Multi-arch header conflict and pkg-config

2017-10-25 Thread Wookey
On 2017-10-23 12:41 +, Hugh McMaster wrote:
> Hi all,
> 
> I'm attempting to resolve a multi-arch conflict with a header file in a 
> package
> I'm working on.
> 
> The header was previously installed with other headers in 
> /usr/include/.
> Due to the conflict, I've modified debian/rules to:
> 1. Override dh_auto_install,
> 2. Create a directory in debian/tmp/usr/include//
> using mkdir -p; and
> 3. Move the conflicting header to the newly created directory using mv.

OK, that sounds sensible, presuming that the header _should_ be arch-dependent.

The alternative is to fix up the header so it's no longer arch-dependent.

> While these steps resolve the conflict, allowing the package to become
> M-A: same, test programs no longer find the header in the triple include path.
> 
> pkg-config --cflags also just outputs -I/usr/include/.
>
> Does pkgconfig support multiple paths like this?

It does, you just output a list; but of 135 .pc files in my
/usr/lib/x86_64-linux-gnu/pkgconfig only 7 (all core python packages)
need to do this.

This is because the debian toolchain puts both 
/usr/include, and /usr/include/${DEB_HOST_MULTIARCH} on the system search path 
so a 
#include  should find header.h in both
/usr/include/package/ and /usr/include/${DEB_HOST_MULTIARCH}/package/

or at least I think that's how it's expected to work.

So very few packages should need to explicitly list both of those, if
using a debian toolchain.

How exactly are you testing this?

> If so, how do I modify the pkg-config file to handle multiple /usr/include 
> paths?

by putting
Cflags: -I${includedir}/package -I${includedir}/${DEB_HOST_MULTIARCH}/package
in your .pc file. (and making sure that ${DEB_HOST_MULTIARCH} gets substituted.

But I'd check whether you really need to do that first.

Wookey
-- 
Principal hats:  Linaro, Debian, Wookware, ARM
http://wookware.org/


signature.asc
Description: Digital signature


Bug#861571: New release

2017-10-25 Thread Alexander Kulak


Package updated to latest upstream release.
Short changelog:
https://raw.githubusercontent.com/sagb/alttab/debian/unstable/ChangeLog

--
Alexander Kulak



Trying to get rid of code copy of jsoncpp in seqtools

2017-10-25 Thread Andreas Tille
Hi,

I try to package seqtools[1] which originally contained a code copy of
jsoncpp which I removed.  Unfortunately the build fails with the Debian
packaged jsoncpp and I'm lacking the necessary C++ knowledge to get this
fixed.  Does anybody have an idea how to fix


...
gbtoolsTrackhub.cpp: In function 'Json::Value 
{anonymous}::processRequestResult(const string&, long int, Json::Reader, 
std::__cxx11::string&)':
gbtoolsTrackhub.cpp:174:16: error: aggregate 'std::stringstream err_ss' has 
incomplete type and cannot be defined
   stringstream err_ss;
^~
gbtoolsTrackhub.cpp: In member function 'bool 
gbtools::trackhub::Registry::getSearchPage(std::stringstream&, int, 
std::__cxx11::list&, std::__cxx11::string&)':
gbtoolsTrackhub.cpp:655:16: error: aggregate 'std::stringstream url_ss' has 
incomplete type and cannot be defined
   stringstream url_ss;
^~
gbtoolsTrackhub.cpp:658:46: error: invalid use of incomplete type 
'std::stringstream {aka class std::__cxx11::basic_stringstream}'
   Json::Value js = postRequest(url_ss.str(), payload_ss.str(), false, err_msg);
  ^~
In file included from /usr/include/c++/7/ios:38:0,
 from /usr/include/c++/7/ostream:38,
 from /usr/include/c++/7/iostream:39,
 from gbtoolsTrackhub.cpp:31:
/usr/include/c++/7/iosfwd:108:11: note: declaration of 'std::stringstream {aka 
class std::__cxx11::basic_stringstream}'
 class basic_stringstream;
   ^~
gbtoolsTrackhub.cpp:658:46: error: invalid use of incomplete type 
'std::stringstream {aka class std::__cxx11::basic_stringstream}'
   Json::Value js = postRequest(url_ss.str(), payload_ss.str(), false, err_msg);
  ^~
In file included from /usr/include/c++/7/ios:38:0,
 from /usr/include/c++/7/ostream:38,
 from /usr/include/c++/7/iostream:39,
 from gbtoolsTrackhub.cpp:31:
/usr/include/c++/7/iosfwd:108:11: note: declaration of 'std::stringstream {aka 
class std::__cxx11::basic_stringstream}'
 class basic_stringstream;
   ^~
gbtoolsTrackhub.cpp: In member function 
'std::__cxx11::list 
gbtools::trackhub::Registry::search(const string&, const string&, const 
string&, const string&, std::__cxx11::string&)':
gbtoolsTrackhub.cpp:708:16: error: aggregate 'std::stringstream payload_ss' has 
incomplete type and cannot be defined
   stringstream payload_ss;
^~
gbtoolsTrackhub.cpp: In member function 'gbtools::trackhub::TrackDb 
gbtools::trackhub::Registry::searchTrackDb(const string&, 
std::__cxx11::string&)':
gbtoolsTrackhub.cpp:731:20: error: aggregate 'std::stringstream query_ss' has 
incomplete type and cannot be defined
   stringstream query_ss;
^~~~
gbtoolsTrackhub.cpp: In member function 
'std::__cxx11::list 
gbtools::trackhub::Registry::retrieveHub(const string&, std::__cxx11::string&)':
gbtoolsTrackhub.cpp:873:16: error: aggregate 'std::stringstream query_ss' has 
incomplete type and cannot be defined
   stringstream query_ss;
^~~~
gbtoolsTrackhub.cpp:893:24: error: aggregate 'std::stringstream ss' has 
incomplete type and cannot be defined
   stringstream ss;
^~
gbtoolsTrackhub.cpp: In member function 'Json::Value 
gbtools::trackhub::Registry::retrieveTrackDb(const string&, 
std::__cxx11::string&)':
gbtoolsTrackhub.cpp:932:16: error: aggregate 'std::stringstream query_ss' has 
incomplete type and cannot be defined
   stringstream query_ss;
^~~~
...


Any hint is welcome.

Kind regards

Andreas.


[1] https://anonscm.debian.org/git/debian-med/seqtools.git

-- 
http://fam-tille.de



Re: Trying to get rid of code copy of jsoncpp in seqtools

2017-10-25 Thread Gert Wollny
Am Mittwoch, den 25.10.2017, 16:52 +0200 schrieb Andreas Tille:
> Hi,
> 
> I try to package seqtools[1] which originally contained a code copy
> of jsoncpp which I removed.  Unfortunately the build fails with the
> Debian packaged jsoncpp and I'm lacking the necessary C++ knowledge
> to get this fixed.  Does anybody have an idea how to fix
> 
> 
> ...
> gbtoolsTrackhub.cpp: In function 'Json::Value
> {anonymous}::processRequestResult(const string&, long int,
> Json::Reader, std::__cxx11::string&)':
> gbtoolsTrackhub.cpp:174:16: error: aggregate 'std::stringstream
> err_ss' has incomplete type and cannot be defined
>    stringstream err_ss;
This looks like 

#include  

was missing in that file (fix pushed). 

In addition the  include is not found. For that a 
"pkg-config jsoncpp" and the according flag setting should be added.

If you don't beat bme to it I'll look into it tomorrow. 

Best, 
Gert 



Bug#879697: marked as done (RFS: opencsg/1.4.2-1 [RC])

2017-10-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Oct 2017 16:27:26 +
with message-id 
and subject line closing RFS: opencsg/1.4.2-1 [RC]
has caused the Debian Bug report #879697,
regarding RFS: opencsg/1.4.2-1 [RC]
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.)


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

Dear mentors,

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

 * Package name: opencsg
   Version : 1.4.2-1
   Upstream Author : Florian Kirsch (mail at opencsg dot org)
 * URL : http://opencsg.org/
 * License : GPL-2 with CGAL exception, and some ZLIB & similar
   Section : libs

The package provides the graphics library for the OpenSCAD programmatic
3D modelling tool. The library flips around the Z buffer so that CSG
(constructive solid geometry) compositions can be shown without
explicitly calculating their meshes.

It builds those binary packages:

libopencsg1
libopencsg-example - a small GLUT demo program whose practical
  importance in Debian is to answers the question of "is it a library or
  an OpenSCAD bug?"
libopencsg-dev
libopencsg1-dbg

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

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

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

  dget -x 
https://mentors.debian.net/debian/pool/main/o/opencsg/opencsg_1.4.2-1.dsc

For Sponsors who prefer to sponsor from git-buildpackage sources:

  git clone ssh://git.debian.org/git/collab-maint/opencsg.git

The package was built from 266c730b5c4b192be18d78bacc176961edfbe8f5.

Changes since the last upload:

  * New upstream version 1.4.2 (Closes: #861244)
  * Update copyright file
  * Drop old dependency names from squeeze or earlier
  * Modernize VCS-* and DEP URIs
  * Drop obsolete lintian override
  * Bump Standards-Version (no changes)

(up to here it has been sitting around for a while), and the RC bugfix:)

  * Make build dependency on rename explicit (Closes: #876676)

I'm aware that the Standards-Version is not the latest, but that would
better be fixed with other pending updates (eg. dbgsym migration), while
right now I'd like to get this through to resolve the FTBFS situation
with imminent testing removal.

Thanks for your consideration,
 chrysn


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

Kernel: Linux 4.14.0-rc5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- 
To use raw power is to make yourself infinitely vulnerable to greater powers.
  -- Bene Gesserit axiom


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Package opencsg version 1.4.2-1 is in unstable now.
https://packages.qa.debian.org/opencsg--- End Message ---


Bug#879744: RFS: passwordsafe/1.03+dfsg-2 [RC]

2017-10-25 Thread Tobias Frost
Control: owner -1 !

I will take a look this evening.

On Wed, Oct 25, 2017 at 05:26:42AM -0400, Bill Blough wrote:
> Package: sponsorship-requests
> Severity: important
> 
>   Dear mentors,
> 
>   I am looking for a sponsor and/or someone to grant upload permissions 
>   (I am a DM) for my package "passwordsafe"
> 
> 
>  * Package name: passwordsafe
>Version : 1.03+dfsg-2
>Upstream Author : Rony Shapiro 
>  * URL : https://pwsafe.org/
>  * License : Artistic 2.0
>Section : utils
> 
>   It builds those binary packages:
> 
> passwordsafe - Simple & Secure Password Management
> passwordsafe-common - architecture independent files for Password Safe
> 
>   To access further information about this package, please visit the 
> following URL:
> 
>   https://mentors.debian.net/package/passwordsafe
> 
> 
>   Alternatively, one can download the package with dget using this command:
> 
> dget -x 
> https://mentors.debian.net/debian/pool/main/p/passwordsafe/passwordsafe_1.03+dfsg-2.dsc
> 
>   More information about passwordsafe can be obtained from  
> https://pwsafe.org/
> 
>   Changes since the last upload:
> 
>   * Add patch to fix test failure on 32-bit systems (forwarded)
> 
>   Regards,
>Bill Blough



Bug#879744: marked as done (RFS: passwordsafe/1.03+dfsg-2 [RC])

2017-10-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Oct 2017 20:27:58 +0200
with message-id <20171025182758.7xh2ofkttda6b...@coldtobi.de>
and subject line Re: Bug#879744: RFS: passwordsafe/1.03+dfsg-2 [RC]
has caused the Debian Bug report #879744,
regarding RFS: passwordsafe/1.03+dfsg-2 [RC]
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.)


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

  Dear mentors,

  I am looking for a sponsor and/or someone to grant upload permissions 
  (I am a DM) for my package "passwordsafe"


 * Package name: passwordsafe
   Version : 1.03+dfsg-2
   Upstream Author : Rony Shapiro 
 * URL : https://pwsafe.org/
 * License : Artistic 2.0
   Section : utils

  It builds those binary packages:

passwordsafe - Simple & Secure Password Management
passwordsafe-common - architecture independent files for Password Safe

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

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


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

dget -x 
https://mentors.debian.net/debian/pool/main/p/passwordsafe/passwordsafe_1.03+dfsg-2.dsc

  More information about passwordsafe can be obtained from  https://pwsafe.org/

  Changes since the last upload:

  * Add patch to fix test failure on 32-bit systems (forwarded)

  Regards,
   Bill Blough


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Hi Bill,

uploaded, many thanks!

There are a one-two unused lintian overides, maybe you want to
take a look at them in a subsequent upload.

--
tobi

On Wed, Oct 25, 2017 at 07:57:36PM +0200, Tobias Frost wrote:
> Control: owner -1 !
> 
> I will take a look this evening.
> 
> On Wed, Oct 25, 2017 at 05:26:42AM -0400, Bill Blough wrote:
> > Package: sponsorship-requests
> > Severity: important
> > 
> >   Dear mentors,
> > 
> >   I am looking for a sponsor and/or someone to grant upload permissions 
> >   (I am a DM) for my package "passwordsafe"
> > 
> > 
> >  * Package name: passwordsafe
> >Version : 1.03+dfsg-2
> >Upstream Author : Rony Shapiro 
> >  * URL : https://pwsafe.org/
> >  * License : Artistic 2.0
> >Section : utils
> > 
> >   It builds those binary packages:
> > 
> > passwordsafe - Simple & Secure Password Management
> > passwordsafe-common - architecture independent files for Password Safe
> > 
> >   To access further information about this package, please visit the 
> > following URL:
> > 
> >   https://mentors.debian.net/package/passwordsafe
> > 
> > 
> >   Alternatively, one can download the package with dget using this command:
> > 
> > dget -x 
> > https://mentors.debian.net/debian/pool/main/p/passwordsafe/passwordsafe_1.03+dfsg-2.dsc
> > 
> >   More information about passwordsafe can be obtained from  
> > https://pwsafe.org/
> > 
> >   Changes since the last upload:
> > 
> >   * Add patch to fix test failure on 32-bit systems (forwarded)
> > 
> >   Regards,
> >Bill Blough
> 


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


Bug#879696: RFS: xerces-c/3.2.0+debian-1

2017-10-25 Thread Tobias Frost
Control: tags -1 owner!

Taking a look now!

Am Dienstag, den 24.10.2017, 14:17 -0400 schrieb Bill Blough:
> Package: sponsorship-requests
> Severity: normal
> 
>   Dear mentors,
> 
>   I am looking for a sponsor and/or someone to grant upload
> permissions 
>   (I am a DM) for my package "xerces-c"
> 
>   NOTE:  Due to the SONAME change, this will require a
> transition.  Therefore
>   this this package should be uploaded to experimental rather than
> unstable.
> 
> 
>  * Package name: xerces-c
>Version : 3.2.0+debian-1
>Upstream Author : Apache Xerces Team
>  * URL : https://xerces.apache.org/xerces-c/
>  * License : Apache 2.0
>Section : libs
> 
>   It builds those binary packages:
> 
> libxerces-c-dev - validating XML parser library for C++
> (development files)
> libxerces-c-doc - validating XML parser library for C++
> (documentation)
> libxerces-c-samples - validating XML parser library for C++
> (compiled samples)
> libxerces-c3.2 - validating XML parser library for C++
> 
>   To access further information about this package, please visit the
> following URL:
> 
>   https://mentors.debian.net/package/xerces-c
> 
> 
>   Alternatively, one can download the package with dget using this
> command:
> 
> dget -x https://mentors.debian.net/debian/pool/main/x/xerces-c/xe
> rces-c_3.2.0+debian-1.dsc
> 
>   More information about xerces-c can be obtained from  https://xerce
> s.apache.org/xerces-c/
> 
>   Changes since the last upload:
> 
>   * New upstream version
>   * Update to policy 4.1.1
> - Change d/copyright Format URL to use https
>   * Remove patches that have been applied upstream
>   * Set dh compat to 10
>   * Patch: Fix test failures for parallel builds (forwarded)
> 
>   Regards,
>Bill Blough



Re: Trying to get rid of code copy of jsoncpp in seqtools

2017-10-25 Thread Andreas Tille
Hi Gert,

On Wed, Oct 25, 2017 at 05:47:01PM +0200, Gert Wollny wrote:
> This looks like 
> 
> #include  
> 
> was missing in that file (fix pushed). 

Thanks.
 
> In addition the  include is not found. For that a 
> "pkg-config jsoncpp" and the according flag setting should be added.
> 
> If you don't beat bme to it I'll look into it tomorrow. 

I admit I manually injected the -I option but there are probably
some missings.  I'll happily leave it for you since I'm a bit
occupied by other (mainly real life) stuff.

Thanks a lot

 Andreas.

-- 
http://fam-tille.de



Bug#879696: RFS: xerces-c/3.2.0+debian-1

2017-10-25 Thread Tobias Frost
Control: tags -1 moreinfo

Hi Bill,

On Tue, Oct 24, 2017 at 02:17:03PM -0400, Bill Blough wrote:

>   NOTE:  Due to the SONAME change, this will require a transition.  Therefore
>   this this package should be uploaded to experimental rather than unstable.

The changelog says "unstable", so you want to fix that and reupload
to mentors.

Please let me know when ready!

--
tobi 



Bug#879720: RFS: runescape/0.2-1 [QA] -- Multiplayer online game set in a fantasy world

2017-10-25 Thread Tobias Frost
Control: retitle -1 RFS: runescape/0.2-1 -- Multiplayer online game set in a 
fantasy world
Control: tags -1 moreinfo

Hi Carlos,

Thanks for the updated package.
Please note that I've edited the bug title because this is not an QA upload but 
a regular one.

>   Changes since the last upload:
> 
>   changelog version: 0.2
>   * Fixed desktop file
>   * Added initial file transfer progress bar
>   * Updated game executable script
>   * Changed makefile version

Can you also check #86227 if it is valid?
(But then please recreate the png at build time)

Regarding the script, I see you have a hardcoded temporary path in it.
When ~/.rs-temp exists for whatever reason, you wil nuke user data. That needs
to be fixed... (I will file a bug to document this later)

Please reupload and ping me when ready.

--
tobi



Bug#879696: RFS: xerces-c/3.2.0+debian-1

2017-10-25 Thread Bill Blough
Done.  Thanks.

On Wed, Oct 25, 2017 at 09:08:22PM +0200, Tobias Frost wrote:
> Control: tags -1 moreinfo
> 
> Hi Bill,
> 
> On Tue, Oct 24, 2017 at 02:17:03PM -0400, Bill Blough wrote:
> 
> >   NOTE:  Due to the SONAME change, this will require a transition.  
> > Therefore
> >   this this package should be uploaded to experimental rather than unstable.
> 
> The changelog says "unstable", so you want to fix that and reupload
> to mentors.
> 
> Please let me know when ready!
> 
> --
> tobi 



Bug#879696: marked as done (RFS: xerces-c/3.2.0+debian-1)

2017-10-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Oct 2017 22:05:08 +0200
with message-id <20171025200507.cgorgi2qspod3...@coldtobi.de>
and subject line Re: Bug#879696: RFS: xerces-c/3.2.0+debian-1
has caused the Debian Bug report #879696,
regarding RFS: xerces-c/3.2.0+debian-1
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.)


-- 
879696: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879696
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 and/or someone to grant upload permissions 
  (I am a DM) for my package "xerces-c"

  NOTE:  Due to the SONAME change, this will require a transition.  Therefore
  this this package should be uploaded to experimental rather than unstable.


 * Package name: xerces-c
   Version : 3.2.0+debian-1
   Upstream Author : Apache Xerces Team
 * URL : https://xerces.apache.org/xerces-c/
 * License : Apache 2.0
   Section : libs

  It builds those binary packages:

libxerces-c-dev - validating XML parser library for C++ (development files)
libxerces-c-doc - validating XML parser library for C++ (documentation)
libxerces-c-samples - validating XML parser library for C++ (compiled 
samples)
libxerces-c3.2 - validating XML parser library for C++

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

  https://mentors.debian.net/package/xerces-c


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

dget -x 
https://mentors.debian.net/debian/pool/main/x/xerces-c/xerces-c_3.2.0+debian-1.dsc

  More information about xerces-c can be obtained from  
https://xerces.apache.org/xerces-c/

  Changes since the last upload:

  * New upstream version
  * Update to policy 4.1.1
- Change d/copyright Format URL to use https
  * Remove patches that have been applied upstream
  * Set dh compat to 10
  * Patch: Fix test failures for parallel builds (forwarded)

  Regards,
   Bill Blough


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
On Wed, Oct 25, 2017 at 03:47:37PM -0400, Bill Blough wrote:
> Done.  Thanks.

And Uploaded!
As this needs to pass NEW, please remove the package from mentors
manually.

Thanks for the package and have a good library transistion!

tobi
 
> On Wed, Oct 25, 2017 at 09:08:22PM +0200, Tobias Frost wrote:
> > Control: tags -1 moreinfo
> > 
> > Hi Bill,
> > 
> > On Tue, Oct 24, 2017 at 02:17:03PM -0400, Bill Blough wrote:
> > 
> > >   NOTE:  Due to the SONAME change, this will require a transition.  
> > > Therefore
> > >   this this package should be uploaded to experimental rather than 
> > > unstable.
> > 
> > The changelog says "unstable", so you want to fix that and reupload
> > to mentors.
> > 
> > Please let me know when ready!
> > 
> > --
> > tobi 
> --- End Message ---


Bug#879696: RFS: xerces-c/3.2.0+debian-1

2017-10-25 Thread Tobias Frost
On Wed, Oct 25, 2017 at 03:47:37PM -0400, Bill Blough wrote:
> Done.  Thanks.

And Uploaded!
As this needs to pass NEW, please remove the package from mentors
manually.

Thanks for the package and have a good library transistion!

tobi
 
> On Wed, Oct 25, 2017 at 09:08:22PM +0200, Tobias Frost wrote:
> > Control: tags -1 moreinfo
> > 
> > Hi Bill,
> > 
> > On Tue, Oct 24, 2017 at 02:17:03PM -0400, Bill Blough wrote:
> > 
> > >   NOTE:  Due to the SONAME change, this will require a transition.  
> > > Therefore
> > >   this this package should be uploaded to experimental rather than 
> > > unstable.
> > 
> > The changelog says "unstable", so you want to fix that and reupload
> > to mentors.
> > 
> > Please let me know when ready!
> > 
> > --
> > tobi 
> 



Bug#879720: RFS: runescape/0.2-1 [QA] -- Multiplayer online game set in a fantasy world

2017-10-25 Thread Carlos Donizete Froes
Em qua, 2017-10-25 às 21:28 +0200, Tobias Frost escreveu:
> Thanks for the updated package.
> Please note that I've edited the bug title because this is not an QA upload
> but a regular one.

Thank you for your attention. :)

I had a small bug in the previous version that is in Debian, which was able to
correct in this version.

I made some simple improvements.

> Can you also check #86227 if it is valid?
> (But then please recreate the png at build time)

[1] Sorry, but I do not know this bug number #86227

[2] I had a bug in the desktop file that contained format (xpm) in the icon
line. That was corrected.

> Regarding the script, I see you have a hardcoded temporary path in it.
> When ~/.rs-temp exists for whatever reason, you wil nuke user data. That needs
> to be fixed... (I will file a bug to document this later)

This is a temporary directory where it will decompress a format file (dmg), and
move a format file (jar) and then exclude this temporary directory.

[3] It is now commented out in the installation script.

> Please reupload and ping me when ready.

Forgive me, but I did not understand this last sentence. :(

Thanks!

---

[1] - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=86227

[2] - https://github.com/coringao/runescape/commit/fa27aa61ea52cc7cc8b7624f9ece7
e4fddacb3ef

[3] - https://github.com/coringao/runescape/blob/master/src/runescape.sh

-- 
⢀⣴⠾⠻⢶⣦⠀ Carlos Donizete Froes [a.k.a coringao]
⣾⠁⢠⠒⠀⣿⡁ - https://wiki.debian.org/coringao
⢿⡄⠘⠷⠚⠋⠀ GPG: 4096R/B638B780
⠈⠳⣄⠀⠀⠀   2157 630B D441 A775 BEFF  D35F FA63 ADA6 B638 B780

signature.asc
Description: This is a digitally signed message part


Bug#879720: RFS: runescape/0.2-1 [QA] -- Multiplayer online game set in a fantasy world

2017-10-25 Thread Tobias Frost
On Wed, Oct 25, 2017 at 06:20:30PM -0200, Carlos Donizete Froes wrote:
> Em qua, 2017-10-25 às 21:28 +0200, Tobias Frost escreveu:
> > Thanks for the updated package.
> > Please note that I've edited the bug title because this is not an QA upload
> > but a regular one.
> 
> Thank you for your attention. :)
> 
> I had a small bug in the previous version that is in Debian, which was able to
> correct in this version.
> 
> I made some simple improvements.
> 
> > Can you also check #86227 if it is valid?
> > (But then please recreate the png at build time)
> 
> [1] Sorry, but I do not know this bug number #86227

#866227 (was missing a "6")

> [2] I had a bug in the desktop file that contained format (xpm) in the icon
> line. That was corrected.

If this upload fixes it, you should close the bug in the changelog.
If not, close it using the BTS interface and mark the package version when it 
has been
fixed.

> > Regarding the script, I see you have a hardcoded temporary path in it.
> > When ~/.rs-temp exists for whatever reason, you wil nuke user data. That 
> > needs
> > to be fixed... (I will file a bug to document this later)
> 
> This is a temporary directory where it will decompress a format file (dmg), 
> and
> move a format file (jar) and then exclude this temporary directory.

This is understood.
 
> [3] It is now commented out in the installation script.

I can't see the change.. Did you push it?

> > Please reupload and ping me when ready.
> 
> Forgive me, but I did not understand this last sentence. :(

Please reupload a fixed packge to mentors.debian.net, when it is ready.

> Thanks!
> 
> ---
> 
> [1] - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=86227
> 
> [2] - 
> https://github.com/coringao/runescape/commit/fa27aa61ea52cc7cc8b7624f9ece7
> e4fddacb3ef
> 
> [3] - https://github.com/coringao/runescape/blob/master/src/runescape.sh
> 
> -- 
> ⢀⣴⠾⠻⢶⣦⠀ Carlos Donizete Froes [a.k.a coringao]
> ⣾⠁⢠⠒⠀⣿⡁ - https://wiki.debian.org/coringao
> ⢿⡄⠘⠷⠚⠋⠀ GPG: 4096R/B638B780
> ⠈⠳⣄⠀⠀⠀   2157 630B D441 A775 BEFF  D35F FA63 ADA6 B638 B780



Bug#879720: RFS: runescape/0.2-1 [QA] -- Multiplayer online game set in a fantasy world

2017-10-25 Thread Carlos Donizete Froes
Em qua, 2017-10-25 às 22:44 +0200, Tobias Frost escreveu:
> 
> #866227 (was missing a "6")

Ok, understood, I had not seen this comment, this I can solve immediately by
changing the format (xpm) to (png). Warning when done. :)

> If this upload fixes it, you should close the bug in the changelog.
> If not, close it using the BTS interface and mark the package version when it
> has been
> fixed.

I'll warn you, thank you!

> I can't see the change.. Did you push it?

I have not made changes to this part of the script, it remains as the previous
version.

> Please reupload a fixed packge to mentors.debian.net, when it is ready.

Okay thank you!

-- 
⢀⣴⠾⠻⢶⣦⠀ Carlos Donizete Froes [a.k.a coringao]
⣾⠁⢠⠒⠀⣿⡁ - https://wiki.debian.org/coringao
⢿⡄⠘⠷⠚⠋⠀ GPG: 4096R/B638B780
⠈⠳⣄⠀⠀⠀   2157 630B D441 A775 BEFF  D35F FA63 ADA6 B638 B780

signature.asc
Description: This is a digitally signed message part


Bug#879720: RFS: runescape/0.2-1 [QA] -- Multiplayer online game set in a fantasy world

2017-10-25 Thread Carlos Donizete Froes
Em qua, 2017-10-25 às 22:44 +0200, Tobias Frost escreveu:
> Please reupload a fixed packge to mentors.debian.net, when it is ready.

I sent a fixed package to 'mentors.debian.net' and responded to bug #866227,
warning about the corrected new version.

Thanks!

-- 
⢀⣴⠾⠻⢶⣦⠀ Carlos Donizete Froes [a.k.a coringao]
⣾⠁⢠⠒⠀⣿⡁ - https://wiki.debian.org/coringao
⢿⡄⠘⠷⠚⠋⠀ GPG: 4096R/B638B780
⠈⠳⣄⠀⠀⠀   2157 630B D441 A775 BEFF  D35F FA63 ADA6 B638 B780

signature.asc
Description: This is a digitally signed message part


Bug#861571: marked as done (RFS: alttab/1.1.0-1 [ITP] -- task switcher for minimalistic WMs or standalone X session)

2017-10-25 Thread Debian Bug Tracking System
Your message dated Thu, 26 Oct 2017 02:22:20 +0200
with message-id <20171026002204.gu6g4m23rsrdz...@angband.pl>
and subject line Re: Bug#861571: New release
has caused the Debian Bug report #861571,
regarding RFS: alttab/1.1.0-1 [ITP] -- task switcher for minimalistic WMs or 
standalone X session
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.)


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

Dear mentors,

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

* Package name: alttab
  Version : 1.0.3-1
  Upstream Author : Alexander Kulak 
* URL : https://sagb.github.io/alttab
* License : GPLv3
  Section : x11

It builds those binary packages:

alttab - task switcher for minimalistic WMs or standalone X session

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

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

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

dget -x https://mentors.debian.net/debian/pool/main/a/alttab/alttab_1.0.3-1.dsc

# Advocacy

alttab is just a window switcher for X. Its features:

[1] works not only in specific WM
[2] has visual interface
[3] convenient tactile behaviour: press modifier (Alt) - multiple
switch with key (Tab) - release modifier
[4] focuses on clarity and simplicity: lightweight, depend only on
common X11 libs
[5] customizable look and behaviour
[6] seamless work with WM grouping/desktops, because of
maintaining stack of every window, not only exposed ones

Switchers in common big desktop environments lack [1] and [4].
In minimalistic WM, internal switch lacks [1] and usually [2], [3],
[5], while dmenu-like switchers lack [3]. alttab fits naturally in
this niche.
Comparable standalone application (i'm aware of skippy-xd) is mature
and has more features, but lacks [3] and [4].

# Maintenance notes

I may adopt sponsor's packaging choice instead of gbp/cowbuilder/dh.
I'm hanging around on freenode and oftc (nick sa),
would be grateful for any hint, testing or co-authoring.


Regards,
Alexander Kulak
--- End Message ---
--- Begin Message ---
On Wed, Oct 25, 2017 at 04:31:16PM +0300, Alexander Kulak wrote:
[alttab]

> Package updated to latest upstream release.
> Short changelog:
> https://raw.githubusercontent.com/sagb/alttab/debian/unstable/ChangeLog

In NEW.

-- 
⢀⣴⠾⠻⢶⣦⠀ Laws we want back: Poland, Dz.U. 1921 nr.30 poz.177 (also Dz.U. 
⣾⠁⢰⠒⠀⣿⡁ 1920 nr.11 poz.61): Art.2: An official, guilty of accepting a gift
⢿⡄⠘⠷⠚⠋⠀ or another material benefit, or a promise thereof, [in matters
⠈⠳⣄ relevant to duties], shall be punished by death by shooting.--- End Message ---