Bug#1035612: Acknowledgement (unblock: birdfont/2.32.3-2)

2023-05-06 Thread Hideki Yamane


 Oh, reportbug ;)

> unblock birdfont/2.32.3-1

 It should be

unblock birdfont/2.32.3-2



Bug#1035612: unblock: birdfont/2.32.3-2

2023-05-06 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: birdf...@packages.debian.org
Control: affects -1 + src:birdfont

Please unblock package birdfont

[ Reason ]
Ensure smooth upgrade birdfont package from bullseye

[ Impact ]
Upgrade failure from bullseye to bookworm

[ Tests ]
piuparts shows no error with this upgrade 
(as  $ sudo piuparts -e /var/cache/pbuilder/bullseye.cow/ -d stable -d sid 
--apt birdfont=2.32.3-2 -l piuparts.log)

[ Risks ]
Well, I have not found it yet :)

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing


unblock birdfont/2.32.3-1
diff -Nru birdfont-2.32.3/debian/changelog birdfont-2.32.3/debian/changelog
--- birdfont-2.32.3/debian/changelog2022-09-25 21:02:39.0 +0900
+++ birdfont-2.32.3/debian/changelog2023-05-06 13:39:25.0 +0900
@@ -1,3 +1,11 @@
+birdfont (2.32.3-2) unstable; urgency=medium
+
+  * debian/control
+- Declare Repalces: to avoid upgrade problem (Closes: #1034968)
+  Thanks to Helmut Grohne  for the report
+
+ -- Hideki Yamane   Sat, 06 May 2023 13:39:25 +0900
+
 birdfont (2.32.3-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru birdfont-2.32.3/debian/control birdfont-2.32.3/debian/control
--- birdfont-2.32.3/debian/control  2022-09-25 21:02:39.0 +0900
+++ birdfont-2.32.3/debian/control  2023-05-06 13:39:25.0 +0900
@@ -27,6 +27,7 @@
 Depends: ${misc:Depends},
  fonts-roboto-unhinted,
 Breaks: birdfont (<< 2.29.4-1)
+Replaces: birdfont (<< 2.29.4-1)
 Description: arch-independent data for birdfont package
  Birdfont is a free, open source font editor that lets you create outline
  vector graphics and export ttf, eot & svg fonts.


FYI: Bug#989799 was closed but still in deb.li/rcbugs

2021-07-03 Thread Hideki Yamane
Hi,

 As https://deb.li/rcbugs says manpages-l10n has serious bug (Bug#989799)
 but it was already closed, so we can ignore it.


-- 
Regards,

 Hideki Yamane henrich @ debian.org/iijmio-mail.jp



Fw: whizzytex 1.3.7-1 MIGRATED to testing

2021-06-20 Thread Hideki Yamane
Hi,

 Just a question of whizzytex testing migration, since it was blocked
 due to freeze and I think no one has requested unblock. Is there any
 reason to be allowed to go testing?

 Note: no harm to go into testing, IMHO.


Begin forwarded message:

Date: Sat, 19 Jun 2021 04:39:11 +
From: Debian testing watch 
To: whizzy...@packages.debian.org
Subject: whizzytex 1.3.7-1 MIGRATED to testing


FYI: The status of the whizzytex source package
in Debian's testing distribution has changed.

  Previous version: 1.3.6-2
  Current version:  1.3.7-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.



Bug#990065: unblock: squid-deb-proxy/0.8.15+nmu1

2021-06-19 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package squid-deb-proxy

[ Reason ]
 squid-deb-proxy needs its apparmor profile to work.

[ Impact ]
 squid-deb-proxy does not work on bullseye
 (There's a alternative, so not grave for all users).

[ Tests ]
 Tested on KVM bullseye environment, it does not work well without
 this changes as the bug report says, and patched system works fine.

[ Risks ]
 None, IMHO.
  - It's leaf package
  - Its change does not affect its behavior, it's just for apparmor and
does not affect other package, too.
  - Code is trivial one

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing


unblock squid-deb-proxy/0.8.15+nmu1
diff -Nru squid-deb-proxy-0.8.15/debian/apparmor-profiles/squid-deb-proxy 
squid-deb-proxy-0.8.15+nmu1/debian/apparmor-profiles/squid-deb-proxy
--- squid-deb-proxy-0.8.15/debian/apparmor-profiles/squid-deb-proxy 
1970-01-01 09:00:00.0 +0900
+++ squid-deb-proxy-0.8.15+nmu1/debian/apparmor-profiles/squid-deb-proxy
2021-06-14 23:38:09.0 +0900
@@ -0,0 +1,6 @@
+# vim:syntax=apparmor
+
+/etc/squid-deb-proxy/** r,
+/var/log/squid-deb-proxy/* rw,
+/run/squid-deb-proxy.pid rwk,
+/var/cache/squid-deb-proxy/** rw,
diff -Nru squid-deb-proxy-0.8.15/debian/changelog 
squid-deb-proxy-0.8.15+nmu1/debian/changelog
--- squid-deb-proxy-0.8.15/debian/changelog 2020-01-19 03:00:55.0 
+0900
+++ squid-deb-proxy-0.8.15+nmu1/debian/changelog2021-06-14 
23:41:11.0 +0900
@@ -1,3 +1,10 @@
+squid-deb-proxy (0.8.15+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add apparmor profiles to work (Closes: #932501)
+
+ -- Hideki Yamane   Mon, 14 Jun 2021 23:41:11 +0900
+
 squid-deb-proxy (0.8.15) unstable; urgency=medium
 
   [ Graham Cantin ]
diff -Nru squid-deb-proxy-0.8.15/debian/squid-deb-proxy.dirs 
squid-deb-proxy-0.8.15+nmu1/debian/squid-deb-proxy.dirs
--- squid-deb-proxy-0.8.15/debian/squid-deb-proxy.dirs  2020-01-10 
19:02:40.0 +0900
+++ squid-deb-proxy-0.8.15+nmu1/debian/squid-deb-proxy.dirs 2021-06-14 
23:40:40.0 +0900
@@ -1,2 +1,3 @@
 etc/resolvconf/update-libc.d
+etc/apparmor.d/abstractions/squid-deb-proxy
 var/log/squid-deb-proxy
diff -Nru squid-deb-proxy-0.8.15/debian/squid-deb-proxy.install 
squid-deb-proxy-0.8.15+nmu1/debian/squid-deb-proxy.install
--- squid-deb-proxy-0.8.15/debian/squid-deb-proxy.install   2020-01-10 
19:02:40.0 +0900
+++ squid-deb-proxy-0.8.15+nmu1/debian/squid-deb-proxy.install  2021-06-14 
23:40:21.0 +0900
@@ -1,3 +1,4 @@
 ../update-libc.d etc/resolvconf/
 etc/squid-deb-proxy
 init-common.sh usr/share/squid-deb-proxy/
+../apparmor-profiles/* etc/apparmor.d/abstractions/squid-deb-proxy/


Bug#985192: unblock: libonig/6.9.6-1.1

2021-03-13 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package libonig

[ Reason ]
Current testing version 6.9.6-1 is not compatible with previous version
6.9.5-2.

[ Impact ]
If current testing version 6.9.6-1 would be shipped, it breaks
some applications (e.g. sylfilter, etc).

[ Tests ]
Just manually checked for 6.9.6-1.1 works with sylfilter.

[ Risks ]
Changes are very minimal and easily reverted.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing


unblock libonig/6.9.6-1.1
diff -Nru libonig-6.9.6/debian/changelog libonig-6.9.6/debian/changelog
--- libonig-6.9.6/debian/changelog  2020-11-08 21:08:04.0 +0900
+++ libonig-6.9.6/debian/changelog  2021-02-24 02:25:03.0 +0900
@@ -1,3 +1,12 @@
+libonig (6.9.6-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * debian/rules
+- As upstream change, set "--enable-binary-compatible-posix-api=yes",
+  instead of "--enable-posix-api" (Closes: #983406)
+
+ -- Hideki Yamane   Wed, 24 Feb 2021 02:25:03 +0900
+
 libonig (6.9.6-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru libonig-6.9.6/debian/rules libonig-6.9.6/debian/rules
--- libonig-6.9.6/debian/rules  2020-11-08 19:46:09.0 +0900
+++ libonig-6.9.6/debian/rules  2021-02-24 02:24:56.0 +0900
@@ -17,7 +17,7 @@
dh $@
 
 override_dh_auto_configure:
-   dh_auto_configure -- --enable-posix-api
+   dh_auto_configure -- --enable-binary-compatible-posix-api=yes
 
 override_dh_install:
$(RM) debian/tmp/usr/bin/onig-config


Re: Updated freeze policy for bullseye and (tentative) freeze dates

2020-06-03 Thread Hideki Yamane
Hi,

 Thank you for providing freeze policy info :)

 https://release.debian.org/bullseye/freeze_policy.html
> After the soft freeze begins, removed packages will not be permitted to 
> re-enter testing.

 Well, could you re-consider it, how about the simple leaf package?
 It doesn't affect other package dependencies, re-enter testing is
 not so bad...

 Or can we think about things that "miss the release train" because
 of its upstream release schedule? (of course its target is after bullseye)

-- 
Hideki Yamane 



Re: claws-mail blocked by previous version excuse

2019-10-22 Thread Hideki Yamane
On Wed, 23 Oct 2019 11:48:02 +0800
Paul Wise  wrote:
> >  Is there any link for it? It seems that it affects sylpheed package
> >  and I want to ask it to the upstream maintainer.
> 
> Not yet, I suggest talking to the GNOME team about it.

 Thanks, I'll do it.


-- 
Hideki Yamane 



Re: Re: claws-mail blocked by previous version excuse

2019-10-22 Thread Hideki Yamane
Hi,

> BTW, ISTR there is a plan to remove GTK 2 from Debian at some point,
> so it would be a good idea to talk to upstream about switching to GTK
> 3.

 Is there any link for it? It seems that it affects sylpheed package
 and I want to ask it to the upstream maintainer.


-- 
Hideki Yamane 



Bug#929871: RM: simpleid/0.8.1-15

2019-06-02 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: rm
Tags: stretch

Hi,

 As Bug#929575, simpleid 0.8.1-15 doesn't work with PHP7.x that is shipped
 with Debian9 "stretch" and Debian10 "buster", so I propose we'll remove it.
 And, for testing package was removed (#929832) but stable package still
 remains.


-- 
Regards,

 Hideki Yamane henrich @ debian.org/iijmio-mail.jp



Bug#929832: RM: simpleid/0.8.1-15

2019-06-01 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: rm

Hi,

 As Bug#929575, simpleid doesn't work with PHP7.x that is shipped with
 Debian9 "stretch" and Debian10 "buster", so I propose we'll remove it.


-- System Information:
Debian Release: 10.0
  APT prefers testing
  APT policy: (500, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_WARN
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), 
LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Re: simpleid: Not compatible with PHP 7

2019-06-01 Thread Hideki Yamane
control: tags -1 +fixed-upstream

On Mon, 27 May 2019 00:07:55 +1000 Stuart Prescott  wrote:
> Justification: Does not work with PHP 7 in buster

> According to the upstrem bug tracker, simpleid is not compatible with PHP7,

 And he indicated upstream 1.0.2 works with PHP7, so add "fixed-upstream"
 tag.

 I propose that we'll remove simpleid package from stretch and buster
 at least, since it was too old, not cared for a long time since 2016.


-- 
Hideki Yamane 



Bug#929422: unblock: ghostscript/9.27~dfsg-2

2019-05-23 Thread Hideki Yamane
Hi,

On Thu, 23 May 2019 10:50:15 +0200
Paul Gevers  wrote:

> Hmm, I see there is room for confusion in my text. I didn't mean the
> unblock bug, where normal is the correct severity, but I meant the bug
> you wanted fixed in buster.

 Ouch, thanks, I misunderstood you mean, yes, severity in original
 bug report should not be normal.


-- 
Hideki Yamane 



Bug#929422: unblock: ghostscript/9.27~dfsg-2

2019-05-23 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package ghostscript

 Upstream regression in 9.27 was fixed in ghostscript/9.27~dfsg-2
 with cherrypicking almost 50 lines of code, debdiff attached.


diff -Nru ghostscript-9.27~dfsg/debian/changelog 
ghostscript-9.27~dfsg/debian/changelog
--- ghostscript-9.27~dfsg/debian/changelog  2019-04-05 03:17:20.0 
+0900
+++ ghostscript-9.27~dfsg/debian/changelog  2019-04-20 17:16:50.0 
+0900
@@ -1,3 +1,11 @@
+ghostscript (9.27~dfsg-2) unstable; urgency=medium
+
+  * Add patch cherry-picked upstream
+to fix regression resolving bounding box of font glyphs.
+Closes: Bug#927429. Thanks to Kenshi Muto.
+
+ -- Jonas Smedegaard   Sat, 20 Apr 2019 10:16:50 +0200
+
 ghostscript (9.27~dfsg-1) unstable; urgency=high
 
   [ upstream ]
diff -Nru ghostscript-9.27~dfsg/debian/patches/020190410~06c9207.patch 
ghostscript-9.27~dfsg/debian/patches/020190410~06c9207.patch
--- ghostscript-9.27~dfsg/debian/patches/020190410~06c9207.patch
1970-01-01 09:00:00.0 +0900
+++ ghostscript-9.27~dfsg/debian/patches/020190410~06c9207.patch
2019-04-20 17:15:04.0 +0900
@@ -0,0 +1,91 @@
+Description: Fix regression resolving bounding box of font glyphs
+ Re-introduce over/underflow workaround
+ .
+ Commit 355434f4b1bbe8c4f98cafad5a6868aa2f0eaae1 reverted a workaround
+ that compensated for over/underflow in Freetype's TTF hinting
+ (related to freedom and projection vector calculations).
+ That problem no longer exists in recent Freetype releases,
+ and the workaround actually caused other issues to occur with hinting.
+ .
+ What wasn't obvious was
+ that the workaround also protected over/underflow issues
+ relating to the unitsPerEm value.
+ .
+ So this re-instates the workaround,
+ but bases the decision on how the final scale is distributing
+ between the Freetype "size" and the Freetype matrix
+ on the unitsPerEm value
+ (this is relevant for all font types
+ as for non-TTF font types
+ Freetype derives the unitsPerEm from the FontMatrix for PS type fonts).
+Origin: upstream, http://git.ghostscript.com/?p=ghostpdl.git;h=06c9207
+Author: Chris Liddell 
+Forwarded: yes
+Bug: http://bugs.ghostscript.com/show_bug.cgi?id=700952
+Bug: http://bugs.ghostscript.com/show_bug.cgi?id=700875
+Bug-Debian: https://bugs.debian.org/927429
+Last-Update: 2019-04-20
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/base/fapi_ft.c
 b/base/fapi_ft.c
+@@ -974,13 +974,19 @@
+  */
+ static void
+ transform_decompose(FT_Matrix * a_transform, FT_UInt * xresp, FT_UInt * yresp,
+-FT_Fixed * a_x_scale, FT_Fixed * a_y_scale)
++FT_Fixed * a_x_scale, FT_Fixed * a_y_scale, int 
units_per_EM)
+ {
+ double scalex, scaley, fact = 1.0;
+ double factx = 1.0, facty = 1.0;
+ FT_Matrix ftscale_mat;
+ FT_UInt xres;
+ FT_UInt yres;
++/* We have to account for units_per_EM as we fiddle with the scaling
++ * in order to avoid underflow (mostly in the TTF hinting code), but
++ * we also want to clamp to a lower value (512, admittedly arrived at
++ * via experimentation) in order to preserve the fidelity of the outlines.
++ */
++double upe = units_per_EM > 512 ? (float)units_per_EM : 512.0;
+ 
+ scalex = hypot((double)a_transform->xx, (double)a_transform->xy);
+ scaley = hypot((double)a_transform->yx, (double)a_transform->yy);
+@@ -1067,10 +1073,25 @@
+ scalex *= fact;
+ }
+ 
+-ftscale_mat.xx = (FT_Fixed) (65536.0 / scalex);
+-ftscale_mat.xy = (FT_Fixed) 0;
+-ftscale_mat.yx = (FT_Fixed) 0;
+-ftscale_mat.yy = (FT_Fixed) (65536.0 / scaley);
++/* see above */
++fact = 1.0;
++while (scaley * yres > (double)upe * 72.0 && (xres > 0 && yres > 0)
++   && (scalex > 0.0 && scaley > 0.0)) {
++if (scaley < yres) {
++xres >>= 1;
++yres >>= 1;
++fact *= 2.0;
++}
++else {
++scalex /= 1.25;
++scaley /= 1.25;
++}
++}
++
++ftscale_mat.xx = (FT_Fixed) ((65536.0 / scalex) * fact);
++ftscale_mat.xy = 0;
++ftscale_mat.yx = 0;
++ftscale_mat.yy = (FT_Fixed) ((65536.0 / scaley) * fact);
+ 
+ FT_Matrix_Multiply(a_transform, _mat);
+ memcpy(a_transform, _mat, sizeof(FT_Matrix));
+@@ -1315,7 +1336,7 @@
+  * transform.
+  */
+ transform_decompose(>ft_transform, >horz_res,
+->vert_res, >width, >height);
++>vert_res, >width, >height, 
face->ft_face->units_per_EM);
+ 
+ ft_error = FT_Set_Char_Size(face->ft_face, face->width, face->height,
+ face->horz_res, face->vert_res);
diff -Nru ghostscript-9.27~dfsg/debian/patches/series 
ghostscript-9.27~dfsg/debian/patches/series
--- ghostscript-9.27~dfsg/debian/patches/series 

Is ghostscript/9.27~dfsg-2 not going to testing?

2019-05-22 Thread Hideki Yamane
Hi again,

 Is ghostscript/9.27~dfsg-2 not going to testing?
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927429

 It seems that it should be in there.


-- 
Hideki Yamane 



Re: Handling Japanese new era "令和 (Reiwa)"

2019-05-06 Thread Hideki Yamane
On Tue, 9 Apr 2019 10:18:24 +0900
Hideki Yamane  wrote:
>  I've noticed that Japan renews its era from 平成 (Heisei) to 令和 (Reiwa)
>  (U+32FF) at 1st May and it's necessary to update some packages to deal
>  with it. 

 Status update...

---
needs info
---
 * python
   - https://bugzilla.redhat.com/show_bug.cgi?id=1694518

---
not yet
---
 * openjdk-8: 8u212-b01-2 is NEW
   - https://ftp-master.debian.org/new/openjdk-8_8u212-b01-2.html
   - openjdk-8: Please update to 8u212-b03 to deal with Japanese New ERA "令和 
(Reiwa)"
 https://bugs.debian.org/927857

 * IME (Input Method Editor)
   - anthy: not yet

 * "Natural language processing" Japanese dictionaries
   - juman: not yet
   - ipadic: not yet
   - mecab-ipadic: not yet
   - mecab-jumandic: not yet
   - mecab-naist-jdic: not yet
   - naist-jdic not yet
   - unidic-mecab: not yet

 * poppler-data: upstream have not dealt with it yet


---
done in experimental (= hard to go into buster)
---
 * icu: https://bugs.debian.org/927933


---
done in sid (= needs unblock)
---
 * unicode-data: fixed in unstable 12.1.0~pre1-2
   - 
https://tracker.debian.org/news/1038353/accepted-unicode-data-1210pre1-1-source-all-into-experimental/
   - 
https://tracker.debian.org/news/1038838/accepted-unicode-data-1210pre1-2-source-all-into-unstable/
 + however, it causes some FTBFS and needs patches

 * fonts-ipaexfont: fixed in unstable 00401-1
   - 
https://tracker.debian.org/news/1039012/accepted-fonts-ipaexfont-00401-1-source-into-unstable/

 * openjdk-11: fixed in unstable 11.0.3+7-1 
   - 
https://tracker.debian.org/news/1038318/accepted-openjdk-11-11037-1-source-into-unstable/


---
done for buster
---
 * libreoffice: fixed in buster 1:6.1.5-3 and stretch-backports
   - 
https://tracker.debian.org/news/1037917/accepted-libreoffice-1615-3-source-into-unstable/
   - 
https://tracker.debian.org/news/1038417/accepted-libreoffice-1615-3bpo91-source-into-stretch-backports-backports-policy-stretch-backports/

 * mozc: fixed in buster 2.23.2815.102+dfsg-4
   - 
https://tracker.debian.org/news/1038054/accepted-mozc-2232815102dfsg-4-source-amd64-all-into-unstable/

 * ddskk: fixed in buster 16.2-7
   - 
https://tracker.debian.org/news/1037952/accepted-ddskk-162-7-source-all-into-unstable/

 * skkdic: fixed in buster 20190217-2
   - 
https://tracker.debian.org/news/1037904/accepted-skkdic-20190217-2-source-all-into-unstable/

 * glibc: fixed in unstable 2.28-9
   - 
https://tracker.debian.org/news/1038848/accepted-glibc-228-9-source-into-unstable/
   - unblock request: https://bugs.debian.org/928404

-- 
Regards,

 Hideki Yamane henrich @ debian.org/iijmio-mail.jp



Re: Handling Japanese new era "令和 (Reiwa)"

2019-04-30 Thread Hideki Yamane
On Tue, 30 Apr 2019 14:52:37 +0100
Alastair McKinstry  wrote:
> >> Time to go file RC bugs.
> >   Are those FTBFS for unicode-data 12.0.0, too?
> >
> Yes.

 Ack, will file those to BTS later (wait for a while...)

 And maybe non-FTBFS packages are also necessary to be built against
 newer unicode-data via binNMU, but I'm not sure.


-- 
Regards,

 Hideki Yamane henrich @ debian.org/iijmio-mail.jp



Re: Handling Japanese new era "令和 (Reiwa)"

2019-04-30 Thread Hideki Yamane
Hi,

 Thanks, Alastair.

On Thu, 25 Apr 2019 08:55:01 +0100
Alastair McKinstry  wrote:
> > I've uploaded 12.0.0 to unstable; 12.1 is not officially released yet. 
> > unicode-data itself is small and easy to validate, but the following 
> > packages will need to be rebuilt as they build-depend on unicode-data 
> > (and typically hard-code the tables internally):
> >
> >   * ibus
> >   * node-unicode-tr51
> >   * julia
> >   * node-unicode-property-aliases
> >   * node-unicode-property-value-aliases
> >   * cyrus-imapd
> >   * libxmlada
> >   * courier-unicode
> >   * node-unicode-property-aliases-ecmascript
> >   * *wine*
> >   * *slang2*
> >   * re2
> >   * fntsample
> >   * console-data
> >   * wine-development
> >   * utf8proc
> >   * node-unicode-property-value-aliases-ecmascript
> >   * gucharmap
> >   * node-unicode-data
> >   * fonttools
> >   * wcwidth
> >   * jing-trang
> >
> I'm suprised to see unicode-data 12.0.0 transition to testing today; I 
> had expected it to be blocked, and was testing all the reverse-deps 
> (listed above).
> 
> I've tested them all against 12.1.0~pre1-1 (in experimental, with the 
> Reiwa changes).  They work, except for:
> 
> libxmlada, utf8proc, gucharmap,  node-unicode-data. julia also failed 
> for me, but on a local(?) unrelated issue.

  gucharmap can be built with small patch (will push MR for it).


