[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFS: iulib (2nd attempt)



Hi Jeffrey

First, I'm not a DD!

On Tue, Jun 09, 2009 at 09:42:00PM +0200, Jeffrey Ratcliffe wrote:
> Dear mentors,
> 
> I am looking for a sponsor for my package "iulib".
> 
> * Package name    : iulib
>  Version         : 0.3-1
>  Upstream Author : Thomas Breuel
> * URL             : http://code.google.com/p/iulib/
> * License         : Apache-2.0
>  Section         : graphics
> 
> It builds these binary packages:
> libiulib   - a library of image understanding-related algorithms
> libiulib-dev - a library of image understanding-related algorithms --
> development files

I shortly looked into it, you seem to use a "unmodified" tiny
debian/rule. You should minimize this, by using only a
mini-debian/rule and depend in debian/control on (debhelper >= 7.0.8,
please check the correct version in changelog of debhelper) - it will
look then like:

You also need the dependency on newest quilt for that in
debian/control.

---(debian/rules)-------------------------------------------------------
#!/usr/bin/make -f
%:
	dh --with quilt $@
------------------------------------------------------------------------

As said, this is only a hint on the small dh7 debian/rules :-)

Kind regards
Salvatore

Attachment: signature.asc
Description: Digital signature


Reply to: