new build rules, same changes as in ticket 12 of mrw-c++; refs #14

This commit is contained in:
Marc Wäckerlin
2015-02-19 08:45:38 +00:00
parent 48e9184f11
commit 72169a5779
16 changed files with 555 additions and 278 deletions

21
debian/control.in vendored Normal file
View File

@@ -0,0 +1,21 @@
Source: @PACKAGE_NAME@
Priority: extra
Maintainer: @AUTHOR@
Build-Depends: debhelper (>= 7), pkg-config, autotools-dev, doxygen, graphviz, lsb-release
Standards-Version: 3.8.1
Section: libs
Homepage: https://dev.marc.waeckerlin.org/projects/libxml-cxx
Package: @PACKAGE_NAME@-dev
Section: libdevel
Architecture: any
Depends: @PACKAGE_NAME@ (= ${binary:Version})
Description: @DESCRIPTION@
@README_DEB@
Package: @PACKAGE_NAME@
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: @DESCRIPTION@
@README_DEB@