Bug#788583: marked as done (RFS: blktool/4-7 -- tune low-level block device parameters [ITA])

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 7 Jul 2015 23:54:37 -0700
with message-id 

and subject line Re: Bug#788583: RFS: blktool -- tune low-level block device 
parameters [ITA]
has caused the Debian Bug report #788583,
regarding RFS: blktool/4-7 -- tune low-level block device parameters [ITA]
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.)


-- 
788583: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788583
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 "blktool"

 Package name: blktool
 Version : 4-7
 Upstream Author : Jeff Garzik 
 URL : http://sourceforge.net/projects/gkernel/files/blktool/
 License : GPL v2
 Section : admin

It builds those binary packages:

  blktool- tune low-level block device parameters

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

http://mentors.debian.net/package/blktool


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

  dget -x http://mentors.debian.net/debian/pool/main/b/blktool/blktool_4-7.dsc

Changes since the last upload:

* QA upload
* New maintainer. (Closes: #695127).
* Fix "blktool readonly is broken" (Closes: #641164).
* bump debhelper version to 9
* fix changelog-should-mention-qa
* fix ancient-standards-version 3.7.2.2 (current is 3.9.6)
* fix vcs-field-not-canonical
* fix xs-vcs-header-in-debian-control
* add homepage


Regards,
 Azat Khuzhin
--- End Message ---
--- Begin Message ---
On Tue, Jul 7, 2015 at 11:37 PM, Azat Khuzhin  wrote:
> On Tue, Jul 07, 2015 at 10:35:13PM -0700, Vincent Cheng wrote:
>> I saw that you've pushed your changes to collab-maint and uploaded a
>> new package to mentors; your changes look fine to me. Just to confirm,
>> do you plan on making any more changes to your package, or is it ready
>> for upload now?
>
> Hi Vincent,
>
> Yep, it is ready for upload.
>
>> It's worth pointing out that the binary package you uploaded to
>> mentors.d.n has a bunch of unusual lintian errors
>> (checksum-mismatch-in-changes-file,
>> file-size-mismatch-in-changes-file, misplaced-extra-member-in-deb; see
>> [1]). That doesn't really matter for package sponsorship since I'll be
>> fetching your source package and rebuilding it locally before
>> uploading, but you should probably fix your local build environment
>> anyhow.
>
> But this wasn't the final version, I had pushed final version (without
> that crazy errors) right now, could you take a look?

Uploaded, thanks for your contribution to Debian!

Regards,
Vincent--- End Message ---


Bug#788583: RFS: blktool -- tune low-level block device parameters [ITA]

2015-07-07 Thread Azat Khuzhin
On Tue, Jul 07, 2015 at 10:35:13PM -0700, Vincent Cheng wrote:
> I saw that you've pushed your changes to collab-maint and uploaded a
> new package to mentors; your changes look fine to me. Just to confirm,
> do you plan on making any more changes to your package, or is it ready
> for upload now?

Hi Vincent,

Yep, it is ready for upload.

> It's worth pointing out that the binary package you uploaded to
> mentors.d.n has a bunch of unusual lintian errors
> (checksum-mismatch-in-changes-file,
> file-size-mismatch-in-changes-file, misplaced-extra-member-in-deb; see
> [1]). That doesn't really matter for package sponsorship since I'll be
> fetching your source package and rebuilding it locally before
> uploading, but you should probably fix your local build environment
> anyhow.

But this wasn't the final version, I had pushed final version (without
that crazy errors) right now, could you take a look?

Thanks,
Azat.


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150708063743.GH13529@azat



Bug#790816: RFS: roxterm/3.0.1-1

2015-07-07 Thread Vincent Cheng
Hi Tony,

On Tue, Jul 7, 2015 at 6:07 AM, Tony Houghton  wrote:
> On 07/07/15 09:21, Vincent Cheng wrote:
>
>> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position
>> 836: ordinal not in range(128)
>>
>> debian/rules:36: recipe for target 'override_dh_auto_build' failed
>>
>> I've attached the full build log.
>
>
> I think the problem is that the PC you tried the build on doesn't have utf8
> as its default encoding, so I need to enforce that in the script. This would

