aboutsummaryrefslogtreecommitdiff
path: root/repl-bin
diff options
context:
space:
mode:
Diffstat (limited to 'repl-bin')
-rw-r--r--repl-bin/pom.xml5
-rw-r--r--repl-bin/src/deb/control/control4
2 files changed, 5 insertions, 4 deletions
diff --git a/repl-bin/pom.xml b/repl-bin/pom.xml
index 72a946f3d7..0667b71cc7 100644
--- a/repl-bin/pom.xml
+++ b/repl-bin/pom.xml
@@ -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>
diff --git a/repl-bin/src/deb/control/control b/repl-bin/src/deb/control/control
index afadb3fbfe..a6b4471d48 100644
--- a/repl-bin/src/deb/control/control
+++ b/repl-bin/src/deb/control/control
@@ -1,8 +1,8 @@
-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