Moin, 

> * Add dependency to gnupg|gnupg2 as suggest
> * Add option: opts="pgpmode=self" (there is a place holder now.)
> * Check availability of /usr/bin/gpg or /usr/bin/gpg2 if pgpmode=self
> * match pattern to look for libkolabxml-([\d.]+)\.tar\.(?:gz|xz)\.gpg
>   in http://mirror.kolabsys.com/pub/releases/
> * download the latest libkolabxml-1.1.1.tar.gz.gpg if it is now.
> * run the following to see if authentic and get the tarball
>   F=libkolabxml-1.1.1.tar.gz && gpg -o ${F%.gpg} --decrypt $F
> * Ensure to find generated file ${F%.gpg} (or ${F%.asc} ...) and
>   run mk-origtargz to get libkolabxml_1.1.1.orog.tar.gz from it.
> 
> Is this what you wish?  If so this is very simple and will be added to
> a multitar branch commit in near future.

sounds like that what I had in mind.

regards,

sandro

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
devscripts-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Reply via email to