diff --git a/pom.xml b/pom.xml index 3e96a92..9e9c7da 100644 --- a/pom.xml +++ b/pom.xml @@ -93,6 +93,48 @@ + + + jdeb + org.vafer + 1.0 + + + package + + jdeb + + + + + README.md + file + + perm + /usr/share/doc/copkg + + + + ${project.build.directory}/${project.build.finalName}-jar-with-dependencies.jar + copkg.jar + file + + perm + /usr/share/copkg + 0755 + + + + link + /usr/bin/copkg + /usr/share/copkg/copkg.jar + true + + + + + + diff --git a/src/deb/control/control b/src/deb/control/control new file mode 100644 index 0000000..3dc2918 --- /dev/null +++ b/src/deb/control/control @@ -0,0 +1,9 @@ +Package: [[name]] +Version: [[version]] +Section: misc +Priority: optional +Architecture: all +Depends: java7-runtime-headless, jarwrapper +Maintainer: Bjørn Borud +Description: Comoyo package deployment +Distribution: development