Quoting Anthony Towns (2016-08-01 06:25:25)
> I've had a go at packaging 0.12.1, and it seems to have worked. 
> Changes versus the collab-maint repo are at:
> 
>   https://github.com/ajtowns/bitcoin-deb/commits/master
> 
> I had to disable cdbs to get it to build; I hit the same problem 
> Petter saw in Bug#808969. AFAICT cdbs is just used for the license 
> checking so that's not a huge problem; I couldn't figure out a 
> reasonable way of doing the license checking without cdbs though. :-/

Attached script (in active use with asterisk package), placed in debian 
dir and executed from the root dir (just like a rules file) should do 
the trick of tracking copyright and licensing changes separate from 
Debian packaging.

I am working on moving the license-checking routines out of CDBS but 
will take some time still.


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private
#!/bin/sh

# fail if check fails
export DEB_MAINTAINER_MODE=1

# bootstrap if this is first ever copyright-check
test -f debian/copyright_hints | touch debian/copyright_hints

# these may both fail - we want its fallout for further analysis
debian/rules.copyright-check pre-build || true
debian/rules.copyright-check clean || true

Attachment: signature.asc
Description: signature

Reply via email to