Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

RFS: taskcoach - useful task manager - new - python app

2 views
Skip to first unread message

Alejandro Garrido Mota

unread,
Nov 7, 2010, 12:40:01 PM11/7/10
to
Dear mentors,

I am looking for a sponsor for my package "taskcoach".

* Package name : taskcoach
Version : 1.2.2-1
Upstream Author : Task Coach developers <devel...@taskcoach.org>
* URL : http://www.taskcoach.org/
* License : GPL-3+
Section : utils

It builds these binary packages:
taskcoach - friendly and simple task manager

The package appears to be lintian clean.

The upload would fix these bugs: 509768

My motivation for maintaining this package is: I use this application
like my personal task manager,.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/t/taskcoach
- Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- dget http://mentors.debian.net/debian/pool/main/t/taskcoach/taskcoach_1.2.2-1.dsc

Also is found in http://github.com/mogaal/taskcoach

I would be glad if someone uploaded this package for me.

Kind regards
Alejandro Garrido Mota

--
http://www.mogaal.com
Ing Eléctrica - Universidad Simón Bolívar
GNU/Linux Debian SID
Usuario Linux registrado #386758
GPG Key Fingerprint = F6A7 EF7E 4688 70C6 6B37  A8EF F6B0 9645 B24B F20
0


--
To UNSUBSCRIBE, email to debian-ment...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/AANLkTimGQ7EUqYNTLS-Rz...@mail.gmail.com

Raphael Hertzog

unread,
Nov 8, 2010, 3:00:01 AM11/8/10
to
On Sun, 07 Nov 2010, Alejandro Garrido Mota wrote:
> My motivation for maintaining this package is: I use this application
> like my personal task manager,.
>
> The package can be found on mentors.debian.net:
> - URL: http://mentors.debian.net/debian/pool/main/t/taskcoach
> - Source repository: deb-src http://mentors.debian.net/debian unstable
> main contrib non-free
> - dget http://mentors.debian.net/debian/pool/main/t/taskcoach/taskcoach_1.2.2-1.dsc

Just downloaded it to have a quick look and noticed that it build-depends
on libcurl3-dev. Why?

Even for an "initial release", you can put some comments in
debian/changelog explaining your initial packaging choices and the
unusual work you did (writing/applying a patch falls in this category).

Cheers,
--
Raphaël Hertzog ◈ Debian Developer ◈ [Flattr=20693]

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
http://RaphaelHertzog.fr (Français)


--
To UNSUBSCRIBE, email to debian-ment...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Archive: http://lists.debian.org/20101108075...@rivendell.home.ouaza.com

Raphael Hertzog

unread,
Nov 8, 2010, 3:20:02 AM11/8/10
to
On Mon, 08 Nov 2010, Raphael Hertzog wrote:
> On Sun, 07 Nov 2010, Alejandro Garrido Mota wrote:
> > My motivation for maintaining this package is: I use this application
> > like my personal task manager,.
> >
> > The package can be found on mentors.debian.net:
> > - URL: http://mentors.debian.net/debian/pool/main/t/taskcoach
> > - Source repository: deb-src http://mentors.debian.net/debian unstable
> > main contrib non-free
> > - dget http://mentors.debian.net/debian/pool/main/t/taskcoach/taskcoach_1.2.2-1.dsc
>
> Just downloaded it to have a quick look and noticed that it build-depends
> on libcurl3-dev. Why?
>
> Even for an "initial release", you can put some comments in
> debian/changelog explaining your initial packaging choices and the
> unusual work you did (writing/applying a patch falls in this category).

Also /usr/share/pyshared/taskcoachlib/thirdparty contains python code
grabbed from third parties, i.e. those are embedded libraries and we
try to avoid those in particular if they have already been packaged
separately in Debian.

You want to check those one by one and use the officially packaged variant
when it exists (i.e. replacing the files with symlinks towards the
official package).

Cheers,
--
Raphaël Hertzog ◈ Debian Developer ◈ [Flattr=20693]

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
http://RaphaelHertzog.fr (Français)


--
To UNSUBSCRIBE, email to debian-ment...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Archive: http://lists.debian.org/20101108081...@rivendell.home.ouaza.com

Benoît Knecht

unread,
Nov 8, 2010, 5:30:01 AM11/8/10
to
Hi Alejandro,

Alejandro Garrido Mota wrote:
> I am looking for a sponsor for my package "taskcoach".
>

> [...]

