Bug#846762: RFS: fonts-genericons/3.4.1-1[ITP] -- vector icons embedded in a webfont

2016-12-03 Thread Bhuvan Krishna
Package: sponsorship-requests
  Severity: wishlist

  Dear mentors,

  I am looking for a sponsor for my package "fonts-genericons":

 * Package name: fonts-genericons
   Version : 3.4.1
   Upstream Author : George Stephanis <georgestepha...@automattic.com>
 * URL : https://github.com/Automattic/Genericons
 * License : GPL-2+
   Section : net

  It builds these binary packages:

fonts-genericons - vector icons embedded in a webfont

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

  https://github.com/Automattic/Genericons.git

Alternatively, one can download the package:

ftp://mentors.debian.net/fonts-genericons_3.4.1-1.dsc

 More information about fonts-genericons can be obtained from
http://genericons.com/.

  Changes since the last upload:

  * Initial release. (Closes: #844624)

  Regards,
  Devabhaktuni Bhuvan Krishna




signature.asc
Description: OpenPGP digital signature


Bug#844988: RFS: gnu-social/1.2+20160913+git7d67eefd+dfsg4-1[ITP] -- Distributed social networking platform

2016-11-19 Thread Bhuvan Krishna
Package: sponsorship-requests
 Severity: wishlist

 Dear mentors,

 I am looking for a sponsor for my package "gnu-social":

 * Package name : gn-usocial
 Version : 1.2+20160913+git7d67eefd+dfsg4-1
 * URL : https://gnu.io/social
 * License : AGPL-3+
 Section : net

 It builds those binary packages:

 gnu-social - Distributed social networking platform

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

 https://mentors.debian.net/package/gnu-social

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

 dget -x
https://mentors.debian.net/debian/pool/main/g/gnu-social/gnu-social_1.2+20160913+git7d67eefd+dfsg4-1.dsc

 More information about gnu-social can be obtained from
https://anonscm.debian.org/cgit/pkg-php/gnusocial.git/.

 Changes since the last upload:

 * Initial release. (Closes: #782812)

 Regards,
 Bhuvan Krishna



signature.asc
Description: OpenPGP digital signature


Bug#802298: RFS: php-htmlawed/1.1.20-2 [ITP] -- htmLawed PHP code to purify & filter HTML

2016-01-03 Thread Bhuvan Krishna
On Saturday 02 January 2016 06:30 PM, Mattia Rizzolo wrote:
> On Sat, Jan 02, 2016 at 05:14:42PM +0530, Bhuvan Krishna wrote:
>> Fixed all the above bugs and uploaded to mentors. Please have a look at
>> the source files.
>> http://mentors.debian.net/debian/pool/main/p/php-htmlawed/php-htmlawed_1.1.20-1.dsc
>
> umh, ok, but in doing this you also did other changes, the of which I
> don't like the followings:
> * you removed debian/watch  => ??? why?
Because there is no consistency of naming the upstream packages. Though
the version numbers, changelog is maintained but name of the zip file is
not consistent.
> * you added an override_dh_install, so you could run a chmod.  please
>   override dh_fixperms instead.
Fixed this by replacing dh_install with dh_fixperms
>
>




signature.asc
Description: OpenPGP digital signature


Bug#802298: RFS: php-htmlawed/1.1.20-2 [ITP] -- htmLawed PHP code to purify & filter HTML

2016-01-02 Thread Bhuvan Krishna


On Saturday 02 January 2016 04:38 PM, Mattia Rizzolo wrote:
> On Mon, Oct 19, 2015 at 12:37:22PM +0530, Bhuvan Krishna wrote:
>> http://mentors.debian.net/debian/pool/main/p/php-htmlawed/php-htmlawed_1.1.20-2.dsc
> a review, (using the -1):
>
> * you're not yet in pkg-php-pear, so I'd suggest putting yourself as
>   maintainer until then, as you did with php-mf2
> * the php dependency is just wrong, since 'php' is a metapackage with a
>   different versioning, etc.  probably using php5-common (>= 5.3.0) as
>   phpcomposer does it enough.
> * you build-depend on pkg-php-tools, but you use none of the helpers,
>   please drop the build-dep.
> * the copyright file say GPL-2+, but you point to the GPL-3 file under
>   /user/share/common-licenses, please point to the GPL-2 file instead
> * please remove line 17 on d/copyright, so you have only one blank line
>   between stanzas.
Fixed all the above bugs and uploaded to mentors. Please have a look at
the source files.
http://mentors.debian.net/debian/pool/main/p/php-htmlawed/php-htmlawed_1.1.20-1.dsc



signature.asc
Description: OpenPGP digital signature


Bug#798044: RFS: php-mf2/0.2.12-1 [ITP] -- Microformats2 is the simplest way to markup structured information in HTML.

2016-01-01 Thread Bhuvan Krishna


On Thursday 31 December 2015 08:57 PM, Mattia Rizzolo wrote:
> control: owner -1 !
> control: tag -1 moreinfo
>
> [ please don't do top posting ]
>
> On Sat, Oct 17, 2015 at 03:26:35PM +0530, Bhuvan Krishna wrote:
>> Fixed all the bugs. Please check the package and suggest any changes.
>>
>> https://mentors.debian.net/package/php-mf2
> Ok, so, some more things, and then we're good:
>
> * you depend on 'php (>=5.3.0)', but 'php' is a metapackage, currently
> * at version 17. what you want is just 'php5' (the version constraint is
>   really useless, debian has 5.3 in old-old-stable).
>   + Actually, you don't really need it at all.  ${misc:Depends} +
> ${phpcomposer:Debian-require} expand to 'php5-cli, php5-common (>=
> 5.3.0)' by themselves, so the 'php' depends is just noise.
> * you got a trailing whitespace at line 2 of d/copyright
>   + while at it, I don't like wasting bytes on pointeless newlines, mind
> removing the lines 9 and 10 of that file, so you have only 1 empty
> line? :)
> * please tell upstream that "MIT" as a license is kinda ambiguos.  What
>   you wrote in d/copyright is better referred to as "Expat".  Then, I
>   don't know if in the php world is used to just call that "MIT".
> * the maintainer is PHP PEAR, don't they mandate the use of a VCS?
>   + I genuinely don't know.
- Set myself as maintainer until I get added to PEAR team.
   
- Remove php5 as dependency since ${misc:Depends}
  ${phpcomposer:Debian-require} already expand to dependency on
  php5-common and php5-cli.
   
- Remove a trailing whitespace and unnecessary blank lines in copyright
  file.  Added missing new line at the end of the file.
   
- Changed license in copyright file to Expat license.  Contacted
  upstream for license rename.
>




signature.asc
Description: OpenPGP digital signature


Bug#798044: RFS: php-mf2/0.2.12-1 [ITP] -- Microformats2 is the simplest way to markup structured information in HTML.

2015-12-31 Thread Bhuvan Krishna


On Friday 01 January 2016 12:02 AM, Mattia Rizzolo wrote:
> [ please don't do top posting... ]
>
> On Thu, Dec 31, 2015 at 10:37:39PM +0530, Bhuvan Krishna wrote:
>> I didn't get the point of copyright. You suggested that I inform
>> upstream that MIT is kind of ambiguous, Can you give some pointers to
>> initiate a discuss with the upstream?
> TBH, I don't have any particular pointer.
>
> Do anybody knows something more useful about this?

I will check with the upstream starting a conversation hope we will get
to some point.
>
>> PHP PEAR is the maintainer will that be a problem, should I change it?
>> if I have to change then who should be the maintainer?
> first, are you a member of PHP PEAR?  (at least, member on the alioth
> group?).  If you are not I'm pretty confident you can't just drop a
> package inside the team (I mean, that's socially incorrect).
> If you are going to change that, you just put yourself as maintainer.
> Team maintenance of packages is not mandatory.
No I am not a member of PHP PEAR yet, I want to become a member of the
team. Yes I joined group in alioth, I am waiting for admin to approve my
request. I will wait till I am accepted into the team and then I think I
can keep maintainer as PHP PEAR.

Thanks
Bhuvan
>




signature.asc
Description: OpenPGP digital signature


Bug#798044: RFS: php-mf2/0.2.12-1 [ITP] -- Microformats2 is the simplest way to markup structured information in HTML.

2015-12-31 Thread Bhuvan Krishna
Thanks Mattia for your suggestions. I will fix the issues that you raised.

I didn't get the point of copyright. You suggested that I inform
upstream that MIT is kind of ambiguous, Can you give some pointers to
initiate a discuss with the upstream?

PHP PEAR is the maintainer will that be a problem, should I change it?
if I have to change then who should be the maintainer?

Thanks & Regards,
Bhuvan

On Thursday 31 December 2015 08:57 PM, Mattia Rizzolo wrote:
> control: owner -1 !
> control: tag -1 moreinfo
>
> [ please don't do top posting ]
>
> On Sat, Oct 17, 2015 at 03:26:35PM +0530, Bhuvan Krishna wrote:
>> Fixed all the bugs. Please check the package and suggest any changes.
>>
>> https://mentors.debian.net/package/php-mf2
> Ok, so, some more things, and then we're good:
>
> * you depend on 'php (>=5.3.0)', but 'php' is a metapackage, currently
> * at version 17. what you want is just 'php5' (the version constraint is
>   really useless, debian has 5.3 in old-old-stable).
>   + Actually, you don't really need it at all.  ${misc:Depends} +
> ${phpcomposer:Debian-require} expand to 'php5-cli, php5-common (>=
> 5.3.0)' by themselves, so the 'php' depends is just noise.
> * you got a trailing whitespace at line 2 of d/copyright
>   + while at it, I don't like wasting bytes on pointeless newlines, mind
> removing the lines 9 and 10 of that file, so you have only 1 empty
> line? :)
> * please tell upstream that "MIT" as a license is kinda ambiguos.  What
>   you wrote in d/copyright is better referred to as "Expat".  Then, I
>   don't know if in the php world is used to just call that "MIT".
> * the maintainer is PHP PEAR, don't they mandate the use of a VCS?
>   + I genuinely don't know.
>
>




signature.asc
Description: OpenPGP digital signature


Bug#802298: Update on the bug

2015-12-31 Thread Bhuvan Krishna
Still waiting for a sponsor. Between these are the 2 lintian warnings
showing up for the package. I didn't understand what they mean. Still
trying to find out the meaning of them and fix them.

P: php-htmlawed source: debian-watch-may-check-gpg-signature
P: php-htmlawed: no-upstream-changelog

Regards,
B.



signature.asc
Description: OpenPGP digital signature


Bug#802298: RFS: php-htmlawed/1.1.20-2 [ITP] -- htmLawed PHP code to purify & filter HTML

2015-10-21 Thread Bhuvan Krishna
Hi Gianfranco,

Thanks for the reply. I wrote a mail to php pear team asking them to
look into the project and if possible take it up as a php-pear project.
Hope they will responds.

Thanks again for responding.

Regards,
Bhuvan


On Monday 19 October 2015 05:00 PM, Gianfranco Costamagna wrote:
> Hi,
>
> I'm not a php savvy person, I guess you might have some luck in finding a 
> sponsor
> on the debian php team
> https://qa.debian.org/developer.php?login=pkg-php-ma...@lists.alioth.debian.org
>
> (otherwise I'll try my best to look at the package, but I'm not doing php 
> related stuff
> since two years or so)
>
> cheers,
>
> G.
>
>
>
>
> Il Lunedì 19 Ottobre 2015 9:09, Bhuvan Krishna <bhu...@swecha.net> ha scritto:
> Package: sponsorship-requests
>   Severity: wishlist
>
>   Dear mentors,
>
>   I am looking for a sponsor for my package "php-htmlawed"
>
> * Package name: php-htmlawed
>Version : 1.1.20-2
>Upstream Author : Santosh Patnaik <patn...@bioinformatics.org>
> * URL :
> http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/
> * License : LGPL-3 or GPL-2+
>Section : php
>
>   It builds those binary packages:
>
> php-htmlawed - htmLawed PHP code to purify & filter HTML
>
>   To access further information about this package, please visit the
> following URL:
>
>   http://mentors.debian.net/package/php-htmlawed
>
>
>   Alternatively, one can download the package with dget using this command:
>
> dget -x
> http://mentors.debian.net/debian/pool/main/p/php-htmlawed/php-htmlawed_1.1.20-2.dsc
>
> This package is required for building gnu-social package.
>
>
>   Changes since the last upload:
>
>   Initial release. (Closes: #802038)
>
>
>   Regards,
>Bhuvan Krishna




signature.asc
Description: OpenPGP digital signature


Bug#802298: RFS: php-htmlawed/1.1.20-2 [ITP] -- htmLawed PHP code to purify & filter HTML

2015-10-20 Thread Bhuvan Krishna
Hi Gianfranco & Mattia,

Thanks for the reply. I wrote a mail to php pear team asking them to
look into the project and if possible take it up as a php-pear project.
Hope they will responds. Thanks again for responding.

I put up Debian PHP PEAR Maintainers
<pkg-php-p...@lists.alioth.debian.org> as the Maintainer.

Regards,
Bhuvan


 On Monday 19 October 2015 05:00 PM, Gianfranco Costamagna wrote:
>> Hi,
>>
>> I'm not a php savvy person, I guess you might have some luck in finding a 
>> sponsor
>> on the debian php team
>> https://qa.debian.org/developer.php?login=pkg-php-ma...@lists.alioth.debian.org
>>
>> (otherwise I'll try my best to look at the package, but I'm not doing php 
>> related stuff
>> since two years or so)
>>
>> cheers,
>>
>> G.
>>
>>
>>
>>
>> Il Lunedì 19 Ottobre 2015 9:09, Bhuvan Krishna <bhu...@swecha.net> ha 
>> scritto:
>> Package: sponsorship-requests
>>   Severity: wishlist
>>
>>   Dear mentors,
>>
>>   I am looking for a sponsor for my package "php-htmlawed"
>>
>> * Package name: php-htmlawed
>>Version : 1.1.20-2
>>Upstream Author : Santosh Patnaik <patn...@bioinformatics.org>
>> * URL :
>> http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/
>> * License : LGPL-3 or GPL-2+
>>Section : php
>>
>>   It builds those binary packages:
>>
>> php-htmlawed - htmLawed PHP code to purify & filter HTML
>>
>>   To access further information about this package, please visit the
>> following URL:
>>
>>   http://mentors.debian.net/package/php-htmlawed
>>
>>
>>   Alternatively, one can download the package with dget using this command:
>>
>> dget -x
>> http://mentors.debian.net/debian/pool/main/p/php-htmlawed/php-htmlawed_1.1.20-2.dsc
>>
>> This package is required for building gnu-social package.
>>
>>
>>   Changes since the last upload:
>>
>>   Initial release. (Closes: #802038)
>>
>>
>>   Regards,
>>Bhuvan Krishna
>




signature.asc
Description: OpenPGP digital signature


Bug#802298: RFS: php-htmlawed/1.1.20-2 [ITP] -- htmLawed PHP code to purify & filter HTML

2015-10-19 Thread Bhuvan Krishna
Package: sponsorship-requests
  Severity: wishlist

  Dear mentors,

  I am looking for a sponsor for my package "php-htmlawed"

 * Package name: php-htmlawed
   Version : 1.1.20-2
   Upstream Author : Santosh Patnaik <patn...@bioinformatics.org>
 * URL :
http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/
 * License : LGPL-3 or GPL-2+
   Section : php

  It builds those binary packages:

php-htmlawed - htmLawed PHP code to purify & filter HTML

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

  http://mentors.debian.net/package/php-htmlawed


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

dget -x
http://mentors.debian.net/debian/pool/main/p/php-htmlawed/php-htmlawed_1.1.20-2.dsc

This package is required for building gnu-social package.


  Changes since the last upload:

  Initial release. (Closes: #802038)


  Regards,
   Bhuvan Krishna



signature.asc
Description: OpenPGP digital signature


Bug#798044: RFS: php-mf2/0.2.12-1 [ITP] -- Microformats2 is the simplest way to markup structured information in HTML.

2015-10-17 Thread Bhuvan Krishna
Fixed all the bugs. Please check the package and suggest any changes.

https://mentors.debian.net/package/php-mf2

Regards,
Bhuvan

On Sunday 06 September 2015 03:28 AM, Bhuvan Krishna wrote:
> Hi Gianfranco,
>
> Thanks a lot for reviewing the package I will do the necessary changes
> as suggested. I will make the upper case to lower too as suggested ;)
>
> Regards,
> Bhuvan
>
> On Sunday 06 September 2015 03:19 AM, Gianfranco Costamagna wrote:
>> Hi Bhuvan
>>
>> the packaging looks good to me, however I have some issues that you might 
>> want to address:
>>
>> 1) 
>> override_dh_install:
>> dh_install
>>
>>
>> well, this is funny and useless :)
>>
>> 2) no watch file is usually bad...
>> please add one if possible
>>
>> 3) DH_VERBOSE in the rules file might be disabled, not an issue, just be 
>> sure that you want verbose
>> log by default.
>>
>> 4) debian/install.
>>
>> well, upstream might want to have a custom Makefile for installing stuff
>>
>> 5) copyright: 
>>
>> License: AGPL-3+
>> Released under the GNU Affero General Public License, version 3 or later.
>> See https://www.gnu.org/licenses/agpl.html for terms.
>>
>>
>> I usually prefer the same license as upstream, this way you avoid license 
>> incompatibilities
>> in patch forwarding upstream and you make easier to keep the copyright 
>> updated.
>>
>> moreover the license text should be extended
>> http://sources.debian.net/src/ghostscript/9.16%7Edfsg-2/debian/copyright/?hl=59#L387
>>
>> 6) lintian complains from mentors
>>
>> I composer-package-without-pkg-php-tools-builddep 
>> I description-synopsis-might-not-be-phrased-properly 
>>
>>
>> 7) (something strictly personal)
>> usr/share/php/Mf2
>>
>> I personally do not like Upper Case in Linux, but this is just me, and you 
>> shouldn't diverge
>> on path from upstream.
>>
>> However please consider making it lower case.
>>
>>
>> (note: I have little php knowledge, so I'm not sure I'll be able to sponsor 
>> the package, sorry)
>>
>> cheers,
>>
>> G.
>>
>>
>>
>>
>> Il Venerdì 4 Settembre 2015 21:03, Bhuvan Krishna <bhu...@swecha.net> ha 
>> scritto:
>> Package: sponsorship-requests
>> Severity: wishlist
>>
>> Dear mentors,
>>
>>   I am looking for a sponsor for my package "php-mf2":
>>
>> * Package name: php-mf2
>>Version : 0.2.12
>> Upstream Author : Barnaby Walters <barn...@waterpigs.co.uk>
>> * URL : http://microformats.org/wiki/microformats-2
>> * License : MIT
>>   Programming Lang: PHP
>>
>>
>>   It installs files to /usr/share/php/Mf2
>>
>>   To access further information about this package, please visit the
>> following URL:
>>
>>   http://mentors.debian.net/package/php-mf2
>>
>>
>>   Alternatively, one can download the package with dget using this command:
>>
>>   dget -x
>> http://mentors.debian.net/debian/pool/main/p/php-mf2/php-mf2_0.2.12-1.dsc
>>
>>   More information about hello can be obtained from
>> http://microformats.org/wiki/microformats-2#PHP.
>>
>>   Regards,
>> Bhuvan Krishna
>>
>




