Re: hdparm needs a new maintainer
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
Re: hdparm needs a new maintainer
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
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
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
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
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
On Tue, Mar 1, 2016 at 8:24 PM, Tobias Frost wrote: > Am Dienstag, den 01.03.2016, 19:57 +0100 schrieb Alex Mestiashvili: > > 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 > > > > > > Hi Alex, > > great thing, though could you import the complete history via > gbp import-dscs --debsnap? > > Thanks! > > (If there is a need for sponsoring, I'll also volunteer, just ping me > if required) > > -- > tobi > Hi Tobias, Done, great feature, though I should have done that in the beginning, now I just checked out the latest work on top of the history commits. Hope that's fine. Regards, Alex
Re: hdparm needs a new maintainer
Am Dienstag, den 01.03.2016, 19:57 +0100 schrieb Alex Mestiashvili: > 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 > > Hi Alex, great thing, though could you import the complete history via gbp import-dscs --debsnap? Thanks! (If there is a need for sponsoring, I'll also volunteer, just ping me if required) -- tobi
Re: hdparm needs a new maintainer
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
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, -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: http://www.freexian.com/services/debian-lts.html Learn to master Debian: http://debian-handbook.info/get/
Re: hdparm needs a new maintainer
On 01/03/16, 05:02pm, 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 ? ) Yes: https://wiki.debian.org/PackagingWithGit > > what is exactly a collab-maint repository, a Git repo for the package host > somewhere ? Yes: https://wiki.debian.org/Alioth/CollabMaintImport?highlight=%28CategoryAlioth%29 and https://wiki.debian.org/Alioth/Git?highlight=%28CategoryAlioth%29 -- ⨳ PGP 0x13EC43EEB9AC8C43 ⨳ https://ghostbar.co signature.asc Description: PGP signature
Re: hdparm needs a new maintainer
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
Re: hdparm needs a new maintainer
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 > > > >
Re: hdparm needs a new maintainer
> 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. I'm also interested in helping out. I'm not a DD but have Debian packaging experience. Just not in the context of the larger Debian environment. ...Juerg > 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, > -- > Raphaël Hertzog ◈ Debian Developer > > Support Debian LTS: http://www.freexian.com/services/debian-lts.html > Learn to master Debian: http://debian-handbook.info/get/ > -- Juerg Haefliger Hewlett Packard Enterprise
Re: hdparm needs a new maintainer
Hi I would like to help. I am an experienced software developer (C/C++) but have no experience in packaging. I don't know if hdparm is hard to package for a newbie mantainer, so If someone can mentor me on that part I would gladly adopt the package. Regards Ivan On Tue, Mar 1, 2016 at 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, > -- > Raphaël Hertzog ◈ Debian Developer > > Support Debian LTS: http://www.freexian.com/services/debian-lts.html > Learn to master Debian: http://debian-handbook.info/get/ > >
hdparm needs a new maintainer
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, -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: http://www.freexian.com/services/debian-lts.html Learn to master Debian: http://debian-handbook.info/get/