Just a minor comment: your man page is dated 2008-12-25, but your git
repository shows you last changed it on 2010-04-14. You should change
the date tag in the man page to reflect that; it will also make it
coherent with your debian/copyright file.

Cheers,

--
Benoît Knecht


--
To UNSUBSCRIBE, email to debian-ment...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Archive: http://lists.debian.org/20101108102...@debian.lan

Benoît Knecht

unread,
Nov 8, 2010, 7:10:02 PM11/8/10
to
Benoît Knecht wrote:
> Hi Alejandro,
>
> Alejandro Garrido Mota wrote:
> > I am looking for a sponsor for my package "taskcoach".
> >
> > [...]
> >
> > Also is found in http://github.com/mogaal/taskcoach
>
> Just a minor comment: your man page is dated 2008-12-25, but your git
> repository shows you last changed it on 2010-04-14. You should change
> the date tag in the man page to reflect that; it will also make it
> coherent with your debian/copyright file.

I also suggest you apply the changes below to your man page; it should
make it more readable. And you may want to change the SEE ALSO link to
point directly to the online documentation [1] (although it would be
nice to have a local copy of the user manual too).

[1] http://taskcoach.wikispaces.com/Task+Coach+Manual

diff --git a/debian/taskcoach.1 b/debian/taskcoach.1
index 3da75ba..695445a 100644
--- a/debian/taskcoach.1
+++ b/debian/taskcoach.1
@@ -1,7 +1,4 @@
.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
.TH TASKCOACH 1 "December 25, 2008"
.SH NAME


taskcoach \- friendly and simple task manager

@@ -17,7 +14,7 @@ such as those provided with Outlook or Lotus Notes, do not provide
facilities for composite tasks.
.SH OPTIONS
The application follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
+options starting with two dashes (`\-').
A summary of options is included below.
.TP
.B \-h, \-\-help
@@ -26,14 +23,20 @@ Show summary of options.
.B \-v, \-\-version
Show version of program.
.TP
-.B \-i INIFILE, \-\-ini=INIFILE
-use the specified INIFILE for storing settings
+.BI \-i\ INIFILE ,\ \-\-ini= INIFILE
+Use the specified
+.I INIFILE
+for storing settings.
.TP
-.B \-l LANGUAGE, \-\-language=LANGUAGE
-use the specified LANGUAGE for the GUI (e.g. "nl" or "fr")
+.BI \-l\ LANGUAGE ,\ \-\-language= LANGUAGE
+Use the specified
+.I LANGUAGE
+for the GUI (e.g. "nl" or "fr").
.TP
-.B \-p POFILE, \-\-po=POFILE
-use the specified POFILE for translation of the GUI
+.BI \-p\ POFILE ,\ \-\-po= POFILE
+Use the specified
+.I POFILE
+for translation of the GUI.
.SH SEE ALSO
Official web page: www.taskcoach.org
.SH AUTHOR


--
To UNSUBSCRIBE, email to debian-ment...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Archive: http://lists.debian.org/2010110900...@debian.lan

Alejandro Garrido Mota

unread,
Nov 11, 2010, 11:20:02 AM11/11/10
to
2010/11/8 Raphael Hertzog <her...@debian.org>:

Done, I have fixed and included all suggestions. The package is
up-to-date in my git repository and mentors. Thanks you.

PD: I don't remember why I put libcurl3-dev, but I check and it
doesn't seem necessary


--
http://www.mogaal.com
Ing Eléctrica - Universidad Simón Bolívar
GNU/Linux Debian SID
Usuario Linux registrado #386758
GPG Key Fingerprint = F6A7 EF7E 4688 70C6 6B37  A8EF F6B0 9645 B24B F200

--
To UNSUBSCRIBE, email to debian-ment...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Archive: http://lists.debian.org/AANLkTik+zAKy870hFNWL-...@mail.gmail.com

Michael Tautschnig

unread,
Dec 4, 2010, 11:10:03 AM12/4/10
to
Hi Alejandro,

[...]


>
> Done, I have fixed and included all suggestions. The package is
> up-to-date in my git repository and mentors. Thanks you.
>

As it seems there has been little response to your RFS after Raphael's initial
comments you might want to start working with the Python Apps Packaging team
instead. Most probably there are several people available who are well
acquainted with Python apps and can readily review your package. Please see

http://wiki.debian.org/Teams/PythonAppsPackagingTeam

for further information.

Best regards,
Michael

0 new messages