new build system

This commit is contained in:
Marc Wäckerlin
2015-05-05 08:30:58 +00:00
parent 2c12481418
commit 0d50554c47
23 changed files with 3662 additions and 163 deletions

4
debian/changelog.in vendored
View File

@@ -1,5 +1,5 @@
@PACKAGE@ (@VERSION@~@DISTRO@.@BUILD_NUMBER@) @DISTRO@; urgency=low
@PACKAGE@ (@PACKAGE_VERSION@~@DISTRO@.@BUILD_NUMBER@) @DISTRO@; urgency=low
* Please see https://dev.marc.waeckerlin.org/redmine/@PROJECT_NAME@
* Please see ChangeLog of @PACKAGE@
-- @AUTHOR@ @BUILD_DATE@

2
debian/compat vendored
View File

@@ -1 +1 @@
8
7

6
debian/control.in vendored
View File

@@ -1,12 +1,10 @@
Source: @PACKAGE_NAME@
Section: devel
Priority: extra
Maintainer: @AUTHOR@
Build-Depends: debhelper (>= 8.0.0), pkg-config, libtool, autotools-dev, doxygen, graphviz, lsb-release, mrw-c++-dev, libxml-cxx-dev, qt5-qmake, libqt5webkit5-dev, qtchooser, qtquick1-5-dev, qtdeclarative5-dev, qtbase5-dev (>=5.2.0)
Standards-Version: 3.9.2
Homepage: https://dev.marc.waeckerlin.org/redmine/@PACKAGE_NAME@
Build-Depends: debhelper, pkg-config, autotools-dev, lsb-release , doxygen, graphviz, mrw-c++-dev, libxml-cxx-dev, qt5-qmake, libqt5webkit5-dev, qtchooser, qtquick1-5-dev, qtdeclarative5-dev, qtbase5-dev (>=5.2.0)
Package: @PACKAGE_NAME@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: @DESCRIPTION@

19
debian/rules vendored Executable file → Normal file
View File

@@ -1,13 +1,10 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
## @id $Id$
#
# This file has been added by bootstrap.sh on Mon, 04 May 2015 16:05:25 +0200
# Feel free to change it or even remove and rebuild it, up to your needs
#
## 1 2 3 4 5 6 7 8
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
%:
dh $@
dh $@

1
debian/webtester.dirs vendored Normal file
View File

@@ -0,0 +1 @@
usr/lib

3
debian/webtester.install vendored Normal file
View File

@@ -0,0 +1,3 @@
usr/bin/*
usr/lib/lib*.so.*
usr/share/doc/webtester/html