org.apache.maven.plugin.deb
Class Dpkg

java.lang.Object
  extended by org.apache.maven.plugin.deb.Dpkg

public class Dpkg
extends java.lang.Object

Builds a DEB package using fakeroot dpkg-deb. This command creates a DEB package in buildDir using the contents of stageDir. This classes assumes that stageDir is going to be a direct descendent of buildDir.

Version:
$Id: Dpkg.java 3255 2007-02-06 21:02:56Z tobrien $
Author:
Trygve Laugstøl

Constructor Summary
Dpkg()
           
 
Method Summary
 void buildPackage(java.io.File buildDir, java.io.File stageDir, java.io.File debFileName, boolean useFakeroot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dpkg

public Dpkg()
Method Detail

buildPackage

public void buildPackage(java.io.File buildDir,
                         java.io.File stageDir,
                         java.io.File debFileName,
                         boolean useFakeroot)
                  throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2010. All Rights Reserved.