Re: [ANOUNCE] Debtemplate

2016-10-20 Thread HAYASHI Kentaro
Hi,

On Tue, Oct 18, 2016 at 10:35 PM, Roger Shimizu <rogershim...@gmail.com>
wrote:
> Maybe it's not suitable for this thread, but I'd like to mention that
> there's another approach that implement this on web server side.
> - https://lists.debian.org/debian-mentors/2016/07/threads.html#00218
> - https://lists.debian.org/debian-mentors/2016/08/msg00108.html
>
> It was posted to the mentors list (above thread links), and I'm
> expecting that it can be also merged to production system of mentors.
>
> (The author, Hayashi Kentaro, introduced his work in monthly Tokyo
> Debian meeting previously, so I got to know this.)

FYI: The reviewer is assigned to pull requests on GitHub but there is no
progress since then.
I think that it is better to improve such a thing on server side
(mentors.d.n) because there is no
need to install an extra package and it can get more feedback.

Anyway, currently there is no hope that pull requests are merged and
deploy, it is reasonable
to improve known problem in client side (debtemplate),  let's go ahead!

-- 
Kentaro Hayashi <ken...@gmail.com>


Re: Call for review: Improving RFS template for mentors.debian.net

2016-08-06 Thread HAYASHI Kentaro
Hi,

Here is the current status about this thread:

I had fixed pull requests [1][2] with feedback from this mailing list,
 but not merged yet.

[1] Support mailto for RFS template
https://github.com/debexpo/debexpo/pull/35
Status: waiting for review by @paulproteus

[2] Collect 'QA upload.' information by debianqa plugin
https://github.com/debexpo/debexpo/pull/42
Status: waiting for review

I had proposed migration to jessie [3], but there is no progress for it.

[3] Migrate development environment to jessie
https://github.com/debexpo/debexpo/pull/40
Status: waiting for review

I had proposed to add worker status page [4], just waiting for review.

[4] Add status page which shows each cron job status
https://github.com/debexpo/debexpo/pull/45
Status: waiting for review


On Fri, Jul 8, 2016 at 6:28 PM, HAYASHI Kentaro <ken...@gmail.com> wrote:
>
> Hi, all
>
> About 2 month ago,  I wrote a small patch for mentors.debian.net (debexpo)
>
> Here is the actual pull request for it.
>   https://github.com/debexpo/debexpo/pull/35

--
Kentaro Hayashi <ken...@gmail.com>


Re: Call for review: Improving RFS template for mentors.debian.net

2016-07-16 Thread HAYASHI Kentaro
Hi,

On Fri, Jul 15, 2016 at 7:12 AM, Jakub Wilk  wrote:
>
> * Gianfranco Costamagna , 2016-07-14, 22:06:
>>>
>>> Typo:
>>> an QA upload -> an QA upload
>>
>> I fail to see differences...
>> did you mean "a QA upload"?
>
>
> Oops. I meant:
>
> an QA upload -> a QA upload

Thank you for feedback.
I also can't find difference too. :-P
Anyway,  I've fixed a typo in PR.

--
Kentaro Hayashi 


Re: Call for review: Improving RFS template for mentors.debian.net

2016-07-11 Thread HAYASHI Kentaro
On Sun, Jul 10, 2016 at 10:23 PM, Jakub Wilk  wrote:
>>>   Collect 'QA upload.' information by debianqa plugin
>>>   https://github.com/debexpo/debexpo/pull/42
>
> Um, that's... unusual way to search for a string. Have you tried using
regular expressions? :)
>
> Or alternatively, it might be simpler to look at the Maintainer field.
The e-mail address should be packa...@qa.debian.org for all QA uploads.


Hi,
As you suggested, it is simple to check Maintainer field. I got it. Thank
you for feedback!


> P.S. Does anyone knows the way to check [RC] case easily - the package
contains fixed RC bugs
>
> debexpo already knows about bugs the upload would close and their
severities. For example https://mentors.debian.net/package/aspell-sk reads:
>

