build fixed

This commit is contained in:
Marc Wäckerlin
2017-03-10 20:42:46 +00:00
parent b1065af9ae
commit ac4a3fa9d6
12 changed files with 318 additions and 1933 deletions

4
debian/changelog.in vendored
View File

@@ -1,5 +1,5 @@
@PACKAGE@ (@PACKAGE_VERSION@~@DISTRO@.@BUILD_NUMBER@) @DISTRO@; urgency=low
* Please see ChangeLog of @PACKAGE@
@DEB_CHANGELOG@
-- @AUTHOR@ @BUILD_DATE@
-- @PACKAGER@ @BUILD_DATE@

8
debian/control.in vendored
View File

@@ -1,12 +1,12 @@
Source: @PACKAGE_NAME@
Priority: extra
Maintainer: @AUTHOR@
Build-Depends: debhelper, subversion, pkg-config, automake, libtool, autotools-dev, lsb-release, doxygen, graphviz, mscgen, nodejs, git, default-jre-headless|default-jre
Maintainer: @PACKAGER@
Build-Depends: debhelper, fakeroot, svn2cl, subversion, subversion-tools, pkg-config, automake, libtool, autotools-dev, pandoc, lsb-release, doxygen, graphviz, mscgen, default-jre-headless|default-jre, nodejs, npm @DEB_BUILD_DEPEND@ @DEB_DEPEND_IFEXISTS@
Package: @PACKAGE_NAME@
Section: web
Section: @DEB_SECTION@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, nodejs, libc-bin, adduser, upstart
Depends: ${shlibs:Depends}, ${misc:Depends}, nodejs, npm @DEB_DEPEND@
Description: @DESCRIPTION@
@README_DEB@

2
debian/rules vendored Normal file → Executable file
View File

@@ -2,7 +2,7 @@
##
## This file has been added:
## - by bootstrap.sh
## - on Sat, 14 November 2015 12:15:40 +0100
## - on Fri, 10 March 2017 21:06:52 +0100
## Feel free to change it or even remove and rebuild it, up to your needs
##
## 1 2 3 4 5 6 7 8

View File

@@ -1,6 +0,0 @@
#!/bin/bash -e
# create user if it doesn't already exist.
if ! getent passwd servicedock >/dev/null; then
adduser servicedock --quiet --system --ingroup docker --no-create-home --home /usr/share/servicedock
fi