1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Sozi sources for Debian
-----------------------
Upstream does not release sozi source tarball with the preferred form
for making modifications to it, so the source was checkouted from git
based on the release timestamp.
The editors/svg-edit directory is stripped during the repackaging
process, because it contains minified javascript and it not used
anywhere in the sozi inkscape extension.
Upstream uses `juicer' to minify the css and js files, which is not
yet in Debian, so the Makefile was patched to use yui-compressor for
now.
-- Kan-Ru Chen <koster@debian.org>, Tue, 12 Jun 2012 17:37:39 +0800
|