Re: Uscan no longer works with GitLab tags

2024-04-03 Thread Mike Gabriel

Hi Soren,

On  Mi 03 Apr 2024 14:00:03 CEST, Soren Stoutner wrote:


On Wednesday, April 3, 2024 1:00:28 AM MST Mike Gabriel wrote:

The appmenu-gtk-module code is a subfolder in upstream
vala-panel-appmenu (subprojects/appmenu-gtk-module) and that subfolder
was packaged as a separate src:pkg in Debian at the time when it got
introduced.

For this the upstream maintainer provides appmenu-gtk-module as a
separate tarball  for download at [1].

So the watch file should achieve downloading this exact tarball, i.e.
https://gitlab.com/vala-panel-project/vala-panel-appmenu/uploads/6c0332e34c41e
99de5a1db1fc4239de2/appmenu-gtk-module-24.02.tar.xz

Only chew on this if you really want to nut-crack it. I have burnt
quite a few brain cells on it yesterday and failed (which does not
mean you will also, but be warned, the solution does not seem trivial,
however, maybe it is).


That is indeed complex as the tarball is only available as an upload  
the developer has
manually added to GitLab and not as one of the standard release  
tarballs generated by

GitLab.

If GitLab weren’t being a punk and would present the same HTML a  
browser gets to uscan

(or wget) when pulling up:

https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/releases[1]

it would be easy.  But GitLab is presenting what amounts to a login  
screen to uscan instead.


You might be able to resolve the situation by switching to using Git  
to download a tag and
then producing a tarball locally from that, but I don’t know how to  
have uscan produce a
tarball from just a subdirectory in Git.  Perhaps one of the people  
who are currently
advocating using git instead of pre-packaged tarballs on  
devian-devel would have an idea

of how to do that.


Thanks for taking a closer look. I'll need to find some quiet moment  
and then do a manual re-packaging in d/rules, I guess. Just like the  
really old way that @onlyjob in Debian wiki years ago.


Greets,
Mike
--

mike gabriel aka sunweaver (Debian Developer)
mobile: +49 (1520) 1976 148
landline: +49 (4351) 486 14 27

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: sunwea...@debian.org, http://sunweavers.net



pgptjwUKdht0l.pgp
Description: Digitale PGP-Signatur


Re: Uscan no longer works with GitLab tags

2024-04-03 Thread Mike Gabriel

On  Mi 03 Apr 2024 14:28:55 CEST, Soren Stoutner wrote:


On Wednesday, April 3, 2024 5:00:03 AM MST Soren Stoutner wrote:

That is indeed complex as the tarball is only available as an upload the
developer has manually added to GitLab and not as one of the  
standard release

tarballs generated by GitLab.

If GitLab weren’t being a punk and would present the same HTML a  
browser gets

to uscan (or wget) when pulling up:

https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/releases[1]

it would be easy.  But GitLab is presenting what amounts to a login  
screen to

uscan instead.


I submitted a request to GitLab to correct this buggy behavior.

https://gitlab.com/gitlab-org/gitlab/-/issues/454301[1]


Thanks for that! Makes total sense complaining over at GitLab upstream.

Mike
--

mike gabriel aka sunweaver (Debian Developer)
mobile: +49 (1520) 1976 148
landline: +49 (4351) 486 14 27

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: sunwea...@debian.org, http://sunweavers.net



pgpsN6Rv8WC7O.pgp
Description: Digitale PGP-Signatur


Re: Uscan no longer works with GitLab tags

2024-04-03 Thread Mike Gabriel

Hi Soren,

On  Mi 03 Apr 2024 06:12:59 CEST, Soren Stoutner wrote:


Mike,

On Tuesday, April 2, 2024 8:22:26 AM MST Mike Gabriel wrote:

https://salsa.debian.org/debian-ayatana-team/appmenu-gtk-module/-/blob/

master/

debian/watch

```
version=3
https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/tags/?([\d\.]+)
.*/uploads/.*/appmenu-gtk-module-?([\d\.]+)\.tar\.xz
```

The above used to successfully download the appmenu-gtk-module tarball
from the vala-panel-appmenu releases page:
https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/releases


Try the attached watch file.


This works for vala-panel-appmenu, but not for appmenu-gtk-module. The  
packaging of vala-panel-appmenu, appmenu-gtk-module and  
appmenu-registrar is a bit special, because all three packages get  
built from the same source code tree.


[sunweaver@sunobo vala-panel-appmenu.upstream (master)]$ tree -L 1
.
??? applets
??? data
??? lib
??? LICENSE
??? meson.build
??? meson_options.txt
??? po
??? README.md
??? subprojects
??? vapi

7 directories, 4 files
[sunweaver@sunobo vala-panel-appmenu.upstream (master)]$ tree -L 1  
subprojects/

subprojects/
??? appmenu-glib-translator
??? appmenu-gtk-module
??? jayatana
??? registrar

5 directories, 0 files

The appmenu-gtk-module code is a subfolder in upstream  
vala-panel-appmenu (subprojects/appmenu-gtk-module) and that subfolder  
was packaged as a separate src:pkg in Debian at the time when it got  
introduced.


For this the upstream maintainer provides appmenu-gtk-module as a  
separate tarball  for download at [1].


So the watch file should achieve downloading this exact tarball, i.e.  
https://gitlab.com/vala-panel-project/vala-panel-appmenu/uploads/6c0332e34c41e99de5a1db1fc4239de2/appmenu-gtk-module-24.02.tar.xz


