Bug#663151: RFS: rhinote/0.7.4-2

2012-06-21 Thread Andrea Bolognani
On Mon, Jun 18, 2012 at 09:12:40AM +0200, Jakub Wilk wrote:

> Have you forwarded these patches upstream?

I planned to forward them as soon as the package was accepted into Debian,
but as it’s apparently going to take very long I have done it yesterday.

> You changed priority from extra to option, but this is not
> documented in the changelog.

I have updated the changelog to briefly explain the rationale behind the
priority bump.

The updated package is available from mentors.d.n, if anyone is interested.

Thank you for taking a look at it!

-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: Digital signature


Bug#663151: RFS: rhinote/0.7.4-2

2012-06-18 Thread Jakub Wilk

(I don't intend to sponsor this package.)

* Andrea Bolognani , 2012-03-08, 22:58:

Changes since the last upload:

 * 001-simplify-imports.diff:
   - improve the way modules are imported.
 * 002-use-secure-printfile.diff:
   - avoid potential symlink attacks and cluttering the user's home.
 * 003-test-for-external-commands.diff:
   - ensure external commands are available before calling them.
 * 004-use-popen.diff:
   - replace os.system() with the more secure subprocess.Popen().
 * 005-support-lp.diff:
   - add support for the lp command in addition to lpr.
 * 006-set-print-job-name.diff:
   - provide a descriptive name for the print job.
 * 007-set-class-name.diff:
   - set application name for use by window managers.


Have you forwarded these patches upstream?

You changed priority from extra to option, but this is not documented in 
the changelog.


--
Jakub Wilk



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



Bug#663151: RFS: rhinote/0.7.4-2 -- virtual sticky-notes for your desktop

2012-06-17 Thread Andrea Bolognani
Hi everybody,

this is just to remind you that Rhinote is still looking for a sponsor.

As the changes for this revision are mostly patches to the software itself,
which is written in Python, I'm CCing the python-apps Team hoping that
someone will consider picking it up.

Cheers.


On Thu, Mar 08, 2012 at 10:58:50PM +0100, Andrea Bolognani wrote:

> Package: sponsorship-requests
> Severity: normal
> 
> Dear mentors,
> 
> I am looking for a sponsor for my package "rhinote"
> 
>   * Package name: rhinote
> Version : 0.7.4-2
> Upstream Author : Marv Boyes 
>   * URL : http://rhinote.tuxfamily.org/
>   * License : GPL-2+
> Section : x11
> 
> It builds those binary packages:
> 
>   rhinote- virtual sticky-notes for your desktop
> 
> To access further information about this package, please visit the following 
> URL:
> 
>   http://mentors.debian.net/package/rhinote
> 
> Alternatively, one can download the package with dget using this command:
> 
>   dget -x 
> http://mentors.debian.net/debian/pool/main/r/rhinote/rhinote_0.7.4-2.dsc
> 
> More information about rhinote can be obtained from 
> http://rhinote.tuxfamily.org/ .
> 
> Changes since the last upload:
> 
>   * 001-simplify-imports.diff:
> - improve the way modules are imported.
>   * 002-use-secure-printfile.diff:
> - avoid potential symlink attacks and cluttering the user's home.
>   * 003-test-for-external-commands.diff:
> - ensure external commands are available before calling them.
>   * 004-use-popen.diff:
> - replace os.system() with the more secure subprocess.Popen().
>   * 005-support-lp.diff:
> - add support for the lp command in addition to lpr.
>   * 006-set-print-job-name.diff:
> - provide a descriptive name for the print job.
>   * 007-set-class-name.diff:
> - set application name for use by window managers.
>   * Simplify Depends: to cups-client | lpr.
>   * Bump Standards-Version to 3.9.3 (no changes needed).
> 
> The software has been heavily patched after Paul Wise has reviewed it[1]
> and found a bunch of issues with upstream’s code. He later took a look
> at the patches[2] and found them to be okay.
> 
> 
> [1] http://lists.debian.org/debian-mentors/2012/01/msg00579.html
> [2] http://lists.debian.org/debian-mentors/2012/02/msg00077.html

-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: Digital signature


Bug#663151: RFS: rhinote/0.7.4-2 -- virtual sticky-notes for your desktop

2012-05-29 Thread Andrea Bolognani
Dear mentors,

Rhinote is still looking for a sponsor, and it’s been a while so I think
it’s a good time to bump the thread.

As you can see from the full bug report for this RFS (#663151) this updated
packages contains code tweaks that make Rhinote much better overall, and
that Rhinote users would certainly appreciate having in a stable release.

Please consider taking a look at the package and sponsoring it.

Thank you.

-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: Digital signature


Bug#663151: RFS: rhinote/0.7.4-2 -- virtual sticky-notes for your desktop

2012-04-19 Thread Andrea Bolognani
Dear mentors,

please consider reviewing and sponsoring this new Rhinote upload.

As you can see from the changelog entry reported below, the updated package
contains several improvements that would make using Rhinote much better;
moreover, a Debian member has already reviewed the patches and found them
to be okay.

Thank you for your time.


 
On Thu, Mar 08, 2012 at 10:58:50PM +0100, Andrea Bolognani wrote:

> Package: sponsorship-requests
> Severity: normal
> 
> Dear mentors,
> 
> I am looking for a sponsor for my package "rhinote"
> 
>   * Package name: rhinote
> Version : 0.7.4-2
> Upstream Author : Marv Boyes 
>   * URL : http://rhinote.tuxfamily.org/
>   * License : GPL-2+
> Section : x11
> 
> It builds those binary packages:
> 
>   rhinote- virtual sticky-notes for your desktop
> 
> To access further information about this package, please visit the following 
> URL:
> 
>   http://mentors.debian.net/package/rhinote
> 
> Alternatively, one can download the package with dget using this command:
> 
>   dget -x 
> http://mentors.debian.net/debian/pool/main/r/rhinote/rhinote_0.7.4-2.dsc
> 
> More information about rhinote can be obtained from 
> http://rhinote.tuxfamily.org/ .
> 
> Changes since the last upload:
> 
>   * 001-simplify-imports.diff:
> - improve the way modules are imported.
>   * 002-use-secure-printfile.diff:
> - avoid potential symlink attacks and cluttering the user's home.
>   * 003-test-for-external-commands.diff:
> - ensure external commands are available before calling them.
>   * 004-use-popen.diff:
> - replace os.system() with the more secure subprocess.Popen().
>   * 005-support-lp.diff:
> - add support for the lp command in addition to lpr.
>   * 006-set-print-job-name.diff:
> - provide a descriptive name for the print job.
>   * 007-set-class-name.diff:
> - set application name for use by window managers.
>   * Simplify Depends: to cups-client | lpr.
>   * Bump Standards-Version to 3.9.3 (no changes needed).
> 
> The software has been heavily patched after Paul Wise has reviewed it[1]
> and found a bunch of issues with upstream’s code. He later took a look
> at the patches[2] and found them to be okay.
> 
> 
> [1] http://lists.debian.org/debian-mentors/2012/01/msg00579.html
> [2] http://lists.debian.org/debian-mentors/2012/02/msg00077.html

-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: Digital signature


Bug#663151: RFS: rhinote/0.7.4-2

2012-03-08 Thread Andrea Bolognani
Package: sponsorship-requests
Severity: normal

Dear mentors,

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

  * Package name: rhinote
Version : 0.7.4-2
Upstream Author : Marv Boyes 
  * URL : http://rhinote.tuxfamily.org/
  * License : GPL-2+
Section : x11

It builds those binary packages:

  rhinote- virtual sticky-notes for your desktop

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

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

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

  dget -x 
http://mentors.debian.net/debian/pool/main/r/rhinote/rhinote_0.7.4-2.dsc

More information about rhinote can be obtained from 
http://rhinote.tuxfamily.org/ .

Changes since the last upload:

  * 001-simplify-imports.diff:
- improve the way modules are imported.
  * 002-use-secure-printfile.diff:
- avoid potential symlink attacks and cluttering the user's home.
  * 003-test-for-external-commands.diff:
- ensure external commands are available before calling them.
  * 004-use-popen.diff:
- replace os.system() with the more secure subprocess.Popen().
  * 005-support-lp.diff:
- add support for the lp command in addition to lpr.
  * 006-set-print-job-name.diff:
- provide a descriptive name for the print job.
  * 007-set-class-name.diff:
- set application name for use by window managers.
  * Simplify Depends: to cups-client | lpr.
  * Bump Standards-Version to 3.9.3 (no changes needed).

The software has been heavily patched after Paul Wise has reviewed it[1]
and found a bunch of issues with upstream’s code. He later took a look
at the patches[2] and found them to be okay.


[1] http://lists.debian.org/debian-mentors/2012/01/msg00579.html
[2] http://lists.debian.org/debian-mentors/2012/02/msg00077.html
-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: Digital signature