[Pkg-jed-commit] r106 - trunk/packages/jed-extra/debian

G. Milde g.milde at web.de
Wed Oct 12 11:06:53 UTC 2005


On 11.10.05, Jörg Sommer wrote:
> Modified:
>    trunk/packages/jed-extra/debian/build-orig.tar_gz
> Log:
> * I've noted after G?\195?\188nthers mail, I've never uploaded my version of
>   build-orig.tar_gz. Here is it. But we should move it into the rules
>   files as target "get-orig-source", because the policy recommends this.


> -wget http://jedmodes.sf.net/cvs/jedmodes.tgz

> +# cvs -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/jedmodes export \
> +#         ${DATE:+-D$DATE} mode

I changed the upstream URL, so that a "semi-permanent" upstream package exists.
Maybe I should give it a version number as well...


> +# dabbrev is in upstream
> +# scrnhelp is superseded by help.sl
> +rm -r dabbrev scrnhelp

See the full list of to-be-excluded files in README.Maintainer
(the ones with either O or X).

> +checker() { sed 1,/^[^%]/p $1 | grep -Eq 'GPL|GNU General Public License'; }

> +    echo "There is at least one file with unsettled copyright"
> +    printf "Continue [y/N] "
> +    read choise
> +    case "$choise" in
> +      y|Y) ;;
> +      *) exit 2;;
> +    esac

Although not all modes include a copyright notice in the actual file, 
http://jedmodes.sourceforge.net/search-dcdata.php?pattern=GNU
shows that most of the "culprits" have an explicit copyright notice in the
accompagnying dcdata.txt metadata file (which is provided by the author).

Jörg, could you run your buildfile and check whether the offending files are
listed there? 

I would really very much like to get rid of any copyright related
interactive questions.


Guenter


-- 
G.Milde web.de



More information about the Pkg-jed-devel mailing list