> Time to go file RC bugs.

 Are those FTBFS for unicode-data 12.0.0, too?


-- 
Regards,

 Hideki Yamane henrich @ debian.org/iijmio-mail.jp



Usertag (Re: Handling Japanese new era "令和 (Reiwa)")

2019-04-14 Thread Hideki Yamane
On Thu, 11 Apr 2019 22:37:15 +0200
Rene Engelhard  wrote:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926892
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926891

 Perhaps it's better to use usertag to track this kind of issue, but
 usertag is already set. Can we use multiple usertag for bugs?
 (I don't want to broke it with a try...)


-- 
Hideki Yamane 



Re: Handling Japanese new era "令和 (Reiwa)"

2019-04-14 Thread Hideki Yamane
On Thu, 11 Apr 2019 22:37:15 +0200
Rene Engelhard  wrote:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926892
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926891

 Great! :)
 I hope it'll reach to buster/stretch.

-- 
Hideki Yamane 



Re: Handling Japanese new era "令和 (Reiwa)"

2019-04-13 Thread Hideki Yamane
On Fri, 12 Apr 2019 10:32:54 +0100
Alastair McKinstry  wrote:
> unicode-data in Buster is currently at 11.0.0; there being a major  
> release upstream 12.0.0 just after Buster freeze.
> 
> I've uploaded 12.0.0 to unstable; 12.1 is not officially released yet.  
> unicode-data itself is small and easy to validate, but the following  
> packages will need to be rebuilt as they build-depend on unicode-data  
> (and typically hard-code the tables internally):
> 
>   * ibus
>   * node-unicode-tr51
>   * julia
>   * node-unicode-property-aliases
>   * node-unicode-property-value-aliases
>   * cyrus-imapd
>   * libxmlada
>   * courier-unicode
>   * node-unicode-property-aliases-ecmascript
>   * *wine*
>   * *slang2*
>   * re2
>   * fntsample
>   * console-data
>   * wine-development
>   * utf8proc
>   * node-unicode-property-value-aliases-ecmascript
>   * gucharmap
>   * node-unicode-data
>   * fonttools
>   * wcwidth
>   * jing-trang

 Thanks Alastair, it's not good way to rebuild all the packages you've
 mentioned, IMO. How about just adding "令和 (Reiwa)" data diff between
 12.0 and 12.1 and push it later?
 

-- 
Hideki Yamane 



Handling Japanese new era "令和 (Reiwa)"

2019-04-08 Thread Hideki Yamane
Hi,

 I've noticed that Japan renews its era from 平成 (Heisei) to 令和 (Reiwa)
 (U+32FF) at 1st May and it's necessary to update some packages to deal
 with it. 

 > To Release Managers
 How do we handle with it for buster? (and stretch?)

 > Folks
 Some packages list to be updated as far as I know
 Please let me know if you've noticed more

  - glibc [1]
  - unicode-data [2]
  - mozc (IME) [3]
  - libreoffice [4]
  - openjdk [5]
  - icu [6]
  - fonts! (Noto, VLgothic, etc...)

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=22964
(debian)$ LC_ALL=ja_JP.utf8 date +%EY -d 20190501
   平成31年
(fedora)$ LC_ALL=ja_JP.utf8 date +%EY -d 20190501
   令和元年
[2] Unicode 12.1 contains "令和"
[3] https://salsa.debian.org/debian/mozc/merge_requests/3
[4] 
https://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-6-1=39de7d73fdab86a1531f19076ab1d07fcff97b55
[5] https://bugs.openjdk.java.net/browse/JDK-8205432
[6] https://bugzilla.redhat.com/show_bug.cgi?id=1677093


-- 
Hideki Yamane 



Bug#926364: unblock: itamae/1.9.10-2

2019-04-03 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package itamae

 itamae in testing causes execusion error and 1 line patch
 taken from upstream fixes it. Here's debdiff.

