new build system
This commit is contained in:
4
debian/changelog.in
vendored
4
debian/changelog.in
vendored
@@ -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
2
debian/compat
vendored
@@ -1 +1 @@
|
||||
8
|
||||
7
|
||||
|
6
debian/control.in
vendored
6
debian/control.in
vendored
@@ -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
19
debian/rules
vendored
Executable file → Normal 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
1
debian/webtester.dirs
vendored
Normal file
@@ -0,0 +1 @@
|
||||
usr/lib
|
3
debian/webtester.install
vendored
Normal file
3
debian/webtester.install
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
usr/bin/*
|
||||
usr/lib/lib*.so.*
|
||||
usr/share/doc/webtester/html
|
Reference in New Issue
Block a user