1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
The upstream tarball has been modified as follows, to comply with DFSG:
* All .jar files under contrib directories have been removed since
Debian packages must build with libraries installed on system.
* Directory doc/javadoc was removed since files in that directory
are regenerated during build-time.
* Some .class files were removed, since some can be regenerated
during build-time but others don't, specifically those files were
located in:
svnkit/src/org/tmatesoft/svn/core/internal/io/fs/repcache/
svnkit/src/org/tmatesoft/svn/core/internal/io/svn/sasl/
* Additionally, a convenience copy of javahl was removed from
directory contrib/javahl. Instead of rebuilding this code,
libsvnkit-java recommends libsvn-java.
-- Miguel Landaeta <miguel@miguel.cc> Wed, 10 Mar 2010 19:10:19 -0430
|