Bug#545126: Cannot start publican due to missing File/pushd.pm

2009-09-05 Thread Mikhail Gusarov
Twas brillig at 09:58:47 05.09.2009 UTC+02 when da...@debian.org did
gyre and gimble:

 DS It needs a dependency on `libfile-pushd-perl'.

Thanks.

 DS BTW: The version numbering seems awkard, unless you come back from
 DS the future of course. =) We're only 5 September 2009, and the
 DS version is 1.0~20090927-1.

Oops :) It meant to be 20090827. Given 1.0 is to be released soon, I
keep it as is.

-- 
  http://fossarchy.blogspot.com/


pgpeB8enaCWVB.pgp
Description: PGP signature


Bug#545127: Put everything in /usr/share/publican, not /usr/share/Publican

2009-09-05 Thread Mikhail Gusarov

Twas brillig at 11:27:39 05.09.2009 UTC+02 when da...@debian.org did gyre and 
gimble:

 DS preferably under /usr/share/package-name. Following the
 DS package-name naming convention ensures that the file names change
 DS when the shared object version changes.

Not applicable, no shared packages.

 DS Under 10.7.3: A common practice is to create a script called
 DS package-configure and have the package's postinst call it if and
 DS only if the configuration file does not already exist. In certain
 DS cases it is useful for there to be an example or template file
 DS which the maintainer scripts use.  Such files should be in
 DS /usr/share/package or /usr/lib/package (depending on whether they
 DS are architecture-independent or not).

Not applicable, no publican-configure. Actually wording here is unclear,
it will make much more sense if spelled like such files should be in
directory where package stores it's own arch-indep or arch-dep files

   DS Every package here is in lowercase.
  /usr/share/X11

 DS There are exceptions such as X11 and R.  But let's not make things
 DS too difficult: (almost) every package is in lowercase.  It is no
 DS help that end users should start looking if the name is in upper or
 DS lowercase.

/usr/share/BasiliskII
/usr/share/PolicyKit
/usr/share/VFlib
/usr/share/Thunar
/usr/share/ImageMagick-ver
/usr/share/FBReader
/usr/share/DVIlib2

and

/usr/lib/ConsoleKit
/usr/lib/X11
/usr/lib/ImageMagick-ver

You might want to try to persuade upstream to use /usr/share/publican,
I'm not going to change it just for sake of complying with
recomendations for shared libraries, which aren't applicable in this
particular case.

-- 
  http://fossarchy.blogspot.com/


pgpWHrY3qrsSh.pgp
Description: PGP signature


Bug#545127: Put everything in /usr/share/publican, not /usr/share/Publican

2009-09-05 Thread Mikhail Gusarov

Twas brillig at 12:25:53 05.09.2009 UTC+02 when da...@debian.org did gyre and 
gimble:

  Changing /usr/share/PolicyKit - /usr/share/policykit will be
  beneficial in particular. Everyone will be happy changing upstream's
  policies installation path.

 DS I don't understand what upstream's policies have anything to do
 DS here.

Various packages ship policies for PolicyKit, and they all assume such
policies go to $prefix/share/PolicyKit. If you insist on
lowercasification of /usr/share contents (and I won't touch the code
until all maintainers for all packages with uppercase directories in
/usr/{lib,share} agree to lowercase directories of their packages), then
every maintainer of package which contains policy for PolicyKit will
have to adjust.

-- 
  http://fossarchy.blogspot.com/


pgpeG0v9hjBxh.pgp
Description: PGP signature


Bug#545127: Put everything in /usr/share/publican, not /usr/share/Publican

2009-09-05 Thread Mikhail Gusarov

Twas brillig at 12:04:45 05.09.2009 UTC+02 when da...@debian.org did gyre and 
gimble:

 DS If I'm not mistaken, the files in /usr/share/Publican are
 DS architecture-independent shared libraries, perhaps not libraries in
 DS the sense of programming languages like C or Python, but still
 DS libraries.

It's just a bunch of data actually. Policy recommends to use package
name in order to allow coexistence of several versions of shared
libraries, so auxiliary data for libfoo1 does not stomp on foot of data
for libfoo2.

 DS Would you agree that we discuss this with people from Debian Policy
 DS and fellow Debian developers on the appropriate mailing lists?  I
 DS understand that upstream uses an uppercase, but for me it would be
 DS preferable to be Debian compliant, and if the wording is unclear,
 DS to improve the policy.

I'm really sorry, but I don't have time for it now. Feel free to start
discussions (both in debian-policy and with upstream) and keep me in
CC. Please don't forget to contact all other maintainers who use
uppercase letters in /usr/{share,lib} -- I gave some examples from my
system.

Changing /usr/share/PolicyKit - /usr/share/policykit will be beneficial
in particular. Everyone will be happy changing upstream's policies
installation path.

-- 
  http://fossarchy.blogspot.com/


pgpJLyXzviR08.pgp
Description: PGP signature


Bug#545172: Error in debian/watch

2009-09-05 Thread Mikhail Gusarov

Twas brillig at 15:35:42 05.09.2009 UTC+02 when da...@debian.org did gyre and 
gimble:

 DS /p/u should be added.

Ah, right. They've changed it recently.

 DS https://fedorahosted.org/releases/p/u/publican/   ^publican-(\d.*)\.tgz$

Thanks, added.

 DS However, it does mean that the current numbering doesn't match the
 one from upstream (i.e. 1.0 vs 0.44).

Yep, 1.0 is the upcoming release.

-- 
  http://fossarchy.blogspot.com/


pgpiAS0xL3AKI.pgp
Description: PGP signature


Bug#545127: Policy of capitalisation of packagename in /usr/share/?

2009-09-05 Thread Mikhail Gusarov

Twas brillig at 15:08:10 05.09.2009 UTC+02 when da...@debian.org did gyre and 
gimble:

 DS The Debian Policy [2] has two places in which it says something
 DS about /usr/share/: sections 8.2 (Shared library support files) and
 DS 10.7.3 (Configuration Files  Behavior).  However, according to
 DS Mikhail both sections are not applicable, either because there are
 DS currently no shared packages or because `publican' has no
 DS ./configure.  [Correct me if I'm wrong, Mikhail.]

Let me elaborate a bit. Publican is pure-Perl application with
arch-indep data stored under /usr/share/Publican.

8.2 talks about shared library support files, and recommends using
/usr/share/pkgname in order to avoid conflicts between libfooN and
libfooM.

10.7.3 talks about `package-configure' auxiliary files for maintainer
scripts, Publican does not use such thing.

10.7.3 refers to /usr/share/package and /usr/lib/package, though
there is no requirement to use such directories, so I'd change it to say
`arch-indep or arch-dep directories used by package'.

-- 
  http://fossarchy.blogspot.com/


pgpRLuS0v6p98.pgp
Description: PGP signature


Bug#525095: python-sphinx: sphinx fails with exception

2009-09-04 Thread Mikhail Gusarov
Adrian,

I just tried building documentation (0.6.3-1, slated to go to unstable
today) for Tg and Pylons trunk - works fine. Please check whether it
works for you.

-- 
  http://fossarchy.blogspot.com/


pgp5z9la47Tc0.pgp
Description: PGP signature


Bug#545042: python-sphinx: it is already a whole day as a new version (0.6.3) is available ; -)

2009-09-04 Thread Mikhail Gusarov

Twas brillig at 11:57:23 04.09.2009 UTC-04 when deb...@onerussian.com did gyre 
and gimble:

 YH sorry for annoyance -- but it is always pleasant to fix few bugs
 YH with a fresh upload ;)

Eh, I just committed debian/changelog to svn.

-- 
  http://fossarchy.blogspot.com/


pgpwX9rn3yflM.pgp
Description: PGP signature


Bug#541423: s3cmd: have sync detect renamed (and possibly copied) files

2009-08-28 Thread Mikhail Gusarov

Twas brillig at 21:36:31 13.08.2009 UTC-04 when fbri...@fbriere.net did gyre 
and gimble:

 FB It would be nice if sync could detect renamed files, which it will
 FB currently delete and re-upload.

Do you know a way to rename or copy object through an S3 API?

-- 
  http://fossarchy.blogspot.com/


pgpPmink3SWHU.pgp
Description: PGP signature


Bug#543641: lintian: manpage-has-errors-from-man for manpage with long URL

2009-08-26 Thread Mikhail Gusarov
Package: lintian
Version: 2.2.14
Severity: normal

I'm getting the following warning from Lintian:

W: publican: manpage-has-errors-from-man usr/share/man/man1/publican.1p.gz 229: 
warning [p 2, 0.3i]: can't break line

This line contains long URL, and such errors ought to be
suppressed according to Lintian changelog:

lintian (1.24.3) unstable; urgency=low
  ...
  * checks/manpages{,.desc}:
