Bug#1002445: About shortuuid (was: FTBFS: AssertionError...)

2022-02-22 Thread Kouhei Maeda
Dear Martin.

I'm sorry.
Please go ahead.
--
Kouhei Maeda 
 KeyID 4096R/B8F286F62206360F7D4108172E8162547E37CE41


2022年1月30日(日) 18:51 Martin :

> Dear Kouhei Maeda,
>
> one of my packages, libervia-backend resp. salutatoi, depends on
> shortuuid and due to bug #1002445 of 2021-12-22 in shortuuid it will be
> removed from testing soon.
>
> If you don't have the time to fix the bug right now, I could make an NMU
> (non-maintainer upload), but I wonder, if it would be better to move the
> package to the "Debian Python Team"? That would allow many people to
> make changes, whenever necessary. You would remain in charge of the
> package, of course.
>
> Please, if you don't mind, just send me a short note "go ahead", and I
> would move the package to the team, fix the bug and update it!
>
> Many thanks in advance!
>
> Cheers, Martin
>


Bug#863519: unblock blockdiag/1.5.3+dfsg-2

2017-06-04 Thread Kouhei Maeda
retitile 863519: unblock blockdiag/1.5.3+dfsg-5

Hi, Niels

2017-06-04 0:30 GMT+09:00 Niels Thykier <ni...@thykier.net>:
> I am not confident that the "install -d" variant used in the -4 upload
> is entirely safe from this symlink attack.  Furthermore, it still causes
> issues by:
>
>  * It would (still?) cause issues if multiple versions of blockdiag are
>built on the same machine concurrently.
>  * It assumes /tmp rather than using $(TMPDIR) if set (minor issue)
>
> A quick fix to both of these would be to place the temporary directory
> in the "debian" directory (instead of /tmp/).  That
> would solve all of my concerns with the temporary directory used by the
> build.

I changed to use PYBUILD {build_dir} instead of
/tmp/ in the "-5" upload.

Attached is the source debdiff.

Regards,

diff -Nru blockdiag-1.5.3+dfsg/debian/changelog
blockdiag-1.5.3+dfsg/debian/changelog
--- blockdiag-1.5.3+dfsg/debian/changelog2017-05-31 07:19:40.0 +0900
+++ blockdiag-1.5.3+dfsg/debian/changelog2017-06-04 12:08:49.0 +0900
@@ -1,3 +1,21 @@
+blockdiag (1.5.3+dfsg-5) unstable; urgency=medium
+
+  * debian/rules
+- Fixes to use PYBUILD {build_dir} instead of hardcoded temporary directory
+  on PYBUILD_BEFORE_TEST.
+- Updates PYBUILD_AFTER_TEST.
+- Removes overrider_dh_python2 target.
+- Removes copying test image files to testimages directory
+  on overrider_dh_python3.
+  * debian/patches
+- Deletes fixes-ghostscript_not_found_test.patch
+- Updates Fixed-remote-image-resouces.patch.
+  * Removes unnecessary files.
+- debian/python-blockdiag.links
+- debian/python3-blockdiag.links
+
+ -- Kouhei Maeda <mkou...@palmtb.net>  Sun, 04 Jun 2017 12:08:49 +0900
+
 blockdiag (1.5.3+dfsg-4) unstable; urgency=medium

   * debian/rules
diff -Nru blockdiag-1.5.3+dfsg/debian/patches/Fixed-remote-image-resouces.patch
blockdiag-1.5.3+dfsg/debian/patches/Fixed-remote-image-resouces.patch
--- blockdiag-1.5.3+dfsg/debian/patches/Fixed-remote-image-resouces.patch
   2017-05-31 07:19:40.0 +0900
+++ blockdiag-1.5.3+dfsg/debian/patches/Fixed-remote-image-resouces.patch
   2017-06-04 11:19:43.0 +0900
@@ -4,25 +4,25 @@

 Index: 
blockdiag-1.5.3+dfsg/src/blockdiag/tests/diagrams/background_url_image.diag
 ===
 
blockdiag-1.5.3+dfsg.orig/src/blockdiag/tests/diagrams/background_url_image.diag
   2017-06-04 11:06:19.475245999 +0900
-+++ blockdiag-1.5.3+dfsg/src/blockdiag/tests/diagrams/background_url_image.diag
   2017-06-04 11:06:50.142572000 +0900
