new debian build

This commit is contained in:
Marc Wäckerlin
2015-07-29 14:35:34 +00:00
parent 4fdc7864c1
commit f312f03e47
13 changed files with 141 additions and 111 deletions

25
debian/control.in vendored
View File

@@ -1,21 +1,18 @@
Source: mrw-c++
Source: @PACKAGE_NAME@
Priority: extra
Maintainer: Marc Wäckerlin (http://marc.waeckerlin.org) <marc@waeckerlin.org>
Build-Depends: @DIST_BUILDDEPENDS@ debhelper (>= 7), pkg-config, autotools-dev, doxygen, graphviz, lsb-release, libiberty-dev | binutils-dev, libboost-thread-dev, zlib1g-dev
Standards-Version: 3.8.1
Section: libs
Homepage: https://dev.marc.waeckerlin.org/projects/mrw-c++
Maintainer: @AUTHOR@
Build-Depends: debhelper, subversion, pkg-config, autotools-dev, lsb-release , doxygen, graphviz, mscgen, libcppunit-dev
Package: mrw-c++-dev
Section: libdevel
Architecture: any
Depends: mrw-c++ (= ${binary:Version})
Description: @DESCRIPTION@ (development package with headers and documentation)
@README_DEB@
Package: mrw-c++
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@ (= ${binary:Version})
Description: @DESCRIPTION@ - Development Package
@README_DEB@