Ah, I found that I had better to look into closedbugs plugin, Thanks!

--
Kentaro Hayashi 


Re: Call for review: Improving RFS template for mentors.debian.net

2016-07-09 Thread HAYASHI Kentaro
On Sun, Jul 10, 2016 at 6:13 AM, Jakub Wilk <jw...@debian.org> wrote:
>
> * HAYASHI Kentaro <ken...@gmail.com>, 2016-07-10, 00:00:
>>>>
>>>> This PR is written to solve some glitches about RFS template.
>>>
>>> another feature request:
>>> the template has also the subject, e.g.
>>> ITP, NMU, RC, QA, and so on, but there seems to be one missing entry
for "regular update"
>>
>>
>> Thank you for feedback.
>> But I hadn't ever seen such tag.
>> https://mentors.debian.net/sponsor/rfs-howto
>
>
> There's no standard tag for this, and I don't think we need one.
>
> If there's no tag in the subject, then the upload is supposed to be
"regular".
>
> --
> Jakub Wilk
>

Thank you for explanation. I got it. :-)


--
Kentaro Hayashi <ken...@gmail.com>


Re: Call for review: Improving RFS template for mentors.debian.net

2016-07-09 Thread HAYASHI Kentaro
Hi,

On Sun, Jul 10, 2016 at 5:47 AM, HAYASHI Kentaro <ken...@gmail.com> wrote:
>
> Hi,
>
> On Fri, Jul 8, 2016 at 6:48 PM, Gianfranco Costamagna <
locutusofb...@debian.org> wrote:
> >
> > Hi,
> >
> > >This PR is written to solve some glitches about RFS template.
> >
> > another feature request:
> > the template has also the subject, e.g.
> > ITP, NMU, RC, QA, and so on, but there seems to be one missing entry for
> > "regular update"
>
> To fill in subject correctly, it needs to collect more information by
plugin.
> In such purpose, existing debianqa plugin should be fixed, so I've send
another PR.
>
>   Collect 'QA upload.' information by debianqa plugin
>   https://github.com/debexpo/debexpo/pull/42

With a bit more additional fix, now it can fill in subject: foobar [ITP]
and severity: wishlist and so on.
https://cloud.githubusercontent.com/assets/225841/16710249/eeeb7b82-4662-11e6-9895-c8bd352cc6c8.png

P.S. Does anyone knows the way to check [RC] case easily - the package
contains fixed RC bugs
 usually listed Closes:# in debian/changelog?

--
Kentaro Hayashi <ken...@gmail.com>


Re: Call for review: Improving RFS template for mentors.debian.net

2016-07-09 Thread HAYASHI Kentaro
Hi,

On Fri, Jul 8, 2016 at 6:48 PM, Gianfranco Costamagna <
locutusofb...@debian.org> wrote:
>
> Hi,
>
> >This PR is written to solve some glitches about RFS template.
>
> another feature request:
> the template has also the subject, e.g.
> ITP, NMU, RC, QA, and so on, but there seems to be one missing entry for
> "regular update"

To fill in subject correctly, it needs to collect more information by
plugin.
In such purpose, existing debianqa plugin should be fixed, so I've send
another PR.

  Collect 'QA upload.' information by debianqa plugin
  https://github.com/debexpo/debexpo/pull/42


Re: Call for review: Improving RFS template for mentors.debian.net

2016-07-09 Thread HAYASHI Kentaro
Hi,

On Fri, Jul 8, 2016 at 8:09 PM, Jakub Wilk <jw...@debian.org> wrote:
>
> * HAYASHI Kentaro <ken...@gmail.com>, 2016-07-08, 18:28:
>>
>>  https://github.com/debexpo/debexpo/pull/35
>
>
> Not a regression, but instead of:
>
> "upstreams web site"
>
> it should be:
>
> "upstream's web site"
>

I've send it as another PR
https://github.com/debexpo/debexpo/pull/41

Thanks!

--
Kentaro Hayashi <ken...@gmail.com>