+ [RA] Suppress warnings about inability to break a line that contains
  a URL.  URLs often can't be usefully broken.  Based on a patch by
  Damyan Ivanov.  (Closes: #491578)

Manpage in question can be obtained from 
http://dottedmag.net/~mag/publican.1p.gz

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

Kernel: Linux 2.6.31-rc6-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lintian depends on:
ii  binutils  2.19.51.20090723-1 The GNU assembler, linker and bina
ii  diffstat  1.47-1 produces graph of changes introduc
ii  dpkg-dev  1.15.3.1   Debian package development tools
ii  file  5.03-1 Determines file type using magic
ii  gettext   0.17-7 GNU Internationalization utilities
ii  intltool-debian   0.35.0+20060710.1  Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl   0.1.24 Perl interface to libapt-pkg
ii  libipc-run-perl   0.84-1 Perl module for running processes
ii  libparse-debianchange 1.1.1-2parse Debian changelogs and output
ii  libtimedate-perl  1.1600-9   Time and date functions for Perl
ii  liburi-perl   1.37+dfsg-1Manipulates and accesses URI strin
ii  man-db2.5.5-3on-line manual pager
ii  perl [libdigest-sha-p 5.10.0-24  Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
ii  binutils-multiarch2.19.51.20090723-1 Binary utilities that support mult
pn  libtext-template-perl none (no description available)
ii  man-db2.5.5-3on-line manual pager

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542913: ITP: libmakefile-dom-perl -- Perl DOM implementation for Makefiles

2009-08-22 Thread Mikhail Gusarov
Package: wnpp
Severity: wishlist
Owner: Mikhail Gusarov dotted...@dottedmag.net

* Package name: libmakefile-dom-perl
  Version : 0.004
  Upstream Author : Agent Zhang agen...@gmail.com
* URL : http://search.cpan.org/dist/Makefile-DOM/
* License : Perl (Artistic and GPL)
  Programming Lang: Perl
  Description : Perl DOM implementation for Makefiles

This libary serves as an advanced lexer for (GNU) makefiles. It
loselessly parses makefiles as documents. The results are data
structures similar to DOM trees, holding every single bit of the
information in the original input files, including white spaces,
blank lines and makefile comments, so it's possible to reproduce
the original makefiles from the DOM trees. In addition, each node
of the DOM trees is modifiable and so is the whole tree.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542914: ITP: liblocale-maketext-gettext-perl -- Perl module bridging gettext and Maketext localization frameworks

2009-08-22 Thread Mikhail Gusarov
Package: wnpp
Severity: wishlist
Owner: Mikhail Gusarov dotted...@dottedmag.net

* Package name: liblocale-maketext-gettext-perl
  Version : 1.28
  Upstream Author : imacat ima...@mail.imacat.idv.tw
* URL : http://search.cpan.org/dist/Locale-Maketext-Gettext/
* License : Perl (Artistic and GPL)
  Programming Lang: Perl
  Description : Perl module bridging gettext and Maketext localization 
frameworks

Locale::Maketext::Gettext joins the GNU gettext and Maketext
frameworks providing a code that bridges gettext po/pot
localization infrastructure and Maketext Perl API.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542916: ITP: libmakefile-parser-perl -- Simple Perl makefile parser

2009-08-22 Thread Mikhail Gusarov
Package: wnpp
Severity: wishlist
Owner: Mikhail Gusarov dotted...@dottedmag.net

* Package name: libmakefile-parser-perl
  Version : 0.211
  Upstream Author : Agent Zhang agen...@yahoo.cn
* URL : http://search.cpan.org/dist/Makefile-Parser/
* License : Perl (Artistic and GPL)
  Programming Lang: Perl
  Description : Simple Perl Makefile parser

This is a simple Perl Makefile parser, able to parse most of syntax constructs
supported both by Microsoft Nmake and GNU Make.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542919: ITP: publican -- Tool for publishing material authored in DocBook XML

2009-08-22 Thread Mikhail Gusarov
Package: wnpp
Severity: wishlist
Owner: Mikhail Gusarov dotted...@dottedmag.net

* Package name: publican
  Version : 0.99
  Upstream Author : Jeff Fearn jfe...@redhat.com
* URL : https://fedorahosted.org/publican/
* License : Perl (Artistic and GPL)
  Programming Lang: Perl
  Description : Tool for publishing material authored in DocBook XML

Publican is a Docbook XML publication system:
 * Publican ensures your document is valid,
 * Publican works to ensure your document is up to publishable standard,
 * Publican supports skinning to allow you to create your own presentation
   rules and look, overriding many parts of the default style to meet your
   publishing needs,
 * Publican automates producing documentation in several formats: plain text,
   several variations of HTML output and PDF, hiding boring details.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542918: ITP: libxml-treebuilder-perl -- Perl XML parser providing a tree of XML::Elements similar to HTML::Element

2009-08-22 Thread Mikhail Gusarov
Package: wnpp
Severity: wishlist
Owner: Mikhail Gusarov dotted...@dottedmag.net

* Package name: libxml-treebuilder-perl
  Version : 3.09
  Upstream Author : Sean M. Burke sbu...@cpan.org
* URL : http://search.cpan.org/dist/XML-TreeBuilder/
* License : Perl (Artistic and GPL)
  Programming Lang: Perl
  Description : Perl XML parser providing a tree of XML::Elements similar 
to HTML::Element

This module uses XML::Parser to make XML document trees constructed of 
XML::Element objects
(and XML::Element is a subclass of HTML::Element adapted for XML).  
XML::TreeBuilder is meant
particularly for people who are used to the HTML::TreeBuilder / HTML::Element 
interface to
document trees, and who don't want to learn some other document interface like 
XML::Twig or
XML::DOM.

== 

Note: this my ITP and previous ones are prerequisites to package Publican[1], 
I'd be asking myself
Why another hand-written XML parser? if it was not required by application.

[1] http://fedorahosted.org/publican



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540319: ITP: python-ampqlib -- Simple non-threaded Python AMQP client library

2009-08-07 Thread Mikhail Gusarov
Package: wnpp
Severity: wishlist
Owner: Mikhail Gusarov dotted...@dottedmag.net

* Package name: python-ampqlib
  Version : 0.6
  Upstream Author : Barry Pederson b...@barryp.org
* URL : http://barryp.org/software/py-amqplib/
* License : LGPL 2.1+
  Programming Lang: Python
  Description : Simple non-threaded Python AMQP client library

Python client for the Advanced Message Queuing Procotol (AMQP) 0-8,
featuring basic messaging functionality and SSL support.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540328: rabbitmq-server: INSTALL file installed to /usr/lib/erlang/lib/rabbitmq_server-*/

2009-08-07 Thread Mikhail Gusarov
Package: rabbitmq-server
Version: 1.6.0-1
Severity: minor

INSTALL file is (accidentally?) installed in /usr/lib/erlang/lib alongside the 
code of RabbitMQ.
Since it is quite useless on Debian system, probably it's better to just drop 
the file from package.

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

Kernel: Linux 2.6.31-rc2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rabbitmq-server depends on:
ii  adduser   3.110  add and remove users and groups
ii  erlang-base   1:13.b-dfsg1-1 Erlang/OTP virtual machine and bas
ii  erlang-mnesia 1:13.b-dfsg1-1 Erlang/OTP distributed relational/
ii  erlang-os-mon 1:13.b-dfsg1-1 Erlang/OTP operating system monito
ii  erlang-ssl1:13.b-dfsg1-1 Erlang/OTP implementation of SSL
ii  logrotate 3.7.7-3Log rotation utility

rabbitmq-server recommends no packages.

rabbitmq-server suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535845: ITP: python-polib

2009-08-07 Thread Mikhail Gusarov
Hello,

I've packaged python-polib for my needs and ready to upload
package. Would you like to maintain it collaboratively?

May I steal your ITP if you're not interested anymore?

-- 
  http://fossarchy.blogspot.com/


pgppeWjBqByFt.pgp
Description: PGP signature


Bug#535845: ITP: python-polib

2009-08-07 Thread Mikhail Gusarov
Hello,

I've packaged python-polib for my needs and ready to upload
package. Would you like to maintain it collaboratively?

May I steal your ITP if you're not interested anymore?

-- 
  http://fossarchy.blogspot.com/


pgps2TAAkizCM.pgp
Description: PGP signature


Bug#534616: archmage: generated index.html shows some stacked frames but no content

2009-06-26 Thread Mikhail Gusarov
package archmage
forwarded 534616 
https://sourceforge.net/tracker/?func=detailaid=2812715group_id=84745atid=573714
thanks

 CE When extracting the Irrlicht chm file[0] archmage produces a
 CE index.html which, depending on the browser used to view, displays
 CE up to 3 levels of nesting of frames but no content.

Confirmed. Seems to be an upstream bug, forwarded there.

-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#528475: libpango1.0-dev: pango-view(1) manpage is broken

2009-05-13 Thread Mikhail Gusarov
Package: libpango1.0-dev
Version: 1.24.0-3+b1
Severity: normal


$ zcat /usr/share/man/man1/pango-view.1.gz
help2man is required to generate this file.
$

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

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

Versions of packages libpango1.0-dev depends on:
ii  libc6  2.9-12GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libcairo2-dev  1.8.6-2+b1Development files for the Cairo 2D
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfontconfig1-dev 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.9-4.1 FreeType 2 font engine, shared lib
ii  libfreetype6-dev   2.3.9-4.1 FreeType 2 font engine, developmen
ii  libglib2.0-0   2.20.0-2  The GLib library of C routines
ii  libglib2.0-dev 2.20.0-2  Development files for the GLib lib
ii  libpango1.0-0  1.24.0-3+b1   Layout and rendering of internatio
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  libx11-dev 2:1.2.1-1 X11 client-side library (developme
ii  libxft-dev 2.1.13-3  FreeType-based font drawing librar
ii  libxft22.1.13-3  FreeType-based font drawing librar
ii  libxrender-dev 1:0.9.4-2 X Rendering Extension client libra
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  pkg-config 0.22-1manage compile and link flags for 
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages libpango1.0-dev recommends:
ii  debhelper 7.2.8  helper programs for debian/rules

Versions of packages libpango1.0-dev suggests:
ii  imagemagick 7:6.3.7.9.dfsg2-1+b1 image manipulation programs
pn  libpango1.0-doc none   (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#526027: python-sphinx: dutch translations (and probably others too) are not available

2009-05-13 Thread Mikhail Gusarov
Piotr,

Since 0.6.1-1 locale/*/sphinx.mo files are not shipped python-sphinx
anymore, so now translations do not work properly.

I've debugged a bit and found that sphinx locates the .mo files either
in directory mentioned in config file or in
/usr/lib/pymodules/curversion/sphinx/locale, both not quite useful for
fixing bug.

What do you think is the best way to fix it? One-line patch to sphinx,
adding /usr/share/sphinx/locale to gettext search path, or maybe
something else?

-- 


pgpai862znklX.pgp
Description: PGP signature


Bug#527205: ITP: inotifyx -- Simple Python binding to the Linux inotify file system event monitoring API

2009-05-06 Thread Mikhail Gusarov

Twas brillig at 17:09:45 06.05.2009 UTC+05 when r...@researchut.com did gyre 
and gimble:

 RRS Given the pytagsfs upstream maintainer's announcement email [1], I
 RRS believe python-inotify is not going to be maintained further.

 RRS But this whole discussion started with python-inotify in
 RRS experimental, which isn't backward compatible.

 RRS I'm CCing the python-inotify maintainer. Probably he can give a
 RRS better status of python-inotify.

pyinotify is known for several (two? can't remember exactly) API breaks,
yes. So, as there are applications which rely on another inotifyx (which
is not an application, but a library), it has to be packaged.

But pyinotify is not dead upstream.

-- 


pgpND0cGUgT9h.pgp
Description: PGP signature


Bug#526748: trang: New upstream version

2009-05-03 Thread Mikhail Gusarov
Package: trang
Version: 20030619-6.1
Severity: wishlist


trang-20081028 is available on http://code.google.com/p/jing-trang/

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

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

Versions of packages trang depends on:
ii  libc6  2.9-4 GNU C Library: Shared libraries
ii  libgcc11:4.3.3-3 GCC support library
ii  libgcj-bc  4.3.3-2   Link time only library for use wit
ii  libgcj9-0  4.3.3-3   Java runtime library for use with 
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

trang recommends no packages.

Versions of packages trang suggests:
pn  nxml-mode none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#526027: python-sphinx: dutch translations (and probably others too) are not available

2009-05-01 Thread Mikhail Gusarov
Rico,

I don't have any sphinx-based documentation with translations
available. Can you share your docs or point me to the such ones for
testing?

-- 


pgpHAuxiDiin8.pgp
Description: PGP signature


Bug#525095: python-sphinx: sphinx fails with exception

2009-05-01 Thread Mikhail Gusarov
Adrian,

I've tested building documentation with tg2 and pylons, and've got
other errors :)

pylons:

Exception occurred:  1%] advanced_pylons/creating_paste_templates   

  File /usr/lib/pymodules/python2.5/jinja2/environment.py, line 357, in parse
raise e
TemplateSyntaxError: expected token 'lparen', got 'block_end'
  File /home/dottedmag/z/Pylons/pylons/docs/en/_templates/layout.html, line 7
{%- macro relbar %}

tg2: 
  File /home/dottedmag/z/2.0/docs/conf.py, line 15, in module
from tg.release import version as tg_release_version
ImportError: No module named tg.release

The errors are the same for both 0.6.x and trunk.

Please contact tg2/pylons developers, as it looks like the problems with
docs itself.

-- 


pgpyeuafLLsrx.pgp
Description: PGP signature


Bug#524302: [PATCH] dovecot-common: Option do disable dovecot network services

2009-04-15 Thread Mikhail Gusarov
Package: dovecot-common
Version: 1:1.1.13-2
Severity: wishlist


Attached is the patch which adds reading ENABLED option from 
/etc/default/dovecot.
Useful if dovecot is used as local-only IMAP server through PREAUTH interface.

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

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

Versions of packages dovecot-common depends on:
ii  adduser  3.110   add and remove users and groups
ii  libbz2-1.0   1.0.5-1 high-quality block-sorting file co
ii  libc62.9-4   GNU C Library: Shared libraries
ii  libcomerr2   1.41.3-1common error description library
ii  libdb4.7 4.7.25-6Berkeley v4.7 Database Libraries [
ii  libgssapi-krb5-2 1.6.dfsg.4~beta1-12 MIT Kerberos runtime libraries - k
ii  libk5crypto3 1.6.dfsg.4~beta1-12 MIT Kerberos runtime libraries - C
ii  libkrb5-31.6.dfsg.4~beta1-12 MIT Kerberos runtime libraries
ii  libldap-2.4-22.4.11-1OpenLDAP libraries
ii  libmysqlclient15off  5.0.51a-24  MySQL database client library
ii  libpam-runtime   1.0.1-9 Runtime support for the PAM librar
ii  libpam0g 1.0.1-9 Pluggable Authentication Modules l
ii  libpq5   8.3.7-1 PostgreSQL C client library
ii  libsqlite3-0 3.6.12-1SQLite 3 shared library
ii  libssl0.9.8  0.9.8g-16   SSL shared libraries
ii  openssl  0.9.8g-16   Secure Socket Layer (SSL) binary a
ii  ucf  3.0018  Update Configuration File: preserv
ii  zlib1g   1:1.2.3.3.dfsg-13   compression library - runtime

dovecot-common recommends no packages.

Versions of packages dovecot-common suggests:
ii  ntp 1:4.2.4p6+dfsg-1 Network Time Protocol daemon and u

-- no debconf information
--- /etc/init.d/dovecot.old 2009-04-16 12:15:53.0 +0700
+++ /etc/init.d/dovecot 2009-04-16 12:19:29.0 +0700
@@ -36,6 +36,9 @@
 # Exit if the configuration file doesn't exist
 [ -f $CONF ] || exit 0
 
+# Exit if explicitly told to
+[ x$ENABLED != x0 ] || exit 0
+
 # Load the VERBOSE setting and other rcS variables
 . /lib/init/vars.sh
 


Bug#518517: ITP: inosync -- Notification-based directory synchronization daemon

2009-04-12 Thread Mikhail Gusarov
retitle 518517 RFP: inosync -- Notification-based directory synchronization 
daemon
thanks

Well, it turned out that I don't need this tool anymore, so better let
someone else package and maintain it.

-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#522657: [Xcb] Bug#522657: libpthread-stubs0-dev: pthread-stubs.pc is installed in the wrong place

2009-04-05 Thread Mikhail Gusarov

Twas brillig at 18:28:36 05.04.2009 UTC+02 when khor...@defora.org did
gyre and gimble:

 PP The pkg-config file pthread-stubs.pc is installed in
 PP /usr/share/pkgconfig instead of /usr/lib/pkgconfig. It is then
 PP unusable

Please update/fix your pkg-config. $datadir/pkgconfig is in search path.

-- 


pgpnfZsp00fXx.pgp
Description: PGP signature


Bug#521422: python-pyinotify: New version (0.8.0) Available

2009-03-27 Thread Mikhail Gusarov
Twas brillig at 14:14:46 27.03.2009 UTC+01 when mxondeb...@free.fr did gyre and 
gimble:

 GY Website : http://trac.dbzteam.org/pyinotify

Thanks for noticing, I was not aware about it:)

 GY Considering the major changes occurring in this version, it might
 GY be great to maintain pyinotify version 0.7 in parallel with version
 GY 0.8.0 in two different packages.

First I'll notify all maintainers of packages using python-pyinotify and
if it's not possible to timely update them all to use 0.8, I'll create
python-pyinotify0.8, or something like this.

-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#520259: tcpdump: Unable to dump packets on usb0 interface

2009-03-18 Thread Mikhail Gusarov
Package: tcpdump
Version: 4.0.0-2
Severity: normal


$ sudo tcpdump -l -n -i usb0
tcpdump: unsupported data link type USB_LINUX

Interface:

usb0  Link encap:Ethernet  HWaddr 86:d1:0c:84:4d:ba  
  BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

dmesg:

[ 1759.880106] usb 6-2: new full speed USB device using uhci_hcd and address 20
[ 1760.090349] usb 6-2: configuration #1 chosen from 2 choices
[ 1760.107710] usb0: register 'cdc_ether' at usb-:00:1d.0-2, CDC Ethernet 
Device, 86:d1:0c:84:4d:ba
[ 1760.140448] usb 6-2: New USB device found, idVendor=0525, idProduct=a4a2
[ 1760.140455] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1760.140461] usb 6-2: Product: RNDIS/Ethernet Gadget
[ 1760.140465] usb 6-2: Manufacturer: Linux 2.6.23.12-lbook-nfsroot/s3c2410_udc


Similar bug in Novell bugtracker:
https://bugzilla.novell.com/show_bug.cgi?id=455774


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

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

Versions of packages tcpdump depends on:
ii  libc6 2.9-4  GNU C Library: Shared libraries
ii  libpcap0.81.0.0-1system interface for user-level pa
ii  libssl0.9.8   0.9.8g-15  SSL shared libraries

tcpdump recommends no packages.

tcpdump suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#520259: tcpdump usbN

2009-03-18 Thread Mikhail Gusarov

Figured out the workaround: renaming interface by means of udev from
usbN to something else makes tcpdump work again.

-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#520259: tcpdump: Unable to dump packets on usb0 interface

2009-03-18 Thread Mikhail Gusarov

Twas brillig at 14:04:09 18.03.2009 UTC+01 when rfranco...@debian.org did gyre 
and gimble:

 RF Hmm, does it work if you find the interface number of this device
 RF with tcpdump -D and use that as argument to -i?

Yes. But I suppose those numbers change from time to time.

 RF tcpdump interprets interface names beginning with 'usb' as attempts
 RF to dump USB packets, which is not what you want.

What a shame! Maybe it's a good idea to use another prefix for dumping
USB, not the one overlapping with default interface names for drivers in
kernel? Though it is more upstream issue.

  Similar bug in Novell bugtracker:
  https://bugzilla.novell.com/show_bug.cgi?id=455774

 RF That sounds like some other issue.

Looks the same for me: error message about usbmon appears when trying to
run tcpdump usb0 as non-root.

-- 


pgpJWTnyHGOyg.pgp
Description: PGP signature


Bug#518299:

2009-03-09 Thread Mikhail Gusarov
package s3cmd
fixed 518299 0.9.9-1
thanks

Marking as fixed in 0.9.9-1

-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#518952: fakechroot: buffer overrun in mktemp wrapper

2009-03-09 Thread Mikhail Gusarov
Package: fakechroot
Version: 2.8-1
Severity: normal


In src/libfakechroot.c:

 char tmp[FAKECHROOT_MAXPATH], *ptr, *ptr2;
 ...
 tmp[FAKECHROOT_MAXPATH] = '\0';

Harmless, but anyway.


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

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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#518517: ITP: inosync -- Notification-based directory synchronization daemon

2009-03-06 Thread Mikhail Gusarov
Package: wnpp
Severity: wishlist
Owner: Mikhail Gusarov dotted...@dottedmag.net


* Package name: inosync
  Version : 0.2
  Upstream Author : Benedikt Böhm b...@xnull.de
* URL : http://bb.xnull.de/projects/inosync/
* License : BSD3
  Programming Lang: Python
  Description : Notification-based directory synchronization daemon

The inosync daemon uses the inotify service available in recent linux kernels
to monitor and synchronize changes within directories to remote nodes using
rsync.

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



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#518299: s3cmd: Some files can not be downloaded due to Connection reset by peer error

2009-03-05 Thread Mikhail Gusarov

Twas brillig at 12:24:25 05.03.2009 UTC+02 when 
fornovia.dev.fornova@fornova.net did gyre and gimble:

 HZ Upstream author said I should upgrade to 0.9.9 and it indeed solved
 HZ the problem. How about upgrading to 0.9.9?

Stable Debian does not allow it. There is 0.9.9 in testing/unstable.

-- 


pgpJ2o8ZUxLm2.pgp
Description: PGP signature


Bug#517735: python-sphinx: dont generate index entries for missing pages in layout.html

2009-03-01 Thread Mikhail Gusarov
package python-sphinx
tags 517735 pending
thanks

 BK this patch checks the existance of pages before generating a link
 BK to it in the header section of layout.html.

Thanks. Forwarded upstream and applied there in 0.5 branch - should be
in next minor release.

-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#516625: pbuilder: pdebuild signs wrong .changes when building with --arch=i386 on amd64

2009-02-23 Thread Mikhail Gusarov

Twas brillig at 22:27:59 23.02.2009 UTC+09 when dan...@netfort.gr.jp did gyre 
and gimble:

 JU I usually build the package and checks that it works before signing
 JU a package (with debsign); so my workflow doesn't rely on the
 JU signing feature from pdebuild.

pdebuild also failed to copy generated files from chroot too due to the
same bug, not merely signing it, so it is a bit more problematic than I
supposed.

The easy way to fix it is to call the `dpkg-architecture
--print-architecture` in the chroot, but I'm not sure how to correctly
run commands in the chroot in pbuilder.

-- 


pgpaBcauchZ35.pgp
Description: PGP signature


Bug#516625: pbuilder: pdebuild signs wrong .changes when building with --arch=i386 on amd64

2009-02-23 Thread Mikhail Gusarov

Twas brillig at 14:41:59 24.02.2009 UTC+09 when dan...@netfort.gr.jp did gyre 
and gimble:

 JU Is cross-building with pdebuild a common use-case?

The only relatively useful use-case I can come up with is building i386
packages on amd64 host.

 JU It's rare compared to native-building with pdebuild ?

Yes.

-- 


pgpqyakxjzbcm.pgp
Description: PGP signature


Bug#516625: pbuilder: pdebuild signs wrong .changes when building with --arch=i386 on amd64

2009-02-22 Thread Mikhail Gusarov
Package: pbuilder
Version: 0.185
Severity: normal


If pdebuild is run with --debbuildopts --arch=i386, then it fails
to sign the generated changes file, because the name of changes file
is generated by using $(dpkg-architecture -qDEB_HOST_ARCH).

Seems that arch-handling should be moved to pdebuild itself to make it work.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages pbuilder depends on:
ii  coreutils   6.10-6   The GNU core utilities
ii  debconf [debconf-2.0]   1.5.24   Debian configuration management sy
ii  debianutils 2.31 Miscellaneous utilities specific t
ii  debootstrap 1.0.10lenny1 Bootstrap a basic Debian system
ii  gcc 4:4.3.2-2The GNU C compiler
ii  wget1.11.4-2 retrieves files from the web

Versions of packages pbuilder recommends:
ii  devscripts 2.10.35lenny3 scripts to make the life of a Debi
ii  fakeroot   1.11  Gives a fake root environment
ii  sudo   1.6.9p17-2Provide limited super user privile

Versions of packages pbuilder suggests:
ii  cowdancer 0.48   Copy-on-write directory tree utili
pn  gdebi none (no description available)
pn  pbuilder-uml  none (no description available)

-- debconf information:
  pbuilder/mirrorsite: http://debian.nsu.ru/debian
  pbuilder/nomirror:
  pbuilder/rewrite: false



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#516625: pbuilder: pdebuild signs wrong .changes when building with --arch=i386 on amd64

2009-02-22 Thread Mikhail Gusarov

Twas brillig at 12:12:14 23.02.2009 UTC+09 when dan...@netfort.gr.jp did gyre 
and gimble:

  the name of changes file is generated by using $(dpkg-architecture
  -qDEB_HOST_ARCH).

 JU anyone care to craft a patch?

I'll try to, because it breaks not only signing the file, but also
moving the file from inside the chroot.

Or maybe there there is better way to build a package from extracted
tree?

-- 


pgpDeAzU7N6z1.pgp
Description: PGP signature


Bug#502397: python-sphinx: New upstream version 0.4.3 available

2009-02-21 Thread Mikhail Gusarov

0.5.1 is in testing, so this bug can be closed.

-- 


pgpcx95DDiXZV.pgp
Description: PGP signature


Bug#514569: [python-sphinx] sphinx-build prints UserWarning

2009-02-16 Thread Mikhail Gusarov
package sphinx
tags 514569 moreinfo
thanks

Twas brillig at 21:11:59 08.02.2009 UTC-08 when ond...@certik.cz did gyre and 
gimble:

 OC $ sphinx-build --help
 OC /var/lib/python-support/python2.5/pygments/plugin.py:39: UserWarning: 
Module sphinx was already imported from 
/usr/lib/python2.5/site-packages/sphinx/__init__.py, but 
/usr/lib/python2.5/site-packages is being added to sys.path
 OC   import pkg_resources

[dotted...@vertex:~]% sphinx-build --help
Sphinx v0.5.1
Usage: /usr/bin/sphinx-build [options] sourcedir outdir [filenames...]
[...]

Installed packages' versions are the same. Can you try to reproduce the
bug in a clean environment?

-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#496528: python-sphinx: No such file or directory: '/usr/lib/python2.5/site-packages/sphinx/web/webconf.py'

2009-02-16 Thread Mikhail Gusarov
Version: 0.5.1-2

This problem is fixed in 0.5.x, which is in unstable, so closing this
bug.

-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#514064: python-openid: debian/copyright says it's LGPL but license is Apache

2009-02-06 Thread Mikhail Gusarov

Twas brillig at 22:36:08 03.02.2009 UTC+01 when d...@net.com.org.es did gyre 
and gimble:

 AS As per
 AS http://article.gmane.org/gmane.linux.debian.devel.python/4208, your
 AS copyright file is wrong.

Thanks for noticing, upstream has changed the license without mentioning
it in changelog file.

Updated package will be uploaded/requested for unblock asap.

-- 


pgpPiawvj2svP.pgp
Description: PGP signature


Bug#513058: apt does not cross-build to amd64

2009-01-25 Thread Mikhail Gusarov
Package: apt
Version: 0.7.20
Severity: wishlist
Tags: patch

Attached is a small patch (actually, filling the missing information in
buildlib/sizetable) which enables apt to be cross-compiled for amd64.

-- Package-specific info:

-- (/etc/apt/preferences present, but not submitted) --


-- (/etc/apt/sources.list present, but not submitted) --


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-openvz-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt depends on:
ii  debian-archive-keyring   2008.04.16+nmu1 GnuPG archive keys of the Debian a
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc   none (no description available)
ii  aptitude  0.4.11.11-1~lenny1 terminal-based package manager
ii  bzip2 1.0.5-1high-quality block-sorting file co
ii  dpkg-dev  1.14.24Debian package development tools
ii  lzma  4.43-14Compression method of 7z format in
ii  python-apt0.7.7.1+nmu1   Python interface to libapt-pkg

-- no debconf information
--- buildlib/sizetable.orig 2009-01-26 06:41:51.0 +0600
+++ buildlib/sizetable  2009-01-26 06:42:04.0 +0600
@@ -11,6 +11,7 @@
 # The format is:-
 # CPU endian sizeof: char, int, short, long
 i386little  1 4 2 4
+amd64   little  1 4 2 8
 armeb   big 1 4 2 4
 arm little  1 4 2 4
 alpha   little  1 4 2 8


Bug#470990: Would be nice to have a -dbg version

2008-12-28 Thread Mikhail Gusarov
Twas brillig at 12:05:08 28.12.2008 UTC+01 when mo...@debian.org did gyre and 
gimble:

 ST Mikhail, please give it a look as soon as you can.

Looks fine for me. Can you NMU it, please?

BTW, is there doc explaining why it's need to build modules twice, and
why it is not enough to just move debug info from the existing modules
to the -dbg package?

-- 


pgpXFDzsIJ543.pgp
Description: PGP signature


Bug#470990: Would be nice to have a -dbg version

2008-12-28 Thread Mikhail Gusarov
Twas brillig at 12:22:28 28.12.2008 UTC+01 when mo...@debian.org did gyre and 
gimble:

 ST Great! Can I do some other fixes, like bump standard version or
 ST other hanging fruits to fix?

Sure.

-- 


pgpU1Q94lBJKV.pgp
Description: PGP signature


Bug#510000: Generated XML file containing XML exemple code contain bad indented code

2008-12-28 Thread Mikhail Gusarov
severity 51 wishlist
retitle 51 Generated XML file is hard-to-read due to indentation
thanks

Nicola,

Such indentation is allowed by the XML standard, so if any of tools you
use don't accept such XML, then probably your tools are broken.

Downgrading to wishlist and retitling: this is not a RC-bug for sure.

Proof that the such indentation is acceptable:

[dotted...@frontier:~]1% xmllint --noout -
foo xmlns:h=about:blank xmlns:f=about:blank
 h:column
f:facet name=header
Name/f:facet
#{hot.name}
 /h:column
 h:column
f:facet name=header
Address/f:facet
#{hot.address}
 /h:column
 h:column
f:facet name=header
City, State/f:facet
/h:column
/foo
[dotted...@frontier:~]% echo $?
0
[dotted...@frontier:~]% 


-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#507559: python-sphinx: Version 0.4.3 available

2008-12-02 Thread Mikhail Gusarov

Twas brillig at 07:46:16 02.12.2008 UTC-06 when [EMAIL PROTECTED] did gyre and 
gimble:

 DE As the new version 0.4.3 is out -- and in fact required by
 DE something I'd like to package -- could you look into upgrading the
 DE package?

0.5-1 is in experimental, please use this one until Lenny is released.

-- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#502397: Bug#507559: python-sphinx: Version 0.4.3 available

2008-12-02 Thread Mikhail Gusarov
Twas brillig at 10:46:13 02.12.2008 UTC-06 when [EMAIL PROTECTED] did gyre and 
gimble:

 DE And I really do need 0.4.3 as per the upstream mailing it simply
 DE fails with 0.4.2.  Any chance you get 0.4.3 into unstable?

I'd like to avoid it until Lenny, so critical updates, if any, won't
need to be prepared through t-p-u.

Piotr, what do you think about it?

-- 


pgpafRn3ChVzB.pgp
Description: PGP signature


Bug#457318: qmail and related packages in NEW

2008-11-30 Thread Mikhail Gusarov
Twas brillig at 00:40:50 01.12.2008 UTC+01 when [EMAIL PROTECTED] did gyre and 
gimble:

 Md I need to remind everybody that sadly it is a dependency of Plesk
 Md (the only high quality administration panel software) so it's still
 Md going to be installed anyway on many Debian servers.

 Md Maybe having an official well-maintained package (and the one you
 Md evalued clearly is not) is the least evil.

[speaking as Plesk ex-developer] It won't help, Plesk's qmail is patched
in various ways, including Plesk-specific patches, so version provided
by Debian won't help.

-- 


pgpkOEdb16hjV.pgp
Description: PGP signature


Bug#503460: debootstrap: Relative directory name in DEBOOTSTRAP_DIR breaks bootstrap

2008-10-26 Thread Mikhail Gusarov
Package: debootstrap
Version: 1.0.10
Severity: normal
Tags: patch

Patch which fixes use of relative directory name in DEBOOTSTRAP_DIR is attached.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-openvz-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages debootstrap depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  wget1.11.4-2 retrieves files from the web

debootstrap recommends no packages.

debootstrap suggests no packages.

-- no debconf information
--- /usr/share/debootstrap/functions2008-07-02 22:44:35.0 +0700
+++ debootstrap/functions   2008-10-26 16:05:13.0 +0600
@@ -862,7 +862,7 @@
setup_devices_hurd ;;
*)
if [ -e $DEVICES_TARGZ ]; then
-   (cd $TARGET; zcat $DEVICES_TARGZ | tar -xf -)
+   zcat $DEVICES_TARGZ | (cd $TARGET; tar -xf -)
else
if [ -e /dev/.devfsd ] ; then
in_target mount -t devfs devfs /dev


Bug#503185: ITP: chname -- Utility which runs a command with a new system hostname

2008-10-23 Thread Mikhail Gusarov
Package: wnpp
Severity: wishlist
Owner: Mikhail Gusarov [EMAIL PROTECTED]

* Package name: chname
  Version : 1.0
  Upstream Author : Michael Marineau
* URL : http://code.google.com/p/chname/
* License : GNU General Public License v2
  Programming Lang: C
  Description : Utility which runs a command with a new system hostname

Utility that runs a command with a new system hostname.

This requires Linux and utsname namespace support in 2.6.19 or later.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#503185: ITP: chname -- Utility which runs a command with a new system hostname

2008-10-23 Thread Mikhail Gusarov
Twas brillig at 12:08:24 23.10.2008 UTC+02 when [EMAIL PROTECTED] did gyre and 
gimble:

  Utility that runs a command with a new system hostname.
 FW Shouldn't this be folded into coreutils or util-linux?

Makes sense. Is it util-linux or util-linux-ng which is upstream
nowadays?

-- 


pgpXeOsTVJq5R.pgp
Description: PGP signature


Bug#501629: python-sphinx: ansi color not always appropriate

2008-10-10 Thread Mikhail Gusarov
package python-sphinx
forwarded 501629 http://bugs.python.org/issue4102
tags 501629 upstream
thanks

Twas brillig at 23:55:07 08.10.2008 UTC-04 when [EMAIL PROTECTED] did gyre and 
gimble:

 ME Both sphinx-build and sphinx-quicksetup attempt (and fail) to use
 ME ansi color sequences, even when TERM=dumb (for example, when run
 ME from an emacs shell buffer, or m-x compile.

Thanks for noticing, forwarded upstream.

-- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#501763: python-sphinx: latexwriter uses undefined 'excdescni' environment

2008-10-10 Thread Mikhail Gusarov
package python-sphinx
forward 501763 http://bugs.python.org/issue4103
tags 501763 upstream
thanks

Twas brillig at 09:24:49 10.10.2008 UTC+02 when [EMAIL PROTECTED] did gyre and 
gimble:

 MH I'd say, that the problem is still present in the current SVN trunk.

Thanks, forwarded upstream.

-- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#495559: python-sphinx: documentation search unusable due to broken links

2008-08-25 Thread Mikhail Gusarov
Twas brillig at 17:34:36 18.08.2008 UTC+02 when [EMAIL PROTECTED] did gyre and 
gimble:

 MH the documentation search in 0.4.2-1 is broken, as all generated
 MH links to matches are missing the '.html' extension. This behavior
 MH is new in 0.4.2-1 -- 0.4.1-2lenny1 works fine.

It is a bug in 0.4.2, already fixed in 0.4.x branch. I will upload 0.4.3
as soon as it is released.

-- 


pgpXTIeITHy20.pgp
Description: PGP signature


Bug#493314: (no subject)

2008-08-15 Thread Mikhail Gusarov
reassign 493314 python-m2crypto
thanks

-- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#492268: linux-image-2.6.25-2-iop32x: Please enable kexec

2008-08-11 Thread Mikhail Gusarov
Twas brillig at 19:23:30 09.08.2008 UTC+03 when [EMAIL PROTECTED] did gyre and 
gimble:

  kexec works fine in armel architecture (tested in OpenEmbedded and
  Slind) - please enable it.  Corresponding bugreport for kexec-tools
  is filed as #489175

 MM Maybe you can check if it works with 2.6.26 in unstable.

It works. Thanks.

-- 


pgplYeYNtuAft.pgp
Description: PGP signature


Bug#493314: clive: Crashes on any youtube video.

2008-08-02 Thread Mikhail Gusarov
Twas brillig at 02:19:31 02.08.2008 UTC+02 when [EMAIL PROTECTED] did gyre and 
gimble:

 CB | NameError: global name 'inspect' is not defined

 CB Maybe the format changed? Or maybe you would have to tighten the
 CB dependencies against the packages mentioned in Depends?

Looks exactly like #484364. Oh, it's not yet closed :(

-- 


pgp0zDAX3eLuc.pgp
Description: PGP signature


Bug#492268: linux-image-2.6.25-2-iop32x: Please enable kexec

2008-07-24 Thread Mikhail Gusarov
Package: linux-image-2.6.25-2-iop32x
Version: 2.6.25-6
Severity: wishlist

kexec works fine in armel architecture (tested in OpenEmbedded and Slind) - 
please enable it.
Corresponding bugreport for kexec-tools is filed as #489175

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: armel (armv5tel)

Kernel: Linux 2.6.25-2-iop32x
Locale: LANG=C, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.25-2-iop32x depends on:
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.92e  tools for generating an initramfs
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo

linux-image-2.6.25-2-iop32x recommends no packages.

-- debconf information:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.25-2-iop32x/postinst/depmod-error-initrd-2.6.25-2-iop32x: 
false
  linux-image-2.6.25-2-iop32x/preinst/overwriting-modules-2.6.25-2-iop32x: true
  linux-image-2.6.25-2-iop32x/prerm/removing-running-kernel-2.6.25-2-iop32x: 
true
  linux-image-2.6.25-2-iop32x/preinst/elilo-initrd-2.6.25-2-iop32x: true
  linux-image-2.6.25-2-iop32x/postinst/bootloader-test-error-2.6.25-2-iop32x:
  linux-image-2.6.25-2-iop32x/postinst/create-kimage-link-2.6.25-2-iop32x: true
  linux-image-2.6.25-2-iop32x/preinst/lilo-has-ramdisk:
  
linux-image-2.6.25-2-iop32x/prerm/would-invalidate-boot-loader-2.6.25-2-iop32x: 
true
  linux-image-2.6.25-2-iop32x/preinst/abort-install-2.6.25-2-iop32x:
  linux-image-2.6.25-2-iop32x/postinst/old-system-map-link-2.6.25-2-iop32x: true
  linux-image-2.6.25-2-iop32x/postinst/old-dir-initrd-link-2.6.25-2-iop32x: true
  linux-image-2.6.25-2-iop32x/postinst/kimage-is-a-directory:
  linux-image-2.6.25-2-iop32x/preinst/lilo-initrd-2.6.25-2-iop32x: true
  linux-image-2.6.25-2-iop32x/preinst/already-running-this-2.6.25-2-iop32x:
  linux-image-2.6.25-2-iop32x/preinst/failed-to-move-modules-2.6.25-2-iop32x:
  linux-image-2.6.25-2-iop32x/preinst/abort-overwrite-2.6.25-2-iop32x:
  linux-image-2.6.25-2-iop32x/postinst/depmod-error-2.6.25-2-iop32x: false
  linux-image-2.6.25-2-iop32x/postinst/old-initrd-link-2.6.25-2-iop32x: true
  linux-image-2.6.25-2-iop32x/postinst/bootloader-error-2.6.25-2-iop32x:
  linux-image-2.6.25-2-iop32x/preinst/initrd-2.6.25-2-iop32x:
  linux-image-2.6.25-2-iop32x/preinst/bootloader-initrd-2.6.25-2-iop32x: true


-- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486442: Test package for multi/broadcast packet problem on n2100

2008-07-24 Thread Mikhail Gusarov
Twas brillig at 10:37:11 24.07.2008 UTC-07 when [EMAIL PROTECTED] did gyre and 
gimble:

 MM Francois Romieu sent me a patch to test for the multi/broadcast
 MM packet problem on n2100.

 MM Can you please test the package from
 MM http://merkel.debian.org/~tbm/tmp/n2100/r8169/ to see if it makes
 MM any difference.

Tested it - behavior is exactly the same as it was before.

-- 


pgp5vNa0MwJ89.pgp
Description: PGP signature


Bug#407217: r8169: Thecus N2100, multicast packets problem

2008-07-08 Thread Mikhail Gusarov
Hello,

I'm experiencing a problem with RTL-8169 network card on Thecus N2100
NAS device on 2.6.24 and 2.6.25 kernels (did not try other versions).

System seems to be unable either to receive or to transmit multicast
packets until promiscous mode is set on interface: mDNS does not work on
this device, both for resolving other .local names or answering mDNS
requests.

Running tcpdump corrects the situation. Unicast packets work fine.

I'm not on the list, so please keep me in CC.

Additional info:

[EMAIL PROTECTED]:~]1% cat /proc/cpuinfo 
Processor   : XScale-80219 rev 0 (v5l)
BogoMIPS: 593.10
Features: swp half fastmult edsp 
CPU implementer : 0x69
CPU architecture: 5TE
CPU variant : 0x0
CPU part: 0x2e3
CPU revision: 0
Cache type  : undefined 5
Cache clean : undefined 5
Cache lockdown  : undefined 5
Cache format: Harvard
I size  : 32768
I assoc : 32
I line length   : 32
I sets  : 32
D size  : 32768
D assoc : 32
D line length   : 32
D sets  : 32

Hardware: Thecus N2100
Revision: 
Serial  : 
[EMAIL PROTECTED]:~]% lspci
00:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit 
Ethernet (rev 10)
00:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit 
Ethernet (rev 10)
00:03.0 Mass storage controller: Silicon Image, Inc. SiI 3512 
[SATALink/SATARaid] Serial ATA Controller (rev 01)
00:04.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 62)
00:04.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 62)
00:04.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 65)
[EMAIL PROTECTED]:~]% lspci -n
00:01.0 0200: 10ec:8169 (rev 10)
00:02.0 0200: 10ec:8169 (rev 10)
00:03.0 0180: 1095:3512 (rev 01)
00:04.0 0c03: 1106:3038 (rev 62)
00:04.1 0c03: 1106:3038 (rev 62)
00:04.2 0c03: 1106:3104 (rev 65)
[EMAIL PROTECTED]:~]% uname -a
Linux homenas 2.6.25-2-iop32x #2 Sat Jun 28 16:10:57 UTC 2008 armv5tel GNU/Linux

-- 


pgpFJMHDULZbK.pgp
Description: PGP signature


Bug#484656: gnome, kde, xfce use non-policy main menu

2008-07-07 Thread Mikhail Gusarov
Twas brillig at 18:52:35 06.07.2008 UTC-04 when [EMAIL PROTECTED] did gyre and 
gimble:

  fd.o menus are designed to allow distro-specific policy. It's the
  matter of Debian KDE/Gnome packaging/menu policy to get the proper
  subset of the packages in menu (e.g. moving Gnome/gtk applications
  deeper in KDE menu and Qt/KDE - in Gnome one).

 DD But that's just the point; there is no policy.

And that's the problem need to be solved, not the fd.o menu system or
Ubuntu MOTU - misusing the spec does not give the right to anyone to
blame spec or those who follow it.

-- 


pgpIH2mCyC52N.pgp
Description: PGP signature


Bug#407217: RTL-8169 multicast bug

2008-07-06 Thread Mikhail Gusarov

BTW, there are two more similara bugreports: #486442 and #488495

-- 


pgpCzTgQrohA3.pgp
Description: PGP signature


Bug#407217: RTL-8169 multicast bug

2008-07-05 Thread Mikhail Gusarov
Twas brillig at 23:55:16 05.07.2008 UTC+07 when [EMAIL PROTECTED] did gyre and 
gimble:

 MG This behavior is repeatable even with BROADCAST flag on the
 MG interface (actually running tcpdump is critical due to some
 MG reason).

Oops, please ignore this :) Why did I think about BROADCAST?

-- 


pgp7ORyrTPPvR.pgp
Description: PGP signature


Bug#407217: RTL-8169 multicast bug

2008-07-05 Thread Mikhail Gusarov
Twas brillig at 16:14:58 05.07.2008 UTC+01 when [EMAIL PROTECTED] did gyre and 
gimble:

 JD Sure -- I'm CCing debian-arm incase someone there has a n2100
 JD running one of those kernels already -- it will take me days to
 JD build it :)

 JD Can someone verify that the rtl 8169 multicast bug is present on
 JD modern kernels: best way is to ensure your iface is not promisc,
 JD and run something like mt-daapd and see if after 30 minutes or so
 JD your share disappears from the network, and whether setting the
 JD iface to promisc fixes it.

I confirm this bug.

I run the avahi-daemon on the device and it does not respond on
multicast queries until tcpdump is started and then it works fine.

This behavior is repeatable even with BROADCAST flag on the interface
(actually running tcpdump is critical due to some reason).

[EMAIL PROTECTED]:~]% uname -a
Linux homenas 2.6.25-2-iop32x #2 Sat Jun 28 16:10:57 UTC 2008 armv5tel GNU/Linux
[EMAIL PROTECTED]:~]1% cat /proc/cpuinfo 
Processor   : XScale-80219 rev 0 (v5l)
BogoMIPS: 593.10
Features: swp half fastmult edsp 
CPU implementer : 0x69
CPU architecture: 5TE
CPU variant : 0x0
CPU part: 0x2e3
CPU revision: 0
Cache type  : undefined 5
Cache clean : undefined 5
Cache lockdown  : undefined 5
Cache format: Harvard
I size  : 32768
I assoc : 32
I line length   : 32
I sets  : 32
D size  : 32768
D assoc : 32
D line length   : 32
D sets  : 32

Hardware: Thecus N2100
Revision: 
[EMAIL PROTECTED]:~]% apt-cache policy linux-image-2.6.25-2-iop32x
linux-image-2.6.25-2-iop32x:
  Installed: 2.6.25-6
  Candidate: 2.6.25-6
  Version table:
 *** 2.6.25-6 0
100 /var/lib/dpkg/status

-- 


pgpPsMa9EfDSc.pgp
Description: PGP signature


Bug#489175: kexec-tools: armel architecture works fine - can be enabled

2008-07-03 Thread Mikhail Gusarov
Package: kexec-tools
Version: 20080324-2
Severity: normal

kexec-tools builds and works fine on armel (tested on Hanlin V3 e-reader and
Thecus n2100 NAS), so it may be enabled in the Debian package.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-ovz4 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kexec-tools depends on:
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  libc6 2.7-10 GNU C Library: Shared libraries

kexec-tools recommends no packages.

-- debconf information:
  kexec-tools/load_kexec: true



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#488651: ITP: ha -- Archiver for .ha files

2008-06-30 Thread Mikhail Gusarov
Package: wnpp
Severity: wishlist
Owner: Mikhail Gusarov [EMAIL PROTECTED]

* Package name: ha
  Version : 0.999beta
  Upstream Author : Harri Hirvola [EMAIL PROTECTED]
* URL : ftp://sunsite.unc.edu/pub/Linux/utils/compress/
* License : GPLv2 or later
  Programming Lang: C
  Description : Archiver for .ha files

HA is an file archiver using HSC compression method. Mainly useful for
decompressing existing .ha archives from DOS era.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-ovz4 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487666: New upstream version 0.4.16

2008-06-23 Thread Mikhail Gusarov
Hello,

Twas brillig at 15:03:45 23.06.2008 UTC+01 when [EMAIL PROTECTED] did gyre and 
gimble:

 MR If you can't maintain the package, change maintainer field in
 MR repository to PAPT, so everyone in the team can touch it and
 MR eventually prepare it for uploading.

PAPT is in Uploaders, I thought it is enough. Is it?

Anyway, I'm slightly short of time right now - feel free to update
package in repo and upload it.

-- 


pgpn7FNOLCzVG.pgp
Description: PGP signature


Bug#487026: ITP: velvet -- Sequence assembler for very short reads

2008-06-19 Thread Mikhail Gusarov
Twas brillig at 19:01:37 19.06.2008 UTC+09 when [EMAIL PROTECTED] did gyre and 
gimble:

 CP Package name: velvet
 CP Description : Sequence assembler for very short reads

Probably this line should mention that this is _genetic_ assembler.
-- 


pgpPU6yNMmcYf.pgp
Description: PGP signature


Bug#487026: ITP: velvet -- Sequence assembler for very short reads

2008-06-19 Thread Mikhail Gusarov
Twas brillig at 00:11:55 20.06.2008 UTC+09 when [EMAIL PROTECTED] did gyre and 
gimble:

  Probably this line should mention that this is _genetic_ assembler.

 CP thank you for the feedback. Actually, the package seems versatile
 CP enough to assemble transcriptomic as well as as genomic sequences.

 CP How about _nucleic acid_ sequence assembler for very short reads?

Well, anything that you think is correct - as long as it makes it
distinguishable from the x86/arm/etc assembler in 'apt-cache search'
output.n

-- 


pgpE4AAd5mAVk.pgp
Description: PGP signature


Bug#486442: linux-image-2.6.25-1-iop32x: Thecus n2100: RTL-8169 network card receives multi/broadcast packets only in promiscous mode

2008-06-16 Thread Mikhail Gusarov
Package: linux-image-2.6.25-1-iop32x
Version: 2.6.25-1
Severity: normal

Hardware: Thecus n2100, two gigabit ethernet hards RTL-8169

Both cards work strangely: they refuse to receive broadcast, multicast packets 
and ARP responses when not in promiscous 
mode, while they're able to respond to ARP requests, so I'm able to use the 
network when interfaces are statically
configured.

I suppose that network dump is useless in this case, as merely running tcpdump 
makes cards work fine, so I'm pretty out of 
ideas what should I add to the bug report :)

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: armel (armv5tel)

Kernel: Linux 2.6.25-1-iop32x
Locale: LANG=C, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.25-1-iop32x depends on:
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.92b  tools for generating an initramfs
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo

linux-image-2.6.25-1-iop32x recommends no packages.

-- debconf information:
  linux-image-2.6.25-1-iop32x/preinst/failed-to-move-modules-2.6.25-1-iop32x:
  linux-image-2.6.25-1-iop32x/preinst/elilo-initrd-2.6.25-1-iop32x: true
  linux-image-2.6.25-1-iop32x/postinst/bootloader-test-error-2.6.25-1-iop32x:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.25-1-iop32x/postinst/kimage-is-a-directory:
  linux-image-2.6.25-1-iop32x/preinst/already-running-this-2.6.25-1-iop32x:
  linux-image-2.6.25-1-iop32x/postinst/depmod-error-initrd-2.6.25-1-iop32x: 
false
  linux-image-2.6.25-1-iop32x/preinst/bootloader-initrd-2.6.25-1-iop32x: true
  linux-image-2.6.25-1-iop32x/postinst/create-kimage-link-2.6.25-1-iop32x: true
  linux-image-2.6.25-1-iop32x/postinst/old-system-map-link-2.6.25-1-iop32x: true
  linux-image-2.6.25-1-iop32x/preinst/initrd-2.6.25-1-iop32x:
  linux-image-2.6.25-1-iop32x/postinst/depmod-error-2.6.25-1-iop32x: false
  linux-image-2.6.25-1-iop32x/postinst/old-dir-initrd-link-2.6.25-1-iop32x: true
  linux-image-2.6.25-1-iop32x/preinst/abort-overwrite-2.6.25-1-iop32x:
  linux-image-2.6.25-1-iop32x/preinst/lilo-initrd-2.6.25-1-iop32x: true
  linux-image-2.6.25-1-iop32x/postinst/old-initrd-link-2.6.25-1-iop32x: true
  linux-image-2.6.25-1-iop32x/preinst/overwriting-modules-2.6.25-1-iop32x: true
  linux-image-2.6.25-1-iop32x/preinst/abort-install-2.6.25-1-iop32x:
  linux-image-2.6.25-1-iop32x/prerm/removing-running-kernel-2.6.25-1-iop32x: 
true
  
linux-image-2.6.25-1-iop32x/prerm/would-invalidate-boot-loader-2.6.25-1-iop32x: 
true
  linux-image-2.6.25-1-iop32x/postinst/bootloader-error-2.6.25-1-iop32x:
  linux-image-2.6.25-1-iop32x/preinst/lilo-has-ramdisk:

-- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486442: linux-image-2.6.25-1-iop32x: Thecus n2100: RTL-8169 network card receives multi/broadcast packets only in promiscous mode

2008-06-16 Thread Mikhail Gusarov
Twas brillig at 09:34:05 16.06.2008 UTC+02 when [EMAIL PROTECTED] did gyre and 
gimble:

  I suppose that network dump is useless in this case, as merely
  running tcpdump makes cards work fine, so I'm pretty out of ideas
  what should I add to the bug report :)

 MM Do you know if the same happened with older versions of the kernel?

Yes, that's why I tried to install 2.6.25 (oops, it's not in archive,
taken from link in [EMAIL PROTECTED] I believe).

The same problem was with the 2.6.24-1-iop32x.

-- 


pgpWdyCCOFtsT.pgp
Description: PGP signature


Bug#484364: Bug in python-m2crypto

2008-06-05 Thread Mikhail Gusarov
reassign 484364 python-m2crypto
forcemerge 477799 484364
thanks

Yes, there is open bug in python-m2crypto.

-- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#478801: Yes, missing dependency

2008-05-17 Thread Mikhail Gusarov
Twas brillig at 11:43:08 17.05.2008 UTC+02 when Joachim Breitner did gyre and 
gimble:

 JB shoudn’t libcairo2-dev depend on libpixman-1-dev?

Did libcairo2-dev (= 1.4.14-1) have this dependency (I do not see it in
achive anymore)? As you can see from bugreport, I stil have this version
on the system, and newer one was not pulled by anyone.

 JB Or were you trying to install all those at the same time, and there was
 JB a race condition of some kind?

 I just ran 'aptitude upgrade', but see above.

-- 


pgpwnfvVdMg4Z.pgp
Description: PGP signature


Bug#481310: etckeeper: Etckeeper upgrade breaks bzr

2008-05-15 Thread Mikhail Gusarov
Package: etckeeper
Version: 0.15
Severity: critical
Justification: breaks unrelated software

Etckeeper upgrade removes (old) bzr, which is not even enabled in the etckeeper
config file. Etckeeper must detect incompatible bzr version in runtime, not
remove completely unrelated packages.

I had to upgrade bzr to unstable version, which is not even a release, but some
rc!

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-ovz4 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages etckeeper depends on:
ii  bzr  1.5~rc1-1   easy to use distributed version co
ii  debconf [debconf-2.0]1.5.21  Debian configuration management sy
ii  git-core 1:1.5.5.1-1 fast, scalable, distributed revisi
ii  mercurial1.0-4   Scalable distributed version contr

etckeeper recommends no packages.

-- debconf information:
* etckeeper/unclean: true
  etckeeper/commit_failed:



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#480444: clive: Google Video: No such file or directory: '...../http-equiv='

2008-05-10 Thread Mikhail Gusarov
Twas brillig at 12:51:16 10.05.2008 UTC+08 when Paul Wise did gyre and gimble:

 PW Package: clive
 PW Version: 0.4.11-1
 PW Severity: normal

 PW Can't get any videos from Google Video:

Confirmed, but not yet reported upstream due to spamhaus.org in use by
gna.org even for logged in users (oh, I *love* all the blacklisting
idiocity, especially in NAT world).

2Toni: can you open a bugreport in gna.org while I'm fighting to remove
IP address of my provider from blacklist?

-- 


pgpqVyaLGHkTk.pgp
Description: PGP signature


Bug#480444: clive: Google Video: No such file or directory: '...../http-equiv='

2008-05-10 Thread Mikhail Gusarov
package clive
tags 480444 upstream
forwarded 480444 https://gna.org/bugs/?11668
thanks

Twas brillig at 13:26:40 10.05.2008 UTC+03 when Toni Gundogdu did gyre and 
gimble:

 TG Opened: bug #11668 (https://gna.org/bugs/?11668)

Thank you.

-- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#479315: clive throws stack trace

2008-05-06 Thread Mikhail Gusarov
Twas brillig at 06:18:20 06.05.2008 UTC+03 when Toni Gundogdu did gyre and 
gimble:

 TG Is the python2.5 package installed with the sqlite3 module?

Yes, and as python2.5 is now default python version in unstable,
dependencies are correct.

 TG Is not the reason. There must be something wrong in src/clive/cache.py:
 TG Cache::_upgrade_if_needed method.

 TG Unfortunately I haven't been able to reproduce this bug yet, so
 TG until the culprit is found, the quick fix is to remove the cache
 TG file manually or disable the caching altogether.

Won't you object if I temporarily add a kludge to Debian package which
removes cache file instead of upgrading it?

However, it depends whether upgrading cache went wrong or detecting that
upgrade is necessary.

-- 


pgpn1nF2DX5Et.pgp
Description: PGP signature


Bug#479341: [Pkg-utopia-maintainers] Bug#479341: dbus: Turn X recommends to suggests

2008-05-05 Thread Mikhail Gusarov
Twas brillig at 23:39:26 04.05.2008 UTC+02 when Michael Biebl did gyre and 
gimble:

 MB We chose Recommends, because we want dbus-x11 to be installed by
 MB default, but to give the user the option (as in your case) to not
 MB install dbus-x11 (and it's X dependencies). Suggests is too weak
 MB imho.

dbus-x11 will be pulled by the other packages in desktop system, and it
is mostly useless on servers, so Suggests may be a better decision.

-- 


pgpgHEI7rITCN.pgp
Description: PGP signature


Bug#479285: sphinx: Typo in package description

2008-05-04 Thread Mikhail Gusarov
package sphinx
tag 479285 pending
thanks

Twas brillig at 08:15:52 04.05.2008 UTC+02 when Michael Hanke did gyre
and gimble:

 MH There is a small typo in the package description. Here is the
 MH patch:

Thanks, will be fixed in next upload.

-- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#479341: dbus: Turn X recommends to suggests

2008-05-04 Thread Mikhail Gusarov
Package: dbus
Version: 1.2.1-1
Severity: normal

dbus package recommends dbus-x11. However many server installations need to have
dbus anyway, so I suggest to change Recommends to Suggests here (especially
given the fact APT installs Recommends by default now).

Quoting the policy: The Recommends field should list packages that would be
found together with this one in all but unusual installations and X11-less
server is quite usual configuration.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-ovz005 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dbus depends on:
ii  adduser   3.107  add and remove users and groups
ii  debianutils   2.28.4 Miscellaneous utilities specific t
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.1-1simple interprocess messaging syst
ii  libexpat1 1.95.8-4   XML parsing C library - runtime li
ii  libselinux1   2.0.59-1   SELinux shared libraries
ii  lsb-base  3.1-24 Linux Standard Base 3.1 init scrip

Versions of packages dbus recommends:
ii  dbus-x11  1.2.1-1simple interprocess messaging syst

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#479315: clive throws stack trace

2008-05-04 Thread Mikhail Gusarov
Twas brillig at 11:24:44 04.05.2008 UTC+02 when Rainer Dorsch did gyre and 
gimble:

 RD I installed the new clive version on my lenny system, but I was
 RD unable to run it. Is a depencency missing?

Seems so. Does problem disapper after installing python-pysqlite2?

-- 


pgpoHO0UiSdcj.pgp
Description: PGP signature


Bug#478801: libghc6-cairo-dev: postinst/prerm die with 'ghc-pkg: /usr/include/pixman-1 doesn't exist or isn't a directory'

2008-05-01 Thread Mikhail Gusarov
Package: libghc6-cairo-dev
Version: 0.9.12.1-1.1
Severity: normal

Upgrade of libghc6-cairo-dev failed:

Setting up libghc6-cairo-dev (0.9.12.1-1.1) ...
Reading package info from 
/usr/lib/haskell-packages/ghc6/lib/cairo-0.9.12.1/cairo.package.conf ... done.
WARNING: unversioned dependencies are deprecated, and will NOT be accepted by 
GHC 6.10: base
ghc-pkg: /usr/include/pixman-1 doesn't exist or isn't a directory (use --force 
to override)
dpkg: error processing libghc6-cairo-dev (--configure):
 subprocess post-installation script returned error exit status 1

Same problem arises while trying to remove this package.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-ovz005 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libghc6-cairo-dev depends on:
ii  ghc6  6.8.2-4GHC - the Glasgow Haskell Compilat
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libcairo2 1.4.14-1   The Cairo 2D vector graphics libra
ii  libcairo2-dev 1.4.14-1   Development files for the Cairo 2D
ii  libghc6-glib-dev  0.9.12.1-1.1   A GUI library for Haskell (Gtk2Hs)
ii  libghc6-mtl-dev   1.1.0.0-2  Haskell monad transformer library 
ii  libglib2.0-0  2.16.1-2   The GLib library of C routines
ii  libgmp3c2 2:4.2.2+dfsg-3 Multiprecision arithmetic library

libghc6-cairo-dev recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#478025: [clive] Please update to version 0.4.11 which fixes several bugs

2008-04-26 Thread Mikhail Gusarov
Twas brillig at 14:13:56 26.04.2008 UTC+02 when Matthias Heinz did gyre and 
gimble:

 MH could you please update clive to version 0.4.11? It looks like
 MH youtube changed some internal things again, which makes clive
 MH useless for those kinds of files.

I was waiting for https://gna.org/support/?1986, because 0.4.9 and
0.4.10 were packager-unfriendly.

Going to upload 0.4.11 soon.

-- 


pgpdRitd37vjj.pgp
Description: PGP signature


Bug#474782: ITP: python-sphinx -- Tool for producing documentation for Python projects

2008-04-07 Thread Mikhail Gusarov
Package: wnpp
Severity: wishlist
Owner: Mikhail Gusarov [EMAIL PROTECTED]

* Package name: python-sphinx
  Version : x.y.z0.1.61950
  Upstream Author : Georg Brandl [EMAIL PROTECTED]
* URL : http://sphinx.pocoo.org/
* License : BSD
  Programming Lang: Python + C modules
  Description : Tool for producing documentation for Python projects

sphinx is a tool for producing documentation for Python projects, using
reStructuredText as markup language.

sphinx features:
 * HTML, CHM, LaTeX output,
 * Cross-referencing source code,
 * Automatic indices,
 * Code highlighting, using Pygments,
 * Extensibility. Existing extensions:
   - automatic testing of code snippets,
   - including doctrings from Pyhton modules.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-ovz005 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#469970: (no subject)

2008-04-01 Thread Mikhail Gusarov
Twas brillig at 17:39:28 01.04.2008 UTC+01 when Jonny Lamb did gyre and gimble:

 JL Thank you for your patch. However, I'm unsure as to why the .la
 JL file is useless on Debian? The Debian Policy manual[0] says:

 JL Packages that use libtool to create shared libraries should
 JL include the .la files in the -dev package

Hmm... You're right, policy says so.

.la are useless IMHO because all they provide is the workarounds for the
systems with inferior linkers and shared libraries, and GNU toolkit is
ok regarding libraries dependencies tracking and runtime linking.

Anyway, policy says .la should be included, so let it be included.

-- 


pgpRHOTHkWOFB.pgp
Description: PGP signature


Bug#470990: Would be nice to have a -dbg version

2008-03-31 Thread Mikhail Gusarov
package python-pyinotify
tags 470990 +help
thanks

I've looked at your diff, and tried to build debug version by myself,
but it didn't work as expected as it involves tricky python interpreters
jugglery.

As I'm not really interested in debug version, I leave this bug as open
and tagged help, so anybody is encouraged to provide working patch.

-- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#472007: Proposed NMU for clive FTBFS

2008-03-25 Thread Mikhail Gusarov
Twas brillig at 10:50:39 25.03.2008 UTC-04 when Scott Kitterman did gyre and 
gimble:

 SK The attached debdiff will fix 472007.  If you don't care to do an
 SK upload soon, then I'll get this sponsored.

Please do - my sponsor is a bit slow ATM.

-- 


pgp43d0JDCIfC.pgp
Description: PGP signature


Bug#467305: closed by Mikhail Gusarov [EMAIL PROTECTED] (no way to get hostkey)

2008-03-22 Thread Mikhail Gusarov
package libssh2
reopen 467305
tags 467305 +wishlist +security
severity normal

 BRL Please revisit that decision to close this bug.

Ok.

http://sourceforge.net/tracker/index.php?func=detailatid=703942aid=1923038group_id=125852

-- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#470377: gtkrsync: patch for FTBFS

2008-03-22 Thread Mikhail Gusarov
package gtkrsync
tag 470377 patch
thanks

Attached is the patch fixing FTFBS on ghc-6.8. Please apply.

-- 
diff -bur orig.gtkrsync-1.0.1/debian/changelog gtkrsync-1.0.1/debian/changelog
--- orig.gtkrsync-1.0.1/debian/changelog	2007-07-18 02:54:26.0 +0700
+++ gtkrsync-1.0.1/debian/changelog	2008-03-21 14:49:33.0 +0600
@@ -1,3 +1,11 @@
+gtkrsync (1.0.1-0.1) unstable; urgency=low
+
+  * NMU
+  * Fixed FTBS with ghc-6.8: 'process' added to Cabal build-depends
+(Closes: #470377)
+
+ -- Mikhail Gusarov [EMAIL PROTECTED]  Fri, 21 Mar 2008 14:28:01 +0600
+
 gtkrsync (1.0.1) unstable; urgency=low
 
   * Now propogates rsync return value to caller.
diff -bur orig.gtkrsync-1.0.1/gtkrsync.cabal gtkrsync-1.0.1/gtkrsync.cabal
--- orig.gtkrsync-1.0.1/gtkrsync.cabal	2007-07-17 04:00:41.0 +0700
+++ gtkrsync-1.0.1/gtkrsync.cabal	2008-03-21 14:27:40.0 +0600
@@ -10,7 +10,7 @@
 homepage: http://hg.complete.org/gtkrsync
 Category: Network
 Synopsis: Gnome rsync progress display
-Build-Depends: base, unix, gtk, gconf, glade, regex-posix, MissingH
+Build-Depends: base, unix, gtk, gconf, glade, regex-posix, MissingH, process
 data-files: gtkrsync.glade
 
 Executable: gtkrsync


Bug#470378: arch2darcs: patch for FTBFS

2008-03-22 Thread Mikhail Gusarov
package arch2darcs
tag 470378 patch
thanks

Attached is the patch fixing the FTBFS with ghc-6.8. Please apply.

-- 
diff -bur orig.arch2darcs-1.0.12/arch2darcs.cabal arch2darcs-1.0.12/arch2darcs.cabal
--- orig.arch2darcs-1.0.12/arch2darcs.cabal	2007-02-23 01:05:01.0 +0600
+++ arch2darcs-1.0.12/arch2darcs.cabal	2008-03-21 14:39:39.0 +0600
@@ -4,7 +4,7 @@
 Maintainer: John Goerzen [EMAIL PROTECTED]
 Stability: Alpha
 Copyright: Copyright (c) 2005 John Goerzen
-Build-Depends: base, network, unix, parsec, MissingH=0.18.0, regex-compat, hslogger
+Build-Depends: base, network, unix, parsec, MissingH=0.18.0, regex-compat, hslogger, directory
 
 Executable: arch2darcs
 Main-Is: arch2darcs.hs
diff -bur orig.arch2darcs-1.0.12/debian/changelog arch2darcs-1.0.12/debian/changelog
--- orig.arch2darcs-1.0.12/debian/changelog	2007-04-14 21:24:06.0 +0700
+++ arch2darcs-1.0.12/debian/changelog	2008-03-21 14:47:14.0 +0600
@@ -1,3 +1,11 @@
+arch2darcs (1.0.12-0.1) unstable; urgency=low
+
+  * NMU
+  * Added 'directory' to build-depends, fixed FTFBS on ghc 6.8 (Closes:
+#470378)
+
+ -- Mikhail Gusarov [EMAIL PROTECTED]  Fri, 21 Mar 2008 14:40:00 +0600
+
 arch2darcs (1.0.12) unstable; urgency=low
 
   * Really into unstable this time!


Bug#469970: (no subject)

2008-03-22 Thread Mikhail Gusarov
tag 469970 patch
thanks

Attached is the patch removing .la file from the -dev as it is quite
useless on Debian.

-- 
diff -bur libsynce-0.11.orig/debian/libsynce0-dev.install libsynce-0.11/debian/libsynce0-dev.install
--- libsynce-0.11.orig/debian/libsynce0-dev.install	2008-03-21 14:12:38.0 +0600
+++ libsynce-0.11/debian/libsynce0-dev.install	2008-03-21 14:12:47.0 +0600
@@ -1,6 +1,5 @@
 debian/tmp/usr/include/*
 debian/tmp/usr/lib/*.a
-debian/tmp/usr/lib/*.la
 debian/tmp/usr/lib/*.so
 debian/tmp/usr/lib/pkgconfig/*
 debian/tmp/usr/share/man/man3/*


Bug#467363: patch: removing .la file as useless

2008-03-21 Thread Mikhail Gusarov
tag 467363 patch
thanks

Hi.

Attached is the patch removing .la file from -dev package as it is quite
useless in Debian.

-- 
diff -bur libsynce-0.11.orig/debian/libsynce0-dev.install libsynce-0.11/debian/libsynce0-dev.install
--- libsynce-0.11.orig/debian/libsynce0-dev.install	2008-03-21 14:12:38.0 +0600
+++ libsynce-0.11/debian/libsynce0-dev.install	2008-03-21 14:12:47.0 +0600
@@ -1,6 +1,5 @@
 debian/tmp/usr/include/*
 debian/tmp/usr/lib/*.a
-debian/tmp/usr/lib/*.la
 debian/tmp/usr/lib/*.so
 debian/tmp/usr/lib/pkgconfig/*
 debian/tmp/usr/share/man/man3/*


Bug#467363: patch: removing .la file as useless

2008-03-21 Thread Mikhail Gusarov
tag 467363 -patch
thanks

Oops, wrong bug number.

-- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#469970: (no subject)

2008-03-21 Thread Mikhail Gusarov
tag 469970 patch
thanks

Attached is the patch removing .la file from the -dev as it is quite
useless on Debian.

-- 
diff -bur libsynce-0.11.orig/debian/libsynce0-dev.install libsynce-0.11/debian/libsynce0-dev.install
--- libsynce-0.11.orig/debian/libsynce0-dev.install	2008-03-21 14:12:38.0 +0600
+++ libsynce-0.11/debian/libsynce0-dev.install	2008-03-21 14:12:47.0 +0600
@@ -1,6 +1,5 @@
 debian/tmp/usr/include/*
 debian/tmp/usr/lib/*.a
-debian/tmp/usr/lib/*.la
 debian/tmp/usr/lib/*.so
 debian/tmp/usr/lib/pkgconfig/*
 debian/tmp/usr/share/man/man3/*


Bug#470378: arch2darcs: patch for FTBFS

2008-03-21 Thread Mikhail Gusarov
package arch2darcs
tag 470378 patch
thanks

Attached is the patch fixing the FTBFS with ghc-6.8. Please apply.

-- 
diff -bur orig.arch2darcs-1.0.12/arch2darcs.cabal arch2darcs-1.0.12/arch2darcs.cabal
--- orig.arch2darcs-1.0.12/arch2darcs.cabal	2007-02-23 01:05:01.0 +0600
+++ arch2darcs-1.0.12/arch2darcs.cabal	2008-03-21 14:39:39.0 +0600
@@ -4,7 +4,7 @@
 Maintainer: John Goerzen [EMAIL PROTECTED]
 Stability: Alpha
 Copyright: Copyright (c) 2005 John Goerzen
-Build-Depends: base, network, unix, parsec, MissingH=0.18.0, regex-compat, hslogger
+Build-Depends: base, network, unix, parsec, MissingH=0.18.0, regex-compat, hslogger, directory
 
 Executable: arch2darcs
 Main-Is: arch2darcs.hs
diff -bur orig.arch2darcs-1.0.12/debian/changelog arch2darcs-1.0.12/debian/changelog
--- orig.arch2darcs-1.0.12/debian/changelog	2007-04-14 21:24:06.0 +0700
+++ arch2darcs-1.0.12/debian/changelog	2008-03-21 14:47:14.0 +0600
@@ -1,3 +1,11 @@
+arch2darcs (1.0.12-0.1) unstable; urgency=low
+
+  * NMU
+  * Added 'directory' to build-depends, fixed FTFBS on ghc 6.8 (Closes:
+#470378)
+
+ -- Mikhail Gusarov [EMAIL PROTECTED]  Fri, 21 Mar 2008 14:40:00 +0600
+
 arch2darcs (1.0.12) unstable; urgency=low
 
   * Really into unstable this time!


<    1   2   3   4   >