Re: hdparm needs a new maintainer

2016-03-02 Thread Ivan Gimenez
Hi Alex

Sorry if the question is dumb...
Just cloned and while trying to build the package I got

igimenez@debian:~/debian/hdparm$ gbp buildpackage --git-ignore-new
[...]
Now signing changes and any dsc files...
 signfile hdparm_9.48-1.dsc Alexandre Mestiashvili <
a...@biotec.tu-dresden.de>
gpg: skipped "Alexandre Mestiashvili ": secret
key not available
gpg: /tmp/debsign.I9P72zOS/hdparm_9.48-1.dsc: clearsign failed: secret key
not available
debsign: gpg error occurred!  Aborting
debuild: fatal error at line 1295:
running debsign failed
gbp:error: 'debuild -i -I' failed: it exited with 29

Does your changes require signing them or am I missing something ?

Regards
Ivan

On Wed, Mar 2, 2016 at 12:23 AM, Ivan Gimenez 
wrote:

>  Alex
>
> Impressive upload. I have already checked out and I am starting to
> understand how the gpb packager works out.
> Thx for the links
>
> Regards
> Ivan
>
> On Tue, Mar 1, 2016 at 7:57 PM, Alex Mestiashvili 
> wrote:
>
>> On 03/01/2016 06:11 PM, Raphael Hertzog wrote:
>> > Hello,
>> >
>> > On Tue, 01 Mar 2016, Alex Mestiashvili wrote:
>> >> As there are at least 3 persons ( including me :) ) interesting in the
>> >> package, I think it will be a good use case for a collab-maint
>> repository.
>> >> Further I suggest to use gbp [0] and also switch to debhelper.
>> >>
>> >> I've played a bit already with the package and ready to push the first
>> >> draft.
>> >>
>> >> Shell I go ahead and create the collab-main/hdparm.git ?  ( hope I
>> still
>> >> have the rights for it )
>> >
>> > Sure, go ahead. Feel free to mail/cc me when you have a package ready to
>> > upload. I might be able to find the time to review and upload it...
>> >
>> > Cheers,
>> >
>>
>> Here is the repository for hdparm:
>>
>>  http://anonscm.debian.org/cgit/collab-maint/hdparm.git
>>
>> It's half baked so far, please feel free to contribute,
>> the gpb intro: https://wiki.debian.org/PackagingWithGit
>> CollabMaint: https://wiki.debian.org/Teams/CollabMaint
>>
>> Regards,
>> Alex
>>
>>
>>
>


Re: hdparm needs a new maintainer

2016-03-02 Thread Jonathan Dowland
On Wed, Mar 02, 2016 at 10:11:59AM +0100, Ivan Gimenez wrote:
> Hi Alex
> 
> Sorry if the question is dumb...
> Just cloned and while trying to build the package I got
snip
> gpg: skipped "Alexandre Mestiashvili ": secret
> key not available
snip
> Does your changes require signing them or am I missing something ?

This is normal for Debian packages. Add '-us -uc' to the gbp command-line
options to skip signing.



Re: hdparm needs a new maintainer

2016-03-02 Thread Ivan Gimenez
Excellent point Ginfranco

That will help me for sure when I had all the changes on package
ready to upload. I was trying to build it for testing purposes, so as my
very much appreciated debian mentor told me, adding the options -us -uc
 would suffice.


Regards
Ivan


On Wed, Mar 2, 2016 at 10:57 AM, Gianfranco Costamagna <
costamagnagianfra...@yahoo.it> wrote:

> Hi,
>
> >igimenez@debian:~/debian/hdparm$ gbp buildpackage --git-ignore-new
> [...]
> running debsign failed
>
>
> yes, you have to sign them.
> By default the key is searched with a match on the debian/changelog last
> entry.
> You can override it by exporting
> export DEBEMAIL='youremail'
> export DEBFULLNAME='name surname'
> export DEBSIGN_KEYID='key fingerprint'
> export DEB_SIGN_KEYID='key fingerprint'
>
> on your bashrc file.
>
> this way you can sign with no issues and your key changes file with a
> signature
> from somebody else
> (e.g. your sponsor will have to do it)
>
> cheers,
>
> G.
>


Re: hdparm needs a new maintainer

2016-03-02 Thread Gianfranco Costamagna
Hi,

>igimenez@debian:~/debian/hdparm$ gbp buildpackage --git-ignore-new
[...]
running debsign failed


yes, you have to sign them.
By default the key is searched with a match on the debian/changelog last entry.
You can override it by exporting
export DEBEMAIL='youremail'
export DEBFULLNAME='name surname'
export DEBSIGN_KEYID='key fingerprint'
export DEB_SIGN_KEYID='key fingerprint'

on your bashrc file.

this way you can sign with no issues and your key changes file with a signature
from somebody else
(e.g. your sponsor will have to do it)

cheers,

G.



Bug#816506: ITP: ruby-certificate-authority -- Managing the core functions outlined in RFC-3280 for PKI

2016-03-02 Thread Sebastien Badia
Package: wnpp
Severity: wishlist
Owner: Sebastien Badia 

* Package name: ruby-certificate-authority
  Version : 0.1.6
  Upstream Author : Chris Chandler 
* URL : https://github.com/cchandler/certificate_authority
* License : MIT
  Programming Lang: Ruby
  Description : Managing the core functions outlined in RFC-3280 for PKI

 CertificateAuthority provide a programmer-friendly implementation of all the
 basic functionality contained in RFC-3280 to implement your own certificate
 authority.
 .
 This tool allow to generate root certificates, intermediate certificates, and
 terminal certificates; and also generate/manage Certificate Revocation Lists
 (CRLs) and Online Certificate Status Protocol (OCSP) messages.