Re: Call for review: Improving RFS template for mentors.debian.net

2016-07-09 Thread HAYASHI Kentaro
Hi,

On Fri, Jul 8, 2016 at 6:48 PM, Gianfranco Costamagna <
locutusofb...@debian.org> wrote:
>
> Hi,
>
> >This PR is written to solve some glitches about RFS template.
> another feature request:
> the template has also the subject, e.g.
> ITP, NMU, RC, QA, and so on, but there seems to be one missing entry for
> "regular update"

Thank you for feedback.
But I hadn't ever seen such tag.
https://mentors.debian.net/sponsor/rfs-howto

Is it officially supposed to use (undocumented?) or just one idea as a
sponsor?

--
Kentaro Hayashi 


Call for review: Improving RFS template for mentors.debian.net

2016-07-08 Thread HAYASHI Kentaro
Hi, all

About 2 month ago,  I wrote a small patch for mentors.debian.net (debexpo)

Here is the actual pull request for it.
  https://github.com/debexpo/debexpo/pull/35

This PR is written to solve some glitches about RFS template.
I'm happy if this PR is merged because it is useful for user of mentors.d.n

Screenshot shows what I really want to improve it:
https://cloud.githubusercontent.com/assets/225841/16355705/783ffcec-3afa-11e6-8d8e-a69aedce152a.png


Here is the detail about above PR. It improves the following situation.

Before:

* Do not just copy RFS template and send it because there are still 2
spaces left.
  (We need to recall that this is command mail!)
* There are many "fill in ...", for example, upstream author, license, url,
package name,
recent changelog and so on.

After:
* Just click mailto: link for it
* Filled in more entry by fetching information from debian/control or
  debian/changelog and so on.

@paulproteus who is a one of developer of debexpo - said that he would
review it,
 but I guess that he is very busy and can't afford to review it.

NOTE:
It requires python-debian 0.1.23 or later. wheezy provides python-debian
0.1.21, so
It seems that package upgrade is needed on mentors.d.n.
(jessie provides python-debian 0.1.27)

-- 
Kentaro Hayashi 


Bug#823154: RFS: groonga/6.0.2-1

2016-05-01 Thread HAYASHI Kentaro
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "groonga"

 * Package name: groonga
   Version : 6.0.2-1
   Upstream Author : Groonga Project <packa...@groonga.org>
 * URL : http://groonga.org/
 * License : LGPL-2.1
   Section : database

It builds those binary packages:

 groonga- Fulltext search engine (metapackage for library use)
 groonga-bin - Commands for Groonga
 groonga-doc - Documentation of Groonga
 groonga-examples - Examples of Groonga
 groonga-httpd - Groonga HTTP server
 groonga-munin-plugins - munin-node plugins for Groonga
 groonga-plugin-suggest - Suggest plugin for Groonga
 groonga-server-common - Fulltext search engine (metapackage for server use)
 groonga-server-gqtp - Fulltext search engine (metapackage for GQTP server use)
 groonga-token-filter-stem - Stemming token filter for Groonga
 groonga-tokenizer-mecab - MeCab tokenizer for Groonga
 libgroonga-dev - Development files to use Groonga as a library
 libgroonga0 - Library files for Groonga

To access further information about this package, please visit the following 
URL:

  https://mentors.debian.net/package/groonga


Alternatively, one can download the package with dget using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/g/groonga/groonga_6.0.2-1.dsc

More information about hello can be obtained from http://groonga.org.

Changes since the last upload:

  * Team upload.
  * New upstream release.
  * debian/control
- Update standards version to 3.9.8.
- Update compat level to 10.
- Drop needless dependency to dh-autoreconf.
  * debian/upstream/signing-key.asc
- Add signing key to check signature.
  * debian/watch
- Add pgpsigurlmangle to verify the archive.
  * debian/groonga-bin.install
- Drop man files which are not provided anymore.
- Install missing grndb command.
  * debian/groonga-httpd.service