That's really more of a "problem" caused by pbuilder (which enforces
LANG=C and LC_ALL=C). If you aren't doing so already, please do test
build your package with pbuilder/cowbuilder/sbuild.

> need to apply upstream too so I think the best way is to change mscript.py
> with the attached patch. Would you be able to test that for me before I
> upload a new version?
>

Unfortunately your patch makes d/rules clean fail for me:

$ pdebuild --debbuildopts '-d'
dpkg-checkbuilddeps: Unmet build dependencies: librsvg2-bin libvte-2.91-dev po4a
W: Unmet build-dependency in source
dpkg-buildpackage: source package roxterm
dpkg-buildpackage: source version 3.0.1-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Tony Houghton 
 dpkg-source --before-build roxterm-3.0.1
dpkg-source: info: using options from
roxterm-3.0.1/debian/source/options: --extend-diff-ignore=\.pot?$
dpkg-source: info: applying mscript.py.encoding.diff
 fakeroot debian/rules clean
dh clean
   dh_testdir
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/tmp/roxterm/roxterm-3.0.1'
python3 mscript.py clean --lock-top --build-dir=debian/build
--top-dir=../.. --src-dir='${TOP_DIR}/src'
Traceback (most recent call last):
  File "mscript.py", line 4, in 
reload(sys)
NameError: name 'reload' is not defined
debian/rules:48: recipe for target 'override_dh_auto_clean' failed

However, I was able to build your package just by adding "export
LC_ALL=C.UTF-8" to d/rules. I can upload your package with this
change, or if you'd rather fix this upstream, that's fine with me as
well.

Regards,
Vincent


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CACZd_tDZ6AwE1j=gApnbs81A=yrlw2ztcme9tvmqjksu4s_...@mail.gmail.com



Bug#791697: RFS: wxmaxima/15.04.0-1

2015-07-07 Thread Vincent Cheng
Hi Gunter,

On Tue, Jul 7, 2015 at 11:07 AM, Gunter Königsmann  wrote:
> Package: sponsorship-requests
> Severity: normal
>
> Dear mentors,
>
> I am looking for a sponsor for my package "wxmaxima"
>
> * Package name : wxmaxima
>   Version : 15.04.0-1
>   Upstream Author : Andrej Vodopivec 
> * URL : http://andrejv.github.io/wxmaxima/
> * License : GPL-2+
>   Section : math

No need to open a new RFS bug report if your last one was mistakenly
closed by someone else; please reopen the old bug instead
(instructions at [1]). I've done that and merged the two bug reports
together already.

Your package looks ok, but I noticed that you reverted back to
recommending ttf-jsmath instead of fonts-jsmath. Is that intentional
(and why)?

Regards,
Vincent

[1] https://www.debian.org/Bugs/server-control


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CACZd_tD3sKknnnynoT87L+Z0n9vpj=Ogb5TEEY1q1ATrAB=q...@mail.gmail.com



Bug#791390: RFS: wxmaxima/15.04.0-1

2015-07-07 Thread Vincent Cheng
On Tue, Jul 7, 2015 at 3:15 AM, Jakub Wilk  wrote:
> * Vincent Cheng , 2015-07-07, 01:04:
>>
>> - d/changelog: please wrap lines to <80 chars (IIRC lintian has a check
>> for this, not sure why it's not being triggered here),
>
>
> W: wxmaxima: debian-changelog-line-too-long line 7
> W: wxmaxima: debian-changelog-line-too-long line 8
> W: wxmaxima: debian-changelog-line-too-long line 9
> W: wxmaxima: debian-changelog-line-too-long line 12
> W: wxmaxima: debian-changelog-line-too-long line 16
>
> Note this is a binary package check.

Ah, that explains why it's not showing up on mentors.d.n (I suppose
Gunter uploaded a source-only package). I wonder why that's not a
source package check instead...

Regards,
Vincent


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CACZd_tDCeEM2J6ViqLwA4DpNa1e6uBBgG3kQ=br39mswafa...@mail.gmail.com



Bug#788583: RFS: blktool -- tune low-level block device parameters [ITA]

2015-07-07 Thread Vincent Cheng
Hi Azat,

On Sat, Jul 4, 2015 at 9:36 PM, Azat Khuzhin  wrote:
> On Sat, Jul 04, 2015 at 04:16:27PM -0700, Vincent Cheng wrote:
>> > As for collab-maint, I've just send a request to join to the project via
>> > [1], could you send email with acknowledge by request?
>>
>> What's your Alioth username?
>
> Sorry, forgot about that, it is "azat-guest" (id: 354783).
> Thanks!

I saw that you've pushed your changes to collab-maint and uploaded a
new package to mentors; your changes look fine to me. Just to confirm,
do you plan on making any more changes to your package, or is it ready
for upload now?

It's worth pointing out that the binary package you uploaded to
mentors.d.n has a bunch of unusual lintian errors
(checksum-mismatch-in-changes-file,
file-size-mismatch-in-changes-file, misplaced-extra-member-in-deb; see
[1]). That doesn't really matter for package sponsorship since I'll be
fetching your source package and rebuilding it locally before
uploading, but you should probably fix your local build environment
anyhow.

[1] http://mentors.debian.net/package/blktool


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/caczd_tb393bgqkyba6xakxysbok_pt-5ewjzn3qlh8-ktre...@mail.gmail.com



Bug#791398: RFS: axmlrpc/1.8.0 [ITP #790491]

2015-07-07 Thread Guillaume Turri
Thank you for this feedback!
I will fix it in the next few days.

2015-07-07 23:08 GMT+02:00 Emmanuel Bourg :
> Hi Guillaume,
>
> The package looks good, thank you very much for packaging this library.
> The only issue I see is the prebuilt gradle wrapper in the source
> tarball. Even if it isn't used it should be removed. You can get a look
> at the libspring-java package [1] to see how this is done for other
> packages with a Gradle build.
>
> Emmanuel Bourg
>
> [1]
> https://sources.debian.net/src/libspring-java/3.2.13-2/debian/orig-tar.sh


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CADsWkMocC6xnh=n43bxkK6Z45AdDQb=e2h35hgznbrzptnj...@mail.gmail.com



Bug#791724: RFS: w1retap/1.4.2-1 [ITP] -- Data logger for 1-Wire weather sensors

2015-07-07 Thread Thomas Stewart
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

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

* Package name: w1retap
  Version : 1.4.2
  Upstream Author : Jonathan Hudson 
* URL : http://www.zen35309.zen.co.uk/wx/tech.html
* License : GPL with some Expat
  Programming Lang: C
  Description : Data logger for 1-Wire weather sensors

It builds those binary packages:
  libw1retap0 - Data logger for 1-Wire weather sensors
  libw1retap0-mongo - Data logger for 1-Wire weather sensors
  libw1retap0-odbc - Data logger for 1-Wire weather sensors
  libw1retap0-pgsql - Data logger for 1-Wire weather sensors
  libw1retap0-sqlite - Data logger for 1-Wire weather sensors
  w1retap - Data logger for 1-Wire weather sensors

To access further information about this package, please visit the following 
URL:
http://mentors.debian.net/package/w1retap

Alternatively, one can download the package with dget using this command:
dget -x http://mentors.debian.net/debian/pool/main/w/w1retap/w1retap_1.4.2-1.dsc

More information about hello can be obtained from 
http://www.zen35309.zen.co.uk/wx/tech.html.