This package is a new test dependency of ruby-http, and we are going to mainain
it inside the ruby-team.

Cheers,

Seb



Bug#816514: ITP: growl-for-linux -- Growl implementation for Linux

2016-03-02 Thread HAYASHI Kentaro
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

   Package name: growl-for-linux
Version: 0.8.1
Upstream Author: Yasuhiro Matsumoto 
URL: https://github.com/mattn/growl-for-linux
License: BSD-2-clause
Description: Growl implementation for Linux



Re: hdparm needs a new maintainer

2016-03-02 Thread Troy Benjegerdes
This might also be of interest to package/maintain/integrate:

https://github.com/Drive-Trust-Alliance/sedutil

I saw a comment about the --security arguments to hdparm being
somewhat unreliable.


On Tue, Mar 01, 2016 at 05:02:32PM +0100, Ivan Gimenez wrote:
> Hi
> 
> For me it is ok, I am just a newbie in packaging.
> 
> I have received help from a debian mentor Anibal Montalve Salazar <
> ani...@debian.org>, but I got no references for gbp
>  (yet another Debian packaging toolchain ? )
> 
> what is exactly a collab-maint repository,  a Git repo for the package host
> somewhere ?
> 
> 
> I am ok with whatever, Plz go ahead creating the repo (if have permissions).
> 
> 
> Regards
> Ivan
> 
> 
> On Tue, Mar 1, 2016 at 4:48 PM, Alex Mestiashvili 
> wrote:
> 
> > On 03/01/2016 10:13 AM, Raphael Hertzog wrote:
> > > Hello,
> > >
> > > hdparm is a popular package which has been recently orphaned (see
> > > #816168). It provides an udeb so it might be needed/useful in the context
> > > of debian-installer too. There are multiple reverse dependencies too.
> > >
> > > There are 4 RC bugs against it and a new upstream release waiting to be
> > > packaged.
> > >
> > > It would be nice if some people could take over the package and bring it
> > > back to shape. Ccing debian-mentors since new contributors are likely to
> > > follow that list.
> > >
> > > https://tracker.debian.org/pkg/hdparm
> > >
> > > The package description is:
> > >  Get/set device parameters for Linux SATA/IDE drives.
> > >  Primary use is for enabling irq-unmasking and IDE multiplemode.
> > >
> > > Thank you,
> > >
> >
> >
> > Hi All,
> >
> > As there are at least 3 persons ( including me :) ) interesting in the
> > package, I think it will be a good use case for a collab-maint repository.
> > Further I suggest to use gbp [0] and also switch to debhelper.
> >
> > I've played a bit already with the package and ready to push the first
> > draft.
> >
> > Shell I go ahead and create the collab-main/hdparm.git ?  ( hope I still
> > have the rights for it )
> >
> > Regards,
> > Alex
> >
> > [0] https://wiki.debian.org/PackagingWithGit
> >
> >
> >
> >

-- 

Troy Benjegerdes 'da hozer'  ho...@hozed.org
7 elements  earth::water::air::fire::mind::spirit::soulgrid.coop

  Never pick a fight with someone who buys ink by the barrel,
 nor try buy a hacker who makes money by the megahash



Bug#816557: ITP: gspell -- spell-checking library for GTK

2016-03-02 Thread Tanguy Ortolo
Package: wnpp
Severity: wishlist
Owner: Tanguy Ortolo 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: gspell
  Version : 0.2.4-1
  Upstream Author : Sébastien Wilmet 
* URL : https://wiki.gnome.org/Projects/gspell
* License : LGPL-2.1+
  Programming Lang: C
  Description : spell-checking library for GTK

gspell provides a flexible API to add spell checking to a GTK+
application.

This library was adapted from gedit's spell splugin by Sébastien Wilmet
for his application LaTeXila, as described in this blog post [1]. Since
then, it has become a dependency of LaTeXila and therefore needs to be
packaged.

[1] 
https://blogs.gnome.org/swilmet/2015/09/16/introducing-gspell-a-new-spell-checking-library/

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCgAGBQJW12gIAAoJEOryzVHFAGgZEKoP/3l0iKeQFW4lGZt/1Lh7mqy1
3NO3meHh7ik792d5aC4CfhY0DjTU+u6CIOOalIgxa4ipB0WjswMSWc6wXgRPtPY8
qu1zRQijlO/8z1CIK8LNOCxuQkjn2jrOOr53bwh2mBNwvzvHUCB7ARJEOFMVSzrX
K3EvDdpok/rcq28mFAq2Ql/wLJlBN0TKmXH5nYWsPyqJiLe0cEKhCQ8PMjve6hwi
Uz70ZKnpsxk3wAMprXJohIehiJYkUA06ZAvFgdCOTBWaEmoeGnQ0rHh9Q2BqGnjK
rV3cskc4PQ8AjeCvf6OxXvWf7+5FTaYsr5ES9tpypgN0RwAo29p5oa3aHWDSYnUt
GPFzME8IEGVJbsnqDoKPUmrCGLuM+5zkX88b9MtBZvHmIjcgGJM1iqXd7Whs4SiL
4f5v6QeU6prDQbXu2TlKjAGlk+j56j00wode4OfuID85L8BvKfrP9TJczjXKgmBl
Gd1eTTc263H7Q3AZeeRlAs9IPN4Tbasn6/dorSjheF5ObEhJncqMOxT889EnC0Hl
/JpWr6na1bmUHLytzuRugSTsNcxeK0Q1I+Zkqs9vr0Iuscbj6PVhLaphXPSPr2Zy
Uo02kr/Q99xrjMzJIikeD9reonWUqKzAY4WMXqvdx4HOKP6OYSXhGf59MG3WF+LI
seu8KMJVC8ZUCfXanQM/
=ndHF
-END PGP SIGNATURE-