org.apache.maven.plugin.deb
Class Dpkg
java.lang.Object
org.apache.maven.plugin.deb.Dpkg
public class Dpkg
- extends 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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dpkg
public Dpkg()
buildPackage
public void buildPackage(File buildDir,
File stageDir,
File debFileName,
boolean useFakeroot)
throws Exception
- Throws:
Exception
Copyright © 2003-2011 Codehaus. All Rights Reserved.