Re: webcamoid - NEW

2015-11-24 Thread hpfn
Hi,

> wonderful, it was on my radar, I'll wait for a new ping then :)
> 

One package was missing. cowbuilder is running soft now.

http://mentors.debian.net/package/webcamoid
http://mentors.debian.net/debian/pool/main/w/webcamoid/webcamoid_6.2.0-1.dsc


regards,
-- 
Herbert Parentes Fortes Neto (hpfn)



Bug#806158: RFS: schedule/0.3.2-1 [ITP] -- Python job scheduling for humans

2015-11-24 Thread Donncha O'Cearbhaill
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

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

 Package name: schedule
 Version : 0.3.2-1
 Upstream Author : Daniel Bader 
 URL : https://github.com/dbader/schedule/
 License : Expat
 Section : python

It builds those binary packages:

  python-schedule - Job scheduling for humans (Python 2)
  python3-schedule - Job scheduling for humans (Python 3)

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

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


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

  dget -x
http://mentors.debian.net/debian/pool/main/s/schedule/schedule_0.3.2-1.dsc


Regards,
 Donncha O'Cearbhaill



signature.asc
Description: OpenPGP digital signature


Bug#805172: RFS: vim-command-t/1.13-2 [ITP]

2015-11-24 Thread Sam Morris
On Tue, 2015-11-24 at 11:35 +, Craig Small wrote:
> 
> On Mon, Nov 16, 2015 at 1:21 AM Sam Morris  wrote:
> > I am looking for a sponsor for my package "vim-command-t"
> I tried building it but it looks like you are missing a dependency.
> 
> 
> make[1]: Entering directory '/build/vim-command-t-1.13'
> cd ruby/command-t && ruby extconf.rb
> mkmf.rb can't find header files for ruby at
> /usr/lib/ruby/include/ruby.h
> debian/rules:7: recipe for target 'override_dh_auto_configure' failed
> make[1]: *** [override_dh_auto_configure] Error 1
> make[1]: Leaving directory '/build/vim-command-t-1.13'
> debian/rules:4: recipe for target 'build' failed
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> 
>  - Craig

Thanks for letting me know--seems I had ruby2.2-dev still installed on
my machine so didn't notice the missing dependency. I've uploaded 1.13-
3 with the additional build-dependency added.

-- 
Sam Morris 
CAAA AA1A CA69 A83A 892B  1855 D20B 4202 5CDA 27B9



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


Bug#805172: RFS: vim-command-t/1.13-2 [ITP]

2015-11-24 Thread Craig Small
On Mon, Nov 16, 2015 at 1:21 AM Sam Morris  wrote:

> I am looking for a sponsor for my package "vim-command-t"
>
I tried building it but it looks like you are missing a dependency.


make[1]: Entering directory '/build/vim-command-t-1.13'
cd ruby/command-t && ruby extconf.rb
mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h
debian/rules:7: recipe for target 'override_dh_auto_configure' failed
make[1]: *** [override_dh_auto_configure] Error 1
make[1]: Leaving directory '/build/vim-command-t-1.13'
debian/rules:4: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

 - Craig


Announcing a new Debian packaging tool: cme with dpkg plugin

2015-11-24 Thread Dominique Dumont
Hello

cme and its dpkg plugin provide a new tool to to help maintain Debian 
packages. This tool aims to help beginners as well as more experienced Debian 
contributors. "cme" stands "config model editor" and is a generic tool to edit 
configuration files. cme requires plugins like dpkg to work.

What can cme and its dpkg plugin do for you ? 

If you're a beginner or prefer working with a GUI, you can use the graphical 
package file editor: cme provides GUI to let you edit most of the package 
files, 
like control, copyright, patch headers. To launch the GUI, jump in a source 
package directory and run "cme edit dpkg". 

The GUI is great for beginners:
* all available dpkg parameters are shown with in line help
* values entered by user is immediately checked
* modified values, warnings and errors are highlighted with colored icons.
* long text (e.g. license content) can be cut'n'pasted in the GUI
* old dpkg syntax is migrated by cme to newer syntax

If you prefer to edit dpkg files with your favorite editor, you can also use 
cme as a tool to check the content of your files with "cme check dpkg". The 
purpose is similar to lintian's except that the check is done before building 
the package. Note that cme does not replace lintian, you should also run 
lintian whether you use cme or not.

cme can also be used as a command line to modify the content of packaging 
files. 

Here are some examples:

* to add your email address to Uploaders:
  cme modify dpkg-control ~~ "source Uploaders:.push($DEBEMAIL)"
* conversely, to remove your email address from Uploaders:
  cme modify dpkg-control ~~ source Uploaders:-~/$DEBEMAIL/

Using cme is safer than using sed because the modifications will go through cme 
syntax checks.

For more information, using the GUI, more CLI examples, please read:
https://github.com/dod38fr/config-model/wiki/Managing-Debian-packages-with-cme

To install cme for dpkg, run:

  sudo apt-get install cme libconfig-model-dpkg-perl libconfig-model-tkui-perl


All the best

-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org