- Make package description more clear.
- Use EnvironmentFile directive to customize.
- Drop unused Conflicts directive.
  * debian/groonga-gqtp.service
- Make package description more clear.
- Use server mode which does not fork.
  * debian/libgroonga0.install
- Install missing functions plugin.
  * debian/copyright
- Update copyright year.
  * debian/groonga-bin.lintian-overrides,
debian/groonga-httpd.lintian-overrides,
debian/groonga-plugin-suggest.lintian-overrides
- Suppress binary-without-manpage lintian warnings because
  upstream dropped man support explicitly.
  * debian/rule
- Remove bundled jquery and underscore correctly.

Regards,
 HAYASHI Kentaro


pgpVOvKDAe2bE.pgp
Description: PGP signature


Bug#821171: RFS: growl-for-linux/0.8.1-2 [ITP]

2016-04-30 Thread HAYASHI Kentaro
On Sat, 23 Apr 2016 15:07:18 +0800 Paul Wise <p...@debian.org> wrote:
> On Sat, Apr 23, 2016 at 12:44 AM, HAYASHI Kentaro wrote:
> 
> > 0.8.2 has been released, so I've updated to it.
> >
> >   
> > http://mentors.debian.net/debian/pool/main/g/growl-for-linux/growl-for-linux_0.8.2-1.dsc
> 
> I don't intend to sponsor this, but here is a review.

Thanks. It's a very helpful review!
As you pointed out, there are license related concerns that I've not noticed 
yet.
So, I've removed package from mentors.d.n. and I'll contact
to upstream above issues to fix them.


pgp_cVa41cEvP.pgp
Description: PGP signature


Bug#821171: RFS: growl-for-linux/0.8.1-2 [ITP]

2016-04-22 Thread HAYASHI Kentaro
On Fri, 22 Apr 2016 22:42:03 +0900 d...@debian.org wrote:
> > Okay, I'll fix it.
> 
> Thank you.  I am waiting for your uploading.

0.8.2 has been released, so I've updated to it.

  
http://mentors.debian.net/debian/pool/main/g/growl-for-linux/growl-for-linux_0.8.2-1.dsc


pgpUTgmWLStgQ.pgp
Description: PGP signature


Bug#821171: RFS: growl-for-linux/0.8.1-2 [ITP]

2016-04-22 Thread HAYASHI Kentaro
On Fri, 22 Apr 2016 01:22:46 +0900 d...@debian.org wrote:
> OK, prior confirmation is not always needed.
> Generally, if others already have made package,
> it is nice to contact him/her to avoid redundant work.
> Now, since you have sent PR to upstream github to make packaging better,
> I hope you cooperate with him nicely from now on.

I've already contacted with upstream author in this issue,
isn't good enough?
  https://github.com/mattn/growl-for-linux/issues/56

> Confirmed. But debian/changelog.bak is contained. Please remove it.

Okay, I'll fix it.

Thanks!


pgpMF4B4uIDxn.pgp
Description: PGP signature


Bug#821171: RFS: growl-for-linux/0.8.1-2 [ITP]

2016-04-21 Thread HAYASHI Kentaro

> It seems that upstream author already uploads this package into Ubuntu,
> Do you talk him about uploading this package into Debian?

No. As far as I know, growl-for-linux had never released in Ubuntu.
upstream author had released it as PPA before.
  
  https://launchpad.net/~mattn/+archive/ubuntu/growl-for-linux

So, I'd like to put this into Debian.

> You can use aspell or ispell for spell check.
> 
> https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-pkg-desc

Thanks, I've fixed typos.

  * Drop -> Dropped in debian/changelog
  * Rewrited -> Rewrote in debian/changelog
  * ballon -> balloon in debian/control


pgpPg6InqtzwD.pgp
Description: PGP signature


Bug#821171: RFS: growl-for-linux/0.8.1-2 [ITP]

2016-04-16 Thread HAYASHI Kentaro
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "growl-for-linux"

