1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
README.Debian-source for EasyMock
=================================
The download from upstream is a ZIP file which contains:
- src.zip, containing the source files for EasyMock
- tests.zip, containing unit test source and class files
- samples.zip containing sample source and class files
- HTML documentation
- pre-build javadocs
- pre-build JAR file
- Clover results
The debian/get-orig-source.sh script downloads the upstream source that belongs
with this Debian package, and creates the easymock_$VERSION.orig.tar.gz used as
Debian source file. The script does the following:
- unpack the upstream ZIP file to a temporary directory
- unpack src.zip to src/
- unpack tests.zip to tests/ and remove all class files from it
- unpack samples.zip to samples/ and remove all class files from it
- remove the pre-build javadocs and JAR file
- remove the Clover result files
- tar and gzip the result
|