Changes since the last upload:
 w1retap (1.4.2-1) unstable; urgency=low
 .
   * Initial release (Closes: #787770)


Kind Regards
--
Tom


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150707211753.ga13...@beryl.stewarts.org.uk



Fwd: Package cuba was rejected

2015-07-07 Thread Игорь Пашев
How could I fix this?


-- Forwarded message --
From: mentors.debian.net 
Date: 2015-07-08 0:27 GMT+03:00
Subject: Package cuba was rejected
To: pashev.i...@gmail.com


Hello,

Unfortunately your package "cuba" was rejected because of the following
reason:

Your upload does not contain a valid signature. Output was:

gpg: Signature made Di 07 Jul 2015 21:19:42 UTC using RSA key ID 8010171C
gpg: Can't check signature: public key not found


Please try to fix it and re-upload. Thanks,

--
mentors.debian.net


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CALL-Q8x2=Nq=zzbdaforftf2mgejov3bmffa_kgaw5ydix1...@mail.gmail.com



Bug#791398: RFS: axmlrpc/1.8.0 [ITP #790491]

2015-07-07 Thread Emmanuel Bourg
Hi Guillaume,

The package looks good, thank you very much for packaging this library.
The only issue I see is the prebuilt gradle wrapper in the source
tarball. Even if it isn't used it should be removed. You can get a look
at the libspring-java package [1] to see how this is done for other
packages with a Gradle build.

Emmanuel Bourg

[1]
https://sources.debian.net/src/libspring-java/3.2.13-2/debian/orig-tar.sh


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/559c3fcd.4070...@apache.org



Re: Add encled to Debian

2015-07-07 Thread George Shuklin

On 07/07/2015 11:34 PM, Andrew Shadura wrote:

On 7 July 2015 at 22:01, George Shuklin  wrote:

I'm searching for someone (mentor? sponsor?) to help me with
upload/accepting package for Debian.

Encled is a script I wrote to manage LED indicators of hot-swap bays in
servers with enclosures (backplanes). It allows to see neat table with
slots/enclosures/disk letters, and allows to enable/disable indication for
them. That script have been used in at least three different companies and
all those years it was used as 'wget https://github...; chmod +x encled;
./encled'.

If you wish, I could help you improve what you've got. See the private message.


Thank you.

I've fixed most of my mistakes, but I've got a question about 'native' 
VS 'quilt' format for the package.


I thought that 'quilt' means 'upstream tarball with patches from other 
repo' and 'native' means 'debian/ is a part of upstream repo'. Looks 
like I was wrong, but I can't understand how it should be done...



--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/559c3ee8.2050...@gmail.com



Re: Add encled to Debian

2015-07-07 Thread Andrew Shadura
On 7 July 2015 at 22:01, George Shuklin  wrote:
> I'm searching for someone (mentor? sponsor?) to help me with
> upload/accepting package for Debian.
>
> Encled is a script I wrote to manage LED indicators of hot-swap bays in
> servers with enclosures (backplanes). It allows to see neat table with
> slots/enclosures/disk letters, and allows to enable/disable indication for
> them. That script have been used in at least three different companies and
> all those years it was used as 'wget https://github...; chmod +x encled;
> ./encled'.

If you wish, I could help you improve what you've got. See the private message.

-- 
Cheers,
  Andrew


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CACujMDMBtuWkCD=s3OiuQd5v+0ffLEt_uazZMtq3Z7cRfj24=a...@mail.gmail.com



Add encled to Debian

2015-07-07 Thread George Shuklin

Hello.

I'm searching for someone (mentor? sponsor?) to help me with 
upload/accepting package for Debian.


Encled is a script I wrote to manage LED indicators of hot-swap bays in 
servers with enclosures (backplanes). It allows to see neat table with 
slots/enclosures/disk letters, and allows to enable/disable indication 
for them. That script have been used in at least three different 
companies and all those years it was used as 'wget https://github...; 
chmod +x encled; ./encled'.


I hope it will be useful for many system administrators. It is GPL2/3, 
source code is: https://github.com/amarao/sdled/


I've done creating 'debian' part for packaging, and writing a man page. 
But I don't know what to do next.


Please, help. Thanks.



--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/559c3010.6020...@gmail.com



Bug#791390: closed by Bart Martens (closing RFS: wxmaxima/15.04.0-1 [ITA])

2015-07-07 Thread Gunter Königsmann

Control: tag -1 - moreinfo
Control: reopen -1

Ok... ...the corrected package can be found on the server again.

Thanks a lot,
and kind regards,

Gunter.


Bug#791697: RFS: wxmaxima/15.04.0-1

2015-07-07 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 : 15.04.0-1
 Upstream Author : Andrej Vodopivec 
* URL : http://andrejv.github.io/wxmaxima/
* License : GPL-2+
 Section : math


It builds those binary packages:

  wxmaxima - GUI for the computer algebra system Maxima


More detailed information about the package:

What is wxMaxima?
wxMaxima is a powerful graphical user interface for maxima, a program 
that is specialized in finding symbolic solutions for mathematical 
problems (which means it actually tries to find the formula that solves 
a problem, not the number the formula would result in).

A simple example what it can do would be:
 -> a^2+b^2=c^2;
 -> solve(%,c);
  [c=-sqrt(b^2+a^2),c=sqrt(b^2+a^2)]
But it can find a formula that solves many types of differential 
equations, too:

 -> dgl:diff(diff(x(t),t),t)=-x(t);
 -> desolve(dgl,x(t));
 x(t)=sin(t)*(at('diff(x(t),t,1),t=0))+x(0)*cos(t)
The actual output on the screen is much nicer, naturally, since the 
equations are displayed in 2D there.
It is to notice, though, that wxMaxima can be used for numerical work, 
too: It supports calculating with ordinary floating-point numbers if 
one requests this - but it will happily use arbitrary-precision numbers 
by default, exact fractions or bigfloat with a user-specified precision 
that is only limited by the amount of memory that is available.


Why does the package need to be updated?
The version currently packaged with debian (13.04) is over two years 
old. Moreover this old version has many bugs:
- In some locales many keys (for example in germany all hotkeys) 
didn't work in 13.04

- In version 13.04 drag-and drops drops about half of the parenthesis
- 13.04 crashes if it has to display sometimes not-too-complicated 
equations or if the save button is pressed while the program is 
calculating
Also the old version currently packaged with debian still doesn't come 
with a manual, has only a limited undo functionality and in many places 
is rather slow. A longer list of enhancements can be found at 
https://github.com/andrejv/wxmaxima/blob/master/ChangeLog


The package is lintian-free. Currently it is marked as "orphaned". But 
I am willing to package new versions and upload them to 
mentors.debian.org on a regular basis. This is needed, too, since the 
next version, once released, will have a pack of features new, too 
including higher processing speed and syntax highlighting.


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


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


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


dget -x 
http://mentors.debian.net/debian/pool/main/w/wxmaxima/wxmaxima_15.04.0-1.dsc


More information about hello can be obtained from 
http://andrejv.github.io/wxmaxima/


Bug#778551: marked as done (RFS: wallpaperd/0.2.1.20150125-1 [ITP] -- X application for setting the background image)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 16:26:29 +
with message-id 
and subject line closing RFS: wallpaperd/0.2.1.20150125-1 [ITP] -- X 
application for setting the background image
has caused the Debian Bug report #778551,
regarding RFS: wallpaperd/0.2.1.20150125-1 [ITP] -- X application for setting 
the background image
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.)


-- 
778551: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778551
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 "wallpaperd":

* Package name: wallpaperd
  Version : 0.2.1.20150125-1
  Upstream Author : Claes Nästén 
* Url : http://projects.pekdon.net/projects/wallpaperd
* License : MIT
  Section : graphics

 It builds those binary packages:

 wallpaperd -  X application for setting the background image

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

http://mentors.debian.net/package/wallpaperd

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

dget -x 
http://mentors.debian.net/debian/pool/main/w/wallpaperd/wallpaperd_0.2.1.20150125-1.dsc

Change since the last upload:

  * Initial release (Closes: #43)

Notes:

Package have following imperfections:

* Patches have no comments. Lintian complains, but I sure they need no 
description,
  since they are under 2 lines and have descriptive names.

* Package gets linked aganist libXext, but uses none of its symbols. I have no 
idea
  why it happends, since build system does not mention libXext. Review and help 
are welcome.

Regards,
Dmitry Bogatov
--- End Message ---
--- Begin Message ---
Package wallpaperd has been removed from mentors.--- End Message ---


Bug#791390: RFS: wxmaxima/15.04.0-1

2015-07-07 Thread Gunter Königsmann

Dear Vincent,

Thanks to your help this will be my first really professional debian 
package:


- d/changelog: please wrap lines to <80 chars (IIRC lintian has a
check for this, not sure why it's not being triggered here),

Done.

and
there's a duplicate "debian/copyright: The tango icons have been
released to the public domain" entry in there.

Done.

- I can't seem to fetch a tarball directly from upstream using either
your get-orig-source target or uscan directly (I check this when
sponsoring packages to ensure that the tarball on mentors is identical
to the tarball distributed upstream):

Thanks a lot! Didn't know about this command, but made it work.

Did try to upload the package to debian mentors under the same version 
number as the old one (hope this was a good idea) but did forget to 
remove the old one first => will retry uploading it when the server has 
sorted my mistake out.


Thanks a lot, and kind regards,

Gunter.


Bug#791390: marked as done (RFS: wxmaxima/15.04.0-1 [ITA])

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 16:26:29 +
with message-id 
and subject line closing RFS: wxmaxima/15.04.0-1 [ITA]
has caused the Debian Bug report #791390,
regarding RFS: wxmaxima/15.04.0-1 [ITA]
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.)


-- 
791390: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791390
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 "wxmaxima"

* Package name: wxmaxima
 Version : 15.04.0-1
 Upstream Author : Andrej Vodopivec 
* URL : http://andrejv.github.io/wxmaxima/
* License : GPL-2+
 Section : math


It builds those binary packages:

  wxmaxima   - GUI for the computer algebra system Maxima


More detailed information about the package:

What is wxMaxima?
wxMaxima is a powerful graphical user interface for maxima, a program 
that is specialized in finding symbolic solutions for mathematical 
problems (which means it actually tries to find the formula that solves 
a problem, not the number the formula would result in).

A simple example what it can do would be:
 -> a^2+b^2=c^2;
 -> solve(%,c);
  [c=-sqrt(b^2+a^2),c=sqrt(b^2+a^2)]
But it can find a formula that solves many types of differential 
equations, too:

 -> dgl:diff(diff(x(t),t),t)=-x(t);
 -> desolve(dgl,x(t));
 x(t)=sin(t)*(at('diff(x(t),t,1),t=0))+x(0)*cos(t)
The actual output on the screen is much nicer, naturally, since the 
equations are displayed in 2D there.
It is to notice, though, that wxMaxima can be used for numerical work, 
too: It supports calculating with ordinary floating-point numbers if 
one requests this - but it will happily use arbitrary-precision numbers 
by default, exact fractions or bigfloat with a user-specified precision 
that is only limited by the amount of memory that is available.


Why does the package need to be updated?
The version currently packaged with debian (13.04) is over two years 
old. Moreover this old version has many bugs:
- In some locales many keys (for example in germany all hotkeys) 
didn't work in 13.04

- In version 13.04 drag-and drops drops about half of the parenthesis
- 13.04 crashes if it has to display sometimes not-too-complicated 
equations or if the save button is pressed while the program is 
calculating
Also the old version currently packaged with debian still doesn't come 
with a manual, has only a limited undo functionality and in many places 
is rather slow. A longer list of enhancements can be found at 
https://github.com/andrejv/wxmaxima/blob/master/ChangeLog


The package is lintian-free. Currently it is marked as "orphaned". But 
I am willing to package new versions and upload them to 
mentors.debian.org on a regular basis. This is needed, too, since the 
next version, once released, will have a pack of features new, too 
including higher processing speed and syntax highlighting.


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


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


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


dget -x 
http://mentors.debian.net/debian/pool/main/w/wxmaxima/wxmaxima_15.04.0-1.dsc


More information about hello can be obtained from 
http://www.example.com.
--- End Message ---
--- Begin Message ---
Package wxmaxima has been removed from mentors.--- End Message ---


Re: blocked migration from unstable to testing: old binaries left

2015-07-07 Thread Jerome BENOIT
Thanks for your prompt reaction.

On 07/07/15 17:14, Niels Thykier wrote:
> On 2015-07-07 14:50, Jerome BENOIT wrote:
>> Hello Niels and all:
>>
>> As the last package of ovito, which does not depends on tachyon any more,
>> has reached testing, I think that the  tachyon package can now migrate to 
>> testing:
>> how can we unblock its migration ?
>>
>> Thanks,
>> Jerome
>>
>> [...]
> 
> Thanks for taking care of it, I have removed the block hint.  Britney
> willing, tachyon should migrate tonight.
> 
> Thanks,
> ~Niels
> 
> 
> 


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/559bf018.7090...@rezozer.net



Re: blocked migration from unstable to testing: old binaries left

2015-07-07 Thread Niels Thykier
On 2015-07-07 14:50, Jerome BENOIT wrote:
> Hello Niels and all:
> 
> As the last package of ovito, which does not depends on tachyon any more,
> has reached testing, I think that the  tachyon package can now migrate to 
> testing:
> how can we unblock its migration ?
> 
> Thanks,
> Jerome
> 
> [...]

Thanks for taking care of it, I have removed the block hint.  Britney
willing, tachyon should migrate tonight.

Thanks,
~Niels



-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/559becce.3000...@thykier.net



Bug#790816: RFS: roxterm/3.0.1-1

2015-07-07 Thread Tony Houghton

On 07/07/15 09:21, Vincent Cheng wrote:


UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position
836: ordinal not in range(128)

debian/rules:36: recipe for target 'override_dh_auto_build' failed

I've attached the full build log.


I think the problem is that the PC you tried the build on doesn't have 
utf8 as its default encoding, so I need to enforce that in the script. 
This would need to apply upstream too so I think the best way is to 
change mscript.py with the attached patch. Would you be able to test 
that for me before I upload a new version?




--- mscript.py.old	2015-07-07 14:00:48.380541102 +0100
+++ mscript.py	2015-07-07 14:01:52.855115233 +0100
@@ -1,6 +1,10 @@
 #!/usr/bin/env python3
 
-import errno, os, re, sys, time
+import sys
+reload(sys)
+sys.setdefaultencoding('UTF8')
+
+import errno, os, re, time
 
 from maitch import *
 


Re: blocked migration from unstable to testing: old binaries left

2015-07-07 Thread Jerome BENOIT
Hello Niels and all:

As the last package of ovito, which does not depends on tachyon any more,
has reached testing, I think that the  tachyon package can now migrate to 
testing:
how can we unblock its migration ?

Thanks,
Jerome

On 19/06/15 08:07, Niels Thykier wrote:
> On 2015-06-19 02:48, Jerome BENOIT wrote:
>> Hello,
>>
>> thanks for your prompt reply.
>>
>> On 18/06/15 14:55, Paul Wise wrote:
>>> On Thu, Jun 18, 2015 at 8:22 PM, Jerome BENOIT wrote:
>>>
 what am I supposed to do for unblocking ?
>>>
>>> You started a (minor) transition without involving the release team,
>>> please read this:
>>>
>>> https://wiki.debian.org/Teams/ReleaseTeam/Transitions
>>>
>>> According to the cruft report, the old binaries can't be removed
>>> because ovito build-depends on libtachyon-dev. You'll need to convince
>>> the ovito maintainers to switch to the new tachyon dev packages.
>>>
>>> https://ftp-master.debian.org/cruft-report-daily.txt
>>>
>>
>> Will a dummy libtachyon-dev  package solve the problem ?
>>
>> Thanks,
>> Jerome
>>
>>
> 
> Yes, provided it depends on the correct -dev packages.  Though it might
> have to go through NEW at this point.
> 
> At this junction, it /may/ be easier to just update ovito as it is the
> only affected reverse dependency.
> 
> ~Niels
> 
> 
> 


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/559bcb2d.3070...@rezozer.net



Bug#791390: RFS: wxmaxima/15.04.0-1

2015-07-07 Thread Jakub Wilk

* Vincent Cheng , 2015-07-07, 01:04:
- d/changelog: please wrap lines to <80 chars (IIRC lintian has a check 
for this, not sure why it's not being triggered here),


W: wxmaxima: debian-changelog-line-too-long line 7
W: wxmaxima: debian-changelog-line-too-long line 8
W: wxmaxima: debian-changelog-line-too-long line 9
W: wxmaxima: debian-changelog-line-too-long line 12
W: wxmaxima: debian-changelog-line-too-long line 16

Note this is a binary package check.

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150707101544.ga2...@jwilk.net



Bug#791390: RFS: wxmaxima/15.04.0-1

2015-07-07 Thread Vincent Cheng
Control: tag -1 + moreinfo

Hi Gunter,

On Sun, Jul 5, 2015 at 12:36 AM, Gunter Königsmann  wrote:
> Dear Vincent,
>
> Cool! And thanks a lot!
> Now I know why it is always said to be hard to find a sponsor: Reviewing
> packages looks like being extremely hard work to me.
>
> Today when I woke up the first thing I did (after saying good morning to the
> guinea pigs) was fixing the package. The new version should be available at
> debian mentors again.

Almost there, just a few small things:

- d/changelog: please wrap lines to <80 chars (IIRC lintian has a
check for this, not sure why it's not being triggered here), and
there's a duplicate "debian/copyright: The tango icons have been
released to the public domain" entry in there.
- I can't seem to fetch a tarball directly from upstream using either
your get-orig-source target or uscan directly (I check this when
sponsoring packages to ensure that the tarball on mentors is identical
to the tarball distributed upstream):

$ fakeroot debian/rules get-orig-source
uscan --force-download --repack --rename --destdir .
wxmaxima: remote site does not even have current version
debian/rules:21: recipe for target 'get-orig-source' failed
make: *** [get-orig-source] Error 1
$ uscan --download-current-version --force-download
uscan warning: In debian/watch no matching hrefs for version 15.04.0
in watch line
  http://sf.net/wxmaxima/ wxMaxima-([\d\.a-z]+)\.tar\.gz

Regards,
Vincent


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/caczd_tc2yksh02+jt-6mx2lc+dy+lxcq95qw__os4pxeuse...@mail.gmail.com



Bug#791610: marked as done (RFS: pentobi/10.0-1)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 7 Jul 2015 00:24:07 -0700
with message-id 

and subject line Re: Bug#791610: RFS: pentobi/10.0-1
has caused the Debian Bug report #791610,
regarding RFS: pentobi/10.0-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.)


-- 
791610: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791610
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 "pentobi"

Package name: pentobi
Version : 10.0-1
Upstream Author : Markus Enzenberger
URL : http://pentobi.sourceforge.net/
License : GPL-3.0+
Section : games

It builds those binary packages:

 pentobi - clone of the strategy board game Blokus

 pentobi-kde-thumbnailer - clone of the strategy board game Blokus -
   KDE thumbnailer

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

 http://mentors.debian.net/package/pentobi

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

 dget -x http://mentors.debian.net/debian/pool/main/p/pentobi/pentobi_10.0-1.dsc

Git repository can be viewed online at

 https://anonscm.debian.org/cgit/pkg-games/pentobi.git

Changes since the last upload:

pentobi (10.0-1) unstable; urgency=medium

  * New upstream release.
  * Build with Qt5.
- d/rules: Add Qt5 cmake flags.
- d/control: Adjust Build-Deps.
- d/pentobi-kde-thumbnailer.install: Adjust for new install
locations.
  * Drop now unneeded override_dh_install.
  * d/pentobi.install, d/pentobi.doc-base.*: Adjust for new help path.
  * d/pentobi.doc-base.manual-en-{ca,gb}: en_CA, en_GB dropped upstream.
  * d/copyright: Update copyright years.


Due to the switch to Qt5 and KDE Frameworks 5, the KDE thumbnailer
is only useful with a KF5 file manager, i.e. currently only Dolphin
built from git.

With Best Regards,
Juhani
--- End Message ---
--- Begin Message ---
Hi Juhani,

On Mon, Jul 6, 2015 at 12:48 PM, Juhani Numminen
 wrote:
> Package: sponsorship-requests
> Severity: normal
>
> Dear mentors,
>
> I am looking for a sponsor for my package "pentobi"
>
> Package name: pentobi
> Version : 10.0-1
> Upstream Author : Markus Enzenberger
> URL : http://pentobi.sourceforge.net/
> License : GPL-3.0+
> Section : games

Uploaded, thanks for your contribution to Debian!

Regards,
Vincent--- End Message ---