[Jeremy Bícha, 2025-04-03]
> It might be the debian/rules part of
> https://salsa.debian.org/homeassistant-team/deps/zigpy-zigate/-/commit/45728ada18
or instead of PYBUILD_AFTER_INSTALL use debian/python3-zigpy-zigate.pyremove
file
with each directory to remove in a separate line.
That said, I d
[Matthias, 2020-06-11]
> after installing a python package (radiotray) from source with pip3 (sudo pip3
> install .) The package is not listed by pip3 (pip3 list), nor can it be
> imported.
did you use pip3 from Debian or upstream?
> When checking manually the files a located under: /usr/lib/pyth
> I see. So you mean upstream would need to use
> #!/usr/bin/env python3
> to get it handled as /usr/bin/python3
yes
(I know some upstreams think /usr/bin/python is Python 3.X…)
Hi,
thanks for the patch and sorry for long time it took me to take a loot
at it.
I tried to test it with python-os-testr but it FTBFS is there a better
package to test it with? Note that I added cd {build_dir} and --config
to the command line as testing source files doesn't make much sense.
dif
Control: severity 864599 wishlist
[Matthias Julius, 2017-06-11]
> After setting /usr/bin/python to point to python3 via alternatives the
> next update of debconf failed with:
/usr/bin/python is not something you should be changing via alternatives
> File "/usr/bin/pyclean", line 63
> excep
[Faidon Liambotis, 2017-02-05]
> Hi!
>
> On Tue, Aug 06, 2013 at 10:21:43AM +0200, Matthias Klose wrote:
> > > There is a circular dependency between python3 and dh-python:
> > >
> > > python3 :Depends: dh-python
> > > dh-python :Depends: python3 (>= 3.2.3-3~)
> >
> > expected.
>
> Co
fixed¹ in dh-python package, thanks for the bug report
[¹]
https://anonscm.debian.org/cgit/dh-python/dh-python.git/commit/?id=a0ddb4c253fb646bad7b317fd148aa9beb7d7a87
[Daniele Tricoli, 2013-11-25]
> Piotr, do you have any concerns?
not anymore, please send me RFS mail when it's ready
(you can also add python-chardet package that imports * from charade
and I will remove chardet from Debian)
signature.asc
Description: Digital signature
[Julien Cristau, 2013-02-21]
> So there's bits in debpython/depends.py I don't understand.
> Why is maxv sometimes inclusive and sometimes exclusive?
I assume you're talking about minv==maxv case, that's a special case
and I admit it's confusing - that's why in experimental there's new
Version cla
[Julien Cristau, 2013-02-03]
> Why is some stuff being removed from pydist/dist_fallback? What is that
> file for?
if package foo has "Bar" in egg-info/requires.txt, dh_python2 will try to
find Bar-*.egg-info file and add package that provides it to foo's
Depends; if this file cannot be found, it
Package: python-lxml
Version: 2.3.5-1
Severity: minor
Please update Homepage field to point to http://lxml.de/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
[Jonathan Nieder, 2012-12-09]
> [...]
> > --- python-defaults-2.7.3~rc2/debian/pyversions.py 2012-06-05
> > 22:58:56.0 -0400
> > +++ python-defaults-2.7.3/debian/pyversions.py 2012-07-26
> > 18:26:10.0 -0400
> > @@ -110,7 +110,8 @@
> > else:
> > return _unsuppo
[Joey Hess, 2011-02-24]
> If this were say, rewritten in python :) and factored out into a standalone
> program with a name like python-multibuild, and included in some python
> development package, then debhelper and rules files could just call it,
> and pass it the setup.py to run and the action
[Jonas Smedegaard, 2010-12-30]
> On Fri, Dec 10, 2010 at 12:07:36AM +0100, Matthias Klose wrote:
> >A package which build-depends on python-dev and not python-all-dev
> >should only be built with the default python version.
>
> Is that a fact, or do you propose this behaviour?
that's a common pra
retitle 607132 unblock: python-defaults/2.6.6-3+squeeze4
thanks
RC bug (#607555) backported from 2.6.6-9
signature.asc
Description: Digital signature
tags 598432 + patch
thanks
[Piotr Ożarowski, 2010-09-29]
> I'll try to send you a patch this evening
attached
Luca: If python-apt maintainers will decide to use my patch, please
fast-process it in NEW if possible (it's part of the python3 in Squeeze
goal we talked about before, TIA)
diff -Nru py
[Piotr Ożarowski, 2010-09-14]
> It would also make sense to pass -N python3-foo to (invoked by default)
> dh_pysupport (in case python3-foo package provides also private
> directories, dh_pysupport ignores only public python3.X packages)
actually... ignore this part, I will upload python-central a
tags 591599 + patch
thanks
attached patch should fix this bug
diff -u pootle-2.0.5/debian/changelog pootle-2.0.5/debian/changelog
--- pootle-2.0.5/debian/changelog
+++ pootle-2.0.5/debian/changelog
@@ -1,3 +1,11 @@
+pootle (2.0.5-0.2) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload
+ * Ru
tags 591599 + patch
thanks
attached patch should fix this bug
diff -u pootle-2.0.5/debian/changelog pootle-2.0.5/debian/changelog
--- pootle-2.0.5/debian/changelog
+++ pootle-2.0.5/debian/changelog
@@ -1,3 +1,11 @@
+pootle (2.0.5-0.2) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload
+ * Ru
please note that I will upload python-sqlalchemy 0.5.x to unstable
(0.5.0~rc4-1 is currently in experimental) once Lenny will be
released, so I suggest to test the package with SA 0.5 and add
"python-sqlalchemy << 0.5~" dependency if needed. The same applies to
python-simplejson 2.0.x
BTW: there's
> - ./setup.py install --no-compile
> --prefix=$(CURDIR)/debian/musiclibrarian/usr
damn, I didn't notice that this line contains "--no-compile", that changes a
lot. Barry, please remove all "compiling for all Python versions" stuff.
pgplSU5GLzI9J.pgp
Description: PGP signature
[Bernd Zeimetz, 17.02.2008]
> > diff -u musiclibrarian-1.6/debian/control musiclibrarian-1.6/debian/control
> > --- musiclibrarian-1.6/debian/control
> > +++ musiclibrarian-1.6/debian/control
> > @@ -5,22 +5,20 @@
> > -Build-Depends: debhelper (>= 5.0.37.2), python-central (>= 0.5)
> > -Build-Depen
Package: sms-pl
Version: 2.1.0-1+b1
Severity: serious
Yeah, we know that sms-pl doesn't work with libcurl4-gnutls 7.16.2-3
(see http://bugs.debian.org/424894).
Somebody binNMUed this package to rebuild it against libcurl4-gnutls so
if you have 2.1.0-1+b[0-9] installed, please ignore "double free"
[Günter Milde, 12.03.2007]
> Version: 0.5.1-1
^^^
version 0.5.1 contains "cmdline_main", not "cmdline.main" - see line 79 in
/usr/share/pycentral/python-pygments/site-packages/pygments/__init__.py
("cmdline.main" is used in leter version, see package from experimental)
> The comma
Package: wnpp
Severity: wishlist
Owner: Piotr Ozarowski <[EMAIL PROTECTED]>
* Package name: python-elixir
Version : 0.1.0
Upstream Author : Jonathan LaCour, Daniel Haus, Gaetan de Menten <[EMAIL
PROTECTED]>
* URL : http://elixir.ematia.de/
* License
Package: wnpp
Severity: wishlist
Owner: Piotr Ozarowski <[EMAIL PROTECTED]>
* Package name: python-pudge
Version : 0.1.2+svn134-1
Upstream Author : Ryan Tomayko <[EMAIL PROTECTED]>
* URL : http://pudge.lesscode.org/
* License : MIT
Programming
severity 409814 wishlist
thanks
> The python-mysqldb package should support python2.5.
Python 2.5 is still not supported in Debian, see `pyversions --supported`.
(it will be supported in Lenny)
pgp90Px3uxh52.pgp
Description: PGP signature
Package: python-central
Version: 0.5.12
Severity: important
I've installed some packages with python modules while python2.3 was
supported and pycentral created symlinks in
/usr/lib/python2.3/site-packages directory (package's postinst triggered
pycentral)
When I tried to remove these packages, s
Package: python-webhelpers
Version: 0.2.2-1
Severity: wishlist
Python 2.5 does not recognize "latin1" encoding declaration anymore.
Please do "sed -i -e 2s/latin1/iso-8859-1" on webhelpers/textile.py file.
Python 2.5 is not supported in Debian yet, so I'm reporting this bug as
a wishlist.
-- Sys
Package: wnpp
Severity: wishlist
Owner: Piotr Ozarowski <[EMAIL PROTECTED]>
* Package name: python-mako
Version : 0.1.0
Upstream Author : Mike Bayer <[EMAIL PROTECTED]>
* URL : http://www.makotemplates.org
* License : MIT
Programming
> * 2006-12-23 23:12, Christian Joergensen wrote:
> > It seems as if there is no support for python 2.5 in this package:
$ pyversions --supported
python2.4
or:
$ apt-cache show python-all | grep Depends
Depends: python (= 2.4.4-2), python2.4
(python2.5 is not yet supported in Debian)
--
wq!
Just to let you know: this bug is fixed in new upstream release (0.1.6-1)
--
:wq!
pgpcbaZgCVjG9.pgp
Description: PGP signature
reopen 391988
thanks
>* Fix typo in copyright. Closes: #391988.
And that's another typo (should be #391998, closing in another mail)
--
:wq!
pgpp0GsIBEQzz.pgp
Description: PGP signature
tags 398728 + confirmed upstream
thanks
It's a known bug and as far as I can tell, it will be fixed in next
version.
pgpK3Ts1FnXQx.pgp
Description: PGP signature
postinst and prerm files in python-gdal package are missing, that is why
`pycentral pkginstall python-gdal' is not called.
Note that python-gdal.postinst.debhelper and python-gdal.prerm.debhelper
are correctly generated during build time.
--
:wq!
pgp1J4bYA5l5n.pgp
Description: PGP signature
tags 398337 + pending patch
thanks
Sorry, I added all my connections in 0.4 and didn't test adding new
connections in 0.5. Attached patch fixes this bug. I will try to upload
new package today.
--
:wq!
--- emma-0.5.orig/emmalib/__init__.py
+++ emma-0.5/emmalib/__init__.py
@@ -2284,7 +2284,7 @@
Erich Schubert wrote:
> DB is Postgresql; the issues didn't occur with sqlite3.
> I believe psycopg 1, not version 2. I don't know if this still is an
> issue with v2.
You're right - after replacing python-psycopg2 with python-psycopg
package I'm reproducing it.
I will report this to sqlalchemy's
Erich Schubert wrote:
> I get data keys as unicode strings, albeit they only consist of regular
> characters. When I try to use them in sqlalchemy, broken SQL commands
> are generated. e.g.:
>
> SELECT count(foobar.foobarid) AS tbl_row_count
> FROM foobar
> WHERE foobar.foobarid = KiupZ8YqyzY
I c
in python2.3 "set()" is available thru
| from sets import Set as set
command but it's too late to include this workaround in ipython package
since python2.3 will (most probably) be removed from supported python
versions soon
pgpqGOFHQn8Sv.pgp
Description: PGP signature
Package: wnpp
Severity: wishlist
Owner: Piotr Ozarowski <[EMAIL PROTECTED]>
* Package name: python-pygments
Version : 0.1~svn2258
Upstream Author : Georg Brandl <[EMAIL PROTECTED]>
* URL : http://pygments.pocoo.org/
* License : LGPL
Programming
Since users of package emma will start app. most probably from some kind
of menu (I.e. I'm providing debian menu file in my package) and users of
your package will use shell, I will rename /usr/bin/emma to
/usr/bin/Emma.
pgpfwGX0QJiDw.pgp
Description: PGP signature
Charles Plessy wrote:
> I am preparing a package for a software suite called EMBOSS, and one of
> its binaries is called emma. Is the Emma you are packaging also
> containing a "emma" binary ?
Yes, my package has only one file in /usr/bin - "emma".
I wanted to search for sponsor today, but I will
Package: wnpp
Severity: wishlist
Owner: Piotr Ozarowski <[EMAIL PROTECTED]>
* Package name: emma
Version : 0.4
Upstream Author : Florian Schmidt <[EMAIL PROTECTED]>
* URL : http://www.fastflo.de/projects/emma
* License : GPL
Programming
After taking a deeper look at lib/png.c file I think this behaviour IS
intentional. It will be mentioned in manpage.
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgpj7ECtLQbEW.pgp
Description: PGP signature
tags 391988 + confirmed upstream
thanks
I have forwarded this bug upstream:
http://sourceforge.net/tracker/index.php?func=detail&aid=1573995&group_id=33717&atid=409010
test file can be downloaded from here:
http://www.libpng.org/pub/png/PngSuite/basn3p02.png
--
To UNSUBSCRIBE, email to [EMAIL
Package: pyracerz
Version: 0.2-3
Severity: normal
Tags: patch
| $ pyracerz
| Traceback (most recent call last):
| File "/usr/bin/pyracerz", line 276, in ?
| if __name__ == '__main__': main()
| File "/usr/bin/pyracerz", line 110, in main
| pygame.mixer.music.load(os.path.join("/usr/shar
as I understand it)
your patch was supposed to fix only python related issues, so it's OK.
Good luck in NM process :)
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
as I understand it,
your patch was supposed to fix only python related issues, so it's OK.
Thanks for the patch and good luck in NM process :)
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgphZeQM3sspX.pgp
Description: PGP signature
tags 389199 +pending
thanks
> Your package recommends python-flup (>= 0.2015-1) which is not available in
> unstable. You might want to relax the recommends so python-flup 0.5-1 can
> fulfill it?
Yes it can, I have misread python-flup's changelog. See bug #386354
Regards,
Addition: It's not grsecurity related bug (in my report there is -grsec
kernel listed), I'm getting SIGSEGV on vanilla kernels as well.
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgpYHzrUgjFmH.pgp
Description: PGP signature
ool/main/w/wareweb/
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgpuOfgUePYc4.pgp
Description: PGP signature
Package: wnpp
Severity: wishlist
Owner: Piotr Ozarowski <[EMAIL PROTECTED]>
* Package name: python-wareweb
Version : 0.2
Upstream Author : Ian Bicking <[EMAIL PROTECTED]>
* URL : http://pythonpaste.org/wareweb/
* License : MIT
Programming
o nobody
else will be confused).
[1] http://packages.qa.debian.org/f/flup.html
[2] http://qa.debian.org/debcheck.php?dist=unstable&package=pastescript
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgpIfML66NZvg.pgp
Description: PGP signature
Package: python-flup
Version: 0.5-1
Severity: minor
2016 is greater than 5 so you need to bump epoch in package's version
try to run this:
$ dpkg --compare-versions 0.5-1 lt 0.2016-1 && echo TRUE
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [E
stallation, if
you still think your system is OK, please reassign this bug to python-gtk2.
Otherwise close it.
PS I hope it's only a wrong python-gtk2 installation and you will become a
Griffith fan soon :-)
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgpOSB8Mt3a26.pgp
Description: PGP signature
named "Nothing". However,
> the output of this command is simply:
>
> bash: !Nothing: event not found
"!" has special meaning in bash, you need to escape it with "\", like
this:
$ 7za a test.7z Scripts/ -x\!Nothing
--
-=[ Piotr Ozarowski ]=-
-=[ http:
/imgSeek
E: imgseek: python-script-but-no-python-dep ./usr/bin/imgSeekCmd
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
imgseek_0.8.6-0.1.diff.gz
Description: application/gunzip
pgpb91x4waAD9.pgp
Description: PGP signature
racerz.conf", "w+")
IOError: [Errno 13] Permission denied: '/var/games/pyracerz/pyracerz.conf'
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
diff -u pyracerz-0.2/debian/control pyracerz-0.2/debian/control
--- pyracerz-0.2/debian/control
+++ pyracerz-0.2
Package: fetchmailconf
Version: 6.3.4-4
Severity: important
Tags: patch
I've made a mistake in my previous patch: fetchmailconf will not work
after changing current (default) python version because of hard coded
python version in /usr/bin/fetchmailconf link.
With attached patch applied there will
tags 380757 + patch
thanks
Hi fEnIo,
As I told you on IRC, I don't feel competent to package perl stuff so
it's disabled. You will need to remove "--without-perl-support" from
23th debian/rules line to enable it again.
I'm closing bug #352107 but automake1.7 is still in Build-Depends, see
bug de
tags 380847 + patch
thanks
Here's promised patch
--
-=[ Piotr Ożarowski ]=-
-=[ http://www.ozarowski.pl ]=-
imgseek_0.8.6-0.1.diff.gz
Description: application/gunzip
pgpQNMtkbP9s5.pgp
Description: PGP signature
Piotr Ozarowski ([EMAIL PROTECTED]):
> Here's promised patch
It builds fine in pbuilder but please add "python-central (>= 0.5)" to
Build-Depends. Sorry.
--
-=[ Piotr Ożarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgpltDooq0fev.pgp
Description: PGP signature
ption.
+ * Bumped Standards-Version to 3.7.2 (no changes needed).
+
+ -- Piotr Ozarowski <[EMAIL PROTECTED]> Wed, 2 Aug 2006 00:10:04 +0200
+
pypanel (2.4-1) unstable; urgency=low
* New upstream version.
diff -u pypanel-2.4/debian/compat pypanel-2.4/debian/compat
--- pypanel-2.4/debian/compat
stcolumn char(8))")
curs.execute("INSERT INTO testtable VALUES ('a')")
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgp1xlZksUYMq.pgp
Description: PGP signature
Christoph Haas ([EMAIL PROTECTED]):
> I'm puzzled. :(
so am I, sorry :(
Could you try upgrading sqlalchemy to 0.2.6?
It will not help probably, but it's worth the shot.
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgp4UW0esxE2c.pgp
Description: PGP signature
What version of libkrb53 package do you have? (mine's 1.4.3-8)
$ diff firststeps_with_psycopg_strace_output
firststeps_with_psycopg2_strace_output
shows that /usr/lib/libkrb5support.so.0 could be the one causing
problems (in both cases example worked fine on my machine)
--
-=[
lled) and my app. *still* works with PostgreSQL 8.1 (8.1.4-5)
Could you provide more info?
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgpprNmQ7346f.pgp
Description: PGP signature
Package: wnpp
Severity: wishlist
Owner: Piotr Ozarowski <[EMAIL PROTECTED]>
* Package name: python-jinja
Version : 0.8
Upstream Author : Armin Ronacher <[EMAIL PROTECTED]>
* URL : http://wsgiarea.pocoo.org/jinja/
* License : BSD
Programming
tags 379438 + pending
thanks
new upstream version will be relased really soon, I will fix this bug with
new upload.
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgpcOXrJsY8Z0.pgp
Description: PGP signature
Package: zatacka
Version: 0.1.5dfsg1-2
Severity: important
I'm getting SIGSEGV (Segmentation fault) while starting the game.
I can see game window for a second and just after that I'm getting
SIGSEGV.
$ strace zatacka 2>&1 | tail
rt_sigaction(SIGBUS, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGFPE,
Package: wnpp
Severity: wishlist
Owner: Piotr Ozarowski <[EMAIL PROTECTED]>
* Package name: pypar2
Version : 0.05
Upstream Author : Ingelrest François <[EMAIL PROTECTED]>
* URL : http://pypar2.silent-blade.org/
* License : GPL
Programming
Luk Claes ([EMAIL PROTECTED]):
> Your package recommends griffith-extra-arwork which is not available in
> unstable (anymore).
It's already moved to Suggests in griffith's SVN repository (will be
fixed in next release)
--
-=[ Piotr Ozarowski ]=-
-=[ http://
* project is about roms)
[1] You can of course write a script that will extend rzip/7zip with
that functionality.
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgpowJeQpxZ6H.pgp
Description: PGP signature
merge 376881 375809
thanks
Luk Claes ([EMAIL PROTECTED]):
> Your package recommends python-chardet which is not available (anymore).
^^^
It's in NEW queue.
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozar
information is redundant (see description's
first sentence)?
Does regular user know what "Delta and Move optimization" is?
BTW, I have changed severity to "wishlist" since in my opinion it's not a
bug at all.
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgphOOarXzqYN.pgp
Description: PGP signature
Package: wnpp
Severity: wishlist
Owner: Piotr Ozarowski <[EMAIL PROTECTED]>
* Package name: python-chardet
Version : 1.0
Upstream Author : Mark Pilgrim <[EMAIL PROTECTED]>
* URL : http://chardet.feedparser.org/
* License : GPL
Programming
reopen 373997
thanks
> + honnour minor supported version (thanks to Piotr Ozarowski for the
>original patch) (Closes: #373997).
It's still not fixed, please take a look at whole patch from #374809
--
-=[ Piotr Ożarowski ]=-
-=[ http://www.o
Please consider adding something similar to attached patch.
It adds support for packages that are arch "all" and depend on
python version >> current.
163a164,168
> # check if current is in build versions
> ifneq ($(cdbs_python_current_version), $(filter
> $(cdbs_python_current_version), $(shell
I have added a temporary (upstream author will fix it in 0.2.4)
patch for python 2.3 compatibility
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
sqlalchemy_0.2.3-0.1.diff.gz
Description: application/gunzip
pgpM6NuzWMQra.pgp
Description: PGP signature
but maybe a better idea would be bumping python requirements to >= 2.4
(XS-Python-Version: >= 2.4)
since not all functions in 0.2.3 are working with python2.3
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgpFV6oEA39sH.pgp
Description: PGP signature
This version will compile with python 2.3 as well
I have added a temporary workaround for ticket 218
(http://www.sqlalchemy.org/trac/ticket/218)
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
sqlalchemy_0.2.3-0.1.diff.gz
Description: application/gunzip
pgpgkbMQC1klE.pgp
* New 0.2.3 upstream release.
* Updated to latest python policy changes:
- add pycompat file
- suggested packages versions updated
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
sqlalchemy_0.2.3-0.1.diff.gz
Description: application/gunzip
pgp9hMRzEUYje.pgp
Description
Package: python-egenix-mxdatetime
Version: 2.0.6-3.1
Severity: important
python2.3-egenix-mxdatetime package was depending on python2.3-egenix-mxtools
python-egenix-mxdatetime (>=2.0.6-3.1) should depend on python-egenix-mxtools
(>=2.0.6-3.1)
I wasn't able to connect to my postgresql server witho
As suggested on #debian-python, I have prepared NMU for 0.1.4
(upstream's version currently present in Debian archives) so it could be
uploaded as 0-day NMU
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
sqlalchemy_0.1.4-1.1.di
New python policy ready version attached
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
sqlalchemy_0.2.2-0.1.diff.gz
Description: application/gunzip
pgpyJPucQYD8C.pgp
Description: PGP signature
severity 373853 wishlist
thanks
Raphael Hertzog ([EMAIL PROTECTED]):
> On Fri, 16 Jun 2006, Piotr Ozarowski wrote:
> > I have following line in debian/control (source section)
> > XS-Python-Version: >= 2.4
> >
> > and in generated *.substvars file:
> > pyth
ly either. There's also no information about
it here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=366759
PS2 Chad, sorry you need to read it again, I forgot to CC b.d.o
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgpU5gNMQfGPL.pgp
Description: PGP signature
It builds on my machine, why do you think it's broken?
Why didn't I get a copy of your mail?
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgplPpli4NdcC.pgp
Description: PGP signature
Package: debhelper
Version: 5.0.37.1
Severity: important
I have following line in debian/control (source section)
XS-Python-Version: >= 2.4
and in generated *.substvars file:
python:Versions=all
since python2.3 is still supported, I think it shouldn't be "all"
note that `pyversions -r '>=2.4'
Note that for python-support/central you will have to rename this
directory anyway.
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
eggify.patch.gz
Description: application/gunzip
pgpQrQd6aueuN.pgp
Description: PGP signature
http://lists.debian.org/debian-devel-announce/2006/06/msg8.html
http://lists.debian.org/debian-devel-announce/2006/06/msg9.html
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgpDb9wsiA3tw.pgp
Description: PGP signature
Package: python-cheetah
Version: 1.0-1
Severity: serious
Please update your package to new python policy, you can find more info about
it in
these mails:
http://lists.debian.org/debian-devel-announce/2006/06/msg8.html
http://lists.debian.org/debian-devel-announce/2006/06/msg9.html
If yo
Package: python-kiwi
Version: 1.9.8-2
Severity: normal
All I get after running kiwi-ui-test/kiwi-i18n:
$ /usr/bin/kiwi-ui-test
Traceback (most recent call last):
File "/usr/bin/kiwi-ui-test", line 37, in ?
majmin = tuple(map(int, version_string.split('.')))
ValueError: invalid literal for i
There is another upstream release available, so I have updated my patch.
This time new watch file is added as well.
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
sqlalchemy_0.2.2-0.1.diff.gz
Description: application/gunzip
pgpWXcOYZdLFo.pgp
Description: PGP signature
Update to debian/control from my patch:
Provides: python2.3-sqlalchemy, python2.4-sqlalchemy
Conflicts: python2.3-sqlalchemy (<<0.2.1-0.1), python2.4-sqlalchemy
(<<0.2.1-0.1)
Replaces: python2.3-sqlalchemy (<<0.2.1-0.1), python2.4-sqlalchemy (<<0.2.1-0.1)
--
... and:
Depends: python (>= 2.3), python (<<2.5), python-support (>= 0.2.2)
sorry
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgpP53b6xYCi5.pgp
Description: PGP signature
Package: python-sqlalchemy
Version: 0.1.4-1
Severity: minor
Hi,
There are 5 new sqlalchemy's upstream releases (0.1.5, 0.1.6, 0.1.7,
0.2.0 and 0.2.1). If you don't have time to maintain this package anymore,
I would be happy to take over and maintain it as a part of Debian Python
Modules Team.
I
tags 368862 + unreproducible
thanks
pgp26ApL3wuSj.pgp
Description: PGP signature
nchant, spellchecker is disabled but
everything else seems to work fine (I'm not getting python exceptions).
Can you write more about what were you doing, just before you get this
exception?
--
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-
pgpKZt5yBPSql.pgp
Description: PGP signature
Package: wnpp
Severity: wishlist
Owner: Piotr Ozarowski <[EMAIL PROTECTED]>
* Package name: advancecomp
Version : 1.15
Upstream Author : Andrea Mazzoleni <[EMAIL PROTECTED]>
* URL : http://advancemame.sourceforge.net/
* License : GPL, LGPL
Program
1 - 100 of 113 matches
Mail list logo