[Python-modules-team] Bug#764986: python-social-auth: FTBFS: sphinx-build: Command not found

2014-10-12 Thread Jonathan Wiltshire
Control: tag -1 + patch

Patch attached.

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

--- a/debian/control2014-10-12 21:19:10.648192155 +0100
+++ b/debian/control2014-10-12 21:15:58.696142391 +0100
@@ -2,7 +2,7 @@
 Maintainer: KURASHIKI Satoru lur...@gmail.com
 Section: python
 Priority: optional
-Build-Depends: python-setuptools (= 0.6b3), python-all (= 2.6.6-3), debhelper (= 7)
+Build-Depends: python-setuptools (= 0.6b3), python-all (= 2.6.6-3), debhelper (= 7), python-sphinx
 Standards-Version: 3.9.5
 Uploaders: W. Martin Borgert deba...@debian.org
 Homepage: http://psa.matiasaguirre.net


signature.asc
Description: Digital signature
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#750253: python-traitsui: diff for NMU version 4.4.0-1.1

2014-07-06 Thread Jonathan Wiltshire
tags 750253 + patch
tags 750253 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-traitsui (versioned as 4.4.0-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

diff -Nru python-traitsui-4.4.0/debian/changelog python-traitsui-4.4.0/debian/changelog
--- python-traitsui-4.4.0/debian/changelog	2014-03-16 03:52:40.0 +
+++ python-traitsui-4.4.0/debian/changelog	2014-07-06 21:06:33.0 +0100
@@ -1,3 +1,11 @@
+python-traitsui (4.4.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Set permissions in /usr/lib/python*, not /usr/share/pyshared
+Closes: #750253
+
+ -- Jonathan Wiltshire j...@debian.org  Sun, 06 Jul 2014 21:06:30 +0100
+
 python-traitsui (4.4.0-1) unstable; urgency=low
 
   [ Jakub Wilk ]
diff -Nru python-traitsui-4.4.0/debian/rules python-traitsui-4.4.0/debian/rules
--- python-traitsui-4.4.0/debian/rules	2011-07-10 19:03:02.0 +0100
+++ python-traitsui-4.4.0/debian/rules	2014-07-06 21:00:27.0 +0100
@@ -7,13 +7,14 @@
 DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
 DEB_DESTDIR  =$(CURDIR)/debian/python-traitsui
 PYSHARED =$(DEB_DESTDIR)/usr/share/pyshared
+PYLIBS   =$(DEB_DESTDIR)/usr/lib/python*
 EXAMPLES =$(DEB_DESTDIR)/usr/share/doc/python-traitsui
 
 install/python-traitsui::
 	find $(DEB_DESTDIR) -name 'image_LICENSE.txt' -delete
 
 binary-predeb/python-traitsui::
-	find $(PYSHARED) -type f | xargs chmod 644
+	find $(PYLIBS) -type f | xargs chmod 644
 	find $(EXAMPLES) -type f | xargs sed -i '/^#!/d'
 	find $(EXAMPLES) -type f | xargs chmod 644
 


signature.asc
Description: Digital signature
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#750278: python-enable: diff for NMU version 4.3.0-1.1

2014-07-06 Thread Jonathan Wiltshire
tags 750278 + patch
tags 750278 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-enable (versioned as 4.3.0-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

diff -Nru python-enable-4.3.0/debian/changelog python-enable-4.3.0/debian/changelog
--- python-enable-4.3.0/debian/changelog	2014-03-16 03:35:29.0 +
+++ python-enable-4.3.0/debian/changelog	2014-07-06 20:40:20.0 +0100
@@ -1,3 +1,12 @@
+python-enable (4.3.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove #! lines and set permissions in /usr/lib/python*, not
+/usr/share/pyshared (which no longer exists)
+Closes: #750278
+
+ -- Jonathan Wiltshire j...@debian.org  Sun, 06 Jul 2014 20:38:46 +0100
+
 python-enable (4.3.0-1) unstable; urgency=low
 
   [ Jakub Wilk ]
diff -Nru python-enable-4.3.0/debian/rules python-enable-4.3.0/debian/rules
--- python-enable-4.3.0/debian/rules	2012-04-24 04:07:25.0 +0100
+++ python-enable-4.3.0/debian/rules	2014-07-06 20:38:14.0 +0100
@@ -7,6 +7,7 @@
 DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
 DEB_INSTALL_CHANGELOGS_ALL  += docs/CHANGES.txt
 PYSHARED =$(DEB_DESTDIR)/usr/share/pyshared
+PYLIBS   =$(DEB_DESTDIR)/usr/lib/python*
 EXAMPLES =$(DEB_DESTDIR)/usr/share/doc/python-enable
 
 install/python-enable::
@@ -16,8 +17,8 @@
 	dh_numpy
 
 binary-predeb/python-enable::
-	find $(PYSHARED) -type f | xargs sed -i '/^#!/d'
-	find $(PYSHARED) -type f | xargs chmod 644
+	find $(PYLIBS) -type f | xargs sed -i '/^#!/d'
+	find $(PYLIBS) -type f | xargs chmod 644
 	find $(EXAMPLES) -type f | xargs sed -i '/^#!/d'
 	find $(EXAMPLES) -type f | xargs chmod 644
 	find $(EXAMPLES) -name '.gitignore' -delete


signature.asc
Description: Digital signature
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#751065: python-pyface: diff for NMU version 4.4.0-1.1

2014-07-06 Thread Jonathan Wiltshire
tags 751065 + patch
tags 751065 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-pyface (versioned as 4.4.0-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

diff -Nru python-pyface-4.4.0/debian/changelog python-pyface-4.4.0/debian/changelog
--- python-pyface-4.4.0/debian/changelog	2014-03-16 03:44:40.0 +
+++ python-pyface-4.4.0/debian/changelog	2014-07-06 21:19:24.0 +0100
@@ -1,3 +1,11 @@
+python-pyface (4.4.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Set permissions in /usr/lib/python*, not /usr/share/pyshared
+Closes: #751065
+
+ -- Jonathan Wiltshire j...@debian.org  Sun, 06 Jul 2014 21:19:22 +0100
+
 python-pyface (4.4.0-1) unstable; urgency=low
 
   [ Jakub Wilk ]
diff -Nru python-pyface-4.4.0/debian/rules python-pyface-4.4.0/debian/rules
--- python-pyface-4.4.0/debian/rules	2011-07-09 19:00:18.0 +0100
+++ python-pyface-4.4.0/debian/rules	2014-07-06 21:12:28.0 +0100
@@ -6,12 +6,13 @@
 DEB_COMPRESS_EXCLUDE		:= .py
 DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
 PYSHARED			 = $(DEB_DESTDIR)/usr/share/pyshared
+PYLIBS   = $(DEB_DESTDIR)/usr/lib/python*
 
 install/python-pyface::
 	find $(DEB_DESTDIR) -name 'image_LICENSE.txt' -delete
 
 binary-predeb/python-pyface::
-	find $(PYSHARED) -type f | xargs chmod 644
+	find $(PYLIBS) -type f | xargs chmod 644
 
 get-orig-source:
 	-uscan --force-download --rename


signature.asc
Description: Digital signature
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#750280: python-chaco: diff for NMU version 4.4.1-1.1

2014-07-06 Thread Jonathan Wiltshire
tags 750280 + patch
tags 750280 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-chaco (versioned as 4.4.1-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

diff -Nru python-chaco-4.4.1/debian/changelog python-chaco-4.4.1/debian/changelog
--- python-chaco-4.4.1/debian/changelog	2014-03-16 02:52:57.0 +
+++ python-chaco-4.4.1/debian/changelog	2014-07-06 21:27:15.0 +0100
@@ -1,3 +1,11 @@
+python-chaco (4.4.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Set permissions in /usr/lib/python*, not /usr/share/pyshared
+Closes: #750280
+
+ -- Jonathan Wiltshire j...@debian.org  Sun, 06 Jul 2014 21:27:13 +0100
+
 python-chaco (4.4.1-1) unstable; urgency=low
 
   [ Varun Hiremath ]
diff -Nru python-chaco-4.4.1/debian/rules python-chaco-4.4.1/debian/rules
--- python-chaco-4.4.1/debian/rules	2014-03-16 02:56:34.0 +
+++ python-chaco-4.4.1/debian/rules	2014-07-06 21:26:32.0 +0100
@@ -7,6 +7,7 @@
 DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
 DEB_DESTDIR			 = $(CURDIR)/debian/python-chaco
 PYSHARED			 = $(DEB_DESTDIR)/usr/share/pyshared
+PYLIBS			 = $(DEB_DESTDIR)/usr/lib/python*
 EXAMPLES			 = $(DEB_DESTDIR)/usr/share/doc/python-chaco
 
 install/python-chaco::
@@ -15,7 +16,7 @@
 
 binary-predeb/python-chaco::
 	find $(EXAMPLES) -type f -print0 | xargs -0 sed -i '/^#!/d'
-	find $(PYSHARED) -type f -print0 | xargs -0 chmod 644
+	find $(PYLIBS) -type f -print0 | xargs -0 chmod 644
 	find $(EXAMPLES) -type f -print0 | xargs -0 chmod 644
 	find $(EXAMPLES) -name *LICENSE* -delete
 


signature.asc
Description: Digital signature
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#571120: pisa need python-reportlab = 2.2

2014-03-25 Thread Jonathan Wiltshire
Package: python-pisa
Version: 3.0.32-1
Followup-For: Bug #571120

Control: tag -1 upstream

Bumping severity to RC, since with python-reportlab 3 in sid this package
is now fatally broken.


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'proposed-updates'), (500, 'unstable'), 
(500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-pisa depends on:
ii  python2.7.5-5
ii  python-html5lib   0.999-2
ii  python-imaging2.3.0-2
ii  python-pypdf  1.13-1
ii  python-reportlab  3.0-1
ii  python-support1.0.15

python-pisa recommends no packages.

python-pisa suggests no packages.

-- no debconf information

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#677929: python-docutils: remote copy of MathJax needed to render maths

2013-02-13 Thread Jonathan Wiltshire
On Sun, Sep 16, 2012 at 03:09:55PM +0400, Dmitry Shachnev wrote:
 Hi Guenter,
 
 The upstream bug report ([1]) has a patch attached for over two weeks.
 Maybe you can review/accept it?
 
 It does the same thing as is suggested in TODO (the b way) — allows to
 append the custom URL to math-output setting.
 
 [1]: 
 https://sourceforge.net/tracker/?func=detailatid=422030aid=3540052group_id=38414
 
 Cheers,
 
 --
 Dmitry Shachnev

Ping? This RC bug has been quiet for too long now.

Thanks,

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

directhex i have six years of solaris sysadmin experience, from
8-10. i am well qualified to say it is made from bonghits
layered on top of bonghits


signature.asc
Description: Digital signature
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#677929: python-docutils: remote copy of MathJax needed to render maths

2013-02-13 Thread Jonathan Wiltshire

On 2013-02-13 10:44, Jakub Wilk wrote:

* Jonathan Wiltshire j...@debian.org, 2013-02-13, 10:23:

Ping?


It hasn't been forgotten. No need to ping.


This RC bug has been quiet for too long now.


What do you mean by too long?


Oh, my mistake. Too long in a release context, but I realise now this 
doesn't affect Wheezy. Sorry about the noise.




--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

directhex i have six years of solaris sysadmin experience, from
8-10. i am well qualified to say it is made from bonghits
layered on top of bonghits

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#589731: python-scipy: missing source for Cython-generated files

2013-01-26 Thread Jonathan Wiltshire
On Mon, Jan 21, 2013 at 03:51:08AM +, Debian Bug Tracking System wrote:
  python-scipy (0.10.1+dfsg2-1) unstable; urgency=low
  .
* add missing cython and swig sources from git tag (Closes: #589731)
* generate cython c files, requires python-mako and cython build depends
* ensure that all swig files are regenerated
* update debian/orig-tar.sh appropriately
* interpnd-generator.patch: fix the interpnd.pyx generation

I'd like to see this fixed in wheezy but the diff is too large; how much of
this is necessary to get the source into the package and close this bug only?


-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

directhex i have six years of solaris sysadmin experience, from
8-10. i am well qualified to say it is made from bonghits
layered on top of bonghits


signature.asc
Description: Digital signature
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#684852: Bug#684852: nmu

2012-11-13 Thread Jonathan Wiltshire

On 2012-11-12 22:47, Michael Gilbert wrote:

Hi, I've uploaded an nmu fixing this issue to delayed/5.  Please see
attached patch.


I don't understand your version number. Please see devref [1] and 
consider that this does not appear to be a native package.


1: 
http://www.debian.org/doc/manuals/developers-reference/pkgs.html#nmu-changelog



--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

directhex i have six years of solaris sysadmin experience, from
8-10. i am well qualified to say it is made from bonghits
layered on top of bonghits

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#673987: Bug#673987: CVE-2012-2374

2012-07-14 Thread Jonathan Wiltshire
On Tue, Jul 10, 2012 at 12:11:55AM -0400, Yaroslav Halchenko wrote:
 as
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673987#10
 described, version in squeeze (1.0.1) is not effected and no action
 should be done for current stable release.
 
 or am I missing the point here?

No, this is overlapping information in the security tracker (there are a
number of these). Updated, thanks and sorry for the noise.

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

directhex i have six years of solaris sysadmin experience, from
8-10. i am well qualified to say it is made from bonghits
layered on top of bonghits


signature.asc
Description: Digital signature
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#673987: CVE-2012-2374

2012-07-09 Thread Jonathan Wiltshire
Dear maintainer,

Recently you fixed one or more security problems and as a result you closed
this bug. These problems were not serious enough for a Debian Security
Advisory, so they are now on my radar for fixing in the following suites
through point releases:

squeeze (6.0.6) - use target stable

Please prepare a minimal-changes upload targetting each of these suites,
and submit a debdiff to the Release Team [0] for consideration. They will
offer additional guidance or instruct you to upload your package.

I will happily assist you at any stage if the patch is straightforward and
you need help. Please keep me in CC at all times so I can
track [1] the progress of this request.

For details of this process and the rationale, please see the original
announcement [2] and my blog post [3].

0: debian-rele...@lists.debian.org
1: http://prsc.debian.net/tracker/673987/
2: 201101232332.11736.th...@debian.org
3: http://deb.li/prsc

Thanks,

with his security hat on:
--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51




___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Fixing package entropy trackers (PET)

2012-05-12 Thread Jonathan Wiltshire

Hi,

Mark and I have been working on fixing up the PETs after noticing that 
they haven't updated for a year.


Problem:

 - following Alioth split, wagner now has read-only copies of 
repositories and hosts web services and vasks has the writable 
repositories and runs hooks
 - PET on vasks is being run in commit hooks but the results are never 
visible to the web
 - cron job to update archive and bts sections of PETs are not being 
run from vasks at all


Summary of our changes:

 - on wagner, pet.cgi and associated files are brought in read-only 
from vasks (/srv/home/groups/python-*/PET - 
/srv/vasks.debian.org/home/groups/python-apps/PET)
 - my crontab now calls the bts phase for both PETs hourly and the 
archive phase shortly after the four dinstall runs per day
 - wagner no longer needs to do anything except serve up web pages, 
everything for it is read-only (arguably better from a security point of 
view in any case).


--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#663189: buffer overflow in python-pyfribidi

2012-03-21 Thread Jonathan Wiltshire
Dear maintainer,

Recently you fixed one or more security problems and as a result you closed
this bug. These problems were not serious enough for a Debian Security
Advisory, so they are now on my radar for fixing in the following suites
through point releases:

squeeze (6.0.5) - use target stable

Please prepare a minimal-changes upload targetting each of these suites,
and submit a debdiff to the Release Team [0] for consideration. They will
offer additional guidance or instruct you to upload your package.

I will happily assist you at any stage if the patch is straightforward and
you need help. Please keep me in CC at all times so I can
track the progress of this request.

For details of this process and the rationale, please see the original
announcement [1] and my blog post [2].

0: debian-rele...@lists.debian.org
1: 201101232332.11736.th...@debian.org
2: http://deb.li/prsc

Thanks,

with his security hat on:
--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51



___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


Re: [Python-modules-team] python-kombu-1.2.1

2011-08-31 Thread Jonathan Wiltshire
On Wed, Aug 31, 2011 at 06:19:57AM +0200, Muharem Hrnjadovic wrote:
 Nice :-) I would like to learn by looking at fladi's packaging. Can you
 please point me to it (if it is accessible by the general public)?

It's in Subversion, see the PTS: http://packages.qa.debian.org/k/kombu.html

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#631912: pidfile in /tmp, opened insecurely [CVE-2011-2765]

2011-08-24 Thread Jonathan Wiltshire
Package: pyro
Followup-For: Bug #631912

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear maintainer,

Recently you fixed one or more security problems and as a result you closed
this bug. These problems were not serious enough for a Debian Security
Advisory, so they are now on my radar for fixing in the following suites
through point releases:

squeeze (6.0.3)

Please prepare a minimal-changes upload targetting each of these suites,
and submit a debdiff to the Release Team [0] for consideration. They will
offer additional guidance or instruct you to upload your package.

I will happily assist you at any stage if the patch is straightforward and
you need help or lack time. Please keep me in CC at all times so I can
track the progress of this request.

For details of this process and the rationale, please see the original
announcement [1] and my blog post [2].

0: debian-rele...@lists.debian.org
1: 201101232332.11736.th...@debian.org
2: http://deb.li/prsc

Thanks,

with his security hat on:
- --
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

- -- System Information:
Debian Release: wheezy/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (500, 
'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBAgAGBQJOVMPsAAoJEFOUR53TUkxRj38QAIkPOwg00iy6fjbvICykzkVh
JFsjJHu6LHNxkga/l1+FAM6m7IVkmNZ9sRkL3GAbptaHv9MSXZ6jPj9zMFTutjlv
San1nP0sjrjZzERNRUTE6YUaZcaZUaOyuALcK1uAsahRl9eLSpM5beOIFDVX14an
aw1uqKRqetqgGQQ0sDCuUVLrMPpASubVGPBK0+tNUJQ2j8ocom5Ng1Rj6my/6ALx
8uiX3dj3h6YwzcVmT4AddCuMEKph7F103hBnSAh/DYaR51ydHh/JxxNJEKLA5UUd
nATDiKUdyvEOWdt2dulswanTpcWNpa2myvWMHJ34ygEqj2kONdkucNUa8uJ2R+n3
HN6e7hVBI7t1IWXp/2UfqqLdamtX31D2Zj52QhupEAVjHFmAVU8nOYUwNaEVppbm
d0vHvmmRV6gd+QKRVph95IzcDfJQetfqSQkajoE7E8nV5aCG43MgahdP88+CkEu0
E92C8I+TNvdUQQEjaU8Q4gRLDvHo9sAs9/Pe9Eo+TI5337ULwH+0qOyrTXUh0oo0
Y1c/Oi4rc0L4d8hHy9qj2Y94aG77bu6bzxa9lxKPYQOkfO1SNTajAsT4wwq76b3G
fHJYZPzxChBbANE202cFnGdbDwcDRhXtvMk+PyjGhNbOVt1s+/grduszKQ6Fds/w
57lNYQ9HRCvrZ6wzkxy6
=v5ht
-END PGP SIGNATURE-



___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#631912: pidfile in /tmp, opened insecurely [CVE-2011-2765]

2011-08-24 Thread Jonathan Wiltshire
On Wed, Aug 24, 2011 at 10:27:11AM +0100, Jonathan Wiltshire wrote:
 Recently you fixed one or more security problems and as a result you closed
 this bug. These problems were not serious enough for a Debian Security
 Advisory, so they are now on my radar for fixing in the following suites
 through point releases:
 
 squeeze (6.0.3)

Also affects lenny, please prepare uploads for stable and oldstable.

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


signature.asc
Description: Digital signature
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#589349: python-yaml: import yaml throws ValueError: bad marshal data

2010-07-18 Thread Jonathan Wiltshire
Hi,

Thanks for your report.

On Fri, Jul 16, 2010 at 04:51:01PM -0400, Anders Kaseorg wrote:
 Package: python-yaml
 Version: 3.09-3
 Severity: important
 
 python-yaml 3.09-3 fails to import:
 
 $ python
  import yaml
 Traceback (most recent call last):

I can't reproduce this bug in either Python 2.5 or Python 2.6, on a sid or
a fresh squeeze installation. It was probably a transient bug because of
testing migrations.

Please see if you can still reproduce it and if not, close the bug by
notifying 589349-d...@bugs.debian.org.

Thanks,

-- 
Jonathan Wiltshire

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


signature.asc
Description: Digital signature
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#573274: pyquery: Please provide an upstream changelog

2010-03-10 Thread Jonathan Wiltshire
Package: pyquery
Version: 0.5-1
Severity: wishlist

Hi,

Please consider providing a changelog for the releases of pyquery. A changelog
would enable downstream packagers, users and other developers to see what's
changed in a release and assess whether they need to make any changes of their
own (for example, if the pyquery interface were to change).

Thanks.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pyquery depends on:
ii  python2.5.4-9An interactive high-level object-o
ii  python-lxml   2.2.4-1+b1 pythonic binding for the libxml2 a
ii  python-support1.0.6.1automated rebuilding support for P

pyquery recommends no packages.

pyquery suggests no packages.



___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#564714: Bug#564714: Provide python2.6 module

2010-01-11 Thread Jonathan Wiltshire
On Mon, Jan 11, 2010 at 04:12:30PM +0100, Julien Danjou wrote:
 Package: python-cairo
 Version: 1.8.6-1
 Severity: wishlist
 
 It would be nice to build this module for python2.6 also.

This will happen when Python 2.6 is in unstable and the module gets a
rebuild (which should be soon, but we can't say exactly when).

-- 
Jonathan Wiltshire

1024D: 0xDB800B52 / 4216 F01F DCA9 21AC F3D3  A903 CA6B EA3E DB80 0B52
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51



___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#552512: python-kinterbasdb: ships empty /usr/lib/python2.6/site-packages/kinterbasdb/ directory when built against python2.6

2009-11-16 Thread Jonathan Wiltshire
On Mon, Oct 26, 2009 at 08:21:49PM +0100, Jakub Wilk wrote:
 Package: python-kinterbasdb
 Version: 3.2-4
 Severity: normal
 User: debian-pyt...@lists.debian.org
 Usertags: python2.6 dist-packages
 
 When python-kinterbasdb is built against python2.6, the resulting
 binary package ships empty
 /usr/lib/python2.6/site-packages/kinterbasdb/ directory:

The attached patch cleans up the /usr/lib/python2.6 directory before
assembling the .deb.

Sandro, if it looks sane I will happily merge it into svn for you, but
please CC me.


-- 
Jonathan Wiltshire

1024D: 0xDB800B52 / 4216 F01F DCA9 21AC F3D3  A903 CA6B EA3E DB80 0B52
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51
--- python-kinterbasdb-3.2.old/debian/rules	2009-11-16 22:09:34.0 +
+++ python-kinterbasdb-3.2/debian/rules	2009-11-16 22:10:47.0 +
@@ -76,6 +76,8 @@
 	dh_compress
 	dh_fixperms
 	dh_pysupport
+	# after dh_pysupport, usr/lib/python2.6 gets left behind (see above)
+	rm -rf debian/python-kinterbasdb/usr/lib/python2.6
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol


signature.asc
Description: Digital signature
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#547849: Bug#547849: python-pyglew: manipulates site-packages/ directly, failing with Python 2.6

2009-09-28 Thread Jonathan Wiltshire
tag 547849 +pending
thanks

Sandro (and others),

I've added --install-layout=deb to the rules file to build for Python 2.6,
built and tested it with no problems. However, as it's the first one I've
done, could you or someone else on the team have a look and make sure it's
right, and sponsor it if so?

Thanks,

-- 
Jonathan Wiltshire

1024D: 0xDB800B52 / 4216 F01F DCA9 21AC F3D3  A903 CA6B EA3E DB80 0B52
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51



___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] python-yaml: can it be priority optional?

2009-03-23 Thread Jonathan Wiltshire
Hi,

python-yaml seems to be a priority: extra package, and I have a
package dependent on it which is priority: optional. Before I change the
priority, is there any reason python-yaml can't become optional instead?

(please keep me in CC, and if you'd rather I file a bug that's no
problem.)

Thanks

-- 
Jonathan Wiltshire

PGP/GPG: 0xDB800B52 / 4216 F01F DCA9 21AC F3D3  A903 CA6B EA3E DB80 0B52


signature.asc
Description: Digital signature
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Re: [Python-modules-team] python-yaml: can it be priority optional?

2009-03-23 Thread Jonathan Wiltshire
On Mon, Mar 23, 2009 at 06:24:43AM -0400, Scott Kitterman wrote:
 It's extra because (and only because) it depends on libyaml whic is extra.  
 If you get libyaml 
 moved to optional, I've no problem moving pyyaml back to optional.

I've been in touch with Anders Kaseorg, libyaml's maintainer, and his
next release is going to put it into optional. So, if you don't mind
doing the same, that makes the whole tree nice and consistent.

Cheers


-- 
Jonathan Wiltshire

PGP/GPG: 0xDB800B52 / 4216 F01F DCA9 21AC F3D3  A903 CA6B EA3E DB80 0B52


signature.asc
Description: Digital signature
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team