On Tue, Sep 29, 2015 at 2:05 AM, Guilhem Moulin wrote: > Moreover upstream has been super reactive on this one and has already > released a new version with some of the fixes you suggested, which also > allowed me to further simplify debian/rules. I just finished the > packaging and uploaded it to d.m.n:
Great :) > dget -x > http://mentors.debian.net/debian/pool/main/n/netmask/netmask_2.4.2-1.dsc I assume you sent the patches upstream. For the uscan OpenPGP support to work, upstream needs to release tarballs (using make distcheck), upload detached OpenPGP signatures and debian/watch needs to contain an pgpsigurlmangle= option. The github releases feature can be used to store the tarballs and detached OpenPGP signatures. The upstream autogen script can be replaced with two lines: #!/bin/sh exec ${AUTORECONF-autoreconf} --install --symlink --force aclocal.m4 is copied in by autotools, so it should be removed from upstream git. $ codespell --quiet-level=3 ./ChangeLog:13: agressively ==> aggressively $ fdupes -q -r . | grep -vE '/(\.(git|svn|bzr|hg|sgdrawer)|_(darcs|FOSSIL_)|CVS)(/|$)' | cat -s ./tests/bounds_dq2 ./tests/bounds_dq6 ./tests/subset_skip ./tests/subset_clean $ licensecheck --check=. --recursive --copyright . | grep -F incorrect ./errors.h: GPL (v2 or later) (with incorrect FSF address) ./main.c: GPL (v2 or later) (with incorrect FSF address) ./errors.c: GPL (v2 or later) (with incorrect FSF address) ./netmask.c: GPL (v2 or later) (with incorrect FSF address) -- bye, pabs https://wiki.debian.org/PaulWise