updated dependencies

This commit is contained in:
Marc Wäckerlin
2017-02-28 13:16:06 +00:00
parent b58abf70b7
commit 0b8b04d626
5 changed files with 19 additions and 5 deletions

7
debian/control.in vendored
View File

@@ -1,11 +1,12 @@
Source: @PACKAGE_NAME@
Priority: extra
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
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 @DEB_BUILD_DEPEND@ @DEB_DEPEND_IFEXISTS@
Package: @PACKAGE_NAME@
Section: web
Section: @DEB_SECTION@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends} @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 Thu, 05 November 2015 13:54:20 +0100
## - on Tue, 28 February 2017 13:35:04 +0100
## Feel free to change it or even remove and rebuild it, up to your needs
##
## 1 2 3 4 5 6 7 8