Re: Request to Join Project Python Modules Packaging Team from Mike Neish (neishm-guest)

2013-06-21 Thread Sandro Tosi
Hello,

On Fri, Jun 14, 2013 at 7:52 PM, Jakub Wilk jw...@debian.org wrote:
 Sandro, are you okay with me adding Mike to the team, so the he can commit
 the patch?

sorry for the late reply; sure go ahead, does Mike need a sponsor for
the upload? Else I'll just push the package once the patch land on SVN

Regards,
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cab4xwxxwumchkwqweewaoow8zu9q3z59t6mawfr6++aw-1r...@mail.gmail.com



Re: Request to Join Project Python Modules Packaging Team from Mike Neish (neishm-guest)

2013-06-21 Thread Jakub Wilk

* Sandro Tosi mo...@debian.org, 2013-06-21, 08:37:
Sandro, are you okay with me adding Mike to the team, so the he can 
commit the patch?

sorry for the late reply; sure go ahead,


Welcome to the team, Mike! :)


does Mike need a sponsor for the upload?


I believe he does.

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130621095903.ga5...@jwilk.net



Re: Request to Join Project Python Modules Packaging Team from Mike Neish (neishm-guest)

2013-06-21 Thread Mike Neish

* Sandro Tosimo...@debian.org, 2013-06-21, 08:37:


Sandro, are you okay with me adding Mike to the team, so the
he can commit the patch? 


sorry for the late reply; sure go ahead,

Welcome to the team, Mike! :)

does Mike need a sponsor for the upload?

I believe he does.

--
Jakub Wilk



Thanks, Jakub and Sandro!

I have the patch ready to commit, but I don't have permission to write 
directly into the repository (I think it's because I'm not in the 
'scm_python-modules' group on the server).  Maybe this is where I need 
to find a sponsor for the patch? :)


I would be adding the following files to the 'pydap/trunk' directory:
debian/patches/series
debian/patches/fix-namespace_packages.patch

I haven't touched debian/changelog, though.  There's already an 
unreleased version (2.2.6.7-2) by Jakub, so I wasn't sure whether to (A) 
Append my change to that entry, (B) Create a new (also unreleased) entry 
under 2.2.6.7-3, or (C) Let the maintainers edit and sign off on the 
changelog.  So, I'm going with (C) for now :)


Thanks,
Mike



Re: Request to Join Project Python Modules Packaging Team from Mike Neish (neishm-guest)

2013-06-21 Thread Jakub Wilk

* Mike Neish nei...@atmosp.physics.utoronto.ca, 2013-06-21, 14:33:
I have the patch ready to commit, but I don't have permission to 
write directly into the repository (I think it's because I'm not in 
the 'scm_python-modules' group on the server).


You are in this group as far as I can tell:

$ ssh svn.debian.org getent group scm_python-modules | tr , '\n' | grep neishm
neishm-guest

Please make sure you're using the correct host (svn.debian.org, NOT 
alioth.debian.org; the latter has only read-only copies of the 
repositories).



Maybe this is where I need to find a sponsor for the patch? :)


No, you need a sponsor only to upload the package to the archive.

I haven't touched debian/changelog, though.  There's already an 
unreleased version (2.2.6.7-2) by Jakub, so I wasn't sure whether to 
(A) Append my change to that entry, (B) Create a new (also unreleased) 
entry under 2.2.6.7-3, or (C) Let the maintainers edit and sign off on 
the changelog.


(A') Use dch(1), which should do the right thing. :)

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130621202843.ga4...@jwilk.net



Re: Request to Join Project Python Modules Packaging Team from Mike Neish (neishm-guest)

2013-06-21 Thread Mike Neish

On 13-06-21 04:28 PM, Jakub Wilk wrote:

You are in this group as far as I can tell:

$ ssh svn.debian.org getent group scm_python-modules | tr , '\n' | 
grep neishm

neishm-guest

Please make sure you're using the correct host (svn.debian.org, NOT 
alioth.debian.org; the latter has only read-only copies of the 
repositories).


Thanks! That's exactly what I was doing wrong.  I had followed the 
instructions for developers on the Python Modules alioth page 
(https://alioth.debian.org/scm/?group_id=30714), which pointed me to the 
alioth.debian.org server.



Maybe this is where I need to find a sponsor for the patch? :)


No, you need a sponsor only to upload the package to the archive.


Gotcha.
I haven't touched debian/changelog, though.  There's already an 
unreleased version (2.2.6.7-2) by Jakub, so I wasn't sure whether to 
(A) Append my change to that entry, (B) Create a new (also 
unreleased) entry under 2.2.6.7-3, or (C) Let the maintainers edit 
and sign off on the changelog.


(A') Use dch(1), which should do the right thing. :)

Reminds me of a saying about idiot-proof programs :)  I used dch -a to 
append my change into the existing changelog.  Hopefully that's doing 
the right thing.


The patch has been uploaded to pydap/trunk.

Thanks,
Mike


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51c4bcaa.6080...@atmosp.physics.utoronto.ca



Re: Request to Join Project Python Modules Packaging Team from Mike Neish (neishm-guest)

2013-06-21 Thread Jakub Wilk

* Mike Neish nei...@atmosp.physics.utoronto.ca, 2013-06-21, 16:50:
I had followed the instructions for developers on the Python Modules 
alioth page (https://alioth.debian.org/scm/?group_id=30714), which 
pointed me to the alioth.debian.org server.


Looks like misconfiguration on Alioth side. I'll poke Alioth admins to 
get it fixed.


I used dch -a to append my change into the existing changelog. 
Hopefully that's doing the right thing.


Yup, the changelog looks good to me.

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130621222503.ga2...@jwilk.net