Bug#724495: [liblocale-maketext-lexicon-perl] xgettext.pl should extract 'c.loc' from .tt/.tt2 files

2014-03-06 Thread Max V. Stotsky
On Ср., 2014-03-05 at 23:24 +0100, Florian Schlichting wrote:
 
 I'll forward this upstream, in the hope that they're willing to add
 support for c.loc.
 

Thank you!


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



Bug#724495: [liblocale-maketext-lexicon-perl] xgettext.pl should extract 'c.loc' from .tt/.tt2 files

2013-09-24 Thread Max V. Stotsky
Package: liblocale-maketext-lexicon-perl
Version: 0.96-1
Severity: normal

--- Please enter the report below this line. ---
Hello!

I'm developing a web application using libcatalyst-perl and
libtemplate-perl packages. I try to use the I18N catalyst plugin.

http://search.cpan.org/~bobtfish/Catalyst-Plugin-I18N-0.10/lib/Catalyst/Plugin/I18N/Manual.pod

The docs says that I should use '[% c.loc(…) %]' for template files. But
xgettext.pl extracts (thanks to Locale::Maketext::Extract::Plugin::TT2)
only '[% l(…) %]', '[% c.l(…) %]' and '[% loc(…) %]' strings.

I can't use 'l', 'c.l' or 'loc' functions because it undefined in the
templates.

I think that xgettext.pl should extract '[% c.loc(…) %]' strings from
the template files.

--- System information. ---
Architecture: i386
Kernel:   Linux 3.10-2-686-pae

Debian Release: jessie/sid
  990 testing debian.botik.ru 
  500 unstabledebian.botik.ru 
  500 stable  debian.botik.ru 
  500 stable  deb.opera.com 
  500 maverickppa.launchpad.net 
1 experimentaldebian.botik.ru 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
perl (= 5.14) | 5.14.2-21


Package's Recommends field is empty.

Suggests (Version) | Installed
==-+-===
libtemplate-perl   | 2.24-1.1
libyaml-perl   | 0.84-1
libhtml-parser-perl| 3.71-1
libppi-perl| 1.215-1


-- 
Max V. Stotsky m...@pereslavl.ru


signature.asc
Description: This is a digitally signed message part


Bug#724495: [liblocale-maketext-lexicon-perl] xgettext.pl should extract 'c.loc' from .tt/.tt2 files

2013-09-24 Thread Max V. Stotsky
The simplest way to reproduce the problem:

% ls
test.tt
% cat test.tt

[% c.loc(first) %]
[% c.l(second) %]
[% l(third) %]
[% loc(fourth) %]

% xgettext.pl --directory=.
% ls
messages.po  test.tt
% cat messages.po
# ... po headers ...

#: test.tt:5
msgid fourth
msgstr 

#: test.tt:3
msgid second
msgstr 

#: test.tt:4
msgid third
msgstr 


-- 
Max V. Stotsky m...@pereslavl.ru


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



Bug#591466: [python-boto] register_image() takes at least 2 non-keyword arguments (1 given)

2010-08-03 Thread Max V. Stotsky
Package: python-boto
Version: 1.9b-3
Severity: normal

Hello!

I try to register the eucalyptus image and I gets error message:

% euca-register debiban-kernel-bucket /tmp/vmlinuz-2.6.28-11-server.manifest.xml
register_image() takes at least 2 non-keyword arguments (1 given)