Only chew on this if you really want to nut-crack it. I have burnt  
quite a few brain cells on it yesterday and failed (which does not  
mean you will also, but be warned, the solution does not seem trivial,  
however, maybe it is).


Thanks,
Mike

[1] https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/releases/24.02

--

mike gabriel aka sunweaver (Debian Developer)
mobile: +49 (1520) 1976 148
landline: +49 (4351) 486 14 27

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: sunwea...@debian.org, http://sunweavers.net



pgpQhidd9Un96.pgp
Description: Digitale PGP-Signatur


Re: Uscan no longer works with GitLab tags

2024-04-02 Thread Mike Gabriel

Hi all,

On  Mo 25 Mär 2024 07:27:19 CET, Shriram Ravindranathan wrote:

It seems like a few other packages are also having similar troubles  
with uscan, for example lomiri <https://tracker.debian.org/pkg/lomiri>


For lomiri, I have fixed those watch files now (won't do a mass  
upload, fixes will trickle in slowly).


However, I have a challenge for uscan experts:

https://salsa.debian.org/debian-ayatana-team/appmenu-gtk-module/-/blob/master/debian/watch

```
version=3
https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/tags/?([\d\.]+)  
.*/uploads/.*/appmenu-gtk-module-?([\d\.]+)\.tar\.xz

```

The above used to successfully download the appmenu-gtk-module tarball  
from the vala-panel-appmenu releases page:

https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/releases

However, I fail to fiddle the new watch file together working with the  
new GitLab releases page rendering/delivery.


Any ideas?

Mike

PS: Make sure you Cc: me when replying, I am not following  
debian-mentos (sorry!!!) regularly.

--

mike gabriel aka sunweaver (Debian Developer)
mobile: +49 (1520) 1976 148
landline: +49 (4351) 486 14 27

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: sunwea...@debian.org, http://sunweavers.net



pgpyGi54tOqZ6.pgp
Description: Digitale PGP-Signatur


Bug#917555: butt/0.1.17+dfsg-1 [QA]

2018-12-30 Thread Mike Gabriel

Control: close -1

On  Fr 28 Dez 2018 17:24:42 CET, Paulo Henrique de Lima Santana wrote:


Package: sponsorship-requests
Severity: wishlist
X-Debbugs-CC: mike.gabr...@das-netzwerkteam.de

Hi,

Please **don't sponsor and upload** this package because my AM (Mike Gabriel)
will review it for me.

 * Package name: butt
   Version : 0.1.17+dfsg-1
   Upstream Author : Daniel Noethen 
 * URL : https://danielnoethen.de
 * License : GPL-2+
   Section : sound

It builds this binary package:

  butt - multi OS streaming audio tool easy to use

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

https://mentors.debian.net/sponsors/rfs-howto/butt

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

  dget -x
https://mentors.debian.net/debian/pool/main/b/butt/butt_0.1.17+dfsg-1.dsc

More information about butt can be obtained from
https://sourceforge.net/projects/butt/files/butt/

Best regards,


Just uploaded to NEW.

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de



pgph7lIH6QQCp.pgp
Description: Digitale PGP-Signatur


Bug#914024: kickpass/0.2.0-1 [QA]

2018-12-06 Thread Mike Gabriel

Control: close -1

On  So 18 Nov 2018 17:06:46 CET, Paulo Henrique de Lima Santana wrote:


Package: sponsorship-requests
Severity: wishlist
X-Debbugs-CC: mike.gabr...@das-netzwerkteam.de

Hi,

Please **don't sponsor and upload** this package because my AM (Mike Gabriel)
will review it for me.

 * Package name: kickpass
   Version : 0.2.0-1
   Upstream Author : Paul Fariello 
 * URL : https://github.com/kickpass/kickpass
 * License : MIT-variant
   Section : utils

It builds those binary packages:

  kickpass - simple password safe
  libkickpass0 - library used by kickpass
  libkickpass-dev - library used by kickpass (development files)

To access further information about these packages, please visit the
following URL:

https://mentors.debian.net/sponsors/rfs-howto/kickpass

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

  dget -x
https://mentors.debian.net/debian/pool/main/k/kickpass/kickpass_0.2.0-1.dsc

More information about kickpass can be obtained from
https://github.com/kickpass/kickpass

Best regards,


Uploaded.

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de



pgpOnIFBsylC7.pgp
Description: Digitale PGP-Signatur


Bug#915716: dicteval/0.0.6-1 [QA]

2018-12-06 Thread Mike Gabriel

Control: close -1

On  Do 06 Dez 2018 12:34:20 CET, Paulo Henrique de Lima Santana wrote:


Package: sponsorship-requests
Severity: wishlist
X-Debbugs-CC: mike.gabr...@das-netzwerkteam.de

Hi,

Please **don't sponsor and upload** this package because my AM (Mike Gabriel)
will review it for me.

 * Package name: dicteval
   Version : 0.0.6-1
   Upstream Author : Osvaldo Santana Neto 
 * URL : https://github.com/osantana/dicteval
 * License : MIT
   Section : python

It builds this binary package:

  python3-dicteval - Library to evaluate expressions in dict/json objects

To access further information about these packages, please visit the
following URL:

https://mentors.debian.net/sponsors/rfs-howto/dicteval

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

  dget -x
https://mentors.debian.net/debian/pool/main/d/dicteval/dicteval_0.0.6-1.dsc

More information about kickpass can be obtained from
https://github.com/osantana/dicteva

Best regards,


Just uploaded. Closing this RFS.

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de



pgpp9hAEnHGer.pgp
Description: Digitale PGP-Signatur


Bug#901938: RFS: libgooglepinyin/0.1.2-4 [RC]

2018-07-12 Thread Mike Gabriel

Hi,

On  Mi 20 Jun 2018 14:51:00 CEST, Boyuan Yang wrote:


Package: sponsorship-requests
Severity: important
X-Debbugs-CC: debian-input-met...@lists.debian.org  
sunwea...@debian.org a...@debian.org


Dear Mike, Aron, debian-input-method team members and mentors,

As a continuation of dealing with massive RC bugs caused by IME team  
maintainer
address migration, I have prepared a team upload for package  
"libgooglepinyin"
and I am looking for a sponsor to push it into unstable. Besides, I  
am looking

for a DD to help importing the packaging git repository onto Salsa from my
temporary repo and grant me (hosiet-guest) the Master role so that previous
packaging commits could be pushed and maintained there.

Transition is not needed since it is merely a rebuild. Its sole reverse
dependency, fcitx-googlepinyin, will be handled by me and uploaded very soon.

Package "libgooglepinyin" is indeed a dead project (hosted on Google Code w/o
migration efforts) but it does provides important features for East  
Asian users

and is worthwhile to be kept inside Debian in the foreseeable future.

* Package name : libgooglepinyin
   Version : 0.1.2-4
   Upstream Author : Weng Xuetian 
 * URL : https://code.google.com/archive/p/libgooglepinyin/
 * License : Apache-2.0
   Section : libs

  It builds those binary packages:

libgooglepinyin0 - Pinyin engine fork from Google Pinyin on Android
libgooglepinyin0-dev - Pinyin engine fork from Google Pinyin on  
Android - development files


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


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


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

dget -x  
https://mentors.debian.net/debian/pool/main/libg/libgooglepinyin/libgooglepinyin_0.1.2-4.dsc



  Git packaging repository: (temporary, will be removed after upload)

https://salsa.debian.org/hosiet-guest/libgooglepinyin.git

  Git packaging repository: (proposed, not exists yet)

https://salsa.debian.org/debian/libgooglepinyin.git

  Changes since the last upload:

libgooglepinyin (0.1.2-4) unstable; urgency=medium
 .
   * Team upload.
   * debian: Apply "wrap-and-sort -abst".
   * d/control: Set maintainer to debian-input-met...@lists.debian.org.
 Closes: #899574.
   * d/control: Set homepage to
 https://code.google.com/archive/p/libgooglepinyin/.
   * d/control: Point Vcs fields to Salsa platform.
   * d/control: Bump Standards-Version to 4.1.4.
   * debian: Drop old -dbg package in favour of automatic -dbgsym packages.
   * debian: Bump debhelper compat to v11.
   * d/rules:
 - Drop manual LDFLAGS manipulation in favour of  
DEB_LDFLAGS_MAINT_APPEND.

 - Use "dh_missing --fail-missing".
   * d/watch: Removed, there won't be any releases anymore.
   * d/copyright: Refresh format and information.
   * d/libgooglepinyin-dev.install: Explicitly install static library file.
   * d/libgooglepinyin0.symbols: Refresh symbols with build log.

--
Regards,
Boyuan Yang


looking at this now.

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de



pgps6HgMQlg0g.pgp
Description: Digitale PGP-Signatur


Bug#901938: RFS: libgooglepinyin/0.1.2-4 [RC]

2018-06-20 Thread Mike Gabriel

Hi Buyon,

On  Mi 20 Jun 2018 14:51:00 CEST, Boyuan Yang wrote:


Package: sponsorship-requests
Severity: important
X-Debbugs-CC: debian-input-met...@lists.debian.org  
sunwea...@debian.org a...@debian.org


Dear Mike, Aron, debian-input-method team members and mentors,

As a continuation of dealing with massive RC bugs caused by IME team  
maintainer
address migration, I have prepared a team upload for package  
"libgooglepinyin"
and I am looking for a sponsor to push it into unstable. Besides, I  
am looking

for a DD to help importing the packaging git repository onto Salsa from my
temporary repo and grant me (hosiet-guest) the Master role so that previous
packaging commits could be pushed and maintained there.

Transition is not needed since it is merely a rebuild. Its sole reverse
dependency, fcitx-googlepinyin, will be handled by me and uploaded very soon.

Package "libgooglepinyin" is indeed a dead project (hosted on Google Code w/o
migration efforts) but it does provides important features for East  
Asian users

and is worthwhile to be kept inside Debian in the foreseeable future.

* Package name : libgooglepinyin
   Version : 0.1.2-4
   Upstream Author : Weng Xuetian 
 * URL : https://code.google.com/archive/p/libgooglepinyin/
 * License : Apache-2.0
   Section : libs

  It builds those binary packages:

libgooglepinyin0 - Pinyin engine fork from Google Pinyin on Android
libgooglepinyin0-dev - Pinyin engine fork from Google Pinyin on  
Android - development files


Put on my list for tomorrow.

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de



pgpZOdYiQx7vm.pgp
Description: Digitale PGP-Signatur


Bug#776596: RFS: bamf/0.2.118-1.1 [NMU]

2015-04-27 Thread Mike Gabriel

Hi Jörg,

On  Mo 20 Apr 2015 07:39:34 CEST, Jörg Frings-Fürst wrote:


Please get back to me before the coming week, so we can deal out how
to continue with bamf maintenance in Debian. Don't close this bug
until we have come to a good conclusion on this. Thanks.



this afternoon I take a look at bamf and then I can answer.

I hope thats ok.


Any new insights? Did you manage to take a look at bamf. Please let me  
know, how much you want to be involved in maintaining bamf for Debian.


Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpjnWs5jaj_R.pgp
Description: Digitale PGP-Signatur