diff -Nru itamae-1.9.10/debian/changelog itamae-1.9.10/debian/changelog
--- itamae-1.9.10/debian/changelog  2016-12-01 19:23:31.0 +0900
+++ itamae-1.9.10/debian/changelog  2019-04-02 17:57:32.0 +0900
@@ -1,3 +1,12 @@
+itamae (1.9.10-2) unstable; urgency=medium
+
+  * Team upload.
+  * debian/patches
+- add 0002-fix-exec-error-taken-from-upstream.patch to fix
+  execution error (Closes: #926220)
+
+ -- Hideki Yamane   Tue, 02 Apr 2019 17:57:32 +0900
+
 itamae (1.9.10-1) unstable; urgency=low
 
   * Initial release (Closes: #842932)
diff -Nru 
itamae-1.9.10/debian/patches/0002-fix-exec-error-taken-from-upstream.patch 
itamae-1.9.10/debian/patches/0002-fix-exec-error-taken-from-upstream.patch
--- itamae-1.9.10/debian/patches/0002-fix-exec-error-taken-from-upstream.patch  
1970-01-01 09:00:00.0 +0900
+++ itamae-1.9.10/debian/patches/0002-fix-exec-error-taken-from-upstream.patch  
2019-04-02 17:57:32.0 +0900
@@ -0,0 +1,21 @@
+From: Hideki Yamane 
+Date: Tue, 2 Apr 2019 17:48:18 +0900
+Subject: fix exec error, taken from upstream
+
+---
+ lib/itamae/cli.rb | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/itamae/cli.rb b/lib/itamae/cli.rb
+index 06bba75..a90c344 100644
+--- a/lib/itamae/cli.rb
 b/lib/itamae/cli.rb
+@@ -12,7 +12,7 @@ module Itamae
+ def initialize(*)
+   super
+ 
+-  Itamae.logger.level = ::Logger.const_get(options[:log_level].upcase)
++  Itamae.logger.level = ::Logger.const_get(options[:log_level].upcase) if 
options[:log_level]
+   Itamae.logger.formatter.colored = options[:color]
+ end
+ 
diff -Nru itamae-1.9.10/debian/patches/series 
itamae-1.9.10/debian/patches/series
--- itamae-1.9.10/debian/patches/series 2016-12-01 19:23:31.0 +0900
+++ itamae-1.9.10/debian/patches/series 2019-04-02 17:57:32.0 +0900
@@ -1 +1,2 @@
 0001-Replace-use-of-git-command-in-.gemspec.patch
+0002-fix-exec-error-taken-from-upstream.patch


unblock itamae/1.9.10-2



Bug#925350: unblock: ubuntu-keyring/2018.09.18.1-5

2019-04-02 Thread Hideki Yamane
On Sat, 23 Mar 2019 23:36:50 +0900 Hideki Yamane  wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: unblock

 Should I provide any other info for unblocking this?


-- 
Hideki Yamane 



Bug#926010: unblock: jcodings/1.0.43-1

2019-03-30 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package jcodings

jruby-joni 2.1.26 package depends on jcondings and its upstream pom.xml
speficies to use 1.0.43 (so I've updated it with 2.1.26-2
https://tracker.debian.org/news/1035918/accepted-jruby-joni-2126-2-source-into-unstable/
(maybe it's better to introduce jruby-joni 2.1.26-2 if it's okay).

debdiff is here.

diff -Nru jcodings-1.0.42/debian/changelog jcodings-1.0.43/debian/changelog
--- jcodings-1.0.42/debian/changelog2019-01-02 12:45:13.0 +0900
+++ jcodings-1.0.43/debian/changelog2019-03-09 19:07:35.0 +0900
@@ -1,3 +1,9 @@
+jcodings (1.0.43-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Hideki Yamane   Sat, 09 Mar 2019 19:07:35 +0900
+
 jcodings (1.0.42-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru jcodings-1.0.42/debian/patches/remove_unnecessary_dependency.patch 
jcodings-1.0.43/debian/patches/remove_unnecessary_dependency.patch
--- jcodings-1.0.42/debian/patches/remove_unnecessary_dependency.patch  
2019-01-02 12:45:13.0 +0900
+++ jcodings-1.0.43/debian/patches/remove_unnecessary_dependency.patch  
2019-03-09 19:07:35.0 +0900
@@ -6,7 +6,7 @@
 --- a/pom.xml
 +++ b/pom.xml
 @@ -6,11 +6,6 @@
-   1.0.42
+   1.0.43
JCodings
Byte based encoding support library for java
 -  
diff -Nru jcodings-1.0.42/pom.xml jcodings-1.0.43/pom.xml
--- jcodings-1.0.42/pom.xml 2018-12-28 06:09:47.0 +0900
+++ jcodings-1.0.43/pom.xml 2019-03-07 02:15:23.0 +0900
@@ -3,7 +3,7 @@
   4.0.0
   org.jruby.jcodings
   jcodings
-  1.0.42
+  1.0.43
   JCodings
   Byte based encoding support library for java
   
Binary files /tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Adlam.bin and 
/tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Adlam.bin differ
Binary files /tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Age_12_0.bin 
and /tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Age_12_0.bin differ
Binary files /tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Alnum.bin and 
/tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Alnum.bin differ
Binary files /tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Alpha.bin and 
/tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Alpha.bin differ
Binary files /tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Assigned.bin 
and /tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Assigned.bin differ
Binary files /tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_C.bin and 
/tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_C.bin differ
Binary files 
/tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Case_Ignorable.bin and 
/tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Case_Ignorable.bin differ
Binary files /tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Cased.bin and 
/tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Cased.bin differ
Binary files /tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Cf.bin and 
/tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Cf.bin differ
Binary files 
/tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Changes_When_Casefolded.bin 
and 
/tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Changes_When_Casefolded.bin 
differ
Binary files 
/tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Changes_When_Casemapped.bin 
and 
/tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Changes_When_Casemapped.bin 
differ
Binary files 
/tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Changes_When_Lowercased.bin 
and 
/tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Changes_When_Lowercased.bin 
differ
Binary files 
/tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Changes_When_Titlecased.bin 
and 
/tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Changes_When_Titlecased.bin 
differ
Binary files 
/tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Changes_When_Uppercased.bin 
and 
/tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Changes_When_Uppercased.bin 
differ
Binary files /tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Cn.bin and 
/tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Cn.bin differ
Binary files /tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Common.bin and 
/tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Common.bin differ
Binary files /tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Devanagari.bin 
and /tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Devanagari.bin differ
Binary files /tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Diacritic.bin 
and /tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Diacritic.bin differ
Binary files /tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Digit.bin and 
/tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Digit.bin differ
Binary files 
/tmp/uSPXIb6K1r/jcodings-1.0.42/resources/tables/CR_Egyptian_Hieroglyphs.bin 
and 
/tmp/CFVYbctSCt/jcodings-1.0.43/resources/tables/CR_Egyptian_Hieroglyphs.bin 
differ
Binary

Bug#925357: unblock: tomoyo-tools/2.6.0-20190305-1

2019-03-23 Thread Hideki Yamane
se SCREEN_NS_LIST:
-   fprintf(fp, "%s PROFILE_VERSION=20100903\n", line);
+   fprintf(fp, "%s PROFILE_VERSION=20150505\n", line);
line[0] = '\0';
break;
default:
diff --git a/usr_sbin/editpolicy_offline.c b/usr_sbin/editpolicy_offline.c
index dcf5253..cf67b92 100644
--- a/usr_sbin/editpolicy_offline.c
+++ b/usr_sbin/editpolicy_offline.c
@@ -701,7 +701,7 @@ struct ccs_policy_namespace {
struct list_head acl_group[CCS_MAX_ACL_GROUPS];
/* List for connecting to ccs_namespace_list list. */
struct list_head namespace_list;
-   /* Profile version. Currently only 20110903 is supported. */
+   /* Profile version. Currently only 20150505 is supported. */
unsigned int profile_version;
/* Name of this namespace (e.g. "", "" ). */
const char *name;
@@ -712,7 +712,8 @@ struct ccs_domain2_info {
struct list_head acl_info_list;
/* Name of this domain. Never NULL.  */
const struct ccs_path_info *domainname;
-   u8 group;  /* Group number to use.   */
+   /* Group numbers to use.   */
+   bool group[CCS_MAX_ACL_GROUPS];
u8 profile;/* Profile number to use. */
bool is_deleted;   /* Delete flag.   */
bool flags[CCS_MAX_DOMAIN_INFO_FLAGS];
@@ -2325,7 +2326,7 @@ static struct ccs_policy_namespace 
*ccs_assign_namespace(const char *domainname)
name[len] = '\0';
entry->name = name;
}
-   entry->profile_version = 20110903;
+   entry->profile_version = 20150505;
for (len = 0; len < CCS_MAX_ACL_GROUPS; len++)
INIT_LIST_HEAD(>acl_group[len]);
ccs_namespace_enabled = !list_empty(_namespace_list);
@@ -3374,14 +3375,6 @@ static void ccs_read_profile(void)
const u8 config = profile->config[i];
if (config == CCS_CONFIG_USE_DEFAULT)
continue;
-   /*
-* Don't print TOMOYO 2.5 entries when using
-* TOMOYO 2.4's profile.
-*/
-   if (ns->profile_version < 20110903 &&
-   i > CCS_MAC_FILE_PIVOT_ROOT && i !=
-   CCS_MAX_MAC_INDEX + CCS_MAC_CATEGORY_FILE)
-   continue;
ccs_print_namespace(ns);
if (i < CCS_MAX_MAC_INDEX)
cprintf("%u-CONFIG::%s::%s", index,
@@ -3637,8 +3630,7 @@ static int ccs_write_domain(void)
}
if (sscanf(data, "use_group %u\n", ) == 1 &&
idx < CCS_MAX_ACL_GROUPS) {
-   if (!is_delete)
-   domain->group = (u8) idx;
+   domain->group[idx] = !is_delete;
return 0;
}
for (idx = 0; idx < CCS_MAX_DOMAIN_INFO_FLAGS; idx++) {
@@ -4024,7 +4016,7 @@ static void ccs_read_domain(void)
if (domain->flags[i])
cprintf("%s", ccs_dif[i]);
for (i = 0; i < CCS_MAX_ACL_GROUPS; i++)
-   if (domain->group == i)
+   if (domain->group[i])
cprintf("use_group %u\n", i);
cprintf("\n");
ccs_read_domain2(>acl_info_list);

 For packaging changes, most of the changes are caused by "Remove trailing
 whitespaces".
  
diff -Nru tomoyo-tools-2.5.0-20170102/debian/changelog 
tomoyo-tools-2.6.0-20190305/debian/changelog
--- tomoyo-tools-2.5.0-20170102/debian/changelog2018-05-31 
22:52:33.0 +0900
+++ tomoyo-tools-2.6.0-20190305/debian/changelog2019-03-09 
19:48:43.0 +0900
@@ -1,3 +1,19 @@
+tomoyo-tools (2.6.0-20190305-1) unstable; urgency=medium
+
+  * New upstream release 
+  * debian/control
+- set Standards-Version: 4.3.0
+- use dh12
+- add Rules-Requires-Root: no
+  * debian/copyright
+- update copyright year
+  * drop unnecessary debian/upstream/signing-key.pgp, we have .asc file
+
+  [ Ondřej Nový ]
+  * d/changelog: Remove trailing whitespaces
+
+ -- Hideki Yamane   Sat, 09 Mar 2019 19:48:43 +0900

 Anyway, here's a debdiff
--
diff -Nru tomoyo-tools-2.5.0-20170102/README.tomoyo 
tomoyo-tools-2.6.0-20190305/README.tomoyo
--- tomoyo-tools-2.5.0-20170102/README.tomoyo   2017-01-04 19:12:17.0 
+0900
+++ tomoyo-tools-2.6.0-20190305/README.tomoyo   2019-03-05 09:00:00.0 
+0900
@@ -1,68 +1,12 @@
 About this package:
 
-This package contains userland programs for TOMOYO Linux version 2.5.
+This packag

Bug#925350: unblock: ubuntu-keyring/2018.09.18.1-5

2019-03-23 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

 Please unblock package ubuntu-keyring

 * This update fixes file removal at maintainer script, and also deals with 
symlink
   removal that the package in testing doesn't create properly as below

>>  # force remove garbage that was created by previous version, oh moron...
>>  rm -f /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cloud-archive\,\ 
>> ubuntu-cloud-removed-keys.gpg

 * ubuntu-keyring is leaf package, no package will be affected with this
   change if there would be a regression ;)

>> $ apt-rdepends -r ubuntu-keyring
>> ubuntu-keyring
>>  Reverse Depends: ubuntu-archive-keyring (2018.09.18.1-5)

 ubuntu-archive-keyring is just a transitional package.


 Here's a debdiff.

diff -Nru ubuntu-keyring-2018.09.18.1/debian/changelog 
ubuntu-keyring-2018.09.18.1/debian/changelog
--- ubuntu-keyring-2018.09.18.1/debian/changelog2019-02-07 
00:26:23.0 +0900
+++ ubuntu-keyring-2018.09.18.1/debian/changelog2019-03-12 
01:40:45.0 +0900
@@ -1,3 +1,16 @@
+ubuntu-keyring (2018.09.18.1-5) unstable; urgency=medium
+
+  * debian/*.post{inst,rm}
+- use apt-config(8)'s Dir::Etc::trustedparts and fix keyring removal error.
+  Thanks to Linda Lapinlampi  and
+  Hiroyuki YAMAMORI  (Closes: #922176, #922177)
+  * debian/ubuntu-dbgsym-keyring.templates
+- add ubuntu-dbgsym-keyring.gpg (See #922348)
+  * debian/control
+- add Rules-Requires-Root: no
+
+ -- Hideki Yamane   Tue, 12 Mar 2019 01:40:45 +0900
+
 ubuntu-keyring (2018.09.18.1-4) unstable; urgency=medium
 
   * debian/control
diff -Nru ubuntu-keyring-2018.09.18.1/debian/control 
ubuntu-keyring-2018.09.18.1/debian/control
--- ubuntu-keyring-2018.09.18.1/debian/control  2019-02-07 00:26:23.0 
+0900
+++ ubuntu-keyring-2018.09.18.1/debian/control  2019-03-12 01:40:45.0 
+0900
@@ -8,6 +8,7 @@
 Homepage: https://launchpad.net/ubuntu/+source/ubuntu-keyring
 Vcs-Git: https://salsa.debian.org/debian/ubuntu-keyring.git
 Vcs-Browser: https://salsa.debian.org/debian/ubuntu-keyring
+Rules-Requires-Root: no
 
 Package: ubuntu-archive-keyring
 Architecture: all
diff -Nru ubuntu-keyring-2018.09.18.1/debian/ubuntu-cloud-keyring.postinst 
ubuntu-keyring-2018.09.18.1/debian/ubuntu-cloud-keyring.postinst
--- ubuntu-keyring-2018.09.18.1/debian/ubuntu-cloud-keyring.postinst
2019-02-07 00:26:23.0 +0900
+++ ubuntu-keyring-2018.09.18.1/debian/ubuntu-cloud-keyring.postinst
2019-03-12 01:40:45.0 +0900
@@ -5,15 +5,26 @@
 case "$1" in
 install|configure)
 
+  # force remove garbage that was created by previous version, oh moron...
+  rm -f /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cloud-archive\,\ 
ubuntu-cloud-removed-keys.gpg
+
+
+  TRUSTEDPARTS="/etc/apt/trusted.gpg.d/"
+  eval "$(apt-config shell TRUSTEDPARTS Dir::Etc::trustedparts/d)"
+
+  # once clean up keyrings
+  rm -f "${TRUSTEDPARTS}ubuntu-keyring-2012-cloud-archive.gpg" \
+"${TRUSTEDPARTS}ubuntu-keyring-2012-removed-keys.gpg"
+
   . /usr/share/debconf/confmodule
   db_version 2.0
   db_get ubuntu-cloud-keyring/keyring
 
   if [ -n "$RET" ]; then
-for keyring in "$RET"
+selected=$(echo "$RET" | sed -e 's/, /\n/g')
+echo "$selected" | while read keyring
 do
-  rm -f /etc/apt/trusted.gpg.d/"$keyring".gpg
-  ln -sf /usr/share/keyrings/"$keyring".gpg /etc/apt/trusted.gpg.d/
+  ln -sf "/usr/share/keyrings/${keyring}.gpg" "$TRUSTEDPARTS"
 done
   fi
 
diff -Nru ubuntu-keyring-2018.09.18.1/debian/ubuntu-cloud-keyring.postrm 
ubuntu-keyring-2018.09.18.1/debian/ubuntu-cloud-keyring.postrm
--- ubuntu-keyring-2018.09.18.1/debian/ubuntu-cloud-keyring.postrm  
2019-02-07 00:26:23.0 +0900
+++ ubuntu-keyring-2018.09.18.1/debian/ubuntu-cloud-keyring.postrm  
2019-03-12 01:40:45.0 +0900
@@ -5,9 +5,12 @@
 case "$1" in
 purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
 
-rm -f /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cloud-archive.gpg \
-  /etc/apt/trusted.gpg.d/ubuntu-cloud-removed-keys.gpg \
-  /etc/apt/trusted.gpg.d/ubuntu-cloud-keyring.gpg
+TRUSTEDPARTS="/etc/apt/trusted.gpg.d/"
+eval "$(apt-config shell TRUSTEDPARTS Dir::Etc::trustedparts/d)"
+
+rm -f "${TRUSTEDPARTS}ubuntu-keyring-2012-cloud-archive.gpg" \
+  "${TRUSTEDPARTS}ubuntu-cloud-removed-keys.gpg" \
+  "${TRUSTEDPARTS}ubuntu-cloud-keyring.gpg"
 
 ;;
 *)
diff -Nru ubuntu-keyring-2018.09.18.1/debian/ubuntu-dbgsym-keyring.postinst 
ubuntu-keyring-2018.09.18.1/debian/ubuntu-dbgsym-keyring.postinst

Re: stretch-pu: package python-certbot/0.10.2-1

2019-01-20 Thread Hideki Yamane
control: tags -1 +security

Hi,

On Mon, 15 Jan 2018 18:04:59 -0500 Harlan Lieberman-Berg 
 wrote:
> Package: release.debian.org
> Severity: normal
> Tags: stretch
> User: release.debian@packages.debian.org
> Usertags: pu
> 
> Hello Release Team,
> 
> Due to a security issue in the underlying Let's Encrypt protocol, one of the 
> main methods of getting certificates from Let's Encrypt has been disabled 
> (the TLS-SNI-01 protocol; 
> https://community.letsencrypt.org/t/tls-sni-challenges-disabled-for-most-new-issuance/50316
>  for more info).

 It will happen on February 13th, 2019, so I'm afraid that
 9.7 point release would be late for it. It's security issue,
 then security advisory maybe help, IMHO.


-- 
Hideki Yamane 



Is using experimental distribution for shelter during freeze useful?

2018-11-27 Thread Hideki Yamane
Hi,

 Well, we use experimental as "shelter" during freeze, but it's not good
 in my point of view.

 - During freeze, it is just ignored by most of the users since they
   wouldn't know there's a newer package in there (and they also afraid
   because it's in "experimental" ;). It means "not tested" if they were
   in Debian repository for a long time period
 - Re-uploading to unstable is just boring, and no values are added by it
 - unstable users wants new valued packages constantly. After release,
   "package flood" to unstable is not good.

 So, I guess putting fixed packages into "testing-proposed-updates" and
 to continue to upload packages to unstable during freeze period is better.

 Pros)
 - unstable distribution stays newest
 - No "unintended" changes will be introduced into testing during freeze

 Cons)
 - Maybe you should do cherry-picking changes from unstable to
   testing-proposed-updates, not just ask "unblock" to Release Managers. 
 - Harder to get users for test with testing-proposed-updates repository

 Your thoughts?


-- 
Regards,

 Hideki Yamane henrich @ debian.org/iijmio-mail.jp



Scheduling 9.4?

2018-01-16 Thread Hideki Yamane
Hi,

> After discussion with Adam and Steve, we felt it made sense to work on 2
> months for stable and 4 months for oldstable; that way there isn't a month
> 3 to try and fit in betweens. So every other stable update will also be an
> oldstable.

 Just a question, so, 9.4 will happen in February?
 Is it already scheduled?

-- 
Regards,

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



Bug#870609: stretch-pu: xfonts-ayu/1:1.7a-1+deb9u1

2017-08-06 Thread Hideki Yamane
On Sun, 6 Aug 2017 13:37:19 +0100
Jonathan Wiltshire <j...@debian.org> wrote:
> > For future reference, the preferred workflow is that the bug gets filed
> > first, then we discuss / okay the upload, and /then/ the upload happens.
> 
> Flagged for acceptance.

 Thanks guys, okay I should do so next time.


-- 
Hideki Yamane <henr...@debian.or.jp>



Bug#870609: stretch-pu: xfonts-ayu/1:1.7a-1+deb9u1

2017-08-03 Thread Hideki Yamane
Package: release.debian.org
Tags: stretch
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

Hi,

I'm sorry but I've made a regression for xfonts-ayu during
jessie-stretch release
cycle, and fixed in 1:1.7a-6. It's tiny, tiny fix, so I hope to put it
into stretch, too.

Here's a git diff

diff --git a/debian/changelog b/debian/changelog
index cb984e8..938f809 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xfonts-ayu (1:1.7a-1+deb9u1) stable-proposed-updates; urgency=low
+
+  * debian/rules
+- fix regression instroduced in 1:1.7a-1, wildcards evaluation is too
+  early and as a result, bold and italic was not produced (Closes: #870320)
+  Thanks to Takeshi Soejima <so...@mbox.kyoto-inet.or.jp>
+
+ -- Hideki Yamane <henr...@debian.org>  Thu, 03 Aug 2017 20:07:09 +0900
+
 xfonts-ayu (1:1.7a-1) unstable; urgency=medium

   * add Epoch since avoid tarball-in-tarball package
diff --git a/debian/rules b/debian/rules
index d7e969e..01d1705 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,6 @@ override_dh_auto_build:
# wildcard evaluates *.bdf immediately, but we want it after mkitalic
$(foreach bdf,$(shell ls *.bdf),$(shell
$(CURDIR)/debian/mkbold -V $(bdf) > \
$(patsubst %.bdf,%b.bdf,$(bdf
-   $(foreach bdf,$(wildcard *.bdf),$(shell bdftopcf $(bdf) -o
$(bdf:%.bdf=%.pcf)))
+   $(foreach bdf,$(shell ls *.bdf),$(shell bdftopcf $(bdf) -o
$(bdf:%.bdf=%.pcf)))
# wildcard evaluates *.pcf immediately, but there aren't yet...
$(foreach pcf,$(shell ls *.pcf),$(shell gzip -c9 -n $(pcf) > $(pcf).gz))



Bug#861039: unblock: jd/1:2.8.9-150226-6

2017-04-24 Thread Hideki Yamane
Control: retitle -1 unblock: jd/1:2.8.9-150226-6

Hi,

 I've sent wrong version number in unblock request for jd.
 Correct one is below, sorry for the noise.

unblock jd/1:2.8.9-150226-6



Bug#861039: unblock: jd/1:2.8.9-150226-5+b1

2017-04-23 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package jd

jd was not in testing since it has FTBFS and it can be fixed with below change.

+-const bool is_drawarea_realized(){ return m_window; }
++const bool is_drawarea_realized(){ return 
static_cast(m_window); }

Could you review debdiff and put it to testing if you can.
(packaging changes are more than patch for FTBFS sicne it was committed
 in repository long time ago...)


diff -Nru jd-2.8.9-150226/debian/changelog jd-2.8.9-150226/debian/changelog
--- jd-2.8.9-150226/debian/changelog2015-12-13 16:23:40.0 +0900
+++ jd-2.8.9-150226/debian/changelog2017-04-24 07:21:46.0 +0900
@@ -1,3 +1,17 @@
+jd (1:2.8.9-150226-6) unstable; urgency=medium
+
+  * use debhelper 10
+- simplify debian/rules
+- update debian/compat
+- simplify debian/control 
+  * debian/control
+- set Standards-Version: 3.9.8
+  * debian/patches
+- add fix-build-failure-with-newer-lib.patch to fix FTBFS
+  Thanks to anonymous Arch user.
+
+ -- Hideki Yamane <henr...@debian.org>  Mon, 24 Apr 2017 07:21:46 +0900
+
 jd (1:2.8.9-150226-5) unstable; urgency=medium
 
   * remove unnecessary debian/menu file 
diff -Nru jd-2.8.9-150226/debian/compat jd-2.8.9-150226/debian/compat
--- jd-2.8.9-150226/debian/compat   2015-12-13 16:23:40.0 +0900
+++ jd-2.8.9-150226/debian/compat   2017-04-24 07:21:46.0 +0900
@@ -1 +1 @@
-9
+10
diff -Nru jd-2.8.9-150226/debian/control jd-2.8.9-150226/debian/control
--- jd-2.8.9-150226/debian/control  2015-12-13 16:23:40.0 +0900
+++ jd-2.8.9-150226/debian/control  2017-04-24 07:21:46.0 +0900
@@ -2,11 +2,11 @@
 Section: net
 Priority: optional
 Maintainer: Hideki Yamane <henr...@debian.org>
-Build-Depends: debhelper (>= 9), autoconf, automake, libtool, 
+Build-Depends: debhelper (>= 10),
  libgnutls28-dev, libgcrypt20-dev, libgtkmm-2.4-dev, zlib1g-dev, libmigemo-dev,
  libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
 Homepage: http://jd4linux.osdn.jp/
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/jd.git
 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/jd.git/
 
diff -Nru jd-2.8.9-150226/debian/patches/fix-build-failure-with-newer-lib.patch 
jd-2.8.9-150226/debian/patches/fix-build-failure-with-newer-lib.patch
--- jd-2.8.9-150226/debian/patches/fix-build-failure-with-newer-lib.patch   
1970-01-01 09:00:00.0 +0900
+++ jd-2.8.9-150226/debian/patches/fix-build-failure-with-newer-lib.patch   
2017-04-24 07:21:46.0 +0900
@@ -0,0 +1,11 @@
+--- a/src/article/drawareabase.h
 b/src/article/drawareabase.h
+@@ -330,7 +330,7 @@
+ 
+ // リアライズしたか
+ // Gtk::Widget::is_realized() はうまく動作しない
+-const bool is_drawarea_realized(){ return m_window; }
++const bool is_drawarea_realized(){ return 
static_cast(m_window); }
+ 
+ // 文字色のID( colorid.h にある ID を指定)
+ const int get_colorid_text() const{ return m_colorid_text; }
diff -Nru jd-2.8.9-150226/debian/patches/series 
jd-2.8.9-150226/debian/patches/series
--- jd-2.8.9-150226/debian/patches/series   2015-12-13 16:23:40.0 
+0900
+++ jd-2.8.9-150226/debian/patches/series   2017-04-24 07:21:46.0 
+0900
@@ -1,3 +1,4 @@
+fix-build-failure-with-newer-lib.patch
 browsers.cpp
 add-keywords-entry-in-desktop.patch
 remove-timestamps_from_cpp_macros.patch
diff -Nru jd-2.8.9-150226/debian/rules jd-2.8.9-150226/debian/rules
--- jd-2.8.9-150226/debian/rules2015-12-13 16:23:40.0 +0900
+++ jd-2.8.9-150226/debian/rules2017-04-24 07:21:46.0 +0900
@@ -12,29 +12,11 @@
--with-migemo --with-migemodict=/usr/share/cmigemo/utf-8/migemo-dict
 
 %:
-   dh $@ --parallel
+   dh $@
 
 override_dh_auto_configure:
-   touch $(CURDIR)/debian/generatedfiles
-   autoreconf -i
dh_auto_configure -- $(jd_option)
 
-override_dh_auto_clean: 
-   [ ! -f Makefile ] || $(MAKE) clean
-   dh_clean 
-
-   -@rm -f $(CURDIR)/config.[a-z]* $(CURDIR)/ltmain.sh $(CURDIR)/install-sh
-   -@find $(CURDIR) -name .deps  -exec rm -rf {} \;
-
-   if [ -f $(CURDIR)/debian/generatedfiles ]; then \
- find $(CURDIR) -path $(CURDIR)/debian -prune -o -name configure.in \
- -o -name Makefile.am -o -name browsers.cpp -o -name core.cpp \
-  -o -name jdversion.h -o -name cache.h -o -name confloader.cpp \
-  -o -name misctime.cpp -o -name miscutil.cpp \
- -o -newer $(CURDIR)/debian/generatedfiles -type f -exec rm {} \; ; \
-   fi
-   -rm -f $(CURDIR)/debian/generatedfiles
-
 override_dh_installchangelogs:
dh_installchangelogs ChangeLog
 

unblock jd/1:2.8.9-150226-5+b1


Bug#857134: unblock: snapper/0.4.1-3

2017-03-08 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Hi,

Please unblock package snapper, since it fixes missing dependency (#856945).
debdiff attached (it includes some noises with somehow modified a patch,
sorry).


unblock snapper/0.4.1-3


diff -Nru snapper-0.4.1/debian/changelog snapper-0.4.1/debian/changelog
--- snapper-0.4.1/debian/changelog  2016-12-22 20:14:18.0 +0900
+++ snapper-0.4.1/debian/changelog  2017-03-07 23:32:58.0 +0900
@@ -1,3 +1,19 @@
+snapper (0.4.1-3) unstable; urgency=medium
+
+  * debian/control
+- add missing dependency for libsnapper-dev (Closes: #856945)
+  Thanks to Andreas Beckmann <a...@debian.org> 
+
+ -- Hideki Yamane <henr...@debian.org>  Tue, 07 Mar 2017 23:32:58 +0900
+
+snapper (0.4.1-2) unstable; urgency=medium
+
+  * debian/patches
+- add 0002-Bug-852574-Update-udevadm-path-to-bin-udevadm.patch
+  Thanks to Michael Biebl <bi...@debian.org> (Closes: #852574) 
+
+ -- Hideki Yamane <henr...@debian.org>  Sun, 19 Feb 2017 23:38:08 +0900
+
 snapper (0.4.1-1) unstable; urgency=medium
 
   * New upstream release 
diff -Nru snapper-0.4.1/debian/control snapper-0.4.1/debian/control
--- snapper-0.4.1/debian/control2016-12-22 20:14:18.0 +0900
+++ snapper-0.4.1/debian/control2017-03-07 23:32:58.0 +0900
@@ -62,7 +62,7 @@
 Package: libsnapper-dev
 Section: libdevel
 Architecture: linux-any
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libsnapper4 (= ${binary:Version})
 Description: Library for Linux filesystem snapshot management tool (header 
files)
  Snapper is a tool for Linux filesystem snapshot management. Apart from the
  obvious creation and deletion of snapshots, it can compare snapshots and 
revert
diff -Nru 
snapper-0.4.1/debian/patches/0001-refresh-Add-DSO-linker-options-for-libsnapper.la.pat.patch
 
snapper-0.4.1/debian/patches/0001-refresh-Add-DSO-linker-options-for-libsnapper.la.pat.patch
--- 
snapper-0.4.1/debian/patches/0001-refresh-Add-DSO-linker-options-for-libsnapper.la.pat.patch
2016-12-22 20:14:18.0 +0900
+++ 
snapper-0.4.1/debian/patches/0001-refresh-Add-DSO-linker-options-for-libsnapper.la.pat.patch
2017-03-07 23:32:58.0 +0900
@@ -3,10 +3,20 @@
 Subject: Add DSO linker options for libsnapper.la
 
 ---
+ client/Makefile.am   | 4 ++--
+ client/utils/Makefile.am | 2 +-
+ examples/c++-lib/Makefile.am | 3 ++-
+ server/Makefile.am   | 3 ++-
+ testsuite-cmp/Makefile.am| 2 +-
+ testsuite-real/Makefile.am   | 2 +-
+ testsuite/Makefile.am| 2 +-
+ 7 files changed, 10 insertions(+), 8 deletions(-)
 
+diff --git a/client/Makefile.am b/client/Makefile.am
+index e8f9a5e..198c507 100644
 --- a/client/Makefile.am
 +++ b/client/Makefile.am
-@@ -19,7 +19,7 @@
+@@ -19,7 +19,7 @@ snapper_SOURCES =\
misc.cc misc.h  \
errors.cc   errors.h
  
@@ -15,7 +25,7 @@
  
  libexecdir = /usr/lib/snapper
  
-@@ -36,7 +36,7 @@
+@@ -36,7 +36,7 @@ systemd_helper_SOURCES = \
misc.cc misc.h  \
errors.cc   errors.h
  
@@ -24,15 +34,19 @@
  
  if ENABLE_BTRFS
  
+diff --git a/client/utils/Makefile.am b/client/utils/Makefile.am
+index 910beda..b6016fc 100644
 --- a/client/utils/Makefile.am
 +++ b/client/utils/Makefile.am
-@@ -14,5 +14,5 @@
+@@ -14,5 +14,5 @@ libutils_la_SOURCES =\
GetOpts.cc  GetOpts.h   \
Range.ccRange.h
  
 -libutils_la_LIBADD = ../../snapper/libsnapper.la
 +libutils_la_LIBADD = ../../snapper/libsnapper.la -lboost_thread 
-lboost_system -lxml2 -lacl -lz -lm
  
+diff --git a/examples/c++-lib/Makefile.am b/examples/c++-lib/Makefile.am
+index 52c81e5..2807f81 100644
 --- a/examples/c++-lib/Makefile.am
 +++ b/examples/c++-lib/Makefile.am
 @@ -5,7 +5,8 @@
@@ -45,15 +59,19 @@
  
  noinst_PROGRAMS = List ListAll Create CmpDirs CreateNumber CreateTimeline
  
+diff --git a/server/Makefile.am b/server/Makefile.am
+index 2a6a4c2..fe05e06 100644
 --- a/server/Makefile.am
 +++ b/server/Makefile.am
-@@ -14,4 +14,5 @@
+@@ -14,4 +14,5 @@ snapperd_SOURCES =   \
Types.ccTypes.h
  
  snapperd_LDADD = ../snapper/libsnapper.la ../dbus/libdbus.la -lrt
 -snapperd_LDFLAGS = -lboost_system -lboost_thread
 +snapperd_LDFLAGS = -lboost_system -lboost_thread \
 +   -lxml2 -lacl -lz -lm
+diff --git a/testsuite-cmp/Makefile.am b/testsuite-cmp/Makefile.am
+index 81104bf..aca7a79 100644
 --- a/testsuite-cmp/Makefile.am
 +++ b/testsuite-cmp/Makefile.am
 @@ -5,7 +5,7 @@
@@ -65,9 +83,11 @@
  
  noinst_SCRIPTS = run-all
  
+diff --git a/testsuite-real/Makefile.am b/testsuite-real/Makefile.am
+index 8148b54..0e51ae2 100644
 --- a/testsuite-real/Makefile.am
 +++ b/testsuite-real/Makefile.am
-@@ -6,7 +6,7 @@
+@@ -6,7 +6,7 @@ CXXFLAGS += -std=gnu++0x
  
  AM_CPPFLAGS = -I$

Bug#806501: transtion script: dependency check overkill

2015-11-27 Thread Hideki Yamane
Package: release.debian.org
Severity: normal

Hi,

 "Why is package X not in testing yet?" says 
 *) https://release.debian.org/migration/testing.pl

>Dependency analysis (including build-depends; i386 only):
>
>iceweasel depends on ttf-dejima-mincho which is not available in testing
>ttf-dejima-mincho is explained above

 However, it (build-)depends on "fonts-dejima-mincho | ttf-dejima-mincho"
 and fonts-dejima-mincho exists. Just ttf-dejima-mincho was removed since
 transition from ttf- to fonts- .

 So, it seems to be bug, IMO.


-- 
Regards,

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



Re: Debian Installer Jessie RC 3 release

2015-05-24 Thread Hideki Yamane
Hi,

On Sun Apr 19, 2015 at 16:25:30 +0200, Cyril Brulebois wrote:
 Improvements in this release of the installer
 =
 
  * apt-setup:
 - Stop enabling backports by default (#764982).

 I've sent a patch to re-enabled it but comment out by default.
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785614

 I'd be no harm for sane install and handy for users, IMO.
 Can we adopt it for point release?


-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150525074238.97b1ba554535a7fd942a6...@debian.or.jp



Bug#782419: pre-approve: net-snmp/5.7.2.1+dfsg-1

2015-04-14 Thread Hideki Yamane
control: tag -1 -moreinfo
control: retitle -1 unblock: net-snmp/5.7.2.1+dfsg-1

On Tue, 14 Apr 2015 18:55:52 +0200
Ivo De Decker iv...@debian.org wrote:
 The unblock request should be usertagged and severity normal, but there should
 be an RC bug against net-snmp. Fixing that now.
 
 Feel free do do the upload of net-snmp to unstable, and remove the moreinfo
 tag from the unblock bug (782419) when you do, but I won't guarantee that it
 will actually be unblocked, as we are very close to the release date.

 Thanks for the handling, I've uploaded it to unstable now.

-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150415072206.b2d94a4e907dc34cff7f4...@debian.or.jp



Bug#746927: pu: net-snmp/5.4.3~dfsg-2.8+deb7u1 (Bug#721224 snmpd: produces error if the Executables/scripts entries in snmpd.conf is over 50)

2014-09-21 Thread Hideki Yamane
On Sat, 20 Sep 2014 18:09:50 +0100
Adam D. Barratt a...@adam-barratt.org.uk wrote:
 Control: tags -1 + confirmed
 
 On Sun, 2014-05-04 at 10:44 +0900, Hideki Yamane wrote:
   I'd like to upload net-snmp/5.4.3~dfsg-2.8+deb7u1 to 
  stable-proposed-updates
   to fix Bug#721224, error happens when Executables/scripts entries is over 
  50
   in snmpd.conf.
 
 Apologies for the delay in getting back to you. Please go ahead.

 Thanks! 

 And I want to push more changes with three CVE fixes for 
net-snmp/5.4.3~dfsg-2.8+deb7u1
 Is it possible? debdiff is attached below.


diff -Nru net-snmp-5.4.3~dfsg/debian/changelog 
net-snmp-5.4.3~dfsg/debian/changelog
--- net-snmp-5.4.3~dfsg/debian/changelog2014-03-18 05:02:49.0 
+0900
+++ net-snmp-5.4.3~dfsg/debian/changelog2014-09-21 19:32:08.0 
+0900
@@ -1,3 +1,18 @@
+net-snmp (5.4.3~dfsg-2.8+deb7u1) stable-proposed-updates; urgency=medium
+
+  * debian/patches
+- add bug#721224_entries_over50.patch to fix snmpd: produces error if the
+  Executables/scripts entries in snmpd.conf is over 50 taken patch from
+  Red Hat Bugzilla.
+  Thanks to Christian Ruppert c.rupp...@babiel.com for the report
+  (Closes: #721224) 
+- add TrapReceiver.patch to fix CVE-2014-2285
+- add CVE-2014-3565.patch taken from upstream to fix CVE-2014-3565
+  (Closes: #760132)
+- add CVE-2012-6151.patch taken from Fedora to fix CVE-2012-6151
+
+ -- Hideki Yamane henr...@debian.org  Tue, 16 Sep 2014 00:27:07 +0900
+
 net-snmp (5.4.3~dfsg-2.8) stable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru net-snmp-5.4.3~dfsg/debian/patches/CVE-2012-6151.patch 
net-snmp-5.4.3~dfsg/debian/patches/CVE-2012-6151.patch
--- net-snmp-5.4.3~dfsg/debian/patches/CVE-2012-6151.patch  1970-01-01 
09:00:00.0 +0900
+++ net-snmp-5.4.3~dfsg/debian/patches/CVE-2012-6151.patch  2014-09-21 
19:32:08.0 +0900
@@ -0,0 +1,46 @@
+Index: pkg-net-snmp/agent/mibgroup/agentx/master.c
+===
+--- pkg-net-snmp.orig/agent/mibgroup/agentx/master.c   2014-09-21 
19:07:43.820073097 +0900
 pkg-net-snmp/agent/mibgroup/agentx/master.c2014-09-21 
19:27:42.611687481 +0900
+@@ -236,6 +236,9 @@
+ if (!cache) {
+ DEBUGMSGTL((agentx/master, response too late on session %08p\n,
+ session));
++/* response is too late, free the cache */
++if (magic)
++netsnmp_free_delegated_cache((netsnmp_delegated_cache*) magic);
+ return 0;
+ }
+ requests = cache-requests;
+@@ -621,6 +624,8 @@
+ 
+ if (result == 0 ) {
+ snmp_free_pdu( pdu );
++if (cb_data)
++netsnmp_free_delegated_cache((netsnmp_delegated_cache*) cb_data);
+ }
+ 
+ return SNMP_ERR_NOERROR;
+Index: pkg-net-snmp/agent/mibgroup/agentx/master_admin.c
+===
+--- pkg-net-snmp.orig/agent/mibgroup/agentx/master_admin.c 2014-09-21 
19:07:43.820073097 +0900
 pkg-net-snmp/agent/mibgroup/agentx/master_admin.c  2014-09-21 
19:11:08.660690270 +0900
+@@ -139,11 +139,16 @@
+  * requests, so that the delegated request will be completed and
+  * further requests can be processed
+  */
+-netsnmp_remove_delegated_requests_for_session(session);
++  while (netsnmp_remove_delegated_requests_for_session(session)) {
++  DEBUGMSGTL((agentx/master, Continue removing delegated 
reqests\n));
++  }
++
+ if (session-subsession != NULL) {
+ netsnmp_session *subsession = session-subsession;
+ for(; subsession; subsession = subsession-next) {
+-netsnmp_remove_delegated_requests_for_session(subsession);
++while 
(netsnmp_remove_delegated_requests_for_session(subsession)) {
++  DEBUGMSGTL((agentx/master, Continue removing 
delegated subsession reqests\n));
++  }
+ }
+ }
+ 
diff -Nru net-snmp-5.4.3~dfsg/debian/patches/CVE-2014-3565.patch 
net-snmp-5.4.3~dfsg/debian/patches/CVE-2014-3565.patch
--- net-snmp-5.4.3~dfsg/debian/patches/CVE-2014-3565.patch  1970-01-01 
09:00:00.0 +0900
+++ net-snmp-5.4.3~dfsg/debian/patches/CVE-2014-3565.patch  2014-09-21 
19:32:08.0 +0900
@@ -0,0 +1,431 @@
+Index: pkg-net-snmp/snmplib/mib.c
+===
+--- pkg-net-snmp.orig/snmplib/mib.c2014-09-16 00:32:14.887917977 +0900
 pkg-net-snmp/snmplib/mib.c 2014-09-16 00:32:14.883917965 +0900
+@@ -436,17 +436,16 @@
+ u_char *cp;
+ int output_format, len_needed;
+ 
+-if ((var-type != ASN_OCTET_STR)  
+-(!netsnmp_ds_get_boolean(NETSNMP_DS_LIBRARY_ID, 
NETSNMP_DS_LIB_QUICKE_PRINT))) {
+-const char  str[] = Wrong Type (should be OCTET STRING): ;
+-if (snmp_cstrcat
+-(buf, buf_len

Bug#746927: pu: net-snmp/5.4.3~dfsg-2.8+deb7u1 (Bug#721224 snmpd: produces error if the Executables/scripts entries in snmpd.conf is over 50)

2014-09-21 Thread Hideki Yamane
On Sun, 21 Sep 2014 11:42:34 +0100
Adam D. Barratt a...@adam-barratt.org.uk wrote:
   And I want to push more changes with three CVE fixes for 
  net-snmp/5.4.3~dfsg-2.8+deb7u1
 
 Yes, that looks okay.
 
 Thanks again, uploaded.

-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140921200925.b1e35cdb2b67d57694c4a...@debian.or.jp



Bug#746927: pu: net-snmp/5.4.3~dfsg-2.8+deb7u1 (Bug#721224 snmpd: produces error if the Executables/scripts entries in snmpd.conf is over 50)

2014-05-03 Thread Hideki Yamane
Package: release.debian.org
Tags: wheezy
User: release.debian@packages.debian.org
Usertags: pu

Hi,

 I'd like to upload net-snmp/5.4.3~dfsg-2.8+deb7u1 to stable-proposed-updates
 to fix Bug#721224, error happens when Executables/scripts entries is over 50
 in snmpd.conf.

 Diff is below.

diff -Nru net-snmp-5.4.3~dfsg/debian/changelog 
net-snmp-5.4.3~dfsg/debian/changelog
--- net-snmp-5.4.3~dfsg/debian/changelog2014-03-18 05:02:49.0 
+0900
+++ net-snmp-5.4.3~dfsg/debian/changelog2014-05-04 09:04:47.0 
+0900
@@ -1,3 +1,15 @@
+net-snmp (5.4.3~dfsg-2.8+deb7u1) stable-proposed-updates; urgency=medium
+
+  * Team upload.
+  * debian/patches
+- add bug#721224_entries_over50.patch to fix snmpd: produces error if the
+  Executables/scripts entries in snmpd.conf is over 50 taken patch from
+  Red Hat Bugzilla.
+  Thanks to Christian Ruppert c.rupp...@babiel.com for the report
+  (Closes: #721224) 
+
+ -- Hideki Yamane henr...@debian.org  Sun, 04 May 2014 08:59:03 +0900
+
 net-snmp (5.4.3~dfsg-2.8) stable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru net-snmp-5.4.3~dfsg/debian/patches/bug#721224_entries_over50.patch 
net-snmp-5.4.3~dfsg/debian/patches/bug#721224_entries_over50.patch
--- net-snmp-5.4.3~dfsg/debian/patches/bug#721224_entries_over50.patch  
1970-01-01 09:00:00.0 +0900
+++ net-snmp-5.4.3~dfsg/debian/patches/bug#721224_entries_over50.patch  
2014-05-04 09:04:47.0 +0900
@@ -0,0 +1,29 @@
+Index: net-snmp/agent/mibgroup/agent/extend.c
+===
+--- net-snmp.orig/agent/mibgroup/agent/extend.c2014-05-04 
07:53:51.731755326 +0900
 net-snmp/agent/mibgroup/agent/extend.c 2014-05-04 07:54:28.075895631 
+0900
+@@ -476,10 +476,21 @@
+ 
+ } else if (!strcmp( token, sh   ) ||
+!strcmp( token, exec )) {
+-if ( num_compatability_entries == max_compatability_entries )
++if ( num_compatability_entries == max_compatability_entries ) {
+ /* XXX - should really use dynamic allocation */
+-config_perror(No further UCD-compatible entries );
+-else
++netsnmp_old_extend *new_compatability_entries;
++new_compatability_entries = realloc(compatability_entries,
++ 
max_compatability_entries*2*sizeof(netsnmp_old_extend));
++if (!new_compatability_entries)
++config_perror(No further UCD-compatible entries );
++else {
++memset(new_compatability_entries+num_compatability_entries, 0,
++sizeof(netsnmp_old_extend)*max_compatability_entries);
++max_compatability_entries *= 2;
++compatability_entries = new_compatability_entries;
++}
++}
++if (num_compatability_entries != max_compatability_entries)
+ compatability_entries[
+ num_compatability_entries++ ].exec_entry = extension;
+ }
diff -Nru net-snmp-5.4.3~dfsg/debian/patches/series 
net-snmp-5.4.3~dfsg/debian/patches/series
--- net-snmp-5.4.3~dfsg/debian/patches/series   2014-03-18 05:33:32.0 
+0900
+++ net-snmp-5.4.3~dfsg/debian/patches/series   2014-05-04 09:04:47.0 
+0900
@@ -1,3 +1,4 @@
+bug#721224_entries_over50.patch
 02_statistics.patch
 03_makefiles.patch
 05_searchdirs.patch


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140504104416.6cf7206ab718248777c42...@debian.or.jp



Bug#740247: pu: package docx2txt/1.2-1+deb7u1

2014-02-27 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

Hi,

 I've fixed #739597 and upload it but it also affects to wheezy.
 Applied patch is very tiny and it doesn't work without this change.
 If you're okay, I'll upload it to proposed-updates queue. So, please
 check it.


diff -Nru docx2txt-1.2/debian/changelog docx2txt-1.2/debian/changelog
--- docx2txt-1.2/debian/changelog   2012-03-03 13:08:59.0 +0900
+++ docx2txt-1.2/debian/changelog   2014-02-27 22:15:54.0 +0900
@@ -1,3 +1,10 @@
+docx2txt (1.2-1+deb7u1) stable-proposed-updates; urgency=medium
+
+  * debian/control
+- add missing Depeneds: unzip to show .docx files (Closes: #739597)
+
+ -- Hideki Yamane henr...@debian.org  Thu, 27 Feb 2014 22:11:55 +0900
+
 docx2txt (1.2-1) unstable; urgency=low
 
   * Initial release (Closes: #651908)
diff -Nru docx2txt-1.2/debian/control docx2txt-1.2/debian/control
--- docx2txt-1.2/debian/control 2012-03-03 13:08:59.0 +0900
+++ docx2txt-1.2/debian/control 2014-02-27 22:15:54.0 +0900
@@ -10,7 +10,7 @@
 
 Package: docx2txt
 Architecture: all 
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, unzip
 Description: Convert Microsoft OOXML files to plain text
  docx2txt is a tool that attempts to generate equivalent (ASCII) text files 
from
  Microsoft .docx documents, preserving some formatting and document information


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140227222311.4bfb195d2c1f28eca83bc...@debian.or.jp



Bug#709019: transition: net-snmp

2013-06-01 Thread Hideki Yamane
On Sat, 1 Jun 2013 16:34:24 +0200
Julien Cristau jcris...@debian.org wrote:
 Scheduled binNMUs for 389-ds-base asterisk docsis fwbuilder hplip ifstat
 libdessert0.87 nut openipmi.

 Thanks!

-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130602100424.a0fdd31c98e3c75f4f728...@debian.or.jp



Bug#709019: transition: net-snmp

2013-05-20 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

Hi,

 Due to net-snmp package upgrade from 5.4.3 to 5.7.2, also from libsnmp15 to
 libsnmp30. Then, following source packages need to be rebuilt:

 $ grep-dctrl -F Depends libsnmp15 -s Source -s Package 
/var/lib/apt/lists/*_Packages|sort |uniq

 Package: 389-ds-base
 Package: asterisk-modules
 Package: cacti-spine
 Package: cluster-glue
 Package: docsis
 Package: fwbuilder
 Package: gkrellm-snmp
 Package: hplip
 Package: ifstat
 Package: kamailio-snmpstats-modules
 Package: keepalived
 Package: libdessert0.87
 Package: libhpmud0
 Package: liblustre
 Package: libsnmp-python
 Package: libsnmp15-dbg
 Package: lldpd
 Package: netmrg
 Package: nut-snmp
 Package: openhpi-plugin-snmp-bc
 Package: openipmi
 Package: pacemaker
 Package: pacemaker-cli-utils
 Package: pacemaker-mgmt
 Package: php5-snmp
 Package: python-pynetsnmp
 Package: wmnd-snmp
 Package: zabbix-proxy-mysql
 Package: zabbix-proxy-pgsql
 Package: zabbix-proxy-sqlite3
 Package: zabbix-server-mysql
 Package: zabbix-server-pgsql
 Source: asterisk
 Source: gkrellm-snmp (1.0-1.2)
 Source: hplip
 Source: kamailio
 Source: lustre
 Source: net-snmp
 Source: nut
 Source: openhpi
 Source: pacemaker
 Source: php5
 Source: pynetsnmp
 Source: wmnd
 Source: zabbix


 I'm new to this thing, so
Please do not upload the package to unstable without approval from
the release team. 
 sorry to violate it (https://wiki.debian.org/Teams/ReleaseTeam/Transitions).

 And please tell me what should I do next, I'll do my best.


Ben file:

title = net-snmp;
is_affected = .depends ~ libsnmp15 | .depends ~ libsnmp30;
is_good = .depends ~ libsnmp30;
is_bad = .depends ~ libsnmp15;


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130520105046.7813.11092.reportbug@hp



Bug#706799: pu: net-snmp/5.4.3-3+wheezy1

2013-05-04 Thread Hideki Yamane
Package: release.debian.org
Tags: wheezy
User: release.debian@packages.debian.org
Usertags: pu

 I'd like to upload net-snmp package due to fix piuparts
 failure with upgrade to newer version. Please check attached
 debdiff (as I mistake, it contains unnecessary .ex file but
 not remove it, just as is)


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru net-snmp-5.4.3~dfsg/debian/changelog net-snmp-5.4.3~dfsg/debian/changelog
--- net-snmp-5.4.3~dfsg/debian/changelog	2012-11-24 22:06:46.0 +0900
+++ net-snmp-5.4.3~dfsg/debian/changelog	2013-05-05 14:38:52.0 +0900
@@ -1,3 +1,19 @@
+net-snmp (5.4.3~dfsg-3+wheezy1) stable-proposed-updates; urgency=low
+
+  * Rebuild for wheezy.
+
+ -- Hideki Yamane henr...@debian.org  Sun, 05 May 2013 14:37:40 +0900
+
+net-snmp (5.4.3~dfsg-3) unstable; urgency=low
+
+  * debian/rules
+- remove override_dh_installdoc, install each docs and copyright files to
+  avoid piuparts test failure
+  * debian/libsnmp*.preinst
+- ensure remove symlink
+
+ -- Hideki Yamane henr...@debian.org  Fri, 26 Apr 2013 23:30:39 +0900
+
 net-snmp (5.4.3~dfsg-2.7) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru net-snmp-5.4.3~dfsg/debian/control net-snmp-5.4.3~dfsg/debian/control
--- net-snmp-5.4.3~dfsg/debian/control	2012-05-28 01:14:32.0 +0900
+++ net-snmp-5.4.3~dfsg/debian/control	2013-04-26 23:32:22.0 +0900
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Net-SNMP Packaging Team pkg-net-snmp-de...@lists.alioth.debian.org
-Uploaders: Jochen Friedrich joc...@scram.de, Thomas Anders tand...@users.sourceforge.net, Noah Meyerhans no...@debian.org
+Uploaders: Jochen Friedrich joc...@scram.de, Thomas Anders tand...@users.sourceforge.net, Noah Meyerhans no...@debian.org, Hideki Yamane henr...@debian.org
 Build-Depends: debhelper (= 7.0.50~), libtool, libwrap0-dev, libssl-dev ( 0.9.8), perl (=5.8), libperl-dev, python-all-dev (= 2.5.4-1~), python-central (=0.5.6), python (=2.3.5-7), python-setuptools (=0.6b3), autoconf, automake1.9, autotools-dev, debianutils (=1.13.1), bash (=2.05), findutils (=4.1.20), procps, libbsd-dev [kfreebsd-any], libkvm-dev [kfreebsd-any], libsensors4-dev [linux-any]
 Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/pkg-net-snmp/
diff -Nru net-snmp-5.4.3~dfsg/debian/libsnmp-dev.preinst net-snmp-5.4.3~dfsg/debian/libsnmp-dev.preinst
--- net-snmp-5.4.3~dfsg/debian/libsnmp-dev.preinst	1970-01-01 09:00:00.0 +0900
+++ net-snmp-5.4.3~dfsg/debian/libsnmp-dev.preinst	2013-04-27 21:51:52.0 +0900
@@ -0,0 +1,28 @@
+#!/bin/sh
+
+docdir=/usr/share/doc/libsnmp-dev
+
+set -e
+
+case $1 in
+install|upgrade)
+  if [ -h $docdir ]; then
+	  rm -rf $docdir
+  fi
+;;
+
+abort-upgrade)
+;;
+
+*)
+echo preinst called with unknown argument \`$1' 2
+exit 1
+;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
diff -Nru net-snmp-5.4.3~dfsg/debian/libsnmp-perl.preinst net-snmp-5.4.3~dfsg/debian/libsnmp-perl.preinst
--- net-snmp-5.4.3~dfsg/debian/libsnmp-perl.preinst	1970-01-01 09:00:00.0 +0900
+++ net-snmp-5.4.3~dfsg/debian/libsnmp-perl.preinst	2013-04-27 21:52:05.0 +0900
@@ -0,0 +1,28 @@
+#!/bin/sh
+
+docdir=/usr/share/doc/libsnmp-perl
+
+set -e
+
+case $1 in
+install|upgrade)
+  if [ -h $docdir ]; then
+	  rm -rf $docdir
+  fi
+;;
+
+abort-upgrade)
+;;
+
+*)
+echo preinst called with unknown argument \`$1' 2
+exit 1
+;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
diff -Nru net-snmp-5.4.3~dfsg/debian/libsnmp15-dbg.preinst net-snmp-5.4.3~dfsg/debian/libsnmp15-dbg.preinst
--- net-snmp-5.4.3~dfsg/debian/libsnmp15-dbg.preinst	1970-01-01 09:00:00.0 +0900
+++ net-snmp-5.4.3~dfsg/debian/libsnmp15-dbg.preinst	2013-04-27 21:51:16.0 +0900
@@ -0,0 +1,28 @@
+#!/bin/sh
+
+docdir=/usr/share/doc/libsnmp15-dbg
+
+set -e
+
+case $1 in
+install|upgrade)
+  if [ -h $docdir ]; then
+	  rm -rf $docdir
+  fi
+;;
+
+abort-upgrade)
+;;
+
+*)
+echo preinst called with unknown argument \`$1' 2
+exit 1
+;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
diff -Nru net-snmp-5.4.3~dfsg/debian/libsnmp15.presinst net-snmp-5.4.3~dfsg/debian/libsnmp15.presinst
--- net-snmp-5.4.3~dfsg/debian/libsnmp15.presinst	1970-01-01 09:00:00.0 +0900
+++ net-snmp-5.4.3~dfsg/debian/libsnmp15.presinst	2013-04-27 21:51:41.0 +0900
@@ -0,0 +1,28 @@
+#!/bin/sh
+
+docdir=/usr/share/doc/libsnmp15
+
+set -e
+
+case $1 in
+install|upgrade)
+  if [ -h $docdir ]; then
+	  rm -rf $docdir
+  fi
+;;
+
+abort-upgrade

Bug#704811: pu: net-snmp/5.4.3~dfsg-2.1

2013-04-12 Thread Hideki Yamane
Control: retitle -1 pu: net-snmp/5.4.3~dfsg-2+squeeze1

Hi,

On Fri, 12 Apr 2013 14:33:19 +0200
Niels Thykier ni...@thykier.net wrote:
  +net-snmp (5.4.3~dfsg-2.1) stable-proposed-updates; urgency=low
  ^^
 
 This version has already been used (for sid/testing), so it cannot be
 reused.  It is customary to use +squeeze1 for uploads to Squeeze instead
 of the normal versioning scheme (even for NMUs).

 Exactly, I'm moron... it should be +squeeze1

 Other than that, please go ahead with the upload.

 Thanks.


-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130412225340.e9cb66c89637aafaad958...@debian.or.jp



Bug#704811: pu: net-snmp/5.4.3~dfsg-2.1

2013-04-06 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

Hi,

 net-snmp 5.4.3~dfsg-2 in Squeeze has a bug (CVE-2012-2141)
 and fixed in testing/unstable version. It's patch is tiny one,
 so I would like to upload it to spu.

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672492
 https://security-tracker.debian.org/tracker/CVE-2012-2141


-- 
Regards,

 Hideki Yamane henr...@debian.org
diff -Nru net-snmp-5.4.3~dfsg/debian/changelog net-snmp-5.4.3~dfsg/debian/changelog
--- net-snmp-5.4.3~dfsg/debian/changelog	2011-01-05 21:12:04.0 +0900
+++ net-snmp-5.4.3~dfsg/debian/changelog	2013-04-06 15:07:05.0 +0900
@@ -1,3 +1,11 @@
+net-snmp (5.4.3~dfsg-2.1) stable-proposed-updates; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches
+- apply CVE-2012-2141.patch 
+
+ -- Hideki Yamane henr...@x121e.mithril-linux.org  Sat, 06 Apr 2013 15:06:20 +0900
+
 net-snmp (5.4.3~dfsg-2) unstable; urgency=high
 
   * Add libperl-dev to libsnmp-dev dependencies (Closes: #608794)
diff -Nru net-snmp-5.4.3~dfsg/debian/patches/CVE-2012-2141.patch net-snmp-5.4.3~dfsg/debian/patches/CVE-2012-2141.patch
--- net-snmp-5.4.3~dfsg/debian/patches/CVE-2012-2141.patch	1970-01-01 09:00:00.0 +0900
+++ net-snmp-5.4.3~dfsg/debian/patches/CVE-2012-2141.patch	2013-04-06 15:06:15.0 +0900
@@ -0,0 +1,31 @@
+Description: fix denial of service via SNMP GET with non-existent
+ extension table entry
+Bug: http://sourceforge.net/tracker/index.php?func=detailaid=3526549group_id=12694atid=112694
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672492
+Bug-RedHat: https://bugzilla.redhat.com/show_bug.cgi?id=815813
+Origin: upstream, http://net-snmp.git.sourceforge.net/git/gitweb.cgi?p=net-snmp/net-snmp;a=commit;h=4c5633f1603e4bd03ed05c37d782ec8911759c47
+
+Index: net-snmp-5.4.3~dfsg/agent/mibgroup/agent/extend.c
+===
+--- net-snmp-5.4.3~dfsg.orig/agent/mibgroup/agent/extend.c	2013-04-06 15:06:10.934136272 +0900
 net-snmp-5.4.3~dfsg/agent/mibgroup/agent/extend.c	2013-04-06 15:06:10.922136274 +0900
+@@ -1124,7 +1124,7 @@
+  * ...and check the line requested is valid
+  */
+ line_idx = *table_info-indexes-next_variable-val.integer;
+-if (eptr-numlines  line_idx)
++if (line_idx  1 || line_idx  eptr-numlines)
+ return NULL;
+ }
+ return eptr;
+@@ -1297,6 +1297,10 @@
+  * Determine which line we've been asked for
+  */
+ line_idx = *table_info-indexes-next_variable-val.integer;
++if (line_idx  1 || line_idx  extension-numlines) {
++netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHINSTANCE);
++continue;
++}
+ cp  = extension-lines[line_idx-1];
+ 
+ /* 
diff -Nru net-snmp-5.4.3~dfsg/debian/patches/series net-snmp-5.4.3~dfsg/debian/patches/series
--- net-snmp-5.4.3~dfsg/debian/patches/series	2011-01-05 21:12:04.0 +0900
+++ net-snmp-5.4.3~dfsg/debian/patches/series	2013-04-06 15:04:00.0 +0900
@@ -12,3 +12,4 @@
 60_libsensors_api.patch
 61_vacm_missing_dependency_check.patch
 62_add_lib_cflags.patch
+CVE-2012-2141.patch


Bug#703818: tpu: fonts-vlgothic/20120629-2

2013-03-31 Thread Hideki Yamane
On Mon, 1 Apr 2013 00:45:04 +0100
Jonathan Wiltshire j...@debian.org wrote:
 Please go ahead and ping this bug when it is uploaded.

 Thanks! uploaded it.


-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130401091641.5729ff251c10bd8b52fd6...@debian.or.jp



Bug#703926: tpu: libsocialweb/0.25.20-2.1

2013-03-25 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: tpu


Hi,

 I want to put libsocialweb-0.25.20-2.1 to t-p-u to fix CVE-2012-4511.


diff -Nru libsocialweb-0.25.20/debian/changelog 
libsocialweb-0.25.20/debian/changelog
--- libsocialweb-0.25.20/debian/changelog   2012-06-22 12:08:40.0 
+0900
+++ libsocialweb-0.25.20/debian/changelog   2013-03-25 08:47:37.0 
+0900
@@ -1,3 +1,11 @@
+libsocialweb (0.25.20-2.1) testing-proposed-updates; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches
+- add CVE-2012-4511.patch
+
+ -- Hideki Yamane henr...@debian.org  Mon, 25 Mar 2013 08:46:56 +0900
+
 libsocialweb (0.25.20-2) unstable; urgency=low
 
   * MultiArch support
diff -Nru libsocialweb-0.25.20/debian/patches/CVE-2012-4511.patch 
libsocialweb-0.25.20/debian/patches/CVE-2012-4511.patch
--- libsocialweb-0.25.20/debian/patches/CVE-2012-4511.patch 1970-01-01 
09:00:00.0 +0900
+++ libsocialweb-0.25.20/debian/patches/CVE-2012-4511.patch 2013-03-25 
08:46:37.0 +0900
@@ -0,0 +1,18 @@
+Description: patch for CVE-2012-4511
+
+---
+Origin: upstream
+Bug-Debian: http://bugs.debian.org/690675
+Last-Update: 2013-03-25
+
+--- libsocialweb-0.25.20.orig/services/flickr/flickr.c
 libsocialweb-0.25.20/services/flickr/flickr.c
+@@ -255,7 +255,7 @@ online_notify (gboolean online, gpointer
+   SW_DEBUG (FLICKR, Online: %s, online ? yes : no);
+ 
+   if (online) {
+-got_tokens_cb (priv-proxy, TRUE, g_object_ref (service));
++credentials_updated (service);
+   } else {
+ priv-authorised = FALSE;
+ 
diff -Nru libsocialweb-0.25.20/debian/patches/series 
libsocialweb-0.25.20/debian/patches/series
--- libsocialweb-0.25.20/debian/patches/series  2011-06-04 22:45:22.0 
+0900
+++ libsocialweb-0.25.20/debian/patches/series  2013-03-25 08:45:19.0 
+0900
@@ -1 +1,2 @@
 01_detect_NM_and_ConnMan.patch
+CVE-2012-4511.patch


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130326055446.c10e4c9e8e13ba1c0e645...@debian.or.jp



Bug#703926: tpu: libsocialweb/0.25.20-2.1

2013-03-25 Thread Hideki Yamane
On Mon, 25 Mar 2013 22:38:14 +
Jonathan Wiltshire j...@debian.org wrote:
 Please go ahead and ping this bug when it is uploaded.

 Thanks, uploaded.

-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130326080013.7c1b52b05083467303d46...@debian.or.jp



Bug#703818: tpu: fonts-vlgothic/20120629-2

2013-03-23 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: tpu

Hi,

 Please approve fonts-vlgothic-20120629-2 upload to testing-proposed-updates.
 Its fix is tiny as below, and same fix for fonts-ipafont/ipaexfont which is 
 permitted to introduce wheezy before.


diff -Nru fonts-vlgothic-20120629/debian/changelog 
fonts-vlgothic-20120629/debian/changelog
--- fonts-vlgothic-20120629/debian/changelog2012-06-29 16:29:25.0 
+0900
+++ fonts-vlgothic-20120629/debian/changelog2013-03-24 13:50:11.0 
+0900
@@ -1,3 +1,16 @@
+fonts-vlgothic (20120629-2) testing-proposed-updates; urgency=low
+
+  [ Andreas Beckmann a...@debian.org ] 
+  * ttf-vlgothic.preinst: Unregister the ttf-japanese-gothic.ttf alternative.
+  * fonts-vlgothic.preinst: Clean up the ttf-japanese-gothic.ttf alternative
+set up by ttf-vlgothic in squeeze. This needs to be done in fonts-vlgothic
+as well since there is no guarantee that the transitional ttf-vlgothic
+package was installed and has cleaned this up. Since new installations of
+fonts-vlgothic cannot be distinguished from upgrades from ttf-vlgothic,
+this needs to be run on new installations, too.  (Closes: #699905)
+
+ -- Hideki Yamane henr...@debian.org  Sun, 24 Mar 2013 13:41:11 +0900
+
 fonts-vlgothic (20120629-1) unstable; urgency=low
 
   * New upstream release 
diff -Nru fonts-vlgothic-20120629/debian/fonts-vlgothic.preinst 
fonts-vlgothic-20120629/debian/fonts-vlgothic.preinst
--- fonts-vlgothic-20120629/debian/fonts-vlgothic.preinst   2011-09-18 
23:16:57.0 +0900
+++ fonts-vlgothic-20120629/debian/fonts-vlgothic.preinst   2013-03-24 
13:47:02.0 +0900
@@ -72,6 +72,18 @@
   fi
   fi
 
+   # Remove the alternative set up by the old ttf-vlgothic package.
+   # Do this again here since there is no guarantee that the transitional
+   # ttf-vlgothic package was installed and has cleaned this up.
+   # Do this for new installations (as we can't distinguish them from
+   # upgrades from ttf-vlgothic) as well as upgrades that did not yet
+   # clean this up.
+   # (This can be removed after jessie was released with this code.)
+   if dpkg --compare-versions $2 lt 20120629-1.1~ ; then
+   update-alternatives --remove ttf-japanese-gothic.ttf \
+   /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf
+   fi
+
 esac
 
 #DEBHELPER#


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130324140258.fc611c1b47199f3fd0062...@debian.or.jp



Bug#703482: pu: package smarty/2.6.26-1

2013-03-22 Thread Hideki Yamane
On Thu, 21 Mar 2013 10:06:24 +0100
Julien Cristau jcris...@debian.org wrote:
 Where is this undone?  What happens if you call build twice?  If the
 package isn't already using a patch system, then apply the patch
 directly, not through debian/rules, please.

 Okay, thanks.
 I'll upload with as below changes (directly applied).


diff -u smarty-2.6.26/debian/changelog smarty-2.6.26/debian/changelog
--- smarty-2.6.26/debian/changelog
+++ smarty-2.6.26/debian/changelog
@@ -1,3 +1,12 @@
+smarty (2.6.26-0.2+squeeze1) stable-proposed-updates; urgency=high
+
+  * QA upload.
+  * add debian/patches/avoid_possible_script_execution_from_2.6.27.patch
+- CVE-2012-4437: cherry picked from upstream, prevent XSS (Closes: #702710)
+  Thanks to Yoshinari Takaoka mum...@mumumu.org for the report.
+
+ -- Hideki Yamane henr...@debian.org  Mon, 11 Mar 2013 01:18:46 +0900
+
 smarty (2.6.26-0.2) unstable; urgency=low
 
   * QA upload:
only in patch2:
unchanged:
--- 
smarty-2.6.26.orig/debian/patches/avoid_possible_script_execution_from_2.6.27.patch
+++ 
smarty-2.6.26/debian/patches/avoid_possible_script_execution_from_2.6.27.patch
@@ -0,0 +1,22 @@
+Description: avoid possible XSS
+ As Yoshinari Takaoka mum...@mumumu.org pointed out, upstream puts
+ a (possible) security fix in Smarty 2.6.27.
+ .
+ See upstream commit as 
https://code.google.com/p/smarty-php/source/detail?r=4660
+
+---
+Origin: upstream
+Last-Update: 2013-03-11
+
+--- smarty-2.6.26.orig/libs/Smarty.class.php
 smarty-2.6.26/libs/Smarty.class.php
+@@ -1090,7 +1090,8 @@ class Smarty
+  */
+ function trigger_error($error_msg, $error_type = E_USER_WARNING)
+ {
+-trigger_error(Smarty error: $error_msg, $error_type);
++$msg = htmlentities($error_msg);
++trigger_error(Smarty error: $msg, $error_type);
+ }
+ 
+ 
only in patch2:
unchanged:
--- smarty-2.6.26.orig/libs/Smarty.class.php
+++ smarty-2.6.26/libs/Smarty.class.php
@@ -1090,7 +1090,8 @@
  */
 function trigger_error($error_msg, $error_type = E_USER_WARNING)
 {
-trigger_error(Smarty error: $error_msg, $error_type);
+$msg = htmlentities($error_msg);
+tri


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130323143156.e9c7ccc6fa4d72fcc8fde...@debian.or.jp



Bug#703482: pu: package smarty/2.6.26-1

2013-03-20 Thread Hideki Yamane
Package: release.debian.org
Tags: squeeze
User: release.debian@packages.debian.org
Usertags: pu

Hi,

 I'd like to upload smarty package to fix CVE-2012-4437.
 Security team suggest me to upload it to s-p-u.
 Please check attached debdiff.

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru smarty-2.6.26/debian/changelog smarty-2.6.26/debian/changelog
--- smarty-2.6.26/debian/changelog	2013-03-20 16:52:17.0 +0900
+++ smarty-2.6.26/debian/changelog	2013-03-20 16:48:41.0 +0900
@@ -1,3 +1,12 @@
+smarty (2.6.26-1) stable-proposed-updates; urgency=high
+
+  * QA upload.
+  * add debian/patches/avoid_possible_script_execution_from_2.6.27.patch
+- CVE-2012-4437: cherry picked from upstream, prevent XSS (Closes: #702710)
+  Thanks to Yoshinari Takaoka mum...@mumumu.org for the report.
+
+ -- Hideki Yamane henr...@debian.org  Mon, 11 Mar 2013 01:18:46 +0900
+
 smarty (2.6.26-0.2) unstable; urgency=low
 
   * QA upload:
diff -Nru smarty-2.6.26/debian/patches/avoid_possible_script_execution_from_2.6.27.patch smarty-2.6.26/debian/patches/avoid_possible_script_execution_from_2.6.27.patch
--- smarty-2.6.26/debian/patches/avoid_possible_script_execution_from_2.6.27.patch	1970-01-01 09:00:00.0 +0900
+++ smarty-2.6.26/debian/patches/avoid_possible_script_execution_from_2.6.27.patch	2013-03-11 01:18:06.0 +0900
@@ -0,0 +1,22 @@
+Description: avoid possible XSS
+ As Yoshinari Takaoka mum...@mumumu.org pointed out, upstream puts
+ a (possible) security fix in Smarty 2.6.27.
+ .
+ See upstream commit as https://code.google.com/p/smarty-php/source/detail?r=4660
+
+---
+Origin: upstream
+Last-Update: 2013-03-11
+
+--- smarty-2.6.26.orig/libs/Smarty.class.php
 smarty-2.6.26/libs/Smarty.class.php
+@@ -1090,7 +1090,8 @@ class Smarty
+  */
+ function trigger_error($error_msg, $error_type = E_USER_WARNING)
+ {
+-trigger_error(Smarty error: $error_msg, $error_type);
++$msg = htmlentities($error_msg);
++trigger_error(Smarty error: $msg, $error_type);
+ }
+ 
+ 
diff -Nru smarty-2.6.26/debian/patches/series smarty-2.6.26/debian/patches/series
--- smarty-2.6.26/debian/patches/series	1970-01-01 09:00:00.0 +0900
+++ smarty-2.6.26/debian/patches/series	2013-03-10 22:31:33.0 +0900
@@ -0,0 +1 @@
+avoid_possible_script_execution_from_2.6.27.patch
diff -Nru smarty-2.6.26/debian/source/format smarty-2.6.26/debian/source/format
--- smarty-2.6.26/debian/source/format	1970-01-01 09:00:00.0 +0900
+++ smarty-2.6.26/debian/source/format	2013-03-10 22:31:20.0 +0900
@@ -0,0 +1 @@
+3.0 (quilt)


Bug#703482: pu: package smarty/2.6.26-1

2013-03-20 Thread Hideki Yamane
On Wed, 20 Mar 2013 19:38:05 +
Adam D. Barratt a...@adam-barratt.org.uk wrote:

 2.6.26-0.2+squeeze1 would be more conventional.

 diff -Nru smarty-2.6.26/debian/source/format 
 smarty-2.6.26/debian/source/format
 --- smarty-2.6.26/debian/source/format  1970-01-01 09:00:00.0 +0900
 +++ smarty-2.6.26/debian/source/format  2013-03-10 22:31:20.0 +0900
 @@ -0,0 +1 @@
 +3.0 (quilt)
 
 Definitely not in a stable update.

 Okay, then as below. I'll upload it today if it's okay.


diff -u smarty-2.6.26/debian/changelog smarty-2.6.26/debian/changelog
--- smarty-2.6.26/debian/changelog
+++ smarty-2.6.26/debian/changelog
@@ -1,3 +1,12 @@
+smarty (2.6.26-0.2+squeeze1) stable-proposed-updates; urgency=high
+
+  * QA upload.
+  * add debian/patches/avoid_possible_script_execution_from_2.6.27.patch
+- CVE-2012-4437: cherry picked from upstream, prevent XSS (Closes: #702710)
+  Thanks to Yoshinari Takaoka mum...@mumumu.org for the report.
+
+ -- Hideki Yamane henr...@debian.org  Mon, 11 Mar 2013 01:18:46 +0900
+
 smarty (2.6.26-0.2) unstable; urgency=low
 
   * QA upload:
diff -u smarty-2.6.26/debian/rules smarty-2.6.26/debian/rules
--- smarty-2.6.26/debian/rules
+++ smarty-2.6.26/debian/rules
@@ -9,6 +9,7 @@
dh_clean
 
 build:
+   patch -p1  
debian/patches/avoid_possible_script_execution_from_2.6.27.patch
 
 install:
dh_testdir
only in patch2:
unchanged:
--- 
smarty-2.6.26.orig/debian/patches/avoid_possible_script_execution_from_2.6.27.patch
+++ 
smarty-2.6.26/debian/patches/avoid_possible_script_execution_from_2.6.27.patch
@@ -0,0 +1,22 @@
+Description: avoid possible XSS
+ As Yoshinari Takaoka mum...@mumumu.org pointed out, upstream puts
+ a (possible) security fix in Smarty 2.6.27.
+ .
+ See upstream commit as 
https://code.google.com/p/smarty-php/source/detail?r=4660
+
+---
+Origin: upstream
+Last-Update: 2013-03-11
+
+--- smarty-2.6.26.orig/libs/Smarty.class.php
 smarty-2.6.26/libs/Smarty.class.php
+@@ -1090,7 +1090,8 @@ class Smarty
+  */
+ function trigger_error($error_msg, $error_type = E_USER_WARNING)
+ {
+-trigger_error(Smarty error: $error_msg, $error_type);
++$msg = htmlentities($error_msg);
++trigger_error(Smarty error: $msg, $error_type);
+ }
+ 
+ 


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130321084524.12f67ddba075eeb21c487...@debian.or.jp



Bug#702394: unblock: ttf-cjk-compact/1.20

2013-03-05 Thread Hideki Yamane
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-CC: ttf-cjk-comp...@packages.debian.org

Hi,

 Please unblock ttf-cjk-compact/1.20 since it improves some glyph lacks
 in Japanese, Korean and Chinese language with graphical installer.

-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130306090240.eb56cd79ba143abc8fe15...@debian.or.jp



Bug#702115: libsocialweb/0.25.20-3.1

2013-03-02 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

 libsocialweb package in testing has a security bug as CVE-2012-4511,
 and I've cherry-picked a patch from upstream as just 1 liner one.

 Please consider to unblock libsocialweb.


libsocialweb.debdiff
Description: Binary data


Re: Iceweasel/Icedove ESR and Whezzy

2013-01-04 Thread Hideki Yamane
Hi,

On Sun, 14 Oct 2012 21:56:02 +0200
Alexander Wirt formo...@formorer.de wrote:
   When you have backports in your sources.list, you don't automatically
   get your upgrades from there. Once you do install one for the first
   time, subsequent upgrades come from backports. But in the case of
   iceweasel, version bumps also require new packages for xulrunner and
   libmozjs, and that prevents automatic upgrades: iceweasel's is kept
   back by apt. Default apt preferences for the iceweasel packages would
   ensure stable users that use backports sources will always get the
   latest.
  
  You may wish to include an /etc/apt/preferences.d/iceweasel [1] file in
  your backported software, but I wonder if that would be a really good
  idea, if that would be enough to achieve your purpose, and if that would
  be safe of unwanted side effects.
 Wrong, not in the backported one. In the stable one. If a package is
 installed from bpo the file isn't needed.

 Do we have any conclusion for this issue?

 - Mozilla upstream will terminate 10.0.x ESR update in 19th Febrary,
   then will switch to 17.0.x.
 - Wheezy seems to be released after above.
 - It means that iceweasel/icedove maintainers should work hard if we'll
   maintain 10.0.x in Wheezy.
 - If we just would encourage users to migrate 17.0.x in backports via 
   release note, it's easy but it will be significant trouble for average
   users, IMHO.
 - Just bump Iceweasel/Icedove up is difficult due to reverse dependency.

 Q: can we provide updated Iceweasel/Icedove in stable-updates channel?


-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130105110602.8b045bb857833a7cd7505...@debian.or.jp



Bug#683714: svn-workbench/1.6.6-2

2012-12-19 Thread Hideki Yamane
Hi,

On Fri, 17 Aug 2012 21:28:23 +0100
Adam D. Barratt a...@adam-barratt.org.uk wrote:
 Do we (you) know how much of
 
  69 files changed, 680 insertions(+), 276 deletions(-)
 
 is actually related to the subversion 1.7 changes?

 almost 650 lines diff.

 Upstream says (http://pysvn.tigris.org/project_downloads.html)
 This release of pysvn has been tested against Subversion 1.7.3 and 1.6.17
 Older releases are available that where built against Subversion 1.4 and 
 Subversion 1.5

 svn-workbench has no reverse dependency packages, it means it doesn't have
 any wrong side effect if it has some any bugs (surely I hope not, and it was
 released 9 months ago, probably it's stable enough).


-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20121220110944.4222bf6746ba397e29363...@debian.or.jp



Bug#695032: unblock: geda-gaf/1.6.2-4.1

2012-12-03 Thread Hideki Yamane
Package: release.debian.org
Severity: wishlist
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-CC: Debian Electronics Team 
pkg-electronics-de...@lists.alioth.debian.org

Hi,

 Please unblock geda-gaf/1.6.2-4.1. It'd fix dependency problem during
 upgrade. debdiff is below.


diff -Nru geda-gaf-1.6.2/debian/changelog geda-gaf-1.6.2/debian/changelog
--- geda-gaf-1.6.2/debian/changelog 2012-10-02 20:07:30.0 +0900
+++ geda-gaf-1.6.2/debian/changelog 2012-11-29 23:20:31.0 +0900
@@ -1,3 +1,13 @@
+geda-gaf (1:1.6.2-4.1) unstable; urgency=low
+
+  * Non-maintainer upload (with maintainer's ACK).
+  * debian/control
+- set Depends: geda-doc from Recommends since its documents (including
+  copyright file) is linked to geda-doc. It fixes geda: copyright file
+  missing after upgrade (policy 12.5)  (Closes: #694015)
+
+ -- Hideki Yamane henr...@debian.org  Sat, 24 Nov 2012 13:13:00 +0900
+
 geda-gaf (1:1.6.2-4) unstable; urgency=low
 
   * Added glib-single-include.patch: Do not include individual glib headers
diff -Nru geda-gaf-1.6.2/debian/control geda-gaf-1.6.2/debian/control
--- geda-gaf-1.6.2/debian/control   2012-10-02 20:07:30.0 +0900
+++ geda-gaf-1.6.2/debian/control   2012-11-29 23:15:42.0 +0900
@@ -12,8 +12,8 @@
 
 Package: geda
 Architecture: all
-Depends: ${misc:Depends}, geda-gschem, geda-gnetlist
-Recommends: geda-gsymcheck, geda-gattrib, geda-doc
+Depends: ${misc:Depends}, geda-gschem, geda-gnetlist, geda-doc
+Recommends: geda-gsymcheck, geda-gattrib
 Suggests: geda-utils, geda-examples, gerbv, pcb
 Description: GPL EDA -- Electronics design software (metapackage)
  The gEDA project has produced and continues working on a full GPL'd suite and


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20121202013424.3ea50be3b7283951c72f7...@debian.or.jp



Bug#695033: unblock: gpsim/0.26.1-2.1

2012-12-03 Thread Hideki Yamane
Package: release.debian.org
Severity: wishlist
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-CC: gp...@packages.debian.org

Hi,

 Please unblock gpsim/0.26.1-2.1. It'd fix dependency problem during
 upgrade. debdiff is below.

diff -Nru gpsim-0.26.1/debian/changelog gpsim-0.26.1/debian/changelog
--- gpsim-0.26.1/debian/changelog   2012-05-27 05:08:50.0 +0900
+++ gpsim-0.26.1/debian/changelog   2012-11-29 23:41:58.0 +0900
@@ -1,3 +1,13 @@
+gpsim (0.26.1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control
+- add {Breaks,Replaces}: gpsim-lcd-graphic, gpsim-lcd to avoid upgrade
+  failure from old environment. Thanks to Andreas Beckmann 
deb...@abeckmann.de
+  (Closes: #693980)
+
+ -- Hideki Yamane henr...@debian.org  Sat, 24 Nov 2012 14:41:31 +0900
+
 gpsim (0.26.1-2) unstable; urgency=low
 
   * applied Ilya Barygin's patch, thanks! Closes: #665542
diff -Nru gpsim-0.26.1/debian/control gpsim-0.26.1/debian/control
--- gpsim-0.26.1/debian/control 2012-05-27 05:08:12.0 +0900
+++ gpsim-0.26.1/debian/control 2012-11-29 23:41:58.0 +0900
@@ -8,6 +8,8 @@
 Package: gpsim
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: gpsim-lcd-graphic, gpsim-lcd
+Replaces: gpsim-lcd-graphic, gpsim-lcd
 Recommends: gputils (= 0.10.0-1)
 Suggests: gpsim-led, gpsim-logic, gpsim-lcd, gpsim-doc
 Description: Simulator for Microchip's PIC microcontrollers


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20121202014027.f2435bdb2e7397644ac0f...@debian.or.jp



Bug#695034: unblock: lxde-metapackages/4+nmu1

2012-12-03 Thread Hideki Yamane
Package: release.debian.org
Severity: wishlist
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-CC: lxde-metapacka...@packages.debian.org

Hi,

 Please unblock lxde-metapackages/4+nmu1. It'd fix dependency problem during
 upgrade. debdiff between testing and unstable is below.


diff -Nru lxde-metapackages-2/debian/changelog 
lxde-metapackages-4+nmu1/debian/changelog
--- lxde-metapackages-2/debian/changelog2012-05-18 17:08:23.0 
+0900
+++ lxde-metapackages-4+nmu1/debian/changelog   2012-11-29 23:56:39.0 
+0900
@@ -1,3 +1,27 @@
+lxde-metapackages (4+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * guarantee proper migration from old enviroment to wheezy
+Thanks to Andreas Beckmann deb...@abeckmann.de for pointing this
+out and patch (Closes: #694061)
+
+ -- Hideki Yamane henr...@debian.org  Sat, 24 Nov 2012 14:11:20 +0900
+
+lxde-metapackages (4) unstable; urgency=low
+
+  * Switching from gdm3 to lightdm.
+
+ -- Daniel Baumann dan...@debian.org  Fri, 10 Aug 2012 22:40:30 +0200
+
+lxde-metapackages (3) unstable; urgency=low
+
+  * Adding galculator to lxde depends (Closes: #659577).
+  * Readding back network-manager-gnome which apparently got lost at
+some point.
+  * Updating GPL blurb in copyright file.
+
+ -- Daniel Baumann dan...@debian.org  Sat, 07 Jul 2012 19:23:15 +0200
+
 lxde-metapackages (2) unstable; urgency=low
 
   [ Andrew Lee (李健秋) ]
diff -Nru lxde-metapackages-2/debian/control 
lxde-metapackages-4+nmu1/debian/control
--- lxde-metapackages-2/debian/control  2012-05-11 14:14:34.0 +0900
+++ lxde-metapackages-4+nmu1/debian/control 2012-08-11 05:40:21.0 
+0900
@@ -31,12 +31,12 @@
 Package: lxde
 Architecture: all
 Depends:
- ${misc:Depends}, gpicview, leafpad, lxappearance,
+ ${misc:Depends}, galculator, gpicview, leafpad, lxappearance,
  lxde-core, lxde-icon-theme, lxinput,
  lxrandr, lxsession-edit, lxshortcut, lxterminal, obconf, xarchiver
 Recommends:
- iceweasel | www-browser, gdm3 | x-display-manager, lxmusic, menu-xdg,
- lxpolkit, xserver-xorg
+ iceweasel | www-browser, lightdm | x-display-manager, lxmusic, menu-xdg,
+ network-manager-gnome, lxpolkit, xserver-xorg
 Suggests: lxlauncher, lxtask
 Description: LXDE metapackage
  LXDE (the Lightweight X11 Desktop Environment) is a project aimed
diff -Nru lxde-metapackages-2/debian/copyright 
lxde-metapackages-4+nmu1/debian/copyright
--- lxde-metapackages-2/debian/copyright2012-04-28 19:05:22.0 
+0900
+++ lxde-metapackages-4+nmu1/debian/copyright   2012-08-11 05:40:21.0 
+0900
@@ -8,10 +8,10 @@
 License: GPL-2+
 
 License: GPL-2+
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 2 of the License, or
+ (at your option) any later version.
  .
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -19,8 +19,7 @@
  GNU General Public License for more details.
  .
  You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ along with this program. If not, see http://www.gnu.org/licenses/.
  .
  The complete text of the GNU General Public License
  can be found in /usr/share/common-licenses/GPL-2 file.
diff -Nru lxde-metapackages-2/debian/preinst 
lxde-metapackages-4+nmu1/debian/preinst
--- lxde-metapackages-2/debian/preinst  1970-01-01 09:00:00.0 +0900
+++ lxde-metapackages-4+nmu1/debian/preinst 2012-11-29 23:52:39.0 
+0900
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -e
+
+ test ! -L /usr/share/doc/lxde || rm /usr/share/doc/lxde
+
+#DEBHELPER#
+


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20121202015007.7fa2586870b1b8787fbfc...@debian.or.jp



Bug#690283: some packages testing migration link is missing (no contrib package?)

2012-10-16 Thread Hideki Yamane
On Fri, 12 Oct 2012 05:53:53 +0100
Adam D. Barratt a...@adam-barratt.org.uk wrote:
 Merging with the existing report.

 Thanks. 

 It's due to the fact that your package is in contrib, whereas the
 testing.pl script only considers packages in main.

 Well, is there any plan to implement it for contrib?


-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20121016204435.726aa22c174c0e94b05fd...@debian.or.jp



Bug#688080: unblock: tomoyo-tools/2.5.0-2012-0414-10

2012-10-16 Thread Hideki Yamane
On Fri, 12 Oct 2012 23:45:14 +0100
Adam D. Barratt a...@adam-barratt.org.uk wrote:
  +To enable Tomoyo as the MAC security, please specify parameter to
  the kernel.
  +By default, it will be done by package.
 
 That doesn't appear to be accurate, given:
 
  +Template: tomoyo-tools/grub
  +Type: boolean
  +Default: false
  +_Description: Enable TOMOYO Linux at boot time?

 Well, users just answer yes with debconf, I mean.

 Users should check package's README.Debian and modify /etc/default/grub
 and run update-grub by hand if it's not introduced this change. 
 For better user friendly package, I want it put to Wheezy.
 
-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20121017050334.18c12798cf73950bf507f...@debian.or.jp



Iceweasel/Icedove ESR and Whezzy

2012-10-12 Thread Hideki Yamane
Hi,

 Thank you for maintaining Iceweasel/Icedove.

 Now I have a question about its release/update schedule.
 As http://www.mozilla.org/en-US/firefox/organizations/faq/ says, they'll
 terminate Firefox 10.0.x ESR and move forward to 17.0.x. And its date
 seems to be around Wheezy release. It means Iceweasel/Icedove will be
 EOL before/after soon Wheezy release.

 Will Iceweasel/Icedove be upgrade to 17.0.x after 10.0.x EOL?


-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20121013071308.2404ce6a7a4ed2aead3e3...@debian.or.jp



Bug#690283: some packages testing migration link is missing (no contrib package?)

2012-10-11 Thread Hideki Yamane
Package: release.debian.org
Severity: normal

Hi,

 http://packages.qa.debian.org/r/ruby-pgplot.html says problems
 The package has not yet entered testing even though the 10-day delay is over. 
Check why.

 However, link to 
http://release.debian.org/migration/testing.pl?package=ruby-pgplot
 is missing. Not Found The requested URL 
/migration/testing.pl?package=ruby-pgplot was not found on this server.

 It seems to be not checked with contrib package but I cannot find such
 limitation note for it, and it helps to check contrib (maybe non-free)
 package migration to testing.
 

-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20121012104128.bf6000525277daf0d560e...@debian.or.jp



Bug#688996: unblock: chasen/2.4.5-6

2012-09-27 Thread Hideki Yamane
Package: release.debian.org
Severity: wishlist
User: release.debian@packages.debian.org
Usertags: unblock

Hi,

 Please unblock chasen/2.4.5-6. It'd fix half-broken dependency.
 debdiff (exclude changelog) is below.

diff -Nru chasen-2.4.5/debian/control chasen-2.4.5/debian/control
--- chasen-2.4.5/debian/control 2012-06-27 16:16:09.0 +0900
+++ chasen-2.4.5/debian/control 2012-09-28 10:39:25.0 +0900
@@ -30,7 +30,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libchasen0, libchasen0c2
 Replaces: libchasen0, libchasen0c2
-Recommends: naist-jdic-utf8 | naist-jdic | ipadic | chasen-cannadic
+Recommends: naist-jdic-utf8 | naist-jdic | ipadic 
 Description: Japanese Morphological Analysis System (shared libraries)
  ChaSen is a morphological analysis system. It can segment and
  tokenize Japanese text string, and can output with many additional
@@ -40,7 +40,7 @@
 
 Package: chasen
 Architecture: any
-Depends: ${shlibs:Depends}, naist-jdic-utf8 (= 1:0.4.3-3) | naist-jdic (= 
1:0.4.3-3) | ipadic (= 2.6.3) | chasen-cannadic, ${misc:Depends}
+Depends: ${shlibs:Depends}, naist-jdic-utf8 (= 1:0.4.3-3) | naist-jdic (= 
1:0.4.3-3) | ipadic (= 2.6.3), ${misc:Depends}
 Description: Japanese Morphological Analysis System
  ChaSen is a morphological analysis system. It can segment and
  tokenize Japanese text string, and can output with many additional


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120928105906.ea294a3a4bdd7e88239c0...@debian.or.jp



Bug#688080: unblock: tomoyo-tools/2.5.0-2012-0414-10

2012-09-18 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Hi,

 Please unblock tomoyo-tools package since it helps users with introduce
 debconf, no manual configuration would be needed.

 debdiff is attached below, most of lines are changelog, po files and
 rename {pre,post}{inst,rm} files. Except it, 100-200 lines in maintainer
 script.



diff -Nru tomoyo-tools-2.5.0-20120414/debian/README.Debian 
tomoyo-tools-2.5.0-20120414/debian/README.Debian
--- tomoyo-tools-2.5.0-20120414/debian/README.Debian2012-05-26 
06:21:49.0 +0900
+++ tomoyo-tools-2.5.0-20120414/debian/README.Debian2012-06-03 
14:22:54.0 +0900
@@ -1,6 +1,11 @@
-Kernel Support
+Kernel parameter 
 ---
 
-To enable Tomoyo as the MAC security, please add security=tomoyo
-on the kernel command line. By default, you should specify it in 
-/etc/default/grub file as GRUB_CMDLINE_LINUX and execute update-grub
+To enable Tomoyo as the MAC security, please specify parameter to the kernel.
+By default, it will be done by package.
+.
+If you should specify it by hand, in /etc/default/grub file as 
+GRUB_CMDLINE_LINUX=security=tomoyo and execute update-grub
+
+ -- Hideki Yamane henr...@debian.org  Sat, 02 Jun 2012 12:59:34 +0900
+
diff -Nru tomoyo-tools-2.5.0-20120414/debian/changelog 
tomoyo-tools-2.5.0-20120414/debian/changelog
--- tomoyo-tools-2.5.0-20120414/debian/changelog2012-05-28 
08:25:05.0 +0900
+++ tomoyo-tools-2.5.0-20120414/debian/changelog2012-08-06 
10:59:11.0 +0900
@@ -1,3 +1,52 @@
+tomoyo-tools (2.5.0-20120414-4) unstable; urgency=low
+
+  [ Christian Perrier ]
+  * Debconf templates and debian/control reviewed by the debian-l10n-
+english team as part of the Smith review project. Closes: #680088
+
+  [Debconf translation updates]
+  * Slovak (Ivan Masár).  Closes: #681956
+  * Russian (Yuri Kozlov).  Closes: #682131
+  * Polish (Michał Kułach).  Closes: #682324
+  * Portuguese (Pedro Ribeiro).  Closes: #682377
+  * Danish (Joe Hansen).  Closes: #682387
+  * German (Chris Leick).  Closes: #682484
+  * French (Julien Patriarca).  Closes: #682498
+  * Spanish; (# traductor (campo Last-Translator) y ponga en copia a la
+lista de Javier Fernández-Sanguino).  Closes: #682559
+  * Swedish (Martin Bagge / brother).  Closes: #682565
+  * Czech (Miroslav Kure).  Closes: #682690
+  * Italian (Beatrice Torracca).  Closes: #682988
+
+  [ Hideki Yamane ]
+  * upload to unstable.
+
+ -- Hideki Yamane henr...@debian.org  Mon, 06 Aug 2012 10:58:37 +0900
+
+tomoyo-tools (2.5.0-20120414-3) unstable; urgency=low
+
+  * debian/rules
+- add override_dh_install to exclude files
+- exec debconf-updatepo in override_dh_clean
+  * debian/tomoyo-tools.{pre,post}{inst,rm}
+- add stat.conf to CONFFILE
+- rename to tomoyo-tools.* 
+  * With this release, you can enable tomoyo automatically with debconf.
+It set /etc/default/grub and exec update-grub.
+- debian/tomoyo-tools.post{inst,rm}
+  + add some line for debconf
+- debian/tomoyo-tools.{templates,config}
+  + add it to enable debconf
+- debian/control
+  + add Build-Depends: po-debconf and Pre-Depends: debconf
+- debian/README.Debian
+  + update it 
+  * debian/{tomoyo-tools,libtomoyotools3}.lintian-overrides
+- add it to override no-upstream-changelog warning, upstream changelog
+  is provided as README.tomoyo file
+
+ -- Hideki Yamane henr...@debian.org  Fri, 15 Jun 2012 09:08:23 +0900
+
 tomoyo-tools (2.5.0-20120414-2) unstable; urgency=low
 
   * debian/control
@@ -47,6 +96,7 @@
 tomoyo-tools (2.4.0-20111025-1) experimental; urgency=low
 
   * New upstream release (Closes: #651267)
+- deal with /run transition (Closes: #644328)  
   * debian/patches
 - drop ld--as-needed.patch as merged to upstream
   * debian/control,libtomoyotools2.{symbols,install}
diff -Nru tomoyo-tools-2.5.0-20120414/debian/control 
tomoyo-tools-2.5.0-20120414/debian/control
--- tomoyo-tools-2.5.0-20120414/debian/control  2012-05-28 08:17:40.0 
+0900
+++ tomoyo-tools-2.5.0-20120414/debian/control  2012-07-04 09:44:24.0 
+0900
@@ -3,24 +3,26 @@
 Priority: extra
 Maintainer: Hideki Yamane henr...@debian.org
 Homepage: http://tomoyo.sourceforge.jp/
-Build-Depends: debhelper (= 9), libncurses5-dev, libreadline-dev
+Build-Depends: debhelper (= 9), libncurses5-dev, libreadline-dev, po-debconf
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/collab-maint/tomoyo-tools.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/tomoyo-tools.git
 
 Package: tomoyo-tools
 Architecture: linux-any
+Pre-Depends: debconf
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: tomoyo-ccstools, tomoyo-ccstools1.7
 Replaces: tomoyo-ccstools, tomoyo-ccstools1.7
-Description: Lightweight and easy-use Mandatory Access Control for Linux
- TOMOYO Linux is Lightweight and Usable Mandatory Access Control with
-  - automatic policy configuring

Re: Your mysql-mm stable upload

2012-09-14 Thread Hideki Yamane
Hi,

On Fri, 14 Sep 2012 06:26:21 +0100
Adam D. Barratt a...@adam-barratt.org.uk wrote:
 I noticed that you've uploaded a mysql-mm package to the stable NEW
 queue.  However both the version and changelog for the update suggest it
 was intended for the backports.d.o archive and there doesn't appear to
 have been any discussion regarding the upload on debian-release; please
 could you confirm what the intention was?

 Well, just I intended to ask after upload to stable-proposed-updates,
 and I misunderstood it's okay.

 My intention is
  - fix RC (lack for depends) in stable as well as testing/unstable
  - didn't know appropriate version number for s-p-u, so use bpo option


-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120914154404.f238b07668b238dd7c0be...@debian.org



Re: Your mysql-mm stable upload

2012-09-14 Thread Hideki Yamane
On Fri, 14 Sep 2012 08:42:11 +0100
Adam D. Barratt a...@adam-barratt.org.uk wrote:
 The upload is intended to be discussed beforehand, at which point we 
 could have advised you on the correct version number scheme.  All of 
 these issues are covered in the Developers Reference - 
 http://www.debian.org/doc/manuals/developers-reference/pkgs.html#upload-stable
  
 - and past mails to d-d-a; maybe it's time for another one. :-(

 It's shameful (because I've translated it to Japanese X-D


 In any case, proposed-updates is not backports, so the current upload 
 is definitely incorrect.  The patch itself looks okay though.  I'll get 
 the current package rejected so that a corrected upload can be made.  
 Once you receive confirmation from dak that it's been rejected, please 
 feel free to re-upload using version number 2.2.1-1.1+squeeze1 and 
 without mentioning backports in the changelog. :-)

 Okay, I'll do it as your advice.


 It would be appreciated if you could follow the procedures described 
 above for any future uploads.

 I should remember that. Yes, promise.


-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120914170650.ab1707bb8f38e1765...@debian.org



Bug#687341: unblock: icedove-l10n/1:10.0.6-1

2012-09-11 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Hi release managers,

 Please unblock icedove-l10n as also as Bug#685600 icedove/10.0.6-2.
 It is needs for non-English users.


-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120912064546.913b4e9d260456d269d9e...@debian.or.jp



Bug#686001: unblock: cmigemo/20110227-7

2012-08-27 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Hi release managers,

 I'll request you to unblock cmigemo package, version 20110227-7.
 It'll fix http://bugs.debian.org/681321 annoyed bug as bug reporter 
 said

 2. This package won't work until users write a caller in their
.emacs file.
In my opinion, those who install this know what this is
explicitly, and want to work well without nothing to do more.


 It will help users without modifying their settings.
 debdiff is below, please allow this unblock request, thanks.


diff -Nru cmigemo-20110227/debian/changelog cmigemo-20110227/debian/changelog
--- cmigemo-20110227/debian/changelog   2012-07-03 00:47:35.0 +0900
+++ cmigemo-20110227/debian/changelog   2012-07-13 19:01:16.0 +0900
@@ -1,3 +1,10 @@
+cmigemo (20110227-7) unstable; urgency=low
+
+  * Fix migemo-coding-system, add default load setting 
+- Thanks to Kenshi Muto. (Closes: #681321)
+
+ -- Youhei SASAKI uwab...@gfd-dennou.org  Fri, 13 Jul 2012 19:00:00 +0900
+
 cmigemo (20110227-6) unstable; urgency=low
 
   * Fix upgrade/transition from 'migemo'. 
diff -Nru cmigemo-20110227/debian/contrib/migemo.el 
cmigemo-20110227/debian/contrib/migemo.el
--- cmigemo-20110227/debian/contrib/migemo.el   2012-06-17 02:05:35.0 
+0900
+++ cmigemo-20110227/debian/contrib/migemo.el   2012-07-13 18:37:38.0 
+0900
@@ -105,10 +105,9 @@
   (if (featurep 'mule)
   (if (string-match XEmacs emacs-version)
   (cond
-   ((memq 'euc-japan-unix (coding-system-list)) 'euc-japan-unix)
-   ((memq 'euc-jp-unix (coding-system-list)) 'euc-jp-unix))
-'euc-japan-unix))
-(and (boundp 'MULE) *euc-japan*unix))
+   ((memq 'utf-8-unix (coding-system-list)) 'utf-8-unix))
+'utf-8-unix))
+(and (boundp 'MULE) *utf-8*unix))
   *Default coding system for migemo.el
   :group 'migemo
   :type 'coding-system)
diff -Nru cmigemo-20110227/debian/migemo-el.emacsen-startup 
cmigemo-20110227/debian/migemo-el.emacsen-startup
--- cmigemo-20110227/debian/migemo-el.emacsen-startup   2012-07-02 
22:11:27.0 +0900
+++ cmigemo-20110227/debian/migemo-el.emacsen-startup   2012-07-13 
18:58:22.0 +0900
@@ -13,5 +13,16 @@
 ;; We have to add this to the load-path:
 (setq load-path (cons (concat /usr/share/
   (symbol-name flavor)
- /site-lisp/migemo-el) load-path))
+  /site-lisp/migemo-el) load-path))
+;; C/Migemo settings
+(setq migemo-command /usr/bin/cmigemo)
+(setq migemo-options '(-q --emacs -i \g))
+(setq migemo-dictionary /usr/share/cmigemo/utf-8/migemo-dict)
+(setq migemo-user-dictionary nil)
+(setq migemo-regex-dictionary nil)
+(setq migemo-coding-system 'utf-8-unix)
+(load-library migemo)
+(migemo-init)
+
+


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120827230218.7bf4a9dd09f543c356dbb...@debian.or.jp



Re: Pre-approval request for t-p-u NMU upload of pleiades

2012-08-20 Thread Hideki Yamane
Hi,

On Sun, 19 Aug 2012 18:37:18 +0200
Christian PERRIER bubu...@debian.org wrote:

 Thanks, bubulle, and sorry for no reply for you...

 This mail has to goals:
 - get a release team approval about this possible upload to t-p-u
 - give Yamane-san a last chance to react to all this..:-)

 Then, should I make pleiades package for t-p-u?
 (of course, send debdiff to list before uploading...)

-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120821004235.ac024a5bbb918964a5c38...@debian.or.jp



Bug#683794: unblock: pysvn/1.7.6-0.3

2012-08-03 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Hi,

 Please unblock pysvn package. Update pysvn is needed to unblock subversion1.7
 - it's already acked by Julien
   see https://lists.debian.org/debian-release/2012/07/msg01153.html



 Related packages' status
 - svn-workbench works, needs unblock
 - rabbitvcs works, needs unblock (it's in experimental now)
 - svn-load works
 - w3af probably works, but it is not updated.
   If there is any problems with updated pysvn, I'll suggest remove w3af
   from testing.


-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120804075404.e61e926c4d70ff471de02...@debian.or.jp



Re: w3af (Re: pysvn: RC fix #678559 as new upstream release)

2012-08-01 Thread Hideki Yamane
Hi,

On Sat, 28 Jul 2012 11:03:38 +0200
Julien Cristau jcris...@debian.org wrote:

 Adding the w3af maintainer to recipients.

 Thanks.
 Today, I've put pysvn and svn-workbench to unstable. I'll stay it for
 1 or 2 weeks.



  ---
  choices for w3af)
  ---
  
   1. Not touch w3af
  - easiest way
  - needs simple patch to work with python2.6, at least
(Debian doesn't have python2.5 anymore, and its source says it 
supports 2.6, not 2.7)
  - outdated version (2 years ago), maybe not useful for users
   2. Just remove w3af from testing
  - easy
  - no reverse dependency
  - users cannot use w3af since Wheezy

 I prefer 1, and we can upgrade it via pinning or backports.


   3. update w3af

 With my investigation, it needs more python module which isn't in Debian.
 It's late, so forget this choice.


-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120802143219.65bf3da7c0be30e7793ff...@debian.or.jp



w3af (Re: pysvn: RC fix #678559 as new upstream release)

2012-07-27 Thread Hideki Yamane
Hi,

   Have you tested the reverse dependencies with the new
  version (seems to be svn-workbench, svn-load,   , ibid,

 There's no reply from w3af maintainer so I've investigated it and 
 there is not a problem with updating pysvn. w3af uses pysvn for update 
 only, and its feature shouldn't work in Debian.

 w3af needs pysvn to use auto-update feature, and it is not suitable for
 Debian package binary. Debian w3af packages are installed into system 
 wide, not user's directory. So, if unprivilledged user would execute 
 update, w3af files would not be overwritten.


 However, I've found this package needs to be patched, and also it's not
 up-to-date upstream stable version (1.1) in testing/unstable 
(=1.0-rc3svn3489-1)
 (even experimental=1.0.0-1). Outdated program is not good for users (and
 also maintainer/security team), but there are 250 w3af users (by popcon), 
 just removing package is not good for them.

---
choices for w3af)
---

 1. Not touch w3af
- easiest way
- needs simple patch to work with python2.6, at least
  (Debian doesn't have python2.5 anymore, and its source says it 
  supports 2.6, not 2.7)
- outdated version (2 years ago), maybe not useful for users
 2. Just remove w3af from testing
- easy
- no reverse dependency
- users cannot use w3af since Wheezy
 3. update w3af
- violate basic freeze rule
  (however, upstream 1.1 was released before freeze, 2011-11-10)
- need some work to update (I'll try)
- need some check if it works

 Any comments?

-- 
Hideki Yamane henr...@debian.or.jp


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120728095550.ab97ba1d8b906dd8912c8...@debian.or.jp



Re: [Call for Test] Please test your package with python-svn/experimental (version 1.7.6-0.1)

2012-07-23 Thread Hideki Yamane
Hi Arthur,

On Sat, 21 Jul 2012 11:27:06 +0200
Arthur de Jong adej...@debian.org wrote:
 Thanks. I've had a look at rabbitvcs and while it works with python-svn
 1.7.6-0.1 there is a problem with the fact that subversion 1.7 no longer
 ships a .svn directory in every subdirectory of a working copy.

 True.

 This has also been reported upstream and fixed in their repository. I've
 created a patch in the Python Applications Packaging Team svn
 repository:
   http://anonscm.debian.org/viewvc/python-apps/?view=revisionrevision=8963
 
 I've confirmed that this patches fixes the problems in the nautilus
 plugin and had a quick look at the other components and haven't found a
 problem.

 That's good, thanks :)


 Any preference as to whether I upload to unstable or experimental (there
 is no dependency on the newer pysvn)?

 First, please upload to experimental and ask users (probably include you :)
 to test with pysvn 1.7.5 in unstable. If there is no breakage, then upload
 to unstable.


-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120723210717.03daca54e5dc8ead7b097...@debian.or.jp



Re: pysvn: RC fix #678559 as new upstream release

2012-07-18 Thread Hideki Yamane
Hi,

On Wed, 18 Jul 2012 20:57:39 +0200
Julien Cristau jcris...@debian.org wrote:
 OK, ignoring the tests and pycxx changes the diff looks relatively
 reasonable.

 Thanks to check, it's really help.


  Have you tested the reverse dependencies with the new
 version (seems to be svn-workbench, svn-load, , ibid,
 w3af-console)?

 Not yet, honestly. 

 So, I should ask others to help this migration with upgraded pysvn
 by putting it to experimental once, then post call for check for
 their package. After that, I'll put pysvn to unstable and post unblock
 request to BTS.


-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120719041443.ba550f343f551fd9500a7...@debian.or.jp



[Call for Test] Please test your package with python-svn/experimental (version 1.7.6-0.1)

2012-07-18 Thread Hideki Yamane
Hi maintainers,

 I've put pysvn 1.7.6 package to experimental, it is necessary update to put
 Subversion1.7 to Wheezy. Your package seems to have a dependency for this 
 python-svn package, so please check it with python-svn_1.7.6-0.1 in 
experimental.

 If you have any question, please ask me.
 Thanks!


-- 
Regards,

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


pgpBPy9n0BGaS.pgp
Description: PGP signature


Freeze exeception request for anthy/9100h-16

2012-07-15 Thread Hideki Yamane
Hi,

 I want to ask you to put anthy/9100h-16 into testing.

 Because, it'll fix a regression I've introduced in 9100h-4 (Bug#451283),
 one file should be installed but wasn't. This fix will make input names 
 in Japanese easier with Anthy. I believe it wouldn't harm for anything.

 If it is okay, I'll file this as a bug for freeze exception.
 Here's a debdiff for that, just 1 line added. 

diff -Nru anthy-9100h/debian/anthy-common.install 
anthy-9100h/debian/anthy-common.install
--- anthy-9100h/debian/anthy-common.install 2012-06-24 22:53:01.0 
-0600
+++ anthy-9100h/debian/anthy-common.install 2012-07-05 02:09:01.0 
-0600
@@ -1,5 +1,6 @@
 etc/anthy/anthy-confetc/anthy/
 alt-cannadic/*.ctd  usr/share/anthy/dic/
+alt-cannadic/g_fname.t  usr/share/anthy/dic/
 mkworddic/*.t   usr/share/anthy/dic/
 depgraph/*.depword  usr/share/anthy/depgraph/
 depgraph/conjugate.tableusr/share/anthy/depgraph/
diff -Nru anthy-9100h/debian/changelog anthy-9100h/debian/changelog
--- anthy-9100h/debian/changelog2012-06-26 03:06:47.0 -0600
+++ anthy-9100h/debian/changelog2012-07-05 01:59:58.0 -0600
@@ -1,3 +1,10 @@
+anthy (9100h-16) unstable; urgency=low
+
+  * debian/anthy-common.install
+- add missing g_fname.t  
+
+ -- Hideki Yamane henr...@debian.org  Thu, 05 Jul 2012 16:59:52 +0900
+
 anthy (9100h-15) unstable; urgency=low
 
   * debian/anthy.postinst


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120715052531.5a2e02f0c796d05531f1f...@debian.or.jp



grass compatibility

2011-01-12 Thread Hideki Yamane
On Tue, 11 Jan 2011 12:08:43 +0100
Julien Cristau jcris...@debian.org wrote:
  found 603986 1.4.0+12730-3.1
  thanks
  
  Argh
  
  it breaks grass compatibility, please don't hint for testing, I'll
  follow with a proper upload soon.
  
 The difference between -3.1 and -4 is in debian/changelog and whitespace
 in debian/rules.  Nothing else, as far as I can tell?

 Should we back to Depends: grass640-6?


-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110113000335.36d74808.henr...@debian.or.jp



Bug#608320: unblock: wiliki/0.5.3-1.1

2010-12-31 Thread Hideki Yamane
Hi,

 It's suitable for release or not, I'll follow your decision, Adam.
 I just tried to squash RC bug to help releasing Squeeze.


On Thu, 30 Dec 2010 13:25:55 -
Adam D. Barratt a...@adam-barratt.org.uk wrote:
 Despite apparent active upstream development (the last release was a
 little over two weeks ago) the Debian package has, prior to your NMU, seen
 one upload since the release of Sarge, and none at all since well before
 the Etch release. It also has a very low popcon count and bugs -
 admittedly not many, but even so - with trivial patches open for several
 years with no maintainer comment.

 Well, however, I guess this RC and NMU would revitalize maintainer's activity.
 He says that he will put new upstream release into repository, then surely 
look 
 bugs.

 Yaegashi-san, could you check bugs filed in BTS? They need _your_ help.
 (and it means that you should give more love to your package :)
 If you would be busy, please ask help for that. I'm not familiar with gauche,
 but I can help with packaging issue, at least. 


-- 
Regards,

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



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101231230427.2643cf4e.henr...@debian.or.jp



Bug#608320: unblock: wiliki/0.5.3-1.1

2010-12-29 Thread Hideki Yamane
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

 Please unblock wiliki package, debdiff is here.


diff -u wiliki-0.5.3/debian/control wiliki-0.5.3/debian/control
--- wiliki-0.5.3/debian/control
+++ wiliki-0.5.3/debian/control
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: YAEGASHI Takeshi yaega...@debian.org
-Build-Depends-Indep: debhelper ( 3.0.0), gauche, autoconf
+Build-Depends-Indep: debhelper ( 3.0.0), gauche-dev, autoconf
 Standards-Version: 3.6.2.1
 
 Package: wiliki
diff -u wiliki-0.5.3/debian/changelog wiliki-0.5.3/debian/changelog
--- wiliki-0.5.3/debian/changelog
+++ wiliki-0.5.3/debian/changelog
@@ -1,3 +1,12 @@
+wiliki (0.5.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control
+- set Build-Depends: gauche-dev, not gauche to fix configure works 
+ (Closes: #608210) 
+
+ -- Hideki Yamane henr...@debian.org  Thu, 30 Dec 2010 00:10:12 +0900
+
 wiliki (0.5.3-1) unstable; urgency=low
 
   * New upstream release.



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101230063544.bd3917b6.henr...@debian.or.jp



Bug#607521: unblock: latex209-bin/25.mar.1992-12.3

2010-12-19 Thread Hideki Yamane
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: unblock

Hi,

 Please unblock latex209-bin/25.mar.1992-12.3, it fixes installation
 failure (#606786).

-- 
Regards,

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



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101219214212.d39e49e3.henr...@debian.or.jp



propose to remove twitux package from testing (was twitux: lack of OAuth support)

2010-08-06 Thread Hideki Yamane
Hi,

On Sat, 17 Jul 2010 07:56:01 +0900
Hideki Yamane henr...@debian.or.jp wrote:
 package: twitux
 version: 0.69-4
 severity: grave
 
  This package is twitter client, but it seems to lack OAuth support.
  Twitter will drop Authentication method like Basic Auth other than OAuth,
  so this should support OAuth until 16th August (it means twitux would be 
  completely unusable after that day).
 
  And I suggest once to remove it from tesing.

 Since I reported this 3 weeks ago, there is no progress and upstream 
 seems to be dead, see http://twitux.svn.sourceforge.net/viewvc/twitux/
 So, I'll propose twitux package from testing once.

 Thanks.

-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100806111851.1b8f9a06.henr...@debian.or.jp



Re: Bug#589360: propose to remove twitux package from testing (was twitux: lack of OAuth support)

2010-08-06 Thread Hideki Yamane
On Fri, 6 Aug 2010 12:51:47 -0400
Julien Cristau jcris...@debian.org wrote:
Since I reported this 3 weeks ago, there is no progress and upstream 
seems to be dead, see http://twitux.svn.sourceforge.net/viewvc/twitux/
So, I'll propose twitux package from testing once.
  
  I agree with your assesment, please go ahead.
  
 hint added.

 Thanks for all who cares about this.

-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100806140443.c2c903f2.henr...@debian.or.jp



Re: Bug#588523: smuxi-engine-twitter: lack of OAuth support

2010-07-12 Thread Hideki Yamane
Hi,

 Mirco, thank for your reply.

On Sat, 10 Jul 2010 12:41:10 +0200
Mirco Bauer mee...@debian.org wrote:
 I can confirm the oauth deadline issue with twitter. I don't see a
 simple way though to get smuxi-engine-twitter removed without removing
 the complete source package (smuxi) which provides the main and intact
 functionality of Smuxi.
 
 Smuxi 0.8 will support oauth, but the release date of that is uncertain.

 Unfortunately, Smuxi that supports OAuth would not get into Squeeze,
 so I suggest to remove smuxi-engine-twitter package from testing, once.


-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100712234838.d7bc7f36.henr...@debian.or.jp



Re: python-twitter package should be removed from testing (Re: all twitter client should support OAuth before they will drop Basic Auth in August

2010-07-01 Thread Hideki Yamane
On Wed, 30 Jun 2010 18:08:02 +0200
Josselin Mouette j...@debian.org wrote:
   Okay, I propose once python-twitter package should be removed from testing.
   If we're lucky :), it'll be in squeeze, again.
 
 You should probably file a RC bug so that it doesn’t migrate again
 without being fixed first.

 Thanks Joss, filed as Bug#587749


-- 
Regards,

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


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100701204055.8c31c7c2.henr...@debian.or.jp



python-twitter package should be removed from testing (Re: all twitter client should support OAuth before they will drop Basic Auth in August

2010-06-30 Thread Hideki Yamane
Hi,

On Tue, 29 Jun 2010 22:47:45 -0300
Mauro Lizaur deb...@cacavoladora.org wrote:
 Python-twitter doesn't seem to be on shape to be released, since the last 
 commit is 
 from 06/13 and there isn't a single line regarding oauth.
 Also the author from oauth-python-twitter (which can be integrated in some 
 way with
 p-twitter) last commit was in November (last year) and the project has a 
 couple of 
 open bugs (with some patches waiting for approval).
 
 So unless there's a marathonic session to close bugs and update both projects 
 to 
 make this oauth thing work just fine, I agree on dropping it from the release.

 Okay, I propose once python-twitter package should be removed from testing.
 If we're lucky :), it'll be in squeeze, again.

-- 
Regards,

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


pgpmSpyLEeIgs.pgp
Description: PGP signature


Re: about Debian Testing Watch (Re: [Pkg-fonts-devel] ttf-vlgothic 20090710-1 MIGRATED to testing)

2009-07-31 Thread Hideki Yamane
Hi,

On Mon, 27 Jul 2009 13:51:40 +0200
Luk Claes l...@debian.org wrote:
 Unfortunately the job does not look at what was the previous situation, 

 Do you have any plan to change this?
 Surely if it is difficult or heavy job, stay it away.


-- 
Regards,

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


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



about Debian Testing Watch (Re: [Pkg-fonts-devel] ttf-vlgothic 20090710-1 MIGRATED to testing)

2009-07-26 Thread Hideki Yamane
Hi,

 I saw _same_ mail 3 times. What happen to testing watch job?

On Sun, 26 Jul 2009 16:39:16 +
Debian testing watch nore...@release.debian.org wrote:

 FYI: The status of the ttf-vlgothic source package
 in Debian's testing distribution has changed.
 
   Previous version: 20090612-3
   Current version:  20090710-1
 
 -- 
 This email is automatically generated once a day.  As the installation of
 new packages into testing happens multiple times a day you will receive
 later changes on the next day.
 See http://release.debian.org/testing-watch/ for more information.
 
 ___
 Pkg-fonts-devel mailing list
 pkg-fonts-de...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-fonts-devel


-- 
Regards,

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


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



Re: jd uploaded to s-p-u, please accept (was Re: JD package for Lenny point release)

2009-05-16 Thread Hideki Yamane
Hi Holger,

 Thanks to check and your comment.

On Sat, 9 May 2009 18:01:46 +0200
Holger Levsen hol...@layer-acht.org wrote:
 It's better and I've uploaded it now. But please,
 
 a.) you bumped Standards-Version in debian/control, without mentioning in 
 debian/changelog, and really you shouldn't have bumped the version in the 
 first place (I've set it back to 3.8.0)

 b.) you left the distribution in changelog at unstable, it has to 
 be stable-proposed-updates for uploads targeted at lenny.

 OKay, I'll care about that next time.
 
 c.) I only noticed this after building the package. Then I learned that jd 
 fails to build twice in a row. Please check in unstable that this isn't the 
 case and if so, please fix that.

 Um? I've never got such build failure (and I always use pbuilder as well).
 Please tell me what you got at build.
 
 


-- 
Regards,

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


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



Re: JD package for Lenny point release

2009-04-29 Thread Hideki Yamane
Hi RM,

On Sat, 25 Apr 2009 14:29:23 +0200
Philipp Kern pk...@debian.org wrote:
  $ debdiff jd_2.0.0-080722-2.dsc jd_2.0.0-080722-2+lenny1.dsc|diffstat
   debian/patches/post-cookie.dpatch | 2696 
  ++
   jd-2.0.0-080722/debian/changelog  |7 
   jd-2.0.0-080722/debian/control|2 
   jd-2.0.0-080722/debian/patches/00list |1 
   4 files changed, 2705 insertions(+), 1 deletion(-)
  
  SRMs, would that be ok for 5.0.2? If not, I'd suggest removal from stable.

henr...@babytalk:~/src/2ch-browser/jd$  debdiff jd_2.0.0-080722-2.dsc 
jd_2.0.0-080722-2+lenny1.dsc |diffstat
 debian/patches/post-cookie.dpatch |  379 ++
 jd-2.0.0-080722/debian/changelog  |7 
 jd-2.0.0-080722/debian/control|2 
 jd-2.0.0-080722/debian/patches/00list |1 
 4 files changed, 388 insertions(+), 1 deletion(-)

 How about this one?

-- 
Regards,

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


jd.diff.gz
Description: Binary data


pgptpqeoGH6Cx.pgp
Description: PGP signature


Re: JD package for Lenny point release

2009-04-25 Thread Hideki Yamane
Hi,

On Sat, 25 Apr 2009 14:33:40 +0200
Philipp Kern pk...@debian.org wrote:
 I am afraid that there are differences in handling packages which have 23000
 users reporting to popcon and 83.

 First, popcon is disabled by default.
 And second, 2ch BBS is anonymous BBS, so its users don't want to report 
 their profile for others.
 3rd, 2ch is huge, its pageview number is... about 6,000,000,000/month in Nov 
2008.

 And some Debian related articles are there, so I want to follow them.


 We blocked packages for screenscraping late in the release and although
 protocol changes can happen with ICQ et al. we expect them to be of lower
 frequency than websites usually change.  (Of course, ICQ can always prove
 us wrong on the whim.)
 
 And postgresql got a special exeception with upstream doing bugfix-only
 releases with enough QA.

 Okay, you're right. And I hope not to get frequently such change for jd.


-- 
Regards,

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


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



Re: JD package for Lenny point release

2009-04-17 Thread Hideki Yamane
Hi,

On Thu, 2 Apr 2009 12:06:10 +0200
Holger Levsen hol...@layer-acht.org wrote:
 If the fix is too intrusive for a lenny point release the way to support it 
 is 
 in backports.org, where it already is.

 I don't think too intrusive, because no packages are depending on JD package.
 And is there any wrong side effect? Its changes is huge, yes, I agree. But it
 is not depended from other packages.

 And for example, at the first point release

pidgin Fix failure while connecting to ICQ servers due to protocol 
changes
postgresql-8.3 New upstream bugfix release

 pidgin deals with protocol changes and postgresql is new release.
 What's the difference with JD package's change? I think it is same issue.

 (it is like that suddenly protocol is changed, and there was no annouce before 
  that change...)

 So, please, don't remove jd package from lenny and update (or provide from 
 volatile).


-- 
Regards,

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


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



Re: JD package for Lenny point release

2009-04-02 Thread Hideki Yamane
On Wed, 1 Apr 2009 17:20:38 +0100
Holger Levsen hol...@layer-acht.org wrote:
 On Mittwoch, 1. April 2009, Hideki Yamane wrote:
   Until change happened in BBS, hardcoded cookie hana=mogera was used.
   After the change, JD needs to add functions and fixes for that cookie
   code, so it's big but is needed (to make it from half-broken to fixed
  one).
  http://mentors.debian.net/debian/pool/main/j/jd/jd_2.0.0-080722-2+lenny1.dsc
 
 $ debdiff jd_2.0.0-080722-2.dsc jd_2.0.0-080722-2+lenny1.dsc|diffstat
  debian/patches/post-cookie.dpatch | 2696 
 ++
  jd-2.0.0-080722/debian/changelog  |7 
  jd-2.0.0-080722/debian/control|2 
  jd-2.0.0-080722/debian/patches/00list |1 
  4 files changed, 2705 insertions(+), 1 deletion(-)
 
 SRMs, would that be ok for 5.0.2? If not, I'd suggest removal from stable.

 Or put it into volatile, please.


-- 
Regards,

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


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



Re: JD package for Lenny point release (Re: upcoming point releases

2009-04-01 Thread Hideki Yamane
Hi,

On Mon, 30 Mar 2009 06:45:53 +0900
Hideki Yamane henr...@debian.or.jp wrote:
  Still I'm not sure the stable release managers like such a big diff - or am 
  I
  wrong? If so, please comment, I'd be happy to sponsor this to s-p-u

 Until change happened in BBS, hardcoded cookie hana=mogera was used.
 After the change, JD needs to add functions and fixes for that cookie
 code, so it's big but is needed (to make it from half-broken to fixed one).

 I've uploaded again, and I hope this would go into Lenny.
 http://mentors.debian.net/debian/pool/main/j/jd/jd_2.0.0-080722-2+lenny1.dsc
 


-- 
Regards,

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


pgpAh6TXKuy4i.pgp
Description: PGP signature


JD package for Lenny point release (Re: upcoming point releases

2009-03-29 Thread Hideki Yamane
Hi,

On Sun, 29 Mar 2009 11:30:00 +0100
Holger Levsen hol...@layer-acht.org wrote:
 As I understood it, this bug makes the package in lenny completly unusable, 
 right? 

 Um, not completely but its half broken (by changes made with some BBS). 

 JD, it is a kind of web browser for some but huge BBS in Japan.
 With Lenny version, it can see any articles but users cannot post any comments
 for that. The patched version can post.

 Still I'm not sure the stable release managers like such a big diff - or am I
 wrong? If so, please comment, I'd be happy to sponsor this to s-p-u
 
 Hideki, if they don't accept it, would you propose removal from lenny, as the
 package is unusable? (Users can still get it from backports.org...)

 Thanks for uploading to backports.org, I see it (on my mirror in Japan :)

 It is one way to make users not be confused, I think.
 But I hope fixed version in Lenny is better.


 $ debdiff jd_2.0.0-080722-2.dsc jd_2.0.0-080722-3.dsc|diffstat
  debian/patches/cookie |  388 

 Based patch, please ignored.

  debian/patches/post-cookie.dpatch | 2696 
 ++

 This is the one, from above patch. 
 I'll check it again and try to reduce changed lines.


  jd-2.0.0-080722/debian/changelog  |7 
  jd-2.0.0-080722/debian/control|2 
  jd-2.0.0-080722/debian/patches/00list |1 



-- 
Regards,

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


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



Re: upcoming point releases

2009-03-28 Thread Hideki Yamane
Hi,

 I know the schedule for point release now, I want to put
 my fixed JD package(*) for this. What should I do for that?
 
 *) http://mentors.debian.net/debian/pool/main/j/jd/jd_2.0.0-080722-3.dsc
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514022

-- 
Regards,

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


pgpkCkv3daGM5.pgp
Description: PGP signature


Re: Please hint to unblock ttf-vlgothic (20081029-1)

2008-11-10 Thread Hideki Yamane
On Mon, 3 Nov 2008 00:51:15 +0900
Osamu Aoki [EMAIL PROTECTED] wrote:
 If Hideki Yamane [EMAIL PROTECTED] does not object, I would like to
 request to unblock ttf-vlgothic (20081029-1) font package. 

 Sure, I have no objection to this, that's so gd. :)
 

-- 
Regards,

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


pgp95sYj2VZwo.pgp
Description: PGP signature


Please unblock ttf-kochi-1.0.20030809-8

2008-11-04 Thread Hideki Yamane
On Tue, 04 Nov 2008 07:59:13 +0100
Luk Claes [EMAIL PROTECTED] wrote:
   Please unblock ttf-sazanami-gothic and ttf-sazanami-mincho 
  0.0.1.20040629-5 
   from ttf-sazanami source package, ttf-kochi-gothic, ttf-kochi-mincho, 
   ttf-kochi-naga10-gothic and ttf-kochi-naga10-mincho 1.0.20030809-7 from 
   ttf-kochi and ttf-kochi-naga10 source package to along with 
  ttf-vlgothic, 
   align with ttf-japanese-gothic.ttf alternative. 
 
 All three unblocked

 GREAT thanks Luk!!
 # Those updates make easier some issue about Japanese fonts, 
   very thanks again.

 But, I've updated ttf-kochi (oh, no) to fix trivial bug. The changelog is 
below,


ttf-kochi (1.0.20030809-8) unstable; urgency=low

  * debian/ttf-kochi-mincho.defoma-hints
- I've mistake at 1.0.20030809-5, really add CIDSupplement = 0 now.

 -- Hideki Yamane (Debian-JP) [EMAIL PROTECTED]  Sun, 02 Nov 2008 20:38:52 
+0900


 I'm verry sorry, but please re-unblock ttf-kochi package?


-- 
Regards,

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


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



  1   2   >