I found bug report in Ubuntu launchpad 
(https://bugs.launchpad.net/ubuntu/+source/python-boto/+bug/504530).

Please, fix it. Thank you!

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.32-5-686

Debian Release: squeeze/sid
  990 testing debian.botik.ru 
  500 unstabledebian.botik.ru 
  500 stable  debian.botik.ru 
  500 maineucalyptussoftware.com 
1 experimentaldebian.botik.ru 

--- Package information. ---
Depends  (Version) | Installed
==-+-
python(= 2.5) | 2.6.5-5
python-support (= 0.90.0) | 1.0.9


Package's Recommends field is empty.

Package's Suggests field is empty.








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



Bug#551906: [teeworlds] no sounds

2009-10-22 Thread Max V. Stotsky
Hello again!

I attach the patch which fix this problem.

-- 
Best regards,
Max Stotsky.
:wq

diff -ru a/debian/scripts/teeworlds b/debian/scripts/teeworlds
--- a/debian/scripts/teeworlds	2009-10-22 21:19:25.0 +0400
+++ b/debian/scripts/teeworlds	2009-10-22 21:18:16.0 +0400
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Adapted from Urban Terror launch scripts
-BASE_PATH=/usr/share/games/teeworlds/data/
+BASE_PATH=/usr/share/games/teeworlds/
 BINARY=/usr/lib/games/teeworlds/teeworlds
 QUIET=0
 EXCUSE=\


signature.asc
Description: Digital signature


Bug#495053: [trac] JQuery is not defined

2008-08-14 Thread Max V. Stotsky
Package: trac
Version: 0.11-3
Severity: important

Good day.

I upgraded trac to version 0.11. And I got javascript error in the error
console of Firefox (Iceweasel).

Error: JQuery is not defined ...

I solved it by creating symbolic link
/usr/lib/python2.5/site-packages/trac/htdocs/js/jquery.js to the file
jquery.js from the package libjs-jquery.

Sorry for my English.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  990 testing pier.botik.ru 
  500 unstablepier.botik.ru 
  500 unstablems.pereslavl.ru 
  500 stable  pier.botik.ru 
1 experimentalpier.botik.ru 

--- Package information. ---
Depends(Version) | Installed
-+-===
python  (= 2.3) | 2.5.2-1
python-central(= 0.6.7) | 0.6.8
python-setuptools   ( 0.5) | 0.6c8-4
python-pysqlite2  (= 2.3.2) | 2.4.1-1
python-subversion| 1.5.1dfsg1-1
subversion(= 1.0.1) | 1.5.1dfsg1-1
python-genshi   (= 0.5) | 0.5.0-1
libjs-jquery | 1.2.6-1

-- 
Best regards,
Max Stotsky. 
:wq


signature.asc
Description: Digital signature


Bug#493251: [python-urlgrabber] https links for urlopen

2008-08-01 Thread Max V. Stotsky
Package: python-urlgrabber
Version: 3.1.0-4
Severity: normal

I can't open https links with method urlopen of class URLGrabber (in
urlgrabber.grabber).  But it works fine in version 2.9.9-1.

% python
Python 2.5.2 (r252:60911, May 28 2008, 08:35:32) 
[GCC 4.2.4 (Debian 4.2.4-1)] on linux2
Type help, copyright, credits or license for more information.
 from urlgrabber.grabber import URLGrabber
 f = URLGrabber(timeout = 
 15).urlopen(https://addons.mozilla.org/ru/firefox/;)
Traceback (most recent call last):
  File stdin, line 1, in module
  File /var/lib/python-support/python2.5/urlgrabber/grabber.py, line 884, in 
urlopen
return self._retry(opts, retryfunc, url)
  File /var/lib/python-support/python2.5/urlgrabber/grabber.py, line 845, in 
_retry
r = apply(func, (opts,) + args, {})
  File /var/lib/python-support/python2.5/urlgrabber/grabber.py, line 883, in 
retryfunc
return URLGrabberFileObject(url, filename=None, opts=opts)
  File /var/lib/python-support/python2.5/urlgrabber/grabber.py, line 1001, in 
__init__
self._do_open()
  File /var/lib/python-support/python2.5/urlgrabber/grabber.py, line 1072, in 
_do_open
fo, hdr = self._make_request(req, opener)
  File /var/lib/python-support/python2.5/urlgrabber/grabber.py, line 1168, in 
_make_request
fo = opener.open(req)
  File /usr/lib/python2.5/urllib2.py, line 387, in open
response = meth(req, response)
  File /usr/lib/python2.5/urllib2.py, line 498, in http_response
'http', request, response, code, msg, hdrs)
  File /usr/lib/python2.5/urllib2.py, line 419, in error
result = self._call_chain(*args)
  File /usr/lib/python2.5/urllib2.py, line 360, in _call_chain
result = func(*args)
  File /usr/lib/python2.5/urllib2.py, line 582, in http_error_302
return self.parent.open(new)
  File /usr/lib/python2.5/urllib2.py, line 381, in open
response = self._open(req, data)
  File /usr/lib/python2.5/urllib2.py, line 399, in _open
'_open', req)
  File /usr/lib/python2.5/urllib2.py, line 360, in _call_chain
result = func(*args)
  File /var/lib/python-support/python2.5/urlgrabber/keepalive.py, line 345, 
in https_open
return self.do_open(req)
  File /var/lib/python-support/python2.5/urlgrabber/keepalive.py, line 233, 
in do_open
h = self._get_connection(host)
  File /var/lib/python-support/python2.5/urlgrabber/keepalive.py, line 348, 
in _get_connection
return self._ssl_factory.get_https_connection(host)
AttributeError: SSLFactory instance has no attribute 'get_https_connection'
 f = URLGrabber(timeout = 15).urlopen(http://www.google.ru;)
 f.close()


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  990 testing pier.botik.ru 
  500 unstablepier.botik.ru 
  500 unstablems.pereslavl.ru 
  500 stable  pier.botik.ru 
1 experimentalpier.botik.ru 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python2.5 | 2.5.2-6
python-support   (= 0.2) | 0.8.4



-- 
Best regards,
Max V. Stotsky. 
:wq


signature.asc
Description: Digital signature


Bug#490000: [apt] apt-cashe search and ddtp

2008-07-09 Thread Max V. Stotsky
Package: apt
Version: 0.7.14+b1
Severity: normal

apt-cache find keywords in translation of description, but not in original 
english description.

% apt-cache search sysklogd | grep sysklogd
sysklogd - Демон журналирования системы
% LANG=C apt-cache search sysklogd | grep sysklogd
sysklogd - System Logging Daemon
% apt-cache search Демон журналирования системы | grep sysklogd
sysklogd - Демон журналирования системы
% apt-cache search System Logging Daemon | grep sysklogd
%

Sorry for my English.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  990 testing pier.botik.ru 
  500 unstablepier.botik.ru 
  500 stable  pier.botik.ru 
1 experimentalpier.botik.ru 

--- Package information. ---
Depends  (Version) | Installed
==-+-
libc6   (= 2.7-1) | 2.7-10
libgcc1(= 1:4.1.1-21) | 1:4.3.1-2
libstdc++6(= 4.2.1-4) | 4.3.1-2
debian-archive-keyring | 2008.04.16+nmu1



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



Bug#450625: xfce doesn't answer to actions of the user

2007-11-08 Thread Max V. Stotsky
Package: xfce4
Version: 4.4.1
Severity: serious

--- Please enter the report below this line. ---
I have upgraded my operating system and I have the problem as result.
During the switch from one to another window xfce becomes freeze. Xfce
doesn't answer to my actions and all elements of the interface too (for
example clock and applets). But I hear the sound of incoming messages in
the gajim.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.19-ms

Debian Release: lenny/sid
  500 testing pier.botik.ru 
  500 stable  pier.botik.ru 

--- Package information. ---
Depends(Version) | Installed
-+-===
xfwm4 (= 4.4.1) | 4.4.1-2+b1
xfwm4-themes  (= 4.4.1) | 4.4.1-1
xfce4-mcs-plugins (= 4.4.1) | 4.4.1-1
xfce4-panel   (= 4.4.1) | 4.4.1-2
xfce4-icon-theme  (= 4.4.1) | 4.4.1-1
xfdesktop4(= 4.4.1) | 4.4.1-5
thunar(= 0.8.0) | 0.8.0-6
xfce4-utils   (= 4.4.1) | 4.4.1-3
gtk2-engines-xfce (= 2.4.1) | 2.4.1-1
xfce4-session (= 4.4.1) | 4.4.1-2


-- 
Best regards,
Max Stotsky. 
:wq




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