Bug#776596: RFS: bamf/0.2.118-1.1 [NMU]

2015-04-18 Thread Mike Gabriel

HI Jörg,

On  Sa 18 Apr 2015 13:32:36 CEST, Jörg Frings-Fürst wrote:


Hi,

bamf isn't orphaned[1] now. So I close this bug.

For some times my changes are available at[2].

CU
Jörg


[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779565
[2] http://mentors.debian.net/debian/pool/main/b/bamf/bamf_0.2.118-1.1.dsc


0.2.118 is quite an ancient version. I had contacted bamf upstream and  
they just released 0.5.1.


I would like to upload this 0.5.1(-1) version to experimental soon and  
will take a look at the debdiff between


  0.2.118-1 and 0.2.118-1.1

as well.

Would you like to become the maintainer of bamf in Debian? Do I get  
this right? Would it be ok for you to maintain bamf in the context of  
the MATE packaging team (or at least of the MATE team in the  
Uploaders: field)?


As bamf is a hard-dependency of plank (and has no other heavy  
dependency interactions, yet, in Debian), I would love to see a  
similar workflow for both packages. Also I would like to be involved,  
as it needs a DD or DM to upload to the Debian archive. As I haven't  
found your mail address in neither of the keyrings (DD keyring / DM  
keyring), I presume you require a sponsor for your uploads to Debian  
(which have been many, as I see on your DDPO page [1]).


Please get back to me before the coming week, so we can deal out how  
to continue with bamf maintenance in Debian. Don't close this bug  
until we have come to a good conclusion on this. Thanks.


Mike

[1] https://qa.debian.org/developer.php?login=deb...@jff-webhosting.net
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgphV4OFFyf9g.pgp
Description: Digitale PGP-Signatur


Sponsor for luma / general sponsorship / team maintenance?

2013-03-24 Thread Mike Gabriel

Hi Per,

as I have seen in old postings you still haven't found a sponsor for  
uploading luma back to Debian. Still interested in maintaining luma?


If so, interested in team maintenance (e.g. Python Application  
Packaging Team)? I'd be happy to co-maintain (and do the uploads).


If you are not that interested anymore: do you have a packaging Vcs  
where you prepared the luma package?


From personal communication I know that it has been difficult for you  
to find a regular sponsor for your package(s) lately. I'd be happy to  
help out and support your activities for Debian!!!


Greets from near good ole Kiel,
Mike



--

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgps3XWB4apE8.pgp
Description: Digitale PGP-Unterschrift


Bug#676701: RFS: pyhoca-cli

2012-06-24 Thread Mike Gabriel
Hi Bart,

Python X2Go (python-x2go) has been uploaded to unstable. pyhoca-cli and 
pyhoca-gui depend on that. Both will be updated on mentors on Tuesday/Wednesday.

To avoid confusions (failing builds) as long as python-x2go is not yet in 
unstable I have removed the package. They will be re-uploaded on 
Tuesday/Wednesday.

Mike

- Original message -
 Hi Mike,
 
 The package at mentors is not there anymore.   What happened ?
 
 Regards,
 
 Bart Martens

-- 

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976148

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de





--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1340528142.1817.2.camel@Nokia-N900



Re: Bug#676991: RFS: pyhoca-gui/0.2.0.0-3 [ITP #655603] -- Graphical X2Go Client System Tray Applet

2012-06-12 Thread Mike Gabriel
 [-1].
Aptitude couldn't satisfy the build dependencies
E: pbuilder-satisfydepends failed.
I: Copying back the cached apt archive contents
I: new cache content automake_1%3a1.11.5-2_all.deb added
I: new cache content autotools-dev_20120608.1_all.deb added
I: unmounting /var/cache/pbuilder/ccache filesystem
I: unmounting dev/pts filesystem
I: unmounting proc filesystem
I: cleaning the build env
I: removing directory /var/cache/pbuilder/build//18218 and its subdirectories


Please fix and reupload.


cheers,
Holger


PyHoca-GUI and PyHoca-CLI depend on Python X2Go (ITP #655608). Python  
X2Go has to be uploaded first. It is also on mentors:

http://mentors.debian.net/package/python-x2go

Mike


--

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgp2pUf2Sc04r.pgp
Description: Digitale PGP-Unterschrift


Bug#676991: RFS: pyhoca-gui/0.2.0.0-3 [ITP #655603] -- Graphical X2Go Client System Tray Applet

2012-06-10 Thread Mike Gabriel

Package: sponsorship-requests
Severity: wishlist
x-debbugs-cc: debian-...@lists.debian.org

Dear mentors,

I am looking for a sponsor for my package pyhoca-gui

 * Package name: pyhoca-gui
   Version : 0.2.0.0-3
   Upstream Author : Mike Gabriel, Dick Kniep
 * URL : http://wiki.x2go.org
 * License : AGPL-3+
   Section : python

It builds those binary packages:

pyhoca-gui - Graphical X2Go client written in (wx)Python

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


  http://mentors.debian.net/package/pyhoca-gui


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

dget -x  
http://mentors.debian.net/debian/pool/main/p/pyhoca-gui/pyhoca-gui_0.2.0.0-3.dsc



More information on X2Go:
=
Since 2005 there is a remote X project called X2Go. The main  
development is located in Germany, however, the user community  
currently is world-wide. The project has been very active during the  
last couple of years.


Remote X with X2Go utilizes NX libraries for X compression, but the  
connection mechanism is completely different from NoMachine NX /  
FreeNX. People say it to be more secure as it does not need some dummy  
user for initial SSH authentication. X2Go works over normal SSH  
connection (user logs in via SSH, user can launch a session).


Unfortunately, the server side of X2Go might never make it into Debian  
due to the great realm of criticism against nx-X11.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655699

However, the client-side is not touched of the discussion around  
nx-X11 and it would be lovely to see X2Go client-side apps be  
available for Debian wheezy.


One of the applications (x2goclient) has already been uploaded and is  
available in wheezy with version 3.99.2.0.


However, another client exists: PyHoca-GUI. PyHoca-GUI is based on an  
X2Go client API written in Python: Python X2Go. With Python X2Go you  
can easily launch X2Go based remote desktop sessions in a five-liner:

http://code.x2go.org/doc/python-x2go/x2go.session-module.html

Python X2Go has also lately been integrated with the software preview  
feature in Ubuntu's Software Center by Stéphane Graber.


The advantage of PyHoca-GUI and Python X2Go towards the legacy  
x2goclient (x2goclient was the first client on the market) is that  
PyHoca-GUI fully supports multi-sessions and multi-server connections.  
It targets at power users (like sysadmins or other folks of people who  
work on several machines at the same time). The only application part  
visible on is a tiny system tray icon. The look'n'feel resemble the  
nm-applet (GNOME network-manager applet) look'n'feel.


Also, the LinDix company in the Netherlands contracted me (as I am  
packager and part of upstream in one person) to customize the software  
for an SaaS solution.
PyHoca-GUI is (since that contract) also capable to integrate a  
remote-X2Go-Server application menu in the system tray of a local  
desktop. Simply blending in some server-side (published) applications  
into your local desktop.


Hopefully, someone has got interested in this piece of software (and  
in X2Go) now... We (the X2Go upstream project) would love to see as  
many components in next Debian stable.


Greets + thanks for your time,
Mike

Changes since the last upload:

pyhoca-gui (0.2.0.0-3) unstable; urgency=low

  * /debian/upstream/changelog:
+ Update to latest version from upstream.

 -- Mike Gabriel mike.gabr...@das-netzwerkteam.de
Mon, 11 Jun 2012 00:14:26 +0200

pyhoca-gui (0.2.0.0-2) unstable; urgency=low

  * /debian/control:
+ Bump Standards:-version to 3.9.3.

 -- Mike Gabriel mike.gabr...@das-netzwerkteam.de
Sun, 10 Jun 2012 23:58:04 +0200

pyhoca-gui (0.2.0.0-1) unstable; urgency=low

  * Initial release (closes: #655603).
  * Add patch: 001_drop-encoding-from-desktop-file.patch.
  * Add patch: 002_fix-man-page-spelling-error.patch.
  * Lintian override: package-contains-broken-symlink.

 -- Mike Gabriel mike.gabr...@das-netzwerkteam.de
Sun, 10 Jun 2012 23:43:36 +0200


Regards,
 Mike Gabriel

--

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb

pgpnpBttp5GPu.pgp
Description: Digitale PGP-Unterschrift


Re: Bug#676643: RFS: x2goclient/3.99.2.1-2

2012-06-09 Thread Mike Gabriel

Hi Bart,

On Sa 09 Jun 2012 06:47:27 CEST Bart Martens wrote:


On Fri, Jun 08, 2012 at 11:03:31PM +0200, Mike Gabriel wrote:
Hi all (esp. Bart, who already took a look at the formerly uploaded  
package),


On Fr 08 Jun 2012 15:39:53 CEST Mike Gabriel wrote:

 * Package name: x2goclient
   Version : 3.99.2.1-2
   Upstream Author : Oleksandr Shneyder
 * URL : http://wiki.x2go.org
 * License : GPL-2+
   Section : x11



Quoting your comment on mentors (x2goclient package) here:

The file Makefile.docupload has Copyright (C) 2010-2012 by Mike  
Gabriel mike.gabr...@das-netzwerkteam.de, GPLv3 applies to this  
file but that is
not mentioned in debian/copyright.  Maybe you want to give that file  
to the upstream copyright holders, but that is obviously entirely up  
to you.


I found Copyright (C) 2005-2012 Obviously Nice -  
http://www.obviouslynice.de; in LICENSE, and the mentioned years  
2005-2012 don't match 2007 in debian/copyright.


Both issues fixed:
http://anonscm.debian.org/gitweb/?p=collab-maint/x2go/x2goclient.git;a=commitdiff;h=9ab196be89ac04d536577df2c9fd9b129519c454

I would not add AUTHORS in debian/x2goplugin.docs because the two  
authors should be mentioned in debian/copyright.

http://www.debian.org/doc/debian-policy/ch-docs.html#s-copyrightfile
should name the original authors


Fixed:
http://anonscm.debian.org/gitweb/?p=collab-maint/x2go/x2goclient.git;a=commitdiff;h=54a9c913cbf47644b15218997cacca542881a18f
http://anonscm.debian.org/gitweb/?p=collab-maint/x2go/x2goclient.git;a=commitdiff;h=d266176ba0401ae6a10612b4e0bfd86b22912138

You may want to combine 3.99.2.1-2 and 3.99.2.1-1 into just  
3.99.2.1-1, but that's optional.


Done:
http://anonscm.debian.org/gitweb/?p=collab-maint/x2go/x2goclient.git;a=commitdiff;h=fcbaaf1356994481a9c03b9439b86bb609e19003


When I compare debian/changelog in the upstream tarball with debian/upstream
/changelog in your package at mentors, I see quite some differences.  
 Shouldn't these files be identical ? (I guess that these  
differences confused  me during my previous review.)


The upstream team (I am a member of upstream, as well) uses the  
,,Debian'' changelog for upstream changelogging. We (in upstream) use  
-0 revisions for  packages provided to the community and document all  
code changes in the debian/changelog. For Debian packaging of  
x2goclient (and other X2Go components) I move this files out of the  
way, maintain a Debian-specific changelog and place the upstream  
,,Debian'' changelog as upstream log into the package.


Thanks for taking your time. May you look again (in 30min or so)? I  
will now drop the x2goclient upload on mentors and re-upload as  
3.99.2.1-1.


Greets,
Mike

--

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpagJD11WBjr.pgp
Description: Digitale PGP-Unterschrift


Bug#676608: RFS: python-x2go/0.2.0.2-1

2012-06-08 Thread Mike Gabriel

Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package python-x2go

 * Package name: python-x2go
   Version : 0.2.0.2-1
   Upstream Author : [fill in name and email of upstream]
 * URL : [fill in URL of upstreams web site]
 * License : [fill in]
   Section : python

It builds those binary packages:

 python-x2go - Python module providing X2Go client API
 python-x2go-doc - Python module providing X2Go client API (documentation)

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


http://mentors.debian.net/package/python-x2go


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

dget -x  
http://mentors.debian.net/debian/pool/main/p/python-x2go/python-x2go_0.2.0.2-1.dsc


More information about hello can be obtained from http://www.example.com.

Changes since the last upload:

python-x2go (0.2.0.2-1) unstable; urgency=low

  * Initial package build (closes: #655608).

 -- Mike Gabriel mike.gabr...@das-netzwerkteam.de
Fri, 08 Jun 2012 09:34:48 +0200

Regards,
Mike Gabriel

--

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgp9Dj4lR1Vvg.pgp
Description: Digitale PGP-Unterschrift


Bug#676643: RFS: x2goclient/3.99.2.1-2

2012-06-08 Thread Mike Gabriel

Package: sponsorship-requests
Severity: normal
x-debbugs-cc: debian-...@lists.debian.org

Dear mentors,

I am looking for a sponsor for my package x2goclient

 * Package name: x2goclient
   Version : 3.99.2.1-2
   Upstream Author : Oleksandr Shneyder
 * URL : http://wiki.x2go.org
 * License : GPL-2+
   Section : x11

It builds those binary packages:

 x2goclient - X2Go Client application (Qt4)
 x2goplugin - X2Go Client (Qt4) as browser plugin

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


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

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

dget -x  
http://mentors.debian.net/debian/pool/main/x/x2goclient/x2goclient_3.99.2.1-2.dsc


More information about hello can be obtained from http://www.example.com.

Changes since the last upload:

x2goclient (3.99.2.1-2) unstable; urgency=low

  * Fix patch: 001_hardening-x2goclient.patch, add patch description.
  * Add patch: 002_remove-encoding-from-desktop-entry.patch, encoding keys in
.desktop files have become deprecated (FreeDesktop.org).
  * Add patch: 003_fix-spelling-error-authentication.patch, fix the spelling
of the work authentication.
  * Also add upstream changelog to bin:package x2goplugin.
  * Do not ship html version of man page anymore.

 -- Mike Gabriel mike.gabr...@das-netzwerkteam.de
Fri, 08 Jun 2012 15:07:32 +0200

x2goclient (3.99.2.1-1) unstable; urgency=low

  * New upstream release.
  * Adapt watch file rule to upstream tarball naming scheme changes.
  * Use dpkg-buildflags to harden x2goclient and libx2goplugin.so.
  * Add patch: 001_hardening-x2goclient.patch, make upstream Makefile
draw in QMAKE_* variables for build flags.
  * Lintian overrides:
- W: x2goclient: hardening-no-fortify-functions usr/bin/x2goclient
- W: x2goplugin: hardening-no-fortify-functions
  usr/lib/mozilla/plugins/libx2goplugin.so

 -- Mike Gabriel mike.gabr...@das-netzwerkteam.de
Fri, 08 Jun 2012 14:37:41 +0200

Regards,
 Mike Gabriel

--

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpUfltrjCnch.pgp
Description: Digitale PGP-Unterschrift


Re: Bug#676643: RFS: x2goclient/3.99.2.1-2

2012-06-08 Thread Mike Gabriel

Hi all (esp. Bart, who already took a look at the formerly uploaded package),

On Fr 08 Jun 2012 15:39:53 CEST Mike Gabriel wrote:


 * Package name: x2goclient
   Version : 3.99.2.1-2
   Upstream Author : Oleksandr Shneyder
 * URL : http://wiki.x2go.org
 * License : GPL-2+
   Section : x11



I have re-uploaded the package after I had seen your comments on mentors.

 1. changing a previous changelog entry...

 I am not sure what you meant by that. Did you refer to a commit in  
the Vcs-Git

 of x2goclient on Alioth? Yes there I had a commit that was correcting a typo
 in an already released version. That has been removed now.

 2. lintian-overrides
 W: x2goplugin: hardening-no-fortify-functions
usr/lib/mozilla/plugins/libx2goplugin.so
 W: x2goclient: hardening-no-fortify-functions usr/bin/x2goclient

  - if I understood your request correctly you recommend / ask for not
  overriding these lintian warnings due to the current state of the detection
  code? For now, I have removed the lintian-overrides for those from  
the package

  again.

Do you think you could take another look?

x2goclient (3.99.2.1-2) unstable; urgency=low

  * Fix patch: 001_hardening-x2goclient.patch, add patch description.
  * Add patch: 002_remove-encoding-from-desktop-entry.patch, encoding keys in
.desktop files have become deprecated (FreeDesktop.org).
  * Add patch: 003_fix-spelling-error-authentication.patch, fix the spelling
of the word authentication.
  * Also add upstream changelog to bin:package x2goplugin.
  * Do not ship html version of man page anymore.
  * Drop lintian overrides (hardening-no-fortify-functions) again due
to recommendation/request from Bart Martens ba...@debian.org.

 -- Mike Gabriel mike.gabr...@das-netzwerkteam.de
Fri, 08 Jun 2012 22:10:10 +0200

Thanks,
Mike



--

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpXjegkrN56x.pgp
Description: Digitale PGP-Unterschrift


Bug#676701: RFS: pyhoca-cli/0.2.0.1-1 [ITP] -- Command line X2Go Client

2012-06-08 Thread Mike Gabriel

Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package pyhoca-cli

 * Package name: pyhoca-cli
   Version : 0.2.0.1-1
   Upstream Author : Mike Gabriel mike.gabr...@das-netzwerkteam.de
 * URL : http://wiki.x2go.org
 * License : AGPL-3+
   Section : python

It builds those binary packages:

  pyhoca-cli - Command line X2Go client written in Python

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


  http://mentors.debian.net/package/pyhoca-cli


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

dget -x  
http://mentors.debian.net/debian/pool/main/p/pyhoca-cli/pyhoca-cli_0.2.0.1-1.dsc


Changes since the last upload:

pyhoca-cli (0.2.0.1-1) unstable; urgency=low

  * Initial package build (closes: #655607).

 -- Mike Gabriel mike.gabr...@das-netzwerkteam.de
Sat, 09 Jun 2012 00:10:53 +0200


Regards,
 Mike Gabriel


--

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpvUrQvsoQ8t.pgp
Description: Digitale PGP-Unterschrift


Re: RFS: python-x2go

2012-02-06 Thread Mike Gabriel

Hi Jakub,

pinging you again on this...

On Mi 01 Feb 2012 10:55:34 CET Mike Gabriel wrote:


Hi Jakub,

On Mi 01 Feb 2012 01:06:45 CET Jakub Wilk wrote:


* Mike Gabriel mike.gabr...@das-netzwerkteam.de, 2012-01-30, 23:50:

I'd exclude x2go.tests module from the binary package.

- TODO, not sure how to do that...

Use rm. :)


- DONE


What is rm debian/python-x2go/usr/share/pyshared/x2go/tests -Rfv   
for? It doesn't seem to remove anything.


Hmmm... good point... I tested again without that line and the  
package  looks ok.

http://anonscm.debian.org/gitweb/?p=collab-maint/x2go/python-x2go.git;a=commitdiff;h=72eabb8980562be77fa3251a702c4c2939c2ee62

Also removed some other cruft:
http://anonscm.debian.org/gitweb/?p=collab-maint/x2go/python-x2go.git;a=commitdiff;h=73d2786e5171e8a43847d7c35bc40eb4a7ca327b

changelog cleanup will follow, once you give your ok...


Do you consider the rest of the package as ready for upload?

Thanks for your time!
Mike

--

DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgplV5itaTjey.pgp
Description: Digitale PGP-Unterschrift


Re: RFS: python-x2go

2012-02-01 Thread Mike Gabriel

Hi Jakub,

On Mi 01 Feb 2012 01:06:45 CET Jakub Wilk wrote:


* Mike Gabriel mike.gabr...@das-netzwerkteam.de, 2012-01-30, 23:50:

I'd exclude x2go.tests module from the binary package.

- TODO, not sure how to do that...

Use rm. :)


- DONE


What is rm debian/python-x2go/usr/share/pyshared/x2go/tests -Rfv  
for? It doesn't seem to remove anything.


Hmmm... good point... I tested again without that line and the package  
looks ok.

http://anonscm.debian.org/gitweb/?p=collab-maint/x2go/python-x2go.git;a=commitdiff;h=72eabb8980562be77fa3251a702c4c2939c2ee62

Also removed some other cruft:
http://anonscm.debian.org/gitweb/?p=collab-maint/x2go/python-x2go.git;a=commitdiff;h=73d2786e5171e8a43847d7c35bc40eb4a7ca327b

changelog cleanup will follow, once you give your ok...

THANKS!!!
Mike

--

DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpOsw0dqJYWb.pgp
Description: Digitale PGP-Unterschrift


Re: RFS: python-x2go

2012-01-30 Thread Mike Gabriel

Hi Jakub,

we should be nearly there...
http://mentors.debian.net/package/python-x2go

On Alioth:
http://anonscm.debian.org/gitweb/?p=collab-maint/x2go/python-x2go.git;a=summary


* Mike Gabriel mike.gabr...@das-netzwerkteam.de, 2012-01-28, 04:11:
Hi Jakub,
Can you take a look again?

Lintian now emits:



P: python-x2go source: unneeded-build-dep-on-quilt
I: python-x2go source: quilt-patch-missing-description  
001_fix-undefined-objects.patch
I: python-x2go source: quilt-patch-missing-description  
002_setuppy-no-setuptools.patch

P: python-x2go-doc: no-upstream-changelog
I: python-x2go-doc: possible-documentation-but-no-doc-base-registration


- is now silent

In override_dh_auto_clean, you call dh override_dh_auto_clean.  
This doesn't make sense. (I'm surprised that it doesn't make your  
clean target fail...)


- DONE

I (and most other sponsor here) normally require one changelog  
entry per upload to the archive.

- DONE
I would throw out most of the current changelog contents. Initial  
entry usually consinst only of a single line like Initial release  
(closes: #314159). Changes to the upstream source (i.e. patches) or  
non-obvious packaging decisions are worth documenting too, but  
that's it.


- DONE


I'd exclude x2go.tests module from the binary package.

- TODO, not sure how to do that...

Use rm. :)


- DONE

setup.py have install_requires = ['setuptools', ...], but the  
package doesn't depend on python-setuptools. So either setup.py or  
the Depends is wrong (probably the former).

- DONE (by patch 002_...

Have you forwarded it upstream?


- Yes! See new patch header. (I am part of X2Go upstream).


$ pyflakes . | grep ': undefined name'
[snip - lots of pyflakes warnings]
I believe that the above are mostly (or all) true positives.



- DONE (by patch 001_...)

Have you forwarded it upstream?


- Yes! See new patch header. (I am part of X2Go upstream).


--
Jakub Wilk


Thanks again!!!
Mike



pgp5SqE91kSl2.pgp
Description: Digitale PGP-Unterschrift


Re: RFS: python-x2go

2012-01-27 Thread Mike Gabriel
  
'X2goNotImplementedYetException'

./x2go/backends/control/_stdout.py:171: undefined name 'SSHException'
./x2go/backends/printing/_winreg.py:75: undefined name  
'X2goNotImplementedYetException'
./x2go/backends/terminal/_stdout.py:325: undefined name   
'X2goTerminalSessionException'
./x2go/backends/terminal/_stdout.py:942: undefined name  
'X2goTerminalSessionException'
./x2go/backends/terminal/_stdout.py:944: undefined name  
'X2goTerminalSessionException'


I believe that the above are mostly (or all) true positives.

- DONE (by patch 001_...)

THANKS!!!
Mike


--

DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgp28fvaia14B.pgp
Description: Digitale PGP-Unterschrift


Re: RFS: python-x2go

2012-01-27 Thread Mike Gabriel

Hi Jakub,

forgot the links...

Mentors:
http://mentors.debian.net/package/python-x2go

Package-Vcs:
Vcs-Browser:  
http://anonscm.debian.org/gitweb/?p=collab-maint/x2go/python-x2go.git;a=summary


Thanks,
Mike



--

DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpNEYjkULxXb.pgp
Description: Digitale PGP-Unterschrift


Re: RFS: python-x2go

2012-01-20 Thread Mike Gabriel

Hi Jakub,

thanks a lot for taking your time on this!!!

On Fr 20 Jan 2012 01:06:47 CET Jakub Wilk wrote:


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

* Mike Gabriel mike.gabr...@das-netzwerkteam.de, 2012-01-19, 23:41:
dget -x  
http://mentors.debian.net/debian/pool/main/p/python-x2go/python-x2go_0.1.1.8-4.dsc


[...]


I will take care as best as I can about all points given. Then I will  
reply to your mail and maybe someone else might want to sponsor the  
package.


Thanks so much,
Mike

--

DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpMkR5rWO8ew.pgp
Description: Digitale PGP-Unterschrift


RFS: pyhoca-cli

2012-01-19 Thread Mike Gabriel

Dear mentors,

I am looking for a sponsor for my package pyhoca-cli.

 * Package name: pyhoca-cli
   Version : 0.1.4.2-4
   Upstream Author : Mike Gabriel, Dick Kniep
 * URL : http://wiki.x2go.org
 * License : GPLv3+
   Section : python

It builds those binary packages:

pyhoca-cli - Command line X2Go client written in Python

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


  http://mentors.debian.net/package/pyhoca-cli

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

  dget -x  
http://mentors.debian.net/debian/pool/main/p/pyhoca-cli/pyhoca-cli_0.1.4.2-4.dsc


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

Kind regards,

Mike Gabriel


--

DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpxcdubEisX3.pgp
Description: Digitale PGP-Unterschrift


RFS: pyhoca-gui

2012-01-19 Thread Mike Gabriel

Dear mentors,

I am looking for a sponsor for my package pyhoca-gui.

 * Package name: pyhoca-gui
   Version : 0.1.0.10-5
   Upstream Author : Mike Gabriel mike.gabr...@das-netzwerkteam.de,  
Dick Kniep dick.kn...@lindix.nl

 * URL : http://wiki.x2go.org
 * License : GPLv3+
   Section : python

It builds those binary packages:

pyhoca-gui - Graphical X2Go client written in (wx)Python

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


  http://mentors.debian.net/package/pyhoca-gui

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

  dget -x  
http://mentors.debian.net/debian/pool/main/p/pyhoca-gui/pyhoca-gui_0.1.0.10-5.dsc


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

Kind regards,

Mike Gabriel


--

DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgp8xnCkPQO05.pgp
Description: Digitale PGP-Unterschrift


RFS: python-x2go

2012-01-19 Thread Mike Gabriel

Dear mentors,

I am looking for a sponsor for my package python-x2go.

 * Package name: python-x2go
   Version : 0.1.1.8-4
   Upstream Author : Mike Gabriel, Dick Kniep
 * URL : http://wiki.x2go.org
 * License : GPLv3+
   Section : python

It builds those binary packages:

python-x2go - Python module providing X2Go client API

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


  http://mentors.debian.net/package/python-x2go

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

  dget -x  
http://mentors.debian.net/debian/pool/main/p/python-x2go/python-x2go_0.1.1.8-4.dsc


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

Kind regards,

Mike Gabriel


--

DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpSdT6yPQ2Cz.pgp
Description: Digitale PGP-Unterschrift