1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
xmds2 source for Debian
=======================
In order to make the package compliant with the Debian Free Software
Guidelines, The following files have been stripped from the original
tarball:
xpdeint/support/trang.jar
xpdeint/waf/waflib/__pycache__
xpdeint/waf_extensions/__pycache__
xpdeint/Vectors/VectorInitialisationFromXSIL.py
Also, the whole documentation directory has been removed. The
documentation for xmds2 is now built from source. The files are
downloaded from the upstream SVN repository:
https://sourceforge.net/p/xmds/code/HEAD/tree/trunk/xpdeint/admin/userdoc-source/
There is a target in debian/rules, named get-userdoc-tarball, for
generating the extra tarball for the userdoc sources. After running
this target, a file xmds2-userdoc.tar.xz will be created in the
current directory. This file must be renamed
xmds2_<version>.orig-userdoc.tar.xz and be put in the same directory
of the main upstream tarball xmds2_<version>.orig.tar.xz.
Inclusion in the Git repository should be is done with
git-buildpackage:
gbp import-orig xmds2_<version>.orig.tar.xz --component=userdoc
-- Rafael Laboissière <rafael@debian.org> Fri, 04 Nov 2022 21:56:10 +0200
|