signature.asc
Description: OpenPGP digital signature


Bug#798044: RFS: php-mf2/0.2.12-1 [ITP] -- Microformats2 is the simplest way to markup structured information in HTML.

2015-09-05 Thread Bhuvan Krishna
Hi Gianfranco,

Thanks a lot for reviewing the package I will do the necessary changes
as suggested. I will make the upper case to lower too as suggested ;)

Regards,
Bhuvan

On Sunday 06 September 2015 03:19 AM, Gianfranco Costamagna wrote:
> Hi Bhuvan
>
> the packaging looks good to me, however I have some issues that you might 
> want to address:
>
> 1) 
> override_dh_install:
> dh_install
>
>
> well, this is funny and useless :)
>
> 2) no watch file is usually bad...
> please add one if possible
>
> 3) DH_VERBOSE in the rules file might be disabled, not an issue, just be sure 
> that you want verbose
> log by default.
>
> 4) debian/install.
>
> well, upstream might want to have a custom Makefile for installing stuff
>
> 5) copyright: 
>
> License: AGPL-3+
> Released under the GNU Affero General Public License, version 3 or later.
> See https://www.gnu.org/licenses/agpl.html for terms.
>
>
> I usually prefer the same license as upstream, this way you avoid license 
> incompatibilities
> in patch forwarding upstream and you make easier to keep the copyright 
> updated.
>
> moreover the license text should be extended
> http://sources.debian.net/src/ghostscript/9.16%7Edfsg-2/debian/copyright/?hl=59#L387
>
> 6) lintian complains from mentors
>
> I composer-package-without-pkg-php-tools-builddep 
> I description-synopsis-might-not-be-phrased-properly 
>
>
> 7) (something strictly personal)
> usr/share/php/Mf2
>
> I personally do not like Upper Case in Linux, but this is just me, and you 
> shouldn't diverge
> on path from upstream.
>
> However please consider making it lower case.
>
>
> (note: I have little php knowledge, so I'm not sure I'll be able to sponsor 
> the package, sorry)
>
> cheers,
>
> G.
>
>
>
>
> Il Venerdì 4 Settembre 2015 21:03, Bhuvan Krishna <bhu...@swecha.net> ha 
> scritto:
> Package: sponsorship-requests
> Severity: wishlist
>
> Dear mentors,
>
>   I am looking for a sponsor for my package "php-mf2":
>
> * Package name: php-mf2
>Version : 0.2.12
> Upstream Author : Barnaby Walters <barn...@waterpigs.co.uk>
> * URL : http://microformats.org/wiki/microformats-2
> * License : MIT
>   Programming Lang: PHP
>
>
>   It installs files to /usr/share/php/Mf2
>
>   To access further information about this package, please visit the
> following URL:
>
>   http://mentors.debian.net/package/php-mf2
>
>
>   Alternatively, one can download the package with dget using this command:
>
>   dget -x
> http://mentors.debian.net/debian/pool/main/p/php-mf2/php-mf2_0.2.12-1.dsc
>
>   More information about hello can be obtained from
> http://microformats.org/wiki/microformats-2#PHP.
>
>   Regards,
> Bhuvan Krishna
>




signature.asc
Description: OpenPGP digital signature


Bug#798044: RFS: php-mf2/0.2.12-1 [ITP] -- Microformats2 is the simplest way to markup structured information in HTML.

2015-09-04 Thread Bhuvan Krishna
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

  I am looking for a sponsor for my package "php-mf2":

 * Package name: php-mf2
   Version : 0.2.12
Upstream Author : Barnaby Walters <barn...@waterpigs.co.uk>
* URL : http://microformats.org/wiki/microformats-2
* License : MIT
  Programming Lang: PHP


  It installs files to /usr/share/php/Mf2

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

  http://mentors.debian.net/package/php-mf2


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

  dget -x
http://mentors.debian.net/debian/pool/main/p/php-mf2/php-mf2_0.2.12-1.dsc

  More information about hello can be obtained from
http://microformats.org/wiki/microformats-2#PHP.

  Regards,
Bhuvan Krishna



signature.asc
Description: OpenPGP digital signature