Your message dated Wed, 1 Jun 2016 11:30:44 -0400
with message-id 
<caohcdnydvvsmp8efrfgx7pugz1jczyh5ra9wrm-kr9kwu36...@mail.gmail.com>
and subject line Re: Bug#821151: RFS: comitup/0.1-1 [ITP]
has caused the Debian Bug report #821151,
regarding RFS: comitup/0.1-1 [ITP]
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.)


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

Dear mentors,

I am looking for a sponsor for my new package "comitup"

   Package name: comitup
   Version: 0.1
   Upstream Author: David Steele
   URL: https://github.com/davesteele/comitup
   License: GPL2+
   Section: net

It builds a single binary package:

    comitup - bootstrap Wifi using Wifi

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

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

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

    dget -x
http://mentors.debian.net/debian/pool/main/c/comitup/comitup_0.1-1.dsc

or, using git:

    git clone https://github.com/davesteele/comitup.git -b debian
    ./comitup/debian/rules get-orig-source

More information about comitup can be obtained from

    https://github.com/davesteele/comitup/tree/debian

ITP is at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821145

changelog:

comitup (0.1-1) unstable; urgency=low

  * Initial release (Closes: #821145)

 -- David Steele <dste...@gmail.com>  Wed, 23 Mar 2016 23:07:38 -0400



Regards,
   Dave Steele


Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
First off, I appreciate your offer to sponsor this package, and the work
you did for the review. But, two things happened over the weekend to lead
me to close this RFS. I found out that my lengthy DD review has finally
achieved DAM approval, and that the package needs work for Raspberry Pi 3
compatibility (it will always be touchy about wifi hardware).

I'll work your feedback before the release.

regarding python3 - there is no python3-avahi



On Tue, May 31, 2016 at 8:07 AM, Gianfranco Costamagna <
costamagnagianfra...@yahoo.it> wrote:

> control: owner -1 !
> control: tags -1 moreinfo
>
> Hi, I can sponsor the package, lets see what needs fixing/answering:
> setup.py/install_requires is your friend, please use it, and drop
> the hardcoded runtime-dependencies using python:Depends
> (and check if everything is good)
>
> build and run:
> $ comitup
> Traceback (most recent call last):
> File "/usr/sbin/comitup", line 9, in <module>
> load_entry_point('comitup==0.1', 'console_scripts', 'comitup-cmd')()
> File "/usr/share/comitup/comitup/comitup.py", line 64, in main
> log = deflog()
> File "/usr/share/comitup/comitup/comitup.py", line 31, in deflog
> backupCount=8,
> File "/usr/lib/python2.7/logging/handlers.py", line 171, in __init__
> BaseRotatingHandler.__init__(self, filename, 'a', encoding, delay)
> File "/usr/lib/python2.7/logging/handlers.py", line 64, in __init__
> logging.FileHandler.__init__(self, filename, mode, encoding, delay)
> File "/usr/lib/python2.7/logging/__init__.py", line 913, in __init__
> StreamHandler.__init__(self, self._open())
> File "/usr/lib/python2.7/logging/__init__.py", line 945, in _open
> stream = codecs.open(self.baseFilename, self.mode, self.encoding)
> File "/usr/lib/python2.7/codecs.py", line 896, in open
> file = __builtin__.open(filename, mode, buffering)
> IOError: [Errno 13] Permission denied: '/var/log/comitup.log'
>
> $ sudo comitup
> Traceback (most recent call last):
> File "/usr/sbin/comitup", line 9, in <module>
> load_entry_point('comitup==0.1', 'console_scripts', 'comitup-cmd')()
> File "/usr/share/comitup/comitup/comitup.py", line 73, in main
> [webmgr.state_callback],
> File "/usr/share/comitup/comitup/statemgr.py", line 80, in init_state_mgr
> states.set_state('CONNECTING', states.candidate_connections())
> File "/usr/share/comitup/comitup/states.py", line 262, in
> candidate_connections
> return nm.get_candidate_connections()
> File "/usr/share/comitup/comitup/nm.py", line 186, in
> get_candidate_connections
> and settings['802-11-wireless']['mode'] == 'infrastructure':
> KeyError: 'mode'
>
>
> (same applies looking at
> journalctl -u comitup)
>
> std-version is 3.9.8
> the description should be extended a little bit
>
> why no python3?
>
>
> apt-get install -t experimental check-all-the-things
> check-all-the-things
> pep8 --ignore W191 .
>
>
>
>
> grep -riE 'fixme|todo|hack|xxx' .
>
>
> Please add some upstream metadata:
> https://wiki.debian.org/UpstreamMetadata
>
>
>
> cheers,
>
> G.
>
>
>
> Il Sabato 16 Aprile 2016 4:39, David Steele <dste...@gmail.com> ha
> scritto:
> Package: sponsorship-requests
> Severity: wishlist
> thanks
>
> Dear mentors,
>
> I am looking for a sponsor for my new package "comitup"
>
>    Package name: comitup
>    Version: 0.1
>    Upstream Author: David Steele
>    URL: https://github.com/davesteele/comitup
>    License: GPL2+
>    Section: net
>
> It builds a single binary package:
>
>     comitup - bootstrap Wifi using Wifi
>
> To access further information about this package, please visit the
> following URL:
>
>   http://mentors.debian.net/package/comitup
>
> Alternatively, one can download the package with dget using this command:
>
>     dget -x
> http://mentors.debian.net/debian/pool/main/c/comitup/comitup_0.1-1.dsc
>
> or, using git:
>
>     git clone https://github.com/davesteele/comitup.git -b debian
>     ./comitup/debian/rules get-orig-source
>
> More information about comitup can be obtained from
>
>     https://github.com/davesteele/comitup/tree/debian
>
> ITP is at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821145
>
> changelog:
>
> comitup (0.1-1) unstable; urgency=low
>
>   * Initial release (Closes: #821145)
>
> -- David Steele <dste...@gmail.com>  Wed, 23 Mar 2016 23:07:38 -0400
>
>
>
> Regards,
>    Dave Steele
>



-- 
"Le mieux est l'ennemi du bien" - Voltaire

--- End Message ---

Reply via email to