Method Summary |
|
public TarFileSet | createControlFileSet() |
public TarFileSet | createDataFileSet() |
public void | execute() |
protected boolean | packageIsUpToDate(String[] files, File dir) Checks whether the package is up to date in relationship to a list of files.
Parameters: files - the files to check Parameters: dir - the base directory for the files. |
protected void | prepareTask(Task task) Prepares a task for execution. |
public void | setBaseDir(File baseDir) This is the base directory to look in for things to include in the data files. |
public void | setDeleteTempFiles(boolean deleteTempFiles) This specifies if the temporary files should get deleted. |
public void | setDestFile(File destFile) Set the name/location of where to create the deb file. |
public void | setIncludeMd5sums(boolean includeMd5sums) This specifies if the MD5 sums of the files in the data section should be
included in the file "md5sums" in the control section. |
public void | setTempDir(File tempDir) This is the temp directory where to create the temporary files. |