new debian build
This commit is contained in:
25
debian/control.in
vendored
25
debian/control.in
vendored
@@ -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@
|
||||
|
Reference in New Issue
Block a user