* Package name: growl-for-linux
  Version : 0.8.1-2
  Upstream Author : Yasuhiro Matsumoto <mattn...@gmail.com>
* URL : http://mattn.github.com/growl-for-linux
* License : BSD-2-clause
  Section : gnome

It builds those binary packages:

  growl-for-linux - Notification system which is extendable by a plugin

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/growl-for-linux

Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/g/growl-for-linux/growl-for-linux_0.8.1-2.dsc

More information about hello can be obtained from 
http://mattn.github.com/growl-for-linux

Changes since the last upload:

  * Initial upload to Debian (Closes: #816514)
  * debian/control
- Fixed package-depends-on-hardcoded-libc lintian warning
- Upgraded to debhelper 9
- Upgraded to standards-version 3.9.7
- Added missing TLS dependency
- Updated package description about growl-for-linux
  * debian/copyright
- Rewrited to machine-readable debian/copyright
  * debian/changelog
- Fixed wrong email address
  * debian/rules
- Fixed non-empty-dependency_libs-in-la-file lintian warning
- Added hardening flags (+all,-pie)
- Drop deprecated libtweets subscriber
- Fixed not to call needless ldconfig
  * debian/patches/add-missing-desktop-keyword.patch
- Added missing "Keywords=" field
  * debian/patches/add-pie-flags-for-gol.patch
- Added hardening flags (-pie,-fPIE) for gol
  * debian/patches/disable-display-execstack.patch
- Fixed needless executable stack lintian warning
  * debian/patches/fix-a-typo-about-recieved.patch
- Fixed a typo in SQLite schema
  * debian/patches/fix-typo-about-faild.patch
- Fixed a typo in error message

Regards,
 HAYASHI Kentaro



Bug#818184: RFS: hal-flash/0.3.3-1 [ITP]

2016-04-13 Thread HAYASHI Kentaro
On Sat, 9 Apr 2016 02:09:35 +0900 d...@debian.org wrote:
> Please restart ITP process and re-upload this with removal of overriding
> for pedantic tags.

I've removed pedantic tags and uploaded again.

http://mentors.debian.net/debian/pool/main/h/hal-flash/hal-flash_0.3.3-1.dsc



Bug#819568: RFS: groonga/6.0.1-1

2016-03-30 Thread HAYASHI Kentaro
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "groonga"

 * Package name: groonga
   Version : 6.0.1-1
   Upstream Author : Groonga Project <packa...@groonga.org>
 * URL : http://groonga.org/
 * License : LGPL-2.1
   Section : database

It builds those binary packages:

 groonga- Fulltext search engine (metapackage for library use)
 groonga-bin - Commands for Groonga
 groonga-doc - Documentation of Groonga
 groonga-examples - Examples of Groonga
 groonga-httpd - Groonga HTTP server
 groonga-munin-plugins - munin-node plugins for Groonga
 groonga-plugin-suggest - Suggest plugin for Groonga
 groonga-server-common - Fulltext search engine (metapackage for server use)
 groonga-server-gqtp - Fulltext search engine (metapackage for GQTP server use)
 groonga-token-filter-stem - Stemming token filter for Groonga
 groonga-tokenizer-mecab - MeCab tokenizer for Groonga
 libgroonga-dev - Development files to use Groonga as a library
 libgroonga0 - Library files for Groonga

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/groonga


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/g/groonga/groonga_6.0.1-1.dsc

More information about Groonga can be obtained from http://groonga.org/.

Changes since the last upload:

  * Team upload.
  * New upstream release.
  * debian/control
- Use Architecture: any to support more architectures.
- Drop transitional groonga-server-http package.
  * debian/rules
- Remove needless DEB_BUILD_HARDENING flag.
- Disable static library.
  * debian/groonga-httpd.default
- Set variables to enable fast phrase search feature.

Regards,
 HAYASHI Kentaro



Bug#818184: RFS: hal-flash/0.3.3-1 [ITP]

2016-03-24 Thread HAYASHI Kentaro
On Thu, 24 Mar 2016 17:02:43 +0900 d...@debian.org wrote:
> lintian(1) says:
> 
> | Adding overrides for pedantic tags is probably not worth the effort.

Oh, I have overlooked it. Thank you for your feedback.
I'd been just convinced that "I should fix it" at that time.

> BTW, I hesitate to upload this package because of pabs' suggetion.
> We need to build consensus.

Hmm,

1. hal-flash itself is evil, so not acceptable for debian
2. there is no problem hal-flash itself, but not acceptable for debian
   because it helps playback of DRM contents

I guess that the concern is derived from 2., is it correct?

If so, something like hal-compat software exists, (it also provides HAL
 compatibility layer which is similar to hal-flash, but it does not
 refer about flash DRM at all even though mainly used for it) - 
does it acceptable for debian or not? I don't know well.

Should I stop ITP process at once?



Bug#818184: RFS: hal-flash/0.3.3-1 [ITP]

2016-03-19 Thread HAYASHI Kentaro
Hi,

On Wed, 16 Mar 2016 08:46:35 +0800 Paul Wise <p...@debian.org> wrote:
> On Tue, Mar 15, 2016 at 12:20 AM, HAYASHI Kentaro wrote:
> 
> >   libhal1-flash - Compatibility library to allow playback of Flash DRM 
> > content
> 
> Since flash is dying and most of the web video has dropped it at this
> point I suggest not putting this in Debian, especially since it is
> solely for DRM, which is against Debian and Free Software community
> principles.

I agree with the fact that flash is dying. But it is not dead completely yet.
And most important point about libhal1-flash is providing HAL stubs layer
 by using UDisks (successor of HAL) for ancient software which still uses HAL.

Regards,



Bug#818184: RFS: hal-flash/0.3.3-1 [ITP]

2016-03-19 Thread HAYASHI Kentaro
Hi, Thank you for your feedback.

I've uploaded fixed version here.
http://mentors.debian.net/debian/pool/main/h/hal-flash/hal-flash_0.3.3-1.dsc

On Wed, 16 Mar 2016 00:28:03 +0900 d...@debian.org wrote:
> >   * debian/control
> 
> - Maintainer:
> 
> Does he agree to be the Debian official maintainer for this package?
> Aren't YOU the Debian official maintainer for it?

You are right, I've fixed Maintainer: field.

> - #Vcs-Git:
> - #Vcs-Browser:
> 
> Please remove template.

I've removed it.

> - Suggests: 
> 
> There is no package named flashplugin-installer in Debian.
> 

I've fixed it to flashplugin-nonfree.

> >   * debian/rules
> 
> Please remove sample comment header.

I've removed it.

> >   * debian/libhal1-flash.lintian-overrides
> > - Suppress pedantic lintian reports
> >   * debian/source.lintian-overrides
> > - Suppress pedantic gpg signature lintian report
> 
> I think there is no need to suppress pedantic reports.

Maybe, but I think that it is a good manner to treat it explicitly.



Bug#818184: RFS: hal-flash/0.3.3-1 [ITP]

2016-03-14 Thread HAYASHI Kentaro
Package: sponsorship-requests
Severity: normal [wishlist]

Dear mentors,

I am looking for a sponsor for my package "hal-flash"

* Package name: hal-flash
* Version : 0.3.3-1
* Upstream Author : Christopher Horler 
* URL : https://github.com/cshorler/hal-flash
* License : GPL-2+ or AFL-2.1
* Section : libs

It builds those binary packages:

  libhal1-flash - Compatibility library to allow playback of Flash DRM content

To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/hal-flash

Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/h/hal-flash/hal-flash_0.3.3-1.dsc

More information about hello can be obtained from 
https://github.com/cshorler/hal-flash

Changes since the last upload:

hal-flash (0.3.3-1) unstable; urgency=medium

  * Initial upload to unstable (Closes: #818167)
  * debian/source/format
- Use quilt format.
  * debian/control
- Update standards-version to 3.9.7
- Use hal-flash as a source package name
  * debian/watch
- Add watch file
  * debian/rules
- Apply hardening=+all
  * debian/libhal1-flash.lintian-overrides
- Suppress pedantic lintian reports
  * debian/source.lintian-overrides
- Suppress pedantic gpg signature lintian report
  * debian/libhal1-flash.symbols
- Add symbols control file

Regards,



Bug#815177: RFS: fcitx-imlist/0.5.0-1 [ITP]

2016-02-22 Thread HAYASHI Kentaro
Hi,

I had uploaded broken package, so I've fixed it.

* Fixed out of date standards-version.
* Fixed missing Build-Depends:
* Added missing source/format.

So, now it satisfies lintian clean:

% lintian -EvIL +pedantic fcitx-imlist_0.5.0-1_source.changes 
N: Using profile debian/main.
N: Setting up lab in /tmp/temp-lintian-lab-H2l2aKNMAC ...
N: Unpacking packages in group fcitx-imlist/0.5.0-1
N: 
N: Processing changes file fcitx-imlist (version 0.5.0-1, arch source) ...
N: 
N: Processing source package fcitx-imlist (version 0.5.0-1, arch source) ...
P: fcitx-imlist source: debian-watch-may-check-gpg-signature

Then, it passes piuparts test:

0m0.1s INFO: piuparts version 0.69 starting up.
0m0.1s INFO: Command line arguments: /usr/sbin/piuparts -d sid -t 
/var/cache/pbuilder/build -m 'http://ftp.jp.debian.org/debian main' -b 
/var/cache/pbuilder/unstable-amd64-base.tgz -l piuparts.log 
/var/cache/pbuilder/unstable-amd64/result/fcitx-imlist_0.5.0-1_amd64.changes
0m0.1s INFO: Running on: Linux e220s 4.3.0-1-amd64 #1 SMP Debian 4.3.3-7 
(2016-01-19) x86_64
0m27.7s INFO: apt-cache does not know about any of the requested packages
0m41.5s INFO: Installation of ['tmp/fcitx-imlist-dbgsym_0.5.0-1_amd64.deb', 
'tmp/fcitx-imlist_0.5.0-1_amd64.deb'] ok
0m47.8s INFO: Running adequate version 0.15.1 now.
0m53.5s INFO: PASS: Installation and purging test.
0m54.6s INFO: apt-cache does not know about any of the requested packages
0m54.6s INFO: Can't test upgrade: packages not known by apt-get.
0m55.4s INFO: PASS: All tests.
0m55.4s INFO: piuparts run ends.



Bug#815177: RFS: fcitx-imlist/0.5.0-1 [ITP]

2016-02-19 Thread HAYASHI Kentaro
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "fcitx-imlist"

 Package name: fcitx-imlist
 Version : 0.5.0-1
 Upstream Author : HAYASHI Kentaro <ken...@gmail.com>
 URL : https://github.com/kenhys/fcitx-imlist
 License : GPL-2+
 Section : utils

It builds those binary packages:

  fcitx-imlist - Command-line utility to switch list of Fcitx IM

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/fcitx-imlist

Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/f/fcitx-imlist/fcitx-imlist_0.5.0-1.dsc

More information about hello can be obtained from 
https://github.com/kenhys/fcitx-imlist

Changes since the last upload:

fcitx-imlist (0.5.0-1) unstable; urgency=medium

  * Initial release (Closes: #815165)

Regards,
 HAYASHI Kentaro

-- 
HAYASHI Kentaro <haya...@clear-code.com>



Bug#813489: RFS: libhinawa/0.7.0-1 [ITP]

2016-02-05 Thread HAYASHI Kentaro
Thanks!

I've fixed the following issue which are poited out.

* Add missing close #813474
* Remove needless Tead upload

On Fri, 5 Feb 2016 13:22:35 +0900 d...@debian.org wrote:
> On Tue, Feb 02, 2016 at 10:46:01PM +0900, HAYASHI Kentaro wrote:
> > libhinawa (0.7.0-1) unstable; urgency=medium
> 
> Close ITP: https://bugs.debian.org/813474
>  
> >   * Team upload.
> 
> You are listed as Uploaders: field, so  "Team upload" line is not needed.
> 
-- 
HAYASHI Kentaro <haya...@clear-code.com>



Bug#813489: RFS: libhinawa/0.7.0-1 [ITP]

2016-02-05 Thread HAYASHI Kentaro
On Sat, 6 Feb 2016 12:07:00 +0900 d...@debian.org wrote:
> 
> uploaded.
> -- 
> Regards,
>   dai
> 
> GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E

I've confirmed it from new queue page. Thanks!
https://ftp-master.debian.org/new.html

-- 
HAYASHI Kentaro <haya...@clear-code.com>



Bug#813489: RFS: libhinawa/0.7.0-1 [ITP]

2016-02-02 Thread HAYASHI Kentaro
Package: sponsorship-requests
  Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "libhinawa"
  Here is the filed ITP bug:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813474

 * Package name: libhinawa
   Version : 0.7.0-1
   Upstream Author : Takashi Sakamoto <o-taka...@sakamocchi.jp>
 * URL : https://github.com/takaswie/libhinawa
 * License : LGPL-2.1
   Section : libs

  It builds those binary packages:

gir1.2-hinawa-1.0 - GObjet introspection data for libhinawa0
 libhinawa-dev - I/O library for IEEE 1394 asynchronous transactions 
(development
 libhinawa0 - I/O library for IEEE 1394 asynchronous transactions

  To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/libhinawa


  Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/libh/libhinawa/libhinawa_0.7.0-1.dsc

  More information about hello can be obtained from 
https://github.com/takaswie/libhinawa

  Changes since the last upload:

libhinawa (0.7.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release 0.7.0
  * debian/control
- requires to debhelper 9 or later.
- update to the latest standards-version.
  * debian/source/format
- add missing source/format.
  * debian/copyright
- specify License: field correctly.
- add missing License: paragraph.
- note that backport.h comes from Linux UAPI header.
  * debian/rules
- simplify rules by using dh_* efficiently..
  * debian/watch
- add missing watch file.
  * debian/libhinawa0.symbols
- add missing symbol file.

  Regards,
   HAYASHI Kentaro


-- 
HAYASHI Kentaro <haya...@clear-code.com>



Bug#813404: RFS: groonga/5.1.2-1

2016-02-01 Thread HAYASHI Kentaro
Package: sponsorship-requests
  Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "groonga"

 * Package name: groonga
   Version : 5.1.2-1
   Upstream Author : Groonga Project <packa...@groonga.org>
 * URL : http://groonga.org/
 * License : LGPL-2.1
   Section : database

  It builds those binary packages:

groonga- Fulltext search engine (metapackage for library use)
 groonga-bin - Commands for Groonga
 groonga-doc - Documentation of Groonga
 groonga-examples - Examples of Groonga
 groonga-httpd - Groonga HTTP server
 groonga-munin-plugins - munin-node plugins for Groonga
 groonga-plugin-suggest - Suggest plugin for Groonga
 groonga-server-common - Fulltext search engine (metapackage for server use)
 groonga-server-gqtp - Fulltext search engine (metapackage for GQTP server use)
 groonga-server-http - Fulltext search engine (metapackage for HTTP server use)
 groonga-token-filter-stem - Stemming token filter for Groonga
 groonga-tokenizer-mecab - MeCab tokenizer for Groonga
 libgroonga-dev - Development files to use Groonga as a library
 libgroonga0 - Library files for Groonga

  To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/groonga


  Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/g/groonga/groonga_5.1.2-1.dsc

  Changes since the last upload:

groonga (5.1.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * patches/use-jquery-flot-0.8.3.patch
- Fix source-is-missing lintian error.
  * debian/rules,debian/control
- Fix automake related FTBFS issue which is caused by added patch.

  Regards,
   HAYASHI Kentaro

-- 
HAYASHI Kentaro <haya...@clear-code.com>