«bootstrapped» with new build environment

This commit is contained in:
Marc Wäckerlin
2015-03-13 16:30:45 +00:00
parent 2b541c0227
commit 6fda6d8c9e
39 changed files with 4536 additions and 3218 deletions

18
debian/control.in vendored Normal file
View File

@@ -0,0 +1,18 @@
Source: @PACKAGE_NAME@
Priority: extra
Maintainer: @AUTHOR@
Build-Depends: debhelper, pkg-config, autotools-dev, lsb-release , doxygen, graphviz, libcppunit-dev, qtbase5-dev | libqt4-dev, qtbase5-dev-tools | qt4-dev-tools
Package: @PACKAGE_NAME@
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: @DESCRIPTION@
@README_DEB@
Package: @PACKAGE_NAME@-dev
Section: libdevel
Architecture: any
Depends: @PACKAGE_NAME@ (= )
Description: @DESCRIPTION@ - Development Package
@README_DEB@