+--- 
blockdiag-1.5.3+dfsg.orig/src/blockdiag/tests/diagrams/background_url_image.diag
   2017-06-04 11:17:13.518449125 +0900
 blockdiag-1.5.3+dfsg/src/blockdiag/tests/diagrams/background_url_image.diag
   2017-06-04 11:19:16.593641793 +0900
 @@ -1,7 +1,8 @@
  {
 -  A [background = "http://python.org/images/python-logo.gif;];
 -  B [background = "http://blockdiag.com/favicon.ico;];
 -  C [background =
"http://upload.wikimedia.org/wikipedia/commons/9/9b/Scalable_Vector_Graphics_Circle2.svg;];
 -  D [background = "http://people.sc.fsu.edu/~jburkardt/data/eps/circle.eps;];
-+  A [background = "/usr/lib/python3.5/idlelib/Icons/python.gif"];
++  A [background = "blockdiag/tests/diagrams/white.gif"];
 +  B [background = "/usr/lib/python3.5/idlelib/Icons/idle.ico"];
-+  C [background = "/usr/lib/python3.5/idlelib/Icons/idle_16.png"];
++  C [background =
"blockdiag/tests/diagrams/debian-logo-256color-palettealpha.png"];
 +  D [background = "circle.eps"];
 +  E [background = "circle.svg"];
Z;
  }
 Index: blockdiag-1.5.3+dfsg/src/blockdiag/tests/diagrams/node_icon.diag
 ===
 blockdiag-1.5.3+dfsg.orig/src/blockdiag/tests/diagrams/node_icon.diag
   2017-06-04 11:06:19.475245999 +0900
-+++ blockdiag-1.5.3+dfsg/src/blockdiag/tests/diagrams/node_icon.diag
  2017-06-04 11:06:19.471244000 +0900
+--- blockdiag-1.5.3+dfsg.orig/src/blockdiag/tests/diagrams/node_icon.diag
   2017-06-04 11:17:13.518449125 +0900
 blockdiag-1.5.3+dfsg/src/blockdiag/tests/diagrams/node_icon.diag
  2017-06-04 11:17:13.514449125 +0900
 @@ -2,5 +2,5 @@
A -> B;

diff -Nru blockdiag-1.5.3+dfsg/debian/python-blockdiag.links
blockdiag-1.5.3+dfsg/debian/python-blockdiag.links
--- blockdiag-1.5.3+dfsg/debian/python-blockdiag.links2014-09-01
07:58:18.0 +0900
+++ blockdiag-1.5.3+dfsg/debian/python-blockdiag.links1970-01-01
09:00:00.0 +0900
@@ -1,2 +0,0 @@
-usr/share/doc/python-blockdiag/testimages/debian-logo-256color-palettealpha.png
usr/lib/python2.7/dist-packages/blockdiag/tests/diagrams/debian-logo-256color-palettealpha.png
-usr/share/doc/python-blockdiag/testimages/white.gif
usr/lib/python2.7/dist-packages/blockdiag/tests/d

Bug#863519: unblock blockdiag/1.5.3+dfsg-2

2017-06-02 Thread Kouhei Maeda
retitile 863519: unblock blockdiag/1.5.3+dfsg-4


Bug#863519: unblock blockdiag/1.5.3+dfsg-2

2017-06-01 Thread Kouhei Maeda
I have fixed and uploaded.
Attached is the source debdiff.

Regards,


diff -Nru blockdiag-1.5.3+dfsg/debian/changelog
blockdiag-1.5.3+dfsg/debian/changelog
--- blockdiag-1.5.3+dfsg/debian/changelog   2017-05-29
20:44:19.0 +0900
+++ blockdiag-1.5.3+dfsg/debian/changelog   2017-05-31
07:19:40.0 +0900
@@ -1,3 +1,15 @@
+blockdiag (1.5.3+dfsg-4) unstable; urgency=medium
+
+  * debian/rules
+- Changes to use PYBUILD_BEFORE_TEST instead of PYBUILD_BEFORE_BUILD,
+  for copying temporary files for testing.
+- Appends deleting temporary files for testing on PYBUILD_AFTER_TEST.
+  * debian/patches
+- fixes-ghostscript_not_found_test.patch
+  * Changes temporary files (circle.{eps,svg}) path.
+
+ -- Kouhei Maeda <mkou...@palmtb.net>  Wed, 31 May 2017 07:19:40 +0900
+
 blockdiag (1.5.3+dfsg-3) unstable; urgency=medium

   * Reverts the change.
diff -Nru 
blockdiag-1.5.3+dfsg/debian/patches/fixes-ghostscript_not_found_test.patch
blockdiag-1.5.3+dfsg/debian/patches/fixes-ghostscript_not_found_test.patch
--- blockdiag-1.5.3+dfsg/debian/patches/fixes-ghostscript_not_found_test.patch
 2017-05-26 01:16:32.0 +0900
+++ blockdiag-1.5.3+dfsg/debian/patches/fixes-ghostscript_not_found_test.patch
 2017-05-31 07:19:22.0 +0900
@@ -7,12 +7,12 @@
 Index: 
blockdiag-1.5.3+dfsg/src/blockdiag/tests/diagrams/background_url_image.diag
 ===
 --- 
blockdiag-1.5.3+dfsg.orig/src/blockdiag/tests/diagrams/background_url_image.diag
  2017-05-26 00:53:25.852523308 +0900
-+++ blockdiag-1.5.3+dfsg/src/blockdiag/tests/diagrams/background_url_image.diag
   2017-05-26 01:16:29.640523308 +0900
 blockdiag-1.5.3+dfsg/src/blockdiag/tests/diagrams/background_url_image.diag
   2017-05-31 07:19:19.781453251 +0900
 @@ -2,5 +2,7 @@
A [background = "/usr/lib/python3.5/idlelib/Icons/python.gif"];
B [background = "/usr/lib/python3.5/idlelib/Icons/idle.ico"];
C [background = "/usr/lib/python3.5/idlelib/Icons/idle_16.png"];
-+  D [background = "/tmp/circle.eps"];
-+  E [background = "/tmp/circle.svg"];
++  D [background = "/tmp/blockdiag/circle.eps"];
++  E [background = "/tmp/blockdiag/circle.svg"];
Z;
  }
diff -Nru blockdiag-1.5.3+dfsg/debian/rules blockdiag-1.5.3+dfsg/debian/rules
--- blockdiag-1.5.3+dfsg/debian/rules   2017-05-26 21:58:39.0 +0900
+++ blockdiag-1.5.3+dfsg/debian/rules   2017-05-31 07:19:40.0 +0900
@@ -3,8 +3,10 @@
 # Uncomment this to turn on verbose mode.
 # export DH_VERBOSE=1

+export TMPDIR_TESTING=/tmp/blockdiag
 export PYBUILD_NAME=blockdiag
-export PYBUILD_BEFORE_BUILD=cp -a $(CURDIR)/src/blockdiag.egg-info
{build_dir};cp -f $(CURDIR)/debian/circle.* /tmp/
+export PYBUILD_BEFORE_TEST=cp -a $(CURDIR)/src/blockdiag.egg-info
{build_dir};install -d $(TMPDIR_TESTING); cp -f
$(CURDIR)/debian/circle.* $(TMPDIR_TESTING)/
+export PYBUILD_AFTER_TEST=rm -rf $(TMPDIR_TESTING)

 %:
dh $@ --with python2,python3 --buildsystem=pybuild
--
Kouhei Maeda 
 KeyID 4096R/7E37CE41


2017-05-31 7:10 GMT+09:00 Kouhei Maeda <mkou...@palmtb.net>:
> 2017-05-31 5:38 GMT+09:00 Jonathan Wiltshire <j...@debian.org>:
>> On Sun, May 28, 2017 at 08:51:27AM +0900, Kouhei Maeda wrote:
>>> +export PYBUILD_BEFORE_BUILD=cp -a $(CURDIR)/src/blockdiag.egg-info
>>> {build_dir};cp -f $(CURDIR)/debian/circle.* /tmp/
>>
>> Apologies for not spotting it sooner, but there's a symlink vulnerability
>> here (imagine if /tmp/circle.* was a symlink to something important),
>> and I'm not sure that you should hardcode /tmp either ($TMPDIR?).
>>
>> I'm a bit concerned there's more going on here than just the bug fixes.
>> What would the minimum required changes to fix #860689 and #847930 look
>> like?
>
> Thanks,
>
> This change is temporarily copied for use in unit test.
> It is coping with PYBUILD_BEFORE_BUILD, but I should use PYBUILD_BEFORE_TEST.
> And, I had deleted the necessary deletion processing of temporary
> files with PYBUILD_AFTER_TEST.
>
> I will fix these.
>
> Regards,
>
> --
> Kouhei Maeda 
>  KeyID 4096R/7E37CE41



Bug#863519: unblock blockdiag/1.5.3+dfsg-2

2017-05-30 Thread Kouhei Maeda
2017-05-31 5:38 GMT+09:00 Jonathan Wiltshire <j...@debian.org>:
> On Sun, May 28, 2017 at 08:51:27AM +0900, Kouhei Maeda wrote:
>> +export PYBUILD_BEFORE_BUILD=cp -a $(CURDIR)/src/blockdiag.egg-info
>> {build_dir};cp -f $(CURDIR)/debian/circle.* /tmp/
>
> Apologies for not spotting it sooner, but there's a symlink vulnerability
> here (imagine if /tmp/circle.* was a symlink to something important),
> and I'm not sure that you should hardcode /tmp either ($TMPDIR?).
>
> I'm a bit concerned there's more going on here than just the bug fixes.
> What would the minimum required changes to fix #860689 and #847930 look
> like?

Thanks,

This change is temporarily copied for use in unit test.
It is coping with PYBUILD_BEFORE_BUILD, but I should use PYBUILD_BEFORE_TEST.
And, I had deleted the necessary deletion processing of temporary
files with PYBUILD_AFTER_TEST.

I will fix these.

Regards,

--
Kouhei Maeda 
 KeyID 4096R/7E37CE41



Bug#863519: unblock blockdiag/1.5.3+dfsg-2

2017-05-30 Thread Kouhei Maeda
retitile 863519: unblock blockdiag/1.5.3+dfsg-3

Hi,

2017-05-29 22:02 GMT+09:00 Jonathan Wiltshire <j...@debian.org>:
> On 2017-05-29 05:26, Kouhei Maeda wrote:
>>
>> Hi,
>>
>> 2017-05-28 21:50 GMT+09:00 Jonathan Wiltshire <j...@debian.org>:
>>>
>>> On Sun, May 28, 2017 at 08:51:27AM +0900, Kouhei Maeda wrote:
>>>>
>>>> +  * Bumps version debian/compat to 9.
>>>> +- Fixes package-uses-deprecated-debhelper-compat-version.
>>>
>>>
>>> This isn't OK, please remove it.
>>
>>
>> This means that reverting debian/compat version, and increments debian
>> version?
>>
>> Regards,
>> --
>> Kouhei Maeda 
>>  KeyID 4096R/7E37CE41
>
>
> Yes please.

Fixed above.
Please unblock blockdiag/1.5.3+dfsg-3.

Attached is the source debdiff.

Regards,

dpkg-source: warning: extracting unsigned source package
(/home/kohei/devel/debpkg/blockdiag/blockdiag_1.5.3+dfsg-2.dsc)
dpkg-source: warning: extracting unsigned source package
(/home/kohei/devel/debpkg/blockdiag/blockdiag_1.5.3+dfsg-3.dsc)
diff -Nru blockdiag-1.5.3+dfsg/debian/changelog
blockdiag-1.5.3+dfsg/debian/changelog
--- blockdiag-1.5.3+dfsg/debian/changelog   2017-05-26
22:06:40.0 +0900
+++ blockdiag-1.5.3+dfsg/debian/changelog   2017-05-29
20:44:19.0 +0900
@@ -1,3 +1,11 @@
+blockdiag (1.5.3+dfsg-3) unstable; urgency=medium
+
+  * Reverts the change.
+- Bumps version debian/compat to 9.
+  * Fixes package-uses-deprecated-debhelper-compat-version.
+
+ -- Kouhei Maeda <mkou...@palmtb.net>  Mon, 29 May 2017 20:44:19 +0900
+
 blockdiag (1.5.3+dfsg-2) unstable; urgency=medium

   * Fixes build kills unrelated python processes. Closes: #847930
diff -Nru blockdiag-1.5.3+dfsg/debian/compat blockdiag-1.5.3+dfsg/debian/compat
--- blockdiag-1.5.3+dfsg/debian/compat  2017-05-26 00:57:08.0 +0900
+++ blockdiag-1.5.3+dfsg/debian/compat  2017-05-29 12:24:55.0 +0900
@@ -1 +1 @@
-9
+7



--
Kouhei Maeda 
 KeyID 4096R/7E37CE41



Bug#863519: unblock blockdiag/1.5.3+dfsg-2

2017-05-28 Thread Kouhei Maeda
Hi,

2017-05-28 21:50 GMT+09:00 Jonathan Wiltshire <j...@debian.org>:
> On Sun, May 28, 2017 at 08:51:27AM +0900, Kouhei Maeda wrote:
>> +  * Bumps version debian/compat to 9.
>> +- Fixes package-uses-deprecated-debhelper-compat-version.
>
> This isn't OK, please remove it.

This means that reverting debian/compat version, and increments debian version?

Regards,
--
Kouhei Maeda 
 KeyID 4096R/7E37CE41



Bug#863519: unblock blockdiag/1.5.3+dfsg-2

2017-05-27 Thread Kouhei Maeda
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock


Dear release team,
Please unblock blockdiag/1.5.3+dfsg-2.

This would fixes #860689, #847930 in stretch and sid,
which are some test failures on FTBFS.

Attached is the source debdiff.

Regards,

diff -Nru blockdiag-1.5.3+dfsg/debian/changelog
blockdiag-1.5.3+dfsg/debian/changelog
--- blockdiag-1.5.3+dfsg/debian/changelog2017-01-23 07:13:59.0 +0900
+++ blockdiag-1.5.3+dfsg/debian/changelog2017-05-26 22:06:40.0 +0900
@@ -1,3 +1,31 @@
+blockdiag (1.5.3+dfsg-2) unstable; urgency=medium
+
+  * Fixes build kills unrelated python processes. Closes: #847930
+- debian/rules
+  * Removes PYBUILD_AFTER_BUILD,PYBUILD_{BEFORE,AFTER}_TEST options.
+- debian/patches
+  * Adds use-vlgothic-package-on-fullpath.patch,
+moves fontpath related modification
+from Fixed-remote-image-resouces.patch
+  * Updates Fixed-remote-image-resouces.patch.
+- debian/control
+  * Removes procps from Build-Depends.
+  * Fixes some test failures
+- debian/patches
+  #* Removes 848748-exception-ignored-in-Image-del.patch unnecessary.
+  * Adds skip-test_app_cleans_up_images.patch.
+  * Adds fixes-test_node_attribute.patch.
+  * Adds fixes_test_fontmap_duplicated_fontentry1.patch.
+  * Fixes Missing Build-Depends on libmagickcore extra lib. Closes: #860689
+- debian/control
+  * Appends libmagickcore-6.q16-3-extra to Build-Depends.
+  * Bumps version debian/compat to 9.
+- Fixes package-uses-deprecated-debhelper-compat-version.
+  * debian/control
+- Appends python-configparser to Build-Depends.
+
+ -- Kouhei Maeda <mkou...@palmtb.net>  Fri, 26 May 2017 22:06:40 +0900
+
 blockdiag (1.5.3+dfsg-1.1) unstable; urgency=medium

   * Non-maintainer upload.
diff -Nru blockdiag-1.5.3+dfsg/debian/compat blockdiag-1.5.3+dfsg/debian/compat
--- blockdiag-1.5.3+dfsg/debian/compat2011-05-09 11:31:44.0 +0900
+++ blockdiag-1.5.3+dfsg/debian/compat2017-05-26 00:57:08.0 +0900
@@ -1 +1 @@
-7
+9
diff -Nru blockdiag-1.5.3+dfsg/debian/control
blockdiag-1.5.3+dfsg/debian/control
--- blockdiag-1.5.3+dfsg/debian/control2016-10-11 10:15:43.0 +0900
+++ blockdiag-1.5.3+dfsg/debian/control2017-05-26 22:06:27.0 +0900
@@ -6,6 +6,7 @@
dh-python,
python-all,
python-setuptools,
+   python-configparser,
python-unittest2,
pep8 (>= 1.3),
python-nose,
@@ -17,7 +18,7 @@
python-reportlab,
python-mock,
python-wand,
-   python-pep8,
+   python-pep8,
python3-all,
python3-setuptools,
python3-pep8 (>= 1.3),
@@ -29,7 +30,7 @@
python3-reportlab,
python3-mock,
python3-wand,
-   procps,
+   libmagickcore-6.q16-3-extra,
fonts-vlgothic | fonts-japanese-gothic
 Standards-Version: 3.9.8
 X-Python-Version: 2.7
diff -Nru 
blockdiag-1.5.3+dfsg/debian/patches/848748-exception-ignored-in-Image-del.patch
blockdiag-1.5.3+dfsg/debian/patches/848748-exception-ignored-in-Image-del.patch
--- 
blockdiag-1.5.3+dfsg/debian/patches/848748-exception-ignored-in-Image-del.patch
   2017-01-23 07:13:59.0 +0900
+++ 
blockdiag-1.5.3+dfsg/debian/patches/848748-exception-ignored-in-Image-del.patch
   2017-05-26 01:18:57.0 +0900
@@ -18,9 +18,11 @@
 Bug-Debian: https://bugs.debian.org/848748
 Forwarded: no

 blockdiag-1.5.3+dfsg.orig/src/blockdiag/tests/utils.py
-+++ blockdiag-1.5.3+dfsg/src/blockdiag/tests/utils.py
-@@ -64,7 +64,14 @@ def capture_stderr(func):
+Index: blockdiag-1.5.3+dfsg/src/blockdiag/tests/utils.py
+===
+--- blockdiag-1.5.3+dfsg.orig/src/blockdiag/tests/utils.py
2017-05-25 23:32:58.0 +0900
 blockdiag-1.5.3+dfsg/src/blockdiag/tests/utils.py2017-05-26
01:18:55.308523308 +0900
+@@ -64,7 +64,14 @@

  func(*args, **kwargs)

diff -Nru blockdiag-1.5.3+dfsg/debian/patches/Fixed-remote-image-resouces.patch
blockdiag-1.5.3+dfsg/debian/patches/Fixed-remote-image-resouces.patch
--- blockdiag-1.5.3+dfsg/debian/patches/Fixed-remote-image-resouces.patch
   2016-10-11 10:01:17.0 +0900
+++ blockdiag-1.5.3+dfsg/debian/patches/Fixed-remote-image-resouces.patch
   2017-05-25 23:30:39.0 +0900
@@ -1,66 +1,30 @@
-Description: Fixed remote image resouce for testing data.
+Description: Changes remote image resource to local files from base packages.
 Author: Kouhei Maeda <mkou...@palmtb.net>
-Last-Update: 2014-08-30
+Last-Update: 2017-05-25

 Index: 
blockdiag-1.5.3+dfsg/src/blockdiag/tests/diagrams/background_url_image.diag
 ===
 
blockdiag-1

Bug#841597: blockdiag: FTBFS: E: Build killed with signal TERM after 150 minutes of inactivity

2016-10-31 Thread Kouhei Maeda
Thanks your report.
But in my environment that I made with pbuilder and cowbuilder, the
problem does not reappear.
Please tell me your environmental how to make because I want to test
it in the same environment.

Best regards,
--
Kouhei Maeda 
 KeyID 4096R/7E37CE41


2016-10-21 22:38 GMT+09:00 Lucas Nussbaum <lu...@debian.org>:
> Source: blockdiag
> Version: 1.5.3+dfsg-1
> Severity: serious
> Tags: stretch sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20161021 qa-ftbfs
> Justification: FTBFS on amd64
>
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
>
> Relevant part (hopefully):
>> ---[ stderr ] ---
>> WARNING: unknown image type: http://localhost:8000/circle.svg
>> WARNING: unknown image type: http://localhost:8000/circle.eps
>>
>>
>> - >> end captured stdout << --
>>
>> Ran 710 tests in 2.530s
>>
>> FAILED (SKIP=351, failures=1)
>> E: pybuild pybuild:276: test: plugin distutils failed with: exit code=1: cd 
>> /<>/blockdiag-1.5.3+dfsg/.pybuild/pythonX.Y_2.7/build; python2.7 
>> -m nose
>> dh_auto_test: pybuild --test --test-nose -i python{version} -p 2.7 returned 
>> exit code 13
>> debian/rules:13: recipe for target 'build' failed
>> make: *** [build] Error 25
>> dpkg-buildpackage: error: debian/rules build gave error exit status 2
>> E: Build killed with signal TERM after 150 minutes of inactivity
>
> If the failure looks somehow time/timezone related:
> Note that this rebuild was performed without the 'tzdata' package
> installed in the chroot. tzdata used be (transitively) part of
> build-essential, but it no longer is. If this package requires it to
> build, it should be added to build-depends. For the release team's
> opinion on this, see
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836940#185
>
> If the failure looks LSB-related:
> similarly to tzdata, lsb-base is not installed in the build chroot.
>
> The full build log is available from:
>http://aws-logs.debian.net/2016/10/21/blockdiag_1.5.3+dfsg-1_unstable.log
>
> A list of current common problems and possible solutions is available at
> http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
>
> About the archive rebuild: The rebuild was done on EC2 VM instances from
> Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
> failed build was retried once to eliminate random failures.



Bug#808134: tig: New version available

2015-12-16 Thread Kouhei Maeda
Package: tig
Version: 2.0.2-2+b1
Severity: wishlist

Dear Maintainer,

A new version of http://jonas.nitro.dk/tig/releases/tig-2.1.1.tar.gz is 
available,
please consider packaging it.

Best regards,

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

Kernel: Linux 4.2.0-1-amd64 (SMP w/3 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages tig depends on:
ii  git [git-core]  1:2.6.4-1
ii  libc6   2.21-4
ii  libncursesw56.0+20151024-2
ii  libreadline66.3-8+b4
ii  libtinfo5   6.0+20151024-2

tig recommends no packages.

tig suggests no packages.

-- no debconf information



Bug#770906: tomahawk: Update tomahawk to version 0.8.2

2015-07-05 Thread Kouhei Maeda
Hi,
The tomahawk package in Debian is the same name and the software that
you want, but it is another software
unfortunately.

PTS: https://packages.qa.debian.org/t/tomahawk.html
Upstream: https://github.com/oinume/tomahawk

Best regards,
--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41


2014-11-25 11:48 GMT+09:00 Asif Youssuff yoa...@gmail.com:
 Source: tomahawk
 Severity: wishlist

 Dear Maintainer,

 Please update tomahwak to version 0.8.2, it is the latest stable version.

 Changelog(s) available: https://github.com/tomahawk-
 player/tomahawk/commits/master/ChangeLog

 New features include a simplified UI, a friend feed, ipv6 support and more.



 -- System Information:
 Debian Release: jessie/sid
   APT prefers utopic-updates
   APT policy: (500, 'utopic-updates'), (500, 'utopic-security'), (500, 
 'utopic'), (100, 'utopic-backports')
 Architecture: amd64 (x86_64)
 Foreign Architectures: i386

 Kernel: Linux 3.16.0-24-generic (SMP w/4 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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#768111: unblock: sphinx-testing/0.6.0-2

2014-11-04 Thread Kouhei Maeda
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package sphinx-testing

This package was added Build-Depends of follow packages newly,

* sphinxcontrib-blockdiag = 0.8.0
* sphinxcontrib-actdiag = 1.5.0
* sphinxcontrib-seqdiag = 0.9.0
* sphinxcontrib-nwdiag = 0.8.0

but this packages is not yet in the testing,
the above packages will drop from testing.

unblock sphinx-testing/0.6.0-2

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-1-amd64 (SMP w/7 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
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#766494: ITP: sphinx-testing -- testing utility for Sphinx extensions

2014-10-23 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net

* Package name: sphinx-testing
  Version : 0.6.0
  Upstream Author : Takeshi Komiya
* URL : http://bitbucket.org/tk0miya/sphinx-testing
* License : BSD
  Programming Lang: Python
  Description : testing utility for Sphinx extensions

sphinx-testing provides testing utility classes and functions for Sphinx
 extensions.
 See also pydoc sphinx_testing.


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



Bug#738028: python-seqdiag: seqdiag fails to process diagram with UTF-8 encoded labels

2014-10-14 Thread Kouhei Maeda
Hi,
I'm sorry my reply has became slow.

Would you try latest version 0.9.3-1?
This issue does not occure in the case that I have test this version
in cowbuilder.

Best regards,
--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41


2014-02-07 23:45 GMT+09:00 Jacob Sparre Andersen ja...@jacob-sparre.dk:
 Package: python-seqdiag
 Version: 0.9.0-1
 Severity: normal

 Dear Maintainer,

 When I attempt to process a sequence diagram with UTF-8 encoded non-ASCII
 characters in a label, seqdiag fails with the message:

 ERROR: UnicodeEncodeError caught (check your font settings)

 As I don't think I have touched my font settings, and don't even know where
 to
 do it, I am a bit puzzled.

 Some details:

 % file utf-8-failure.diag
 utf-8-failure.diag: UTF-8 Unicode text
 % cat utf-8-failure.diag
 seqdiag {
   A - B [label = ø];
 }
 % seqdiag utf-8-failure.diag
 ERROR: UnicodeEncodeError caught (check your font settings)
 %

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

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

 Versions of packages python-seqdiag depends on:
 ii  python2.7.5-5
 ii  python-blockdiag  1.3.2-1
 ii  python-funcparserlib  0.3.6-2
 ii  python-pil2.3.0-1
 ii  python-pkg-resources  2.1-1

 python-seqdiag recommends no packages.

 python-seqdiag 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#755598: django-guardian: Please ensure it works with Django 1.7

2014-08-28 Thread Kouhei Maeda
Hello, Brian

Thanks for your patch and upstream report.
I have tried tests applied patches with python-django and
python3-django 1.7~c3-1, and 1.6.6-1,
these does not occur fails.

I think a good idea to apply your patches to current
version(django-guardian 1.2.4) because there is also a dependency of
django restframework.

Best regards,
--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41


2014-08-27 8:47 GMT+09:00 Brian May br...@microcomaustralia.com.au:
 As mentioned in the upstream report, I have patches to fix this.

 https://github.com/brianmay/django-guardian/tree/master/debian/patches

 Patches 0003 to 0010

 Unfortunately, I think any changes like these need to be made upstream, or
 we end up risking having migrations that are out-of-sync with upstream.
 --
 Brian May br...@microcomaustralia.com.au


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



Bug#758381: Patch attached

2014-08-18 Thread Kouhei Maeda
Hi,

2014-08-19 10:39 GMT+09:00 Brian May br...@microcomaustralia.com.au:

 If I can resolve #755598 too, I will consider making a NMU.

Thank you.
I have not yet resolve #755598 for django-guardian 1.2.4.
Would you make a NMU, please?

Best regards,
--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41


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



Bug#758095: golang-gocheck: Upgrade to git rev 5b76b26e 2014-07-09

2014-08-14 Thread Kouhei Maeda
Source: golang-gocheck
Severity: wishlist

Dear Maintainer,

Please upgrade to latest revision 5b76b26e at 2014-07-09.

Best regards,

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

Kernel: Linux 3.12-1-amd64 (SMP w/7 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.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#756886: Python 3 package

2014-08-08 Thread Kouhei Maeda
2014-08-06 11:41 GMT+09:00 Brian May br...@microcomaustralia.com.au:
 On 5 August 2014 03:23, Andrei POPESCU andreimpope...@gmail.com wrote:

 Control: reassign -1 src: djangorestframework 2.3.14-1


 I think I already fixed this :-), but thanks anyway.

 I am willing to look into doing this making this change. I would also
 suggest having the package maintained by the Python Modules team, I can also
 do this too, should  Kouhei Maeda mkou...@palmtb.net agree.

Yes, I also should be in the team maintenance.

But I have never use svn and svn-buildpackage.
I was hesitant for that.
Although I have normally use git-buildpackage and Git 

I will change the maintainer to Python Modules team, without applying
svn-buildpackage when I prepare a Python3 package.

Best regards,
--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41


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



Bug#752943: djangorestframework: FTBFS - Test label 'rest_framework.tests' does not refer to a test

2014-07-01 Thread Kouhei Maeda
Hi, Michael

Thanks your bug report.
But this problem was unreproducible when I had created a new base.cow.
(The other lintian errors occured.)

I attached build log.

Best regards,
--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41


2014-06-28 8:53 GMT+09:00 Michael Tautschnig m...@debian.org:
 Package: djangorestframework
 Version: 2.3.13-2
 Severity: serious
 Usertags: goto-cc

 During a rebuild of all Debian packages in a clean sid chroot (using 
 cowbuilder
 and pbuilder) the build failed with the following error.

 [...]
 # Build the HTML documentation.
 mkdir 
 /srv/jenkins-slave/workspace/sid-goto-cc-djangorestframework/djangorestframework-2.3.13/docs.debian
 /srv/jenkins-slave/workspace/sid-goto-cc-djangorestframework/djangorestframework-2.3.13/mkdocs.py
   \
 mv html docs.debian/
 make[1]: Leaving directory 
 '/srv/jenkins-slave/workspace/sid-goto-cc-djangorestframework/djangorestframework-2.3.13'
debian/rules override_dh_auto_test
 make[1]: Entering directory 
 '/srv/jenkins-slave/workspace/sid-goto-cc-djangorestframework/djangorestframework-2.3.13'
 set -e ; \
 python 
 /srv/jenkins-slave/workspace/sid-goto-cc-djangorestframework/djangorestframework-2.3.13/rest_framework/runtests/runtests.py
 Traceback (most recent call last):
   File 
 /srv/jenkins-slave/workspace/sid-goto-cc-djangorestframework/djangorestframework-2.3.13/rest_framework/runtests/runtests.py,
  line 52, in module
 main()
   File 
 /srv/jenkins-slave/workspace/sid-goto-cc-djangorestframework/djangorestframework-2.3.13/rest_framework/runtests/runtests.py,
  line 47, in main
 failures = test_runner.run_tests([test_module_name + test_case])
   File 
 /usr/lib/python2.7/dist-packages/xmlrunner/extra/djangotestrunner.py, line 
 48, in run_tests
 suite = self.build_suite(test_labels, extra_tests)
   File /usr/lib/python2.7/dist-packages/django/test/simple.py, line 241, in 
 build_suite
 suite.addTest(build_test(label))
   File /usr/lib/python2.7/dist-packages/django/test/simple.py, line 227, in 
 build_test
 raise ValueError(Test label '%s' does not refer to a test % label)
 ValueError: Test label 'rest_framework.tests' does not refer to a test
 debian/rules:17: recipe for target 'override_dh_auto_test' failed
 make[1]: *** [override_dh_auto_test] Error 1
 make[1]: Leaving directory 
 '/srv/jenkins-slave/workspace/sid-goto-cc-djangorestframework/djangorestframework-2.3.13'
 debian/rules:6: recipe for target 'build' failed
 make: *** [build] Error 2


 The full build log is attached; please do let me know if the problem is
 unreproducible, in which case I shall try to investigate further.

 Best,
 Michael



djangorestframework.log.txt.gz
Description: GNU Zip compressed data


Bug#745734: python-celery: Infinite loop occurs using chord in celery 3.1.9

2014-04-24 Thread Kouhei Maeda
Package: python-celery
Version: 3.1.9-1
Severity: normal

Dear Maintainer,

Infinite loop occurs as following,

 chord((add.s(i, i) for i in xrange(10)), xsum.s())().get()

see also
http://docs.celeryproject.org/en/latest/getting-started/next-steps.html#chords

This issue has been fixed by next commit.
https://github.com/celery/celery/commit/881786cffe1e801dbfd61e67b84a6925b721fff0

But chord method has other bugs.
A new version 3.1.11 of celery is available, please consider packaging it.

Best regards,

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages python-celery depends on:
ii  python2.7.5-5
ii  python-billiard   3.3.0.15-1
ii  python-cl 0.0.3-1
ii  python-dateutil   1.5+dfsg-1
ii  python-kombu  3.0.14-1
ii  python-mailer 0.7-1
ii  python-memcache   1.53-1
ii  python-pkg-resources  3.4.4-1
ii  python-pyparsing  2.0.1+dfsg1-1
ii  python-tz 2012c-1

python-celery recommends no packages.

Versions of packages python-celery suggests:
pn  python-celery-doc  none
ii  python-gevent  1.0-1
ii  python-pytyrant1.1.17-1
ii  python-redis   2.9.1-2
ii  python-sqlalchemy  0.9.4-1

-- 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#745739: celery: Fails to build from source

2014-04-24 Thread Kouhei Maeda
Source: celery
Version: 3.1.9-1
Severity: serious

Dear Maintainer,

celery fails to build from source:


Best regards,

-
(snip)
test_with_embedded_beat (celery.tests.worker.test_worker.test_WorkController) 
... ok

==
FAIL: test_acquire_release 
(celery.tests.worker.test_hub.test_LaxBoundedSemaphore)
--
Traceback (most recent call last):
  File /tmp/buildd/celery-3.1.9/celery/tests/worker/test_hub.py, line 57, in 
test_acquire_release
self.assertEqual(x.value, 1)
AssertionError: 0 != 1

==
FAIL: test_grow_shrink (celery.tests.worker.test_hub.test_LaxBoundedSemaphore)
--
Traceback (most recent call last):
  File /tmp/buildd/celery-3.1.9/celery/tests/worker/test_hub.py, line 86, in 
test_grow_shrink
self.assertEqual(x.value, 3)
AssertionError: 2 != 3

--
Ran 1682 tests in 32.973s

FAILED (failures=2, skipped=43)
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory `/tmp/buildd/celery-3.1.9'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
(snip)
-


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-1-amd64 (SMP w/7 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.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#745586: golang-websocket-dev: New version available (Appended new APIs and deprecated some APIs.)

2014-04-22 Thread Kouhei Maeda
Package: golang-websocket-dev
Version: 0.0~git20140119-1
Severity: wishlist

Dear Maintainer,

A new version of github.com/gorilla/websocket is available, please consider 
packaging it.

Because some APIs have been deprecated, recommended to use instead APIs.
http://www.gorillatoolkit.org/pkg/websocket

Best regards,

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages golang-websocket-dev depends on:
ii  dpkg-dev  1.17.7

golang-websocket-dev recommends no packages.

golang-websocket-dev 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#735833: Bug#739598: pystache not migrating to testing due to FTBFS

2014-04-10 Thread Kouhei Maeda
Hi,

I have fixed and have uploaded.
I was to understand that not the command of all, that it may be added
only to the loop statement,
my understanding correct?

http://mentors.debian.net/debian/pool/main/p/pystache/pystache_0.5.3-4.dsc

Best regards,
--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41


2014-04-11 0:18 GMT+09:00 Thomas Goirand z...@debian.org:
 On 04/10/2014 05:18 AM, Kouhei Maeda wrote:
 Hi, Thomas.

 Thanks for your advice.
 I fixed and uploaded to mentors.d.n.

 Would you upload this package?
 http://mentors.debian.net/debian/pool/main/p/pystache/pystache_0.5.3-3.dsc

 Best regards,
 --
 Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
  KeyID 4096R/7E37CE41

 Hi,

 Since your new package version fixes the FTBFS, and it's important to
 quickly fix that, I have uploaded it. However, in your debian/rules,
 there's still something to fix. You should use set -e on each of your
 for statements. For example:

 set -e  for py in $(shell py3versions -vr); do \
 [ ... content of your loop ... ]

 Note that this is a *must* imposed by the Debian policy. Please fix
 this, and reupload to mentors, then I'll sponsor your package once more.

 Cheers,

 Thomas Goirand (zigo)


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



Bug#735833: Bug#739598: pystache not migrating to testing due to FTBFS

2014-04-09 Thread Kouhei Maeda
Hi, Thomas.

Thanks for your advice.
I fixed and uploaded to mentors.d.n.

Would you upload this package?
http://mentors.debian.net/debian/pool/main/p/pystache/pystache_0.5.3-3.dsc

Best regards,
--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41


2014-03-18 0:45 GMT+09:00 Thomas Goirand z...@debian.org:
 Hi Kouhei,

 I've notice that it's been a long time that pystache has RC bugs. The
 issue on the package is that you are calling 2to3 -w --no-diffs build3
 in override_dh_auto_build:, but setup.py is already doing it, so you are
 doing it twice, which is breaking some unicode strings.

 This let me wonder if the 2to3 call in override_dh_auto_install: is
 necessary, probably it also break stuff.

 Also, I've noticed some problems in your package. First, you shouldn't set:
 X-Python-Version: 2.7, = 3.3

 Yes, we don't have python 3.2 in Sid/Testing, but the package is still
 compatible with Python 3.2, as per the declaration in setup.py.
 Therefore, by setting-up X-Python-Version: 2.7, you are preventing the
 package from being back-ported correctly in Wheezy. Also,
 X-Python-Version: = 3.3 has no effect: it's X-Python3-Version that you
 should have used to limit Python 3 versions.

 Last, there's no need to add  \ on each lines of your debian/rules.
 The build will stop on the first error anyway.

 Please fix the above. If you need sponsoring for the upload of the fixed
 package, please let me know, and I will upload for you.

 If you can't do the work, please let me know, and I will NMU the package.

 Cheers,

 Thomas Goirand (zigo)


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



Bug#735627: yrmcds: FTBFS on i386: '_mm_pause' was not declared in this scope

2014-01-17 Thread Kouhei Maeda
Hi,

I had reported to the upstream, they resolved this issue as following.

https://github.com/cybozu/yrmcds/commit/7a0b4f6d5934828bd56ef80af4c98ffaed7a548f

This change is include in release 1.0.3.
I will follow the upstream change.

Thank you your suggestion!
--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41


2014/1/17 Aaron M. Ucko u...@debian.org:
 Source: yrmcds
 Version: 1.0.1-1
 Severity: important

 The i386 build of yrmcds failed:

   ./cybozu/spinlock.hpp: In member function 'void cybozu::spinlock::pause()':
   ./cybozu/spinlock.hpp:30:19: error: '_mm_pause' was not declared in this 
 scope
_mm_pause();
  ^
   make[1]: *** [src/main.o] Error 1

 It seems _mm_pause is an extension, which Debian's i386 port doesn't
 guarantee will be available.  I'd suggest conditionalizing its usage
 on __MMX__ rather than __i386__ or __x86_64__.

 Could you please take a look?

 Thanks!


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



Bug#735629: yrmcds: FTBFS on powerpc: unrecognized option '-std=gnu++11'

2014-01-17 Thread Kouhei Maeda
Hi,

I will accept your suggestion in next 1.0.3-1.
Thanks!
--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41


2014/1/17 Aaron M. Ucko u...@debian.org:
 Source: yrmcds
 Version: 1.0.1-1
 Severity: important

 The powerpc build of yrmcds failed:

 cc1plus: error: unrecognized command line option '-std=gnu++11'
 make[1]: *** [src/main.o] Error 1

 powerpc still defaults to g++ 4.6, whereas -std=gnu++11 requires at
 least 4.7.  Could you please take a look?  The simplest fix would be
 to declare a versioned build dependency on g++ (= 4.7) and not worry
 about powerpc until it catches up on that front.

 Thanks!


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



Bug#732706: ITP: yrmcds -- memcached compatible KVS with master/slave replication

2013-12-20 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net

* Package name: yrmcds
  Version : 1.0.0
  Upstream Author : Cybozu
* URL : http://cybozu.github.io/yrmcds/
* License : BSD
  Programming Lang: C++
  Description : memcached compatible KVS with master/slave replication

yrmcds is a memory object caching system with master/slave replication and
server-side locking. Since its protocol is perfectly compatible with that of
memcached, yrmcds can be used as a drop-in replacement for memcached.
.
A companion client library libyrmcds and a PHP extension are also available.


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



Bug#730461: python-seqdiag broken by new python-blockdiag in sid

2013-11-26 Thread Kouhei Maeda
Hi, thanks your bug report,
I have uploaded

http://packages.qa.debian.org/s/seqdiag/news/20131127T044844Z.html


Best regards,
--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41


2013/11/25 Stein Magnus Jodal stein.mag...@jodal.no:
 Package: python-seqdiag
 Version: 0.8.2-1

 python-seqdiag 0.8.2-1 is broken after sid got python-blockdiag
 1.3.2-1. It worked with python-blockdiag 1.2.4-1, which is still in
 use in testing.

 The new version of python-blockdiag no longer have a
 blockdiag.utils.collections module, causing the following crash on
 import of seqdiag.parser:

 # python
 Python 2.7.6 (default, Nov 22 2013, 14:00:40)
 [GCC 4.8.2] on linux2
 Type help, copyright, credits or license for more information.
 import seqdiag.parser
 Traceback (most recent call last):
   File stdin, line 1, in module
   File /usr/lib/python2.7/dist-packages/seqdiag/parser.py, line 43,
 in module
 from blockdiag.utils.collections import namedtuple
 ImportError: No module named collections


 There's a new version of seqdiag, 0.9.0, which I assume works together
 with the new version of blockdiag, 1.3.2, as they both come from the
 same upstream.

 --
 Stein Magnus Jodal


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



Bug#728162: ITP: django-oauth2-provider -- Provide OAuth2 access to django application

2013-10-28 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net

* Package name: django-oauth2-provider
  Version : 0.2.6
  Upstream Author : Alen Mujezinovic
* URL : https://github.com/caffeinehit/django-oauth2-provider
* License : MIT
  Programming Lang: Python
  Description : Provide OAuth2 access to django application

 django-oauth2-provider is a Django application that provides customizable
 OAuth2 authentication for your Django projects.
 The default implementation makes reasonable assumptions about the allowed grant
 types and provides clients with two easy accessible URL endpoints.


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



Bug#725940: ITP: django-shortuuidfield -- Short UUIDField for Django

2013-10-10 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net

* Package name: django-shortuuidfield
  Version : 0.1.2
  Upstream Author : Benjamin Roberts
* URL : https://github.com/nebstrebor/django-shortuuidfield
* License : BSD
  Programming Lang: Python
  Description : Short UUIDField for Django

 Provides a ShortUUIDField for your Django models which uses the base-57 Short
 UUID package. Originally, a fork from David Cramer's excellent
 django-uuidfield, but not much is left of that besides a bit of structure.


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



Bug#724989: ITP: django-guardian -- per object permissions of django

2013-09-30 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net

* Package name: django-guardian
  Version : 1.1.1
  Upstream Author : Lukasz Balcerzak lukaszbalcer...@gmail.com
* URL : http://github.com/lukaszb/django-guardian
* License : BSD
  Programming Lang: Python
  Description : per object permissions of django

 Implementation of per object permissions as authorization backend which is
 supported since Django 1.2. It provides features as followings;
  - Object permissions for Django_
  - AnonymousUser support
  - High level API
  - Heavely tested
  - Django's admin integration
  - Decorators


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



Bug#717538: ITP: python-django-oauth-plus -- Support of OAuth 1.0a in Django using python-oauth2

2013-07-28 Thread Kouhei Maeda
Hi, Andrew,

On Mon, 22 Jul 2013 21:41:58 -0400
Andrew Starr-Bochicchio a.star...@gmail.com wrote:

 On Sun, Jul 21, 2013 at 10:53 PM, Kouhei Maeda mkou...@palmtb.net wrote:
Description : Support of OAuth 1.0a in Django using python-oauth2
 
   The OAuth protocol enables websites or applications (Consumers) to access
   Protected Resources from a web service (Service Provider) via an API, 
  without
   requiring Users to disclose their Service Provider credentials to the
   Consumers. More generally, OAuth creates a freely-implementable and generic
   methodology for API authentication.
 
 The description is more about OAuth generally than
 python-django-oauth-plus. For instance, it wasn't clear to me that
 this is was a provider and not something that helped consumers do the
 OAuth dance. 

Thank you for pointing out.
I will fix reference to your advice.

 There are a number of other Django OAuth providers (not
 packaged for Debian AFAIK). The description should give me a hint as
 to why I should use this one.

There is a separate purpose of which I wanted to try to package this tool.
I have ITP with djangorestframework as #717551, that is used as a plug-in 
django-auth-plus. 

Best regards,
-- 
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 B8F2 86F6 2206 360F 7D41  0817 2E81 6254 7E37 CE41


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



Bug#653862: ITP: python-pystache -- Mustache is a framework-agnostic way to render logic-free views

2013-07-28 Thread Kouhei Maeda
Hi, Ben

I'm sorry reply is very slow.

On Sun, 01 Jan 2012 09:25:29 -0800
Ben Pfaff b...@cs.stanford.edu wrote:

 Kouhei Maeda mkou...@palmtb.net writes:
 
Description : Mustache is a framework-agnostic way to render 
  logic-free views
   Inspired by ctemplate and et. As ctemplates says, It emphasizes separating
   logic from presentation: it is impossible to embed application logic in 
  this
   template language.
 
 It would be kind of you to say what it renders views into.  I
 suspect that the answer is HTML, but it doesn't say so and I
 could be guessing wrong.

Thank you for pointing out.
I will fix reference to your advice.

Best regards,
-- 
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 B8F2 86F6 2206 360F 7D41  0817 2E81 6254 7E37 CE41


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



Bug#717926: ITP: swiftsc -- simple client library of OpenStack Swift

2013-07-26 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net

* Package name: swiftsc
  Version : 0.5
  Upstream Author : Kouhei Maeda mkou...@palmtb.net
* URL : https://github.com/mkouhei/swiftsc
* License : GPL
  Programming Lang: Python
  Description : simple client library of OpenStack Swift

 This tool is simple client library of OpenStack Swift.
 This tool is intended to be used in the module and Python script other.
 The main purpose of this tool is used as a core module for backup tool.


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



Bug#717927: ITP: backup2swift -- backup data to OpenStack Swift

2013-07-26 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net

* Package name: backup2swift
  Version : 0.8
  Upstream Author : Kouhei Maeda mkou...@palmtb.net
* URL : https://github.com/mkouhei/backup2swift
* License : GPL
  Programming Lang: Python
  Description : backup data to OpenStack Swift

 This tool is that backup data to OpenStack Swift. provides features are
 command line interface, and backup rotatition. This is depend on swiftsc,
 that is simple client library of OpenStack Swift.


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



Bug#717777: ansible: Upgrade to 1.2.1

2013-07-24 Thread Kouhei Maeda
Package: ansible
Version: 1.1+dfsg-1
Severity: wishlist

Dear Maintainer,

Please upgrade to latest stable version 1.2.1, see
https://github.com/ansible/ansible/tags

I prepare the source package of ansible (for my own use),
refer this to you if you like.

http://mentors.debian.net/debian/pool/main/a/ansible/ansible_1.2.1-1.1.dsc

best regards,


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages ansible depends on:
ii  python   2.7.5-2
ii  python-jinja22.7-3
ii  python-paramiko  1.10.1-1
ii  python-yaml  3.10-4+b1

ansible recommends no packages.

ansible 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#717777: ansible: Upgrade to 1.2.1

2013-07-24 Thread Kouhei Maeda
Hi, Janos

I don't check git repo.
Thank you so much for letting me know.

Best regards,
--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41


2013/7/25 Janoš Guljaš ja...@resenje.org:
 Hi Kouhei,

 Thank you for working and contributing to the ansible packaging. The
 1.2.1 release is already in preparation. I checked your release and
 would you mind if you could incorporate you changes to git repo
 git://anonscm.debian.org/collab-maint/ansible.git ? That would be very
 helpful. It appears that the documentation is making more problems to
 packaging then the application itself.

 Best regards,
 Janos

 On Thu, Jul 25, 2013 at 12:52 AM, Kouhei Maeda mkou...@palmtb.net wrote:
 Package: ansible
 Version: 1.1+dfsg-1
 Severity: wishlist

 Dear Maintainer,

 Please upgrade to latest stable version 1.2.1, see
 https://github.com/ansible/ansible/tags

 I prepare the source package of ansible (for my own use),
 refer this to you if you like.

 http://mentors.debian.net/debian/pool/main/a/ansible/ansible_1.2.1-1.1.dsc

 best regards,


 -- System Information:
 Debian Release: jessie/sid
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: amd64 (x86_64)
 Foreign Architectures: i386

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

 Versions of packages ansible depends on:
 ii  python   2.7.5-2
 ii  python-jinja22.7-3
 ii  python-paramiko  1.10.1-1
 ii  python-yaml  3.10-4+b1

 ansible recommends no packages.

 ansible 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#717628: keystone: Fail to debuild after debuild clean.

2013-07-23 Thread Kouhei Maeda
Package: keystone
Version: 2013.1.2-5
Severity: normal

Dear Maintainer,

There is a problem that occurs when you build from source package.
It fails to build once, when I try to build again after running the debuild 
clean.

I work around the problem by modifying as follows.

--

$ debdiff 
(snip)
diff -Nru keystone-2013.1.2/debian/changelog keystone-2013.1.2/debian/changelog
--- keystone-2013.1.2/debian/changelog  2013-07-19 03:47:22.0 +0900
+++ keystone-2013.1.2/debian/changelog  2013-07-23 15:48:35.0 +0900
@@ -1,3 +1,16 @@
+keystone (2013.1.2-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules:
+- Delete sqlite files in override_dh_clean.
+- Delete vendor directory in override_dh_clean.
+- Delete doc/source/api directory in override_dh_clean.
+- Delete pep8.txt file in override_dh_clean.
+  * debian/control:
+- Append X-Python-Version, support over 2.6.
+
+ -- Kouhei Maeda mkou...@palmtb.net  Tue, 23 Jul 2013 15:47:45 +0900
+
 keystone (2013.1.2-5) unstable; urgency=low
 
   * Calls usermod -s /bin/bash keystone to ensure wheezy upgraded box can run
diff -Nru keystone-2013.1.2/debian/control keystone-2013.1.2/debian/control
--- keystone-2013.1.2/debian/control2013-07-19 03:47:22.0 +0900
+++ keystone-2013.1.2/debian/control2013-07-23 15:45:23.0 +0900
@@ -51,6 +51,7 @@
  python-webob (= 1.2.3),
  python-webtest
 Standards-Version: 3.9.3
+X-Python-Version: = 2.6
 Homepage: http://keystone.openstack.org/
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=openstack/keystone.git;a=summary
 Vcs-Git: git://anonscm.debian.org/openstack/keystone.git
diff -Nru keystone-2013.1.2/debian/rules keystone-2013.1.2/debian/rules
--- keystone-2013.1.2/debian/rules  2013-07-19 03:47:22.0 +0900
+++ keystone-2013.1.2/debian/rules  2013-07-23 15:47:38.0 +0900
@@ -73,4 +73,8 @@
rm -rf $(CURDIR)/doc/source/sourcecode
rm -rf $(CURDIR)/admin.log $(CURDIR)/keystone-legacy-auth.log
rm -f $(CURDIR)/debian/keystone.config 
$(CURDIR)/debian/keystone.postinst
+   find ./ -name *.db -delete
+   rm -rf $(CURDIR)/vendor
+   rm -rf $(CURDIR)/doc/source/api
+   rm -f $(CURDIR)/pep8.txt
dh_clean


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages keystone depends on:
ii  adduser3.113+nmu3
ii  dbconfig-common1.8.47+nmu1
ii  debconf [debconf-2.0]  1.5.50
ii  dpkg   1.16.10
ii  lsb-base   4.1+Debian12
ii  python 2.7.5-2
ii  python-configobj   4.7.2+ds-5
ii  python-keystone2013.1.2-5
ii  sqlite33.7.17-1
ii  ssl-cert   1.0.32

keystone recommends no packages.

keystone suggests no packages.

-- debconf information:
* keystone/admin-user: admin
* keystone/admin-tenant-name: admin
* keystone/region-name: regionOne
  keystone/passwords-do-not-match:
* keystone/endpoint-ip:
* keystone/register-endpoint: false
* keystone/admin-email: ad...@example.org
* keystone/admin-role-name: admin
* keystone/configure_db: false
* keystone/create-admin-tenant: false

best regards,


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



Bug#717631: keystone: Fail running test of test_s3_token_middleware

2013-07-23 Thread Kouhei Maeda
Package: keystone
Version: 2013.1.2-5
Severity: normal

Dear Maintainer,

Since there is no python-swift to Build-Depends-Indep in debian/control,
import the module can not be, I will fail the test of test_s3_token_middleware.

best regards,

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages keystone depends on:
ii  adduser3.113+nmu3
ii  dbconfig-common1.8.47+nmu1
ii  debconf [debconf-2.0]  1.5.50
ii  dpkg   1.16.10
ii  lsb-base   4.1+Debian12
ii  python 2.7.5-2
ii  python-configobj   4.7.2+ds-5
ii  python-keystone2013.1.2-5
ii  sqlite33.7.17-1
ii  ssl-cert   1.0.32

keystone recommends no packages.

keystone suggests no packages.

-- debconf information:
* keystone/admin-user: admin
* keystone/admin-tenant-name: admin
* keystone/region-name: regionOne
  keystone/passwords-do-not-match:
* keystone/endpoint-ip:
* keystone/register-endpoint: false
* keystone/admin-email: ad...@example.org
* keystone/admin-role-name: admin
* keystone/configure_db: false
* keystone/create-admin-tenant: false


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



Bug#717551: ITP: python-djangorestframework -- Web APIs for Django, made easy

2013-07-22 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net

* Package name: python-djangorestframework
  Version : 2.3.6
  Upstream Author : Tom Christie
* URL : http://django-rest-framework.org/
* License : BSD
  Programming Lang: Python
  Description : Web APIs for Django, made easy

 powerful and flexible toolkit that makes it easy to build Web APIs.
 Some reasons you might want to use REST framework:
 The Web browseable API is a huge useability win for your developers.
 Authentication policies including OAuth1a and OAuth2 out of the box.
 Serialization that supports both ORM and non-ORM data sources.
 Customizable all the way down - just use regular function-based views if you
 don't need the more powerful features.
 Extensive documentation, and great community support.


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



Bug#717538: ITP: python-django-oauth-plus -- Support of OAuth 1.0a in Django using python-oauth2

2013-07-21 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net

* Package name: python-django-oauth-plus
  Version : 2.1.2
  Upstream Author : David Larlet http://david.larlet.fr
* URL : http://code.larlet.fr/django-oauth-plus/
* License : BSD
  Programming Lang: Python
  Description : Support of OAuth 1.0a in Django using python-oauth2

 The OAuth protocol enables websites or applications (Consumers) to access
 Protected Resources from a web service (Service Provider) via an API, without
 requiring Users to disclose their Service Provider credentials to the
 Consumers. More generally, OAuth creates a freely-implementable and generic
 methodology for API authentication.


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



Bug#717542: ITP: python-shortuuid -- generates concise, unambiguous, URL-safe UUIDs

2013-07-21 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net

* Package name: python-shortuuid
  Version : 0.3
  Upstream Author : Stochastic Technologies
* URL : https://github.com/stochastic-technologies/shortuuid/
* License : BSD
  Programming Lang: Python
  Description : generates concise, unambiguous, URL-safe UUIDs

 Often, one needs to use non-sequential IDs in places where users will see them,
 but the IDs must be as concise and easy to use as possible. shortuuid solves
 this problem by generating uuids using Python's built-in uuid module and then
 translating them to base57 using lowercase and uppercase letters and digits,
 and removing similar-looking characters such as l, 1, I, O and 0.


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



Bug#664760: [debian-devel:18422] Re: Bug#664760: Please upload python-tinkerer source to mentors

2012-11-23 Thread Kouhei Maeda
Hi, Hideki

I have fixe above and uploaded to mentors.

* mistaken Files of debian/copyright,
* delete unnecessary comment of debian/rules
* Fix Url of debian/watch

http://mentors.debian.net/debian/pool/main/t/tinkerer/tinkerer_0.4.1b-1.dsc

Would you check it?

regards,

--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41


2012/10/31 Hideki Yamane henr...@debian.or.jp

 Hi,

 On Sun, 21 Oct 2012 14:02:41 +0900
 Tatsuya Kinoshita t...@vega.ocn.ne.jp wrote:
  The BSD-4-clause license is compliant to DFSG, even though it is
  incompatible with GPL.

  Yes, yes, I did misunderstanding for this so I'm wrong.

  BSD-4-clause is
   : DFSG-free (still I have a bit question for it)
   : not-compatible with GPL
   : BSD people encourage people not to use this now.
   : It's not OSI-approved

  If upstream has no strong reason to choose BSD-4-clause, I recommend
  you to ask upstream why they choose it.


 --
 Regards,

  Hideki Yamane henrich @ debian.or.jp/org
  http://wiki.debian.org/HidekiYamane




Bug#664760: Please upload python-tinkerer source to mentors

2012-10-16 Thread Kouhei Maeda
Hi,

I worry about web symbols font included by tinkerer.
lintian notification is follow;

tinkerer has web-symbols-regular-webfont.ttf and related files at
./tinkerer/themes/tinkerbase/static of source code tree.

This custom SVG webfont is generated by Font Squirrel
(http://www.fontsquirrel.com/).
The license of this font is Open Font License.
http://archive09.linux.com/articles/60919

Should I exclude this font and make another font package?
Or can I include this font to tinkerer package?


I: python-tinkerer: font-in-non-font-package
usr/share/pyshared/tinkerer/themes/boilerplate/static/websymbols-regular-webfont.ttf
N:
N:This package contains a *.ttf, *.otf, or *.pfb file, file extensions
N:used by TrueType, OpenType, or Type 1 fonts, but the package does not
N:appear to be a dedicated font package. Dedicated font package names
N:should begin with fonts-. (Type 1 fonts are also allowed in packages
N:starting with xfonts-.) If the font is already packaged, you should
N:depend on that package instead. Otherwise, normally the font should be
N:packaged separately, since fonts are usually useful outside of the
N:package that embeds them.
N:
N:Severity: wishlist, Certainty: possible
N:
N:Check: files, Type: binary, udeb
N:
I: python-tinkerer: font-in-non-font-package
usr/share/pyshared/tinkerer/themes/tinkerbase/static/websymbols-regular-webfont.ttf


regards,
--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41


2012/10/12 Hideki Yamane henr...@debian.or.jp:
 Hi,

  I'll sponsor this, Kouhei. So, please upload source to mentors and send
  dsc url as reply to this mail. Then, I'll check and upload it.


 --
 Regards,

  Hideki Yamane henrich @ debian.or.jp/org
  http://wiki.debian.org/HidekiYamane


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



Bug#679426: ITP: python-tonicdnscli -- TonicDNS Client

2012-06-28 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net

* Package name: python-tonicdnscli
  Version : 0.7
  Upstream Author : Kouhei Maeda mkou...@palmtb.net
* URL : https://github.com/mkouhei/tonicdnscli
* License : GPL
  Programming Lang: Python
  Description : TonicDNS Client
 This command line tool for TonicDNS API. TonicDNS is  RESTful API for
 PowerDNS. Convert readble text record to JSON, and create or delete zone
 records with TonicDNS.



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



Bug#679223: ITP: tonicdns -- RESTful API for PowerDNS

2012-06-27 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net

* Package name: tonicdns
  Version : 1.1.0
  Upstream Author : Cyso Managed Hosting developm...@cyso.nl
* URL : https://github.com/Cysource/TonicDNS
* License : GPL
  Programming Lang: PHP
  Description : RESTful API for PowerDNS

 It uses the MIT licensed Tonic RESTful library as its base. Feature is below:
  * Token based communication.
  * Option to store tokens in the PowerDNS database, or in a separate SQLite
database.
  * Should work with any PowerDNS backend database, tested with MySQL.
  * Supports adding of zones, records and zone and record templates.
  * Atomic commits, all modifications are validated on input and executed in a
single transaction.



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



Bug#672141: couchdb: Please package the new upstream version 1.2

2012-05-31 Thread Kouhei Maeda
Hi,

I build CouchDB 1.2.0
If László-san wouldn't upload it, I want to upload it as NMU.

I've prepared it as
http://osdn2.debian.or.jp/~mkouhei/c/couchdb_1.2.0-0.1.dsc

regards,
--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41



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



Bug#664759: ITP: python-tox -- generic virtualenv_ management and test command line tool

2012-03-20 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net

* Package name: python-tox
  Version : 1.3
  Upstream Author : holger krekel hol...@merlinux.eu
* URL : http://tox.testrun.org/
* License : GPL
  Programming Lang: Python
  Description : generic virtualenv_ management and test command line tool

 Checking your package installs correctly with different Python versions and
 interpreters. Running your tests in each of the environments, configuring your
 test tool of choice. Acting as a frontend to Continuous Integration servers,
 greatly reducing boilerplate and merging CI and shell-based testing.



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



Bug#664760: ITP: python-tinkerer -- blogging engine/static website generator powered by Sphinx

2012-03-20 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net

* Package name: python-tinkerer
  Version : 0.3b
  Upstream Author : Vlad Riscutia riscutiav...@gmail.com
* URL : http://tinkerer.me/
* License : BSD
  Programming Lang: Python
  Description : blogging engine/static website generator powered by Sphinx

 It allows blogging in reStructuredText format, comes with out-of-the-box
 support for post publishing dates, authors, categories, tags, post archive,
 RSS feed generation, comments powered by Disqus and more.
 Tinkerer is also highly customizable through Sphinx extensions.



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



Bug#655576: RM: ordereddict -- ROM; outdated support only python2.6

2012-01-12 Thread Kouhei Maeda
Source: ordereddict
Severity: normal

ordereddict is because it only supports python 2.6, is obsoleted.

cf: http://lists.debian.org/debian-python/2012/01/msg00020.html

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

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.utf8, LC_CTYPE=ja_JP.utf8 (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#653862: ITP: python-pystache -- Mustache is a framework-agnostic way to render logic-free views

2011-12-31 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net

* Package name: python-pystache
  Version : 0.3.1
  Upstream Author : Chris Wanstrath ch...@ozmm.org
* URL : http://github.com/defunkt/pystache
* License : MIT
  Programming Lang: Python
  Description : Mustache is a framework-agnostic way to render logic-free 
views
 Inspired by ctemplate and et. As ctemplates says, It emphasizes separating
 logic from presentation: it is impossible to embed application logic in this
 template language.
 Pystache is a Python implementation of Mustache. It has been tested with
 Python 2.6.1.



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



Bug#649895: (no subject)

2011-11-24 Thread Kouhei Maeda
From: Kouhei Maeda mkou...@palmtb.net
To: Debian Bug Tracking System sub...@bugs.debian.org 
Subject: ITP: python-ordereddict -- recipe has big-oh performance
X-Debbugs-CC: Kouhei Maeda mkou...@palmtb.net
Package: wnpp
Owner: Kouhei Maeda mkou...@palmtb.net
Severity: wishlist

* Package name: python-ordereddict
  Version : 1.1
  Upstream Author : Raymond Hettinger
* URL or Web page : http://pypi.python.org/pypi/ordereddict
* License : The MIT License
  Description : recipe has big-oh performance
 collections.OrderedDict that works in Python 2.4-2.6. Drop-in
 substitute for Py2.7's new collections.OrderedDict. The recipe has
 big-oh performance that matches regular dictionaries (amortized O(1) 
 insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing).



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



Bug#649895: Acknowledgement ((no subject))

2011-11-24 Thread Kouhei Maeda
retitle 649895 ITP: python-ordereddict -- recipe has big-oh performance



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



Bug#647547: ITP: python-tomahawk -- A simple ssh wrapper for executing commands into many hosts

2011-11-03 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net

* Package name: python-tomahawk
  Version   0.4.1
  Upstream Author : oinume oin...@gmail.com
* URL : https://github.com/oinume/tomahawk
* License : LGPL
  Programming Lang: Python
  Description : A simple ssh wrapper for executing commands into many hosts

Executing remote commands tool via ssh to multi remote hosts. This tool is like 
dsh. This tool also has other function like rsync.



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



Bug#632740: ITP: python-webcolors -- library of color names and value formats defined by HTML and CSS

2011-07-05 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net


* Package name: python-webcolors
  Version : 1.3.1
  Upstream Author : James Bennett someb...@example.org
* URL : http://www.bitbucket.org/ubernostrum/webcolors/overview/
* License : BSD
  Programming Lang: Python
  Description : library of color names and value formats defined by HTML 
and CSS
  Support is included for the following formats, but this support RGB colorspace
 only.
 * Specification-defined color names
 * Six-digit hexadecimal
 * Three-digit hexadecimal
 * Integer rgb() triplet
 * Percentage rgb() triplet
 This module conversion to/from HSL can be handled by the colorsys module in
 the Python standard library.



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



Bug#632740: Acknowledgement (ITP: python-webcolors -- library of color names and value formats defined by HTML and CSS)

2011-07-05 Thread Kouhei Maeda
I forgot removing sample mail address.
The correct information is following.
---
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net


* Package name: python-webcolors
 Version : 1.3.1
 Upstream Author : James Bennett
* URL : http://www.bitbucket.org/ubernostrum/webcolors/overview/
* License : BSD
 Programming Lang: Python
 Description : library of color names and value formats defined by
HTML and CSS
 Support is included for the following formats, but this support RGB colorspace
 only.
 * Specification-defined color names
 * Six-digit hexadecimal
 * Three-digit hexadecimal
 * Integer rgb() triplet
 * Percentage rgb() triplet
 This module conversion to/from HSL can be handled by the colorsys module in
 the Python standard library.
--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41



2011/7/6 Debian Bug Tracking System ow...@bugs.debian.org:
 Thank you for filing a new Bug report with Debian.

 This is an automatically generated reply to let you know your message
 has been received.

 Your message is being forwarded to the package maintainers and other
 interested parties for their attention; they will reply in due course.

 As you requested using X-Debbugs-CC, your message was also forwarded to
  debian-de...@lists.debian.org
 (after having been given a Bug report number, if it did not have one).

 Your message has been sent to the package maintainer(s):
  w...@debian.org

 If you wish to submit further information on this problem, please
 send it to 632...@bugs.debian.org.

 Please do not send mail to ow...@bugs.debian.org unless you wish
 to report a problem with the Bug-tracking system.

 --
 632740: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632740
 Debian Bug Tracking System
 Contact ow...@bugs.debian.org with problems




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



Bug#630229: ITP: python-nwdiag -- generate network-diagram image file from spec-text file

2011-06-12 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net


* Package name: python-nwdiag
  Version : 0.2.4
  Upstream Author : Takeshi Komiya i.tkom...@gmail.com
* URL : https://bitbucket.org/tk0miya/nwdiag
* License : Apache
  Programming Lang: Python
  Description : generate network-diagram image file from spec-text file

 Generate network-diagram from dot like text (basic feature).
 Multilingualization for node-label (utf-8 only).
 You can get some examples and generated images on
 http://tk0miya.bitbucket.org/nwdiag/build/html/index.html



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



Bug#630233: ITP: python-sphinxcontrib.nwdiag -- Sphinx nwdiag extension

2011-06-12 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net


* Package name: python-sphinxcontrib.nwdiag
  Version : 0.1.1
  Upstream Author : Takeshi Komiya i.tkom...@gmail.com
* URL : http://bitbucket.org/birkenfeld/sphinx-contrib
* License : BSD
  Programming Lang: Python
  Description : Sphinx nwdiag extension

 This package contains the nwdiag Sphinx extension.
 This extension enable you to insert network diagrams in your Sphinx document.
 This module needs nwdiag.



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



Bug#630134: ITP: python-sphinxcontrib.actdiag -- Sphinx actdiag extension

2011-06-11 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net


* Package name: python-sphinxcontrib.actdiag
  Version : 0.1.1
  Upstream Author : Takeshi Komiya i.tkom...@gmail.com
* URL : http://bitbucket.org/birkenfeld/sphinx-contrib
* License : BSD
  Programming Lang: Python
  Description : Sphinx actdiag extension

 This package contains the actdiag Sphinx extension.
 This extension enable you to insert activity diagrams in your Sphinx document.
 This is a sphinx extension which render block diagrams by using
 `actdiag http://bitbucket.org/tk0miya/actdiag/`_ .



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



Bug#629313: ITP: python-sphinx-seqdiag -- Sphinx seqdiag extention

2011-06-05 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net


* Package name: python-sphinx-seqdiag
  Version : 0.1.1
  Upstream Author : Takeshi Komiya i.tkom...@gmail.com
* URL : http://bitbucket.org/birkenfeld/sphinx-contrib
* License : BSD
  Programming Lang: Python
  Description : Sphinx seqdiag extention

 This package contains the seqdiag Sphinx extension.
 This extension enable you to insert sequence diagrams in your Sphinx document. 
 This module needs seqdiag.



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



Bug#629323: ITP: python-actdiag -- generate activity-diagram image file from spec-text file

2011-06-05 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net


* Package name: python-actdiag
  Version : 0.1.5
  Upstream Author : Takeshi Komiya i.tkom...@gmail.com
* URL : https://bitbucket.org/tk0miya/actdiag
* License : Apache
  Programming Lang: Python
  Description : generate activity-diagram image file from spec-text file

 Generate activity-diagram from dot like text (basic feature).
 Multilingualization for node-label (utf-8 only).
 You can get some examples and generated images on 
 http://tk0miya.bitbucket.org/actdiag/build/html/index.html



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



Bug#626714: ITP: sphinxcontrib-blockdiag -- Sphinx blockdiag extension

2011-06-03 Thread Kouhei Maeda
Hi,

Thank you for your advice.

Are you saying that,

python-sphinxcontrib-blockdiag - python-sphinx-blockdiag

What a mean?

regards,
--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41



2011/5/31 Daniele Tricoli er...@mornie.org:
 Hello,

 On Saturday 14 May 2011 17:25:14 Kouhei Maeda wrote:
 This package contains the blockdiag Sphinx extension.

 Thanks for contributing to Debian! I'm writing to you only to say that
 since python-sphinx-issuetracker is using pysupport you have to use it
 too because of sphinxcontrib namespace.

 Kind regards,

 --
  Daniele Tricoli 'Eriol'
  http://mornie.org






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



Bug#627510: ITP: python-seqdiag -- seqdiag generate sequence-diagram image file from spec-text file.

2011-05-21 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net


* Package name: python-seqdiag
  Version : 0.3.4
  Upstream Author : Takeshi Komiya i.tkom...@gmail.com
* URL : https://bitbucket.org/tk0miya/seqdiag
* License : Apache
  Programming Lang: Python
  Description : generate sequence-diagram image file from spec-text file.

 Generate sequence-diagram from dot like text (basic feature).
 Multilingualization for node-label (utf-8 only).
 You can get some examples and generated images on 
 http://tk0miya.bitbucket.org/seqdiag/build/html/index.html



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



Bug#626705: ITP: funcparserlib -- Recursive descent parsing library based on functional combinators.

2011-05-14 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net


* Package name: funcparserlib
  Version : 3.9.2
  Upstream Author : Andrey Vlasovskikh andrey.vlasovsk...@gmail.com
* URL : http://code.google.com/p/funcparserlib/
* License : MIT
  Programming Lang: Python
  Description : Recursive descent parsing library based on functional 
combinators.

 Parser combinators are just higher-order functions that take parsers as
 their arguments and return them as result values. Parser combinators are:
 .
 o First-class values
 o Extremely composable
 o Tend to make the code quite compact
 o Resemble the readable notation of xBNF grammars
 .
 Parsers made with funcparserlib are pure-Python LL(*) parsers. It means
 that it's very easy to write them without thinking about look-aheads and
 all that hardcore parsing stuff. But the recursive descent parsing is a
 rather slow method compared to LL(k) or LR(k) algorithms.
 .
 So the primary domain for funcparserlib is parsing little languages or
 external DSLs (domain specific languages).
 .
 The library itself is very small. Its source code is only 0.5 KLOC, with
 lots of comments included. It features the longest parsed prefix error
 reporting, as well as a tiny lexer generator for token position tracking.



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



Bug#626707: ITP: blockdiag -- generate block-diagram image file from spec-text file.

2011-05-14 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net


* Package name: blockdiag
  Version : 0.8.1
  Upstream Author : Takeshi Komiya i.tkom...@gmail.com
* URL : http://tk0miya.bitbucket.org/blockdiag/build/html/index.html
* License : Apache License 2.0
  Programming Lang: Python
  Description : generate block-diagram image file from spec-text file.

 Generate block-diagram from dot like text (basic feature).
 Multilingualization for node-label (utf-8 only).



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



Bug#626714: ITP: sphinxcontrib-blockdiag -- Sphinx blockdiag extension

2011-05-14 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net


* Package name: sphinxcontrib-blockdiag
  Version : 0.8.0
  Upstream Author : Takeshi Komiya i.tkom...@gmail.com
* URL : http://bitbucket.org/birkenfeld/sphinx-contrib
* License : BSD
  Programming Lang: Python
  Description : Sphinx blockdiag extension

 This package contains the blockdiag Sphinx extension.
 This extension enable you to insert block diagrams in your Sphinx document. 
 This module needs blockdiag.



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



Bug#552186: td2planet: fail parse URI, when there is multibyte strings in HTML anchor.

2009-10-23 Thread Kouhei Maeda
Package: td2planet
Version: 0.1.0-2
Severity: normal

Hi, Yabuki-san.

When there is multibyte strings in HTML Anchor of RSS Feed, 
td2planet failed in prosess URI.parse.

example, 

/usr/lib/ruby/1.8/uri/common.rb:436:in `split': bad URI(is not URI?): 
http://satoshi.blogs.com/life/2009/10/restful-mvcã 
ªã#8218;¢ã#402;#188;ã#8218; ã#402;†ã#8218;¯ã#402; 
ã#402;£㠮話.html (URI::InvalidURIError)
   from /usr/lib/ruby/1.8/uri/common.rb:485:in `parse' from 
/usr/lib/ruby/1.8/td2planet/formatter.rb:123:in `relative_path_to_absolute_uri'
   from /usr/lib/ruby/1.8/td2planet/formatter.rb:133:in 
`tag_attr_relative_path_to_absolute_uri'
   from /usr/lib/ruby/1.8/td2planet/formatter.rb:132:in `gsub!'
   from /usr/lib/ruby/1.8/td2planet/formatter.rb:132:in 
`tag_attr_relative_path_to_absolute_uri'
   from /usr/lib/ruby/1.8/td2planet/formatter.rb:143:in `to_section_body'
   from /usr/lib/ruby/1.8/td2planet/formatter.rb:142:in `gsub'
   from /usr/lib/ruby/1.8/td2planet/formatter.rb:142:in `to_section_body'
   from /usr/share/td2planet/templates/section.rhtml:3:in `section'
   from /usr/share/td2planet/templates/day.rhtml:18:in `day'
   from /usr/share/td2planet/templates/day.rhtml:17:in `each'
   from /usr/share/td2planet/templates/day.rhtml:17:in `day'
   from /usr/share/td2planet/templates/layout.rhtml:24:in `layout'
   from /usr/share/td2planet/templates/layout.rhtml:23:in `each'
   from /usr/share/td2planet/templates/layout.rhtml:23:in `layout'
   from /usr/lib/ruby/1.8/td2planet/formatter.rb:119:in `to_html'
   from /usr/lib/ruby/1.8/td2planet/writer.rb:29:in `output_html'
   from /usr/lib/ruby/1.8/pathname.rb:798:in `open'
   from /usr/lib/ruby/1.8/pathname.rb:798:in `open'
   from /usr/lib/ruby/1.8/td2planet/writer.rb:28:in `output_html'
   from /usr/lib/ruby/1.8/td2planet/runner.rb:56:in `run'
   from /usr/lib/ruby/1.8/td2planet/runner.rb:30:in `main'
   from /usr/lib/ruby/1.8/td2planet/runner.rb:28:in `each'
   from /usr/lib/ruby/1.8/td2planet/runner.rb:28:in `main'
   from /usr/bin/td2planet:10

I make a patch, please fix this problem.

diff --git a/td2planet-0.1.0/lib/td2planet/formatter.rb b/td2planet-0.1.0/lib/td
2planet/formatter.rb
index 221d584..ff2b2db 100644
--- a/td2planet-0.1.0/lib/td2planet/formatter.rb
+++ b/td2planet-0.1.0/lib/td2planet/formatter.rb
@@ -120,7 +120,7 @@ module TD2Planet
 end
 
 def relative_path_to_absolute_uri(attr_value, base_uri)
-  uri = URI.parse(attr_value)
+  uri = URI.parse(URI.escape(attr_value))
   if uri.scheme.nil?
 URI.parse(base_uri) + uri
   else


p.s.
This problem is not fixed in squeeze/sid.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.16
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages td2planet depends on:
ii  ruby1.8 1.8.7.72-3lenny1 Interpreter of object-oriented scr

Versions of packages td2planet recommends:
ii  tdiary-theme  2.2.1-1Themes of tDiary to change the des

td2planet 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#551342: erlang: when running erl, segmentation fault occured.

2009-10-17 Thread Kouhei Maeda
Package: erlang
Version: 1:13.b.2.1-dfsg-1
Severity: normal

*** Please type your report below this line ***
Hi,

When I runned erl, segmentation fault occured.

$ erl
Segmentation fault
$ echo $?
139

My PC is Sid on MacBook 5,2.
below Kernel Bug causes my pc not boot.
http://www.mail-archive.com/acpi-bugzi...@lists.sourceforge.net/msg26653.html

Now, I setted GRUB2 Option maxcpus=1.
But Erlang default setting -smp enable, 
This problem occured.

$ strace erl
(snip)
lstat(/sys, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system/node, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system/node/node0, {st_mode=S_IFDIR|0755, st_size=0, ...}) 
= 0
lstat(/sys/devices/system/node/node0/cpu0, {st_mode=S_IFLNK|0777, st_size=0, 
...}) = 0
readlink(/sys/devices/system/node/node0/cpu0, ../../cpu/cpu0, 4095) = 14
lstat(/sys/devices/system/cpu, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system/cpu/cpu0, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system/cpu/cpu0/topology, {st_mode=S_IFDIR|0755, 
st_size=0, ...}) = 0
lstat(/sys/devices/system/cpu/cpu0/topology/core_id, {st_mode=S_IFREG|0444, 
st_size=4096, ...}) = 0
open(/sys/devices/system/cpu/cpu0/topology/core_id, O_RDONLY) = 5
read(5, 0Â¥n, 50)  = 2
read(5, , 48) = 0
close(5)= 0
lstat(/sys, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system/node, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system/node/node0, {st_mode=S_IFDIR|0755, st_size=0, ...}) 
= 0
lstat(/sys/devices/system/node/node0/cpu1, {st_mode=S_IFLNK|0777, st_size=0, 
...}) = 0
readlink(/sys/devices/system/node/node0/cpu1, ../../cpu/cpu1, 4095) = 14
lstat(/sys/devices/system/cpu, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system/cpu/cpu1, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system/cpu/cpu1/topology, 0x7fffbefe8e90) = -1 ENOENT (No 
such file or directory)
getdents(4, /* 0 entries */, 4096)  = 0
close(4)= 0
getdents(3, /* 0 entries */, 4096)  = 0
close(3)= 0
mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7ff5650ee000
mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7ff5650cd000
mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7ff5650ac000
brk(0xa6f000)   = 0xa6f000
brk(0xa71000)   = 0xa71000
brk(0xa81000)   = 0xa81000
brk(0xa91000)   = 0xa91000
mmap(NULL, 2101248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7ff563cc7000
brk(0xa93000)   = 0xa93000
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7ff56506b000
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7ff56502a000
brk(0xa96000)   = 0xa96000
brk(0xaa6000)   = 0xaa6000
brk(0xab6000)   = 0xab6000
brk(0xab8000)   = 0xab8000
brk(0xac8000)   = 0xac8000
brk(0xad8000)   = 0xad8000
brk(0xada000)   = 0xada000
brk(0xaea000)   = 0xaea000
brk(0xafa000)   = 0xafa000
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

Workarround pattern A,
I runned erl -smp disable.

$ erl -smp disable
Erlang R13B02 (erts-5.7.3) [source] [64-bit] [rq:1] [async-threads:0] 
[kernel-poll:false]

Eshell V5.7.3  (abort with ^G)
1 


Workarround pattern B,
I changed grub option.

t a/default/grub b/default/grub
index ce041b5..28fe50e 100644
--- a/default/grub
+++ b/default/grub
@@ -4,7 +4,7 @@ GRUB_DEFAULT=0
 GRUB_TIMEOUT=5
 GRUB_DISTRIBUTOR=`lsb_release -i -s 2 /dev/null || echo Debian`
 GRUB_CMDLINE_LINUX_DEFAULT=quiet
-GRUB_CMDLINE_LINUX=maxcpus=1
+GRUB_CMDLINE_LINUX=nosmp
 
 # Uncomment to disable graphical terminal (grub-pc only)
 #GRUB_TERMINAL=console


$ erl
Erlang R13B02 (erts-5.7.3) [source] [64-bit] [rq:1] [async-threads:0] 
[kernel-poll:false]

Eshell V5.7.3  (abort with ^G)
1 


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

Kernel: Linux 2.6.31.3 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages erlang depends on:
ii  erlang-appmon  1:13.b.2.1-dfsg-1 Erlang/OTP application monitor
ii  erlang-asn1

Bug#551343: (no subject)

2009-10-17 Thread Kouhei Maeda
Subject: erlang: when running erl, segmentation fault occured.
Package: erlang
Version: 1:13.b.2.1-dfsg-1
Severity: normal

*** Please type your report below this line ***
Hi,

When I runned erl, segmentation fault occured.

$ erl
Segmentation fault
$ echo $?
139

My PC is Sid on MacBook 5,2.
below Kernel Bug causes my pc not boot.
http://www.mail-archive.com/acpi-bugzi...@lists.sourceforge.net/msg26653.html

Now, I setted GRUB2 Option maxcpus=1.
But Erlang default setting -smp enable, 
This problem occured.

$ strace erl
(snip)
lstat(/sys, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system/node, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system/node/node0, {st_mode=S_IFDIR|0755, st_size=0, ...}) 
= 0
lstat(/sys/devices/system/node/node0/cpu0, {st_mode=S_IFLNK|0777, st_size=0, 
...}) = 0
readlink(/sys/devices/system/node/node0/cpu0, ../../cpu/cpu0, 4095) = 14
lstat(/sys/devices/system/cpu, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system/cpu/cpu0, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system/cpu/cpu0/topology, {st_mode=S_IFDIR|0755, 
st_size=0, ...}) = 0
lstat(/sys/devices/system/cpu/cpu0/topology/core_id, {st_mode=S_IFREG|0444, 
st_size=4096, ...}) = 0
open(/sys/devices/system/cpu/cpu0/topology/core_id, O_RDONLY) = 5
read(5, 0Â¥n, 50)  = 2
read(5, , 48) = 0
close(5)= 0
lstat(/sys, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system/node, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system/node/node0, {st_mode=S_IFDIR|0755, st_size=0, ...}) 
= 0
lstat(/sys/devices/system/node/node0/cpu1, {st_mode=S_IFLNK|0777, st_size=0, 
...}) = 0
readlink(/sys/devices/system/node/node0/cpu1, ../../cpu/cpu1, 4095) = 14
lstat(/sys/devices/system/cpu, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system/cpu/cpu1, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat(/sys/devices/system/cpu/cpu1/topology, 0x7fffbefe8e90) = -1 ENOENT (No 
such file or directory)
getdents(4, /* 0 entries */, 4096)  = 0
close(4)= 0
getdents(3, /* 0 entries */, 4096)  = 0
close(3)= 0
mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7ff5650ee000
mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7ff5650cd000
mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7ff5650ac000
brk(0xa6f000)   = 0xa6f000
brk(0xa71000)   = 0xa71000
brk(0xa81000)   = 0xa81000
brk(0xa91000)   = 0xa91000
mmap(NULL, 2101248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7ff563cc7000
brk(0xa93000)   = 0xa93000
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7ff56506b000
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7ff56502a000
brk(0xa96000)   = 0xa96000
brk(0xaa6000)   = 0xaa6000
brk(0xab6000)   = 0xab6000
brk(0xab8000)   = 0xab8000
brk(0xac8000)   = 0xac8000
brk(0xad8000)   = 0xad8000
brk(0xada000)   = 0xada000
brk(0xaea000)   = 0xaea000
brk(0xafa000)   = 0xafa000
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

Workarround pattern A,
I runned erl -smp disable.

$ erl -smp disable
Erlang R13B02 (erts-5.7.3) [source] [64-bit] [rq:1] [async-threads:0] 
[kernel-poll:false]

Eshell V5.7.3  (abort with ^G)
1 


Workarround pattern B,
I changed grub option.

t a/default/grub b/default/grub
index ce041b5..28fe50e 100644
--- a/default/grub
+++ b/default/grub
@@ -4,7 +4,7 @@ GRUB_DEFAULT=0
 GRUB_TIMEOUT=5
 GRUB_DISTRIBUTOR=`lsb_release -i -s 2 /dev/null || echo Debian`
 GRUB_CMDLINE_LINUX_DEFAULT=quiet
-GRUB_CMDLINE_LINUX=maxcpus=1
+GRUB_CMDLINE_LINUX=nosmp
 
 # Uncomment to disable graphical terminal (grub-pc only)
 #GRUB_TERMINAL=console


$ erl
Erlang R13B02 (erts-5.7.3) [source] [64-bit] [rq:1] [async-threads:0] 
[kernel-poll:false]

Eshell V5.7.3  (abort with ^G)
1 


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

Kernel: Linux 2.6.31.3 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages erlang depends on:
ii  erlang-appmon  1:13.b.2.1-dfsg-1 

Bug#551342: erlang: when running erl, segmentation fault occured.

2009-10-17 Thread Kouhei Maeda
Hi,

2009/10/18 Sergei Golovan sgolo...@gmail.com:
 On Sat, Oct 17, 2009 at 6:29 PM, Kouhei Maeda mkou...@palmtb.net wrote:

 My PC is Sid on MacBook 5,2.
 below Kernel Bug causes my pc not boot.
 http://www.mail-archive.com/acpi-bugzi...@lists.sourceforge.net/msg26653.html

 So, the problem may be in your kernel, and not in erlang? Have you
 tried an older kernel?

 Cheers!
 --
 Sergei Golovan


I miss that little has been heard from you,
when I installed Debian Sid (amd64) at 15th May 2009,
at that time I certainly was 2.6.27 or 2.6.28.
But Debian can't boot, then I rebuild vanilla kernel 2.6.29,
and setted grub option 'acpi=off'.

Now my debian's kernel 2.6.31.3, that is also from vanilla kernel.

regard,
-
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 B8F2 86F6 2206 360F 7D41  0817 2E81 6254 7E37 CE41



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



Bug#525166: iceweasel: fail installing of add-on.

2009-04-25 Thread Kouhei Maeda
Hi, 

On Thu, 23 Apr 2009 21:30:28 +0200
Mike Hommey m...@glandium.org wrote:

 On Thu, Apr 23, 2009 at 07:50:18AM +0900, Kouhei Maeda wrote:
  1. When with other UTF-8 locale, if not ja-JP, succeeded.
  
  1-1. $ LANG=en_US.UTF-8 iceweasel
  
  (process:7752): Gtk-WARNING **: Locale not supported by C library.
  Using the fallback 'C' locale.
  
  - succeeded.
  
  1-2. $ sudo locale-gen 
  Generating locales (this might take a while)...
en_US.UTF-8... done
ja_JP.EUC-JP... done
ja_JP.UTF-8... done
  Generation complete.
  $ LANG=en_US.UTF-8 iceweasel 
  
  - succeeded.
  
  1-3. $ LANG=ja_JP.EUC-JP iceweasel
  
  - failed.
  
  
  2. LANG=C iceweasel -UIlocale ja-JP
  
  - failed.
 
 I tried to install TwitterFox 1.7.7.1 with japanese UI, and it worked
 for me :(
 Can you try again after emptying the cache ?
 (編集設定プライバシー今すぐ消去... ; leave only キャッシュ checked)

I tried again after emptying the cache, but I cannot install add-on.
Then, it is not only TwitterFox.


Kouhei Maeda mkou...@palmtb.net
 FDF5 330B CD21 6D89 85CA  EEA9 E049 5AB4 DD78 3BD9




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



Bug#525166: iceweasel: fail installing of add-on.

2009-04-23 Thread Kouhei Maeda
On Wed, 22 Apr 2009 20:55:04 +0200
Mike Hommey m...@glandium.org wrote:

 On Thu, Apr 23, 2009 at 12:49:47AM +0900, Kouhei Maeda wrote:
  Package: iceweasel
  Version: 3.0.7-1
  Severity: normal
  
  
  Hi, 
  
  I failed installing add-on of iceweasel, 
  cause is that invalid hash of file, return code is -261. 
  But workaround of this problem is below.
  
   $ LANG=C iceweasel 
  
  In this case, Installing add-on succeeded.
  
  I confirmed this problem occured in lenny LANG=ja_JP.UTF-8, too.
 
 Does it happen with any other UTF-8 locale (such as en_US.UTF-8)?
 If not, does it happen when you run with
 LANG=C iceweasel -UIlocale ja-JP
 ?


1. When with other UTF-8 locale, if not ja-JP, succeeded.

1-1. $ LANG=en_US.UTF-8 iceweasel

(process:7752): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.

- succeeded.

1-2. $ sudo locale-gen 
Generating locales (this might take a while)...
  en_US.UTF-8... done
  ja_JP.EUC-JP... done
  ja_JP.UTF-8... done
Generation complete.
$ LANG=en_US.UTF-8 iceweasel 

- succeeded.

1-3. $ LANG=ja_JP.EUC-JP iceweasel

- failed.


2. LANG=C iceweasel -UIlocale ja-JP

- failed.


Kouhei Maeda mkou...@palmtb.net
 FDF5 330B CD21 6D89 85CA  EEA9 E049 5AB4 DD78 3BD9




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



Bug#525166: iceweasel: fail installing of add-on.

2009-04-23 Thread Kouhei Maeda
On Wed, 22 Apr 2009 20:55:04 +0200
Mike Hommey m...@glandium.org wrote:

 On Thu, Apr 23, 2009 at 12:49:47AM +0900, Kouhei Maeda wrote:
  Package: iceweasel
  Version: 3.0.7-1
  Severity: normal
  
  
  Hi, 
  
  I failed installing add-on of iceweasel, 
  cause is that invalid hash of file, return code is -261. 
  But workaround of this problem is below.
  
   $ LANG=C iceweasel 
  
  In this case, Installing add-on succeeded.
  
  I confirmed this problem occured in lenny LANG=ja_JP.UTF-8, too.
 
 Does it happen with any other UTF-8 locale (such as en_US.UTF-8)?
 If not, does it happen when you run with
 LANG=C iceweasel -UIlocale ja-JP
 ?
 
 Mike


1. When with other UTF-8 locale, if not ja-JP, succeeded.

1-1. $ LANG=en_US.UTF-8 iceweasel

(process:7752): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.

- succeeded.

1-2. $ sudo locale-gen 
Generating locales (this might take a while)...
  en_US.UTF-8... done
  ja_JP.EUC-JP... done
  ja_JP.UTF-8... done
Generation complete.
$ LANG=en_US.UTF-8 iceweasel 

- succeeded.

1-3. $ LANG=ja_JP.EUC-JP iceweasel

- failed.


2. LANG=C iceweasel -UIlocale ja-JP

- failed.


Kouhei Maeda mkou...@palmtb.net
 FDF5 330B CD21 6D89 85CA  EEA9 E049 5AB4 DD78 3BD9




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



Bug#436792: ITP: ganttproject Gantt chart based project

2009-03-05 Thread Kouhei Maeda
Package: wnpp
Followup-For: Bug #436792
Owner: Kouhei Maeda mkou...@palmtb.net

I use this tool on business, 
then I want to use this tool privately on Debian.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)



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