Skip to content
Snippets Groups Projects
Commit 5488ac67 authored by Thomas Dudziak's avatar Thomas Dudziak
Browse files

Tweaked debian packaging to be a bit more in line with debian standards

parent 1e6e154d
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
<url>http://spark-project.org/</url> <url>http://spark-project.org/</url>
<properties> <properties>
<deb.install.path>/usr/share/spark</deb.install.path> <deb.pkg.name>spark-${classifier}</deb.pkg.name>
<deb.install.path>/usr/share/spark-${classifier}</deb.install.path>
<deb.user>root</deb.user> <deb.user>root</deb.user>
</properties> </properties>
...@@ -183,7 +184,7 @@ ...@@ -183,7 +184,7 @@
<goal>jdeb</goal> <goal>jdeb</goal>
</goals> </goals>
<configuration> <configuration>
<deb>${project.build.directory}/${project.artifactId}-${classifier}_${project.version}-${buildNumber}_all.deb</deb> <deb>${project.build.directory}/${deb.pkg.name}_${project.version}-${buildNumber}_all.deb</deb>
<attach>false</attach> <attach>false</attach>
<compression>gzip</compression> <compression>gzip</compression>
<dataSet> <dataSet>
......
Package: [[artifactId]] Package: [[deb.pkg.name]]
Version: [[version]]-[[buildNumber]] Version: [[version]]-[[buildNumber]]
Section: misc Section: misc
Priority: extra Priority: extra
Architecture: all Architecture: all
Maintainer: Matei Zaharia <matei.zaharia@gmail.com> Maintainer: Matei Zaharia <matei.zaharia@gmail.com>
Description: spark repl Description: [[name]]
Distribution: development Distribution: development
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment