On 12-02-15 at 05:43pm, Alessio Treglia wrote: > On Wed, Feb 15, 2012 at 5:28 PM, Jonas Smedegaard <d...@jones.dk> wrote: > > I've adjusted slightly (but kept full credit to you - well deserved!) > > > > Please double-check and feel free to release if you agree. > > Thanks! Could you refresh my memory on how to handle > debian/copyright{,_hints}?
You should not need to do more than read debian/README.source. ...which I have now added, it was missing in libshout ;-) Specifically, just do a normal build and follow the instruction if it spews the following warning: WARNING: The following (and possibly more) new or changed notices discovered: [...] To fix the situation please do the following: 1) Fully compare debian/copyright_hints with debian/copyright_newhints 2) Update debian/copyright as needed 3) Replace debian/copyright_hints with debian/copyright_newhints To avoid that extra roundtrip of a normal build, here's what I typically do (and did this time around too): quilt push -a (verify that none of above was fuzzy) DEB_MAINTAINER_MODE=1 debian/rules pre-build DEB_MAINTAINER_MODE=1 fakeroot debian/rules clean mv -f debian/copyright_newhints debian/copyright_hints git diff (check cnages to copyright_hints and control, and act accordingly) Hope that made sense. - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private
signature.asc
Description: Digital signature
_______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers