Skip to content
Snippets Groups Projects
Commit 30b47794 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge pull request #340 from tomdz/deb-packaging-tweaks

Tweaked debian packaging to be a bit more in line with debian standards
parents 1e6e154d 5488ac67
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@
<url>http://spark-project.org/</url>
<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>
</properties>
......@@ -183,7 +184,7 @@
<goal>jdeb</goal>
</goals>
<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>
<compression>gzip</compression>
<dataSet>
......
Package: [[artifactId]]
Package: [[deb.pkg.name]]
Version: [[version]]-[[buildNumber]]
Section: misc
Priority: extra
Architecture: all
Maintainer: Matei Zaharia <matei.zaharia@gmail.com>
Description: spark repl
Description: [[name]]
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