initial setup

This commit is contained in:
Marc Wäckerlin
2015-11-10 19:48:38 +00:00
commit a4e5b55c16
36 changed files with 5250 additions and 0 deletions

5
debian/changelog.in vendored Normal file
View File

@@ -0,0 +1,5 @@
@PACKAGE@ (@PACKAGE_VERSION@~@DISTRO@.@BUILD_NUMBER@) @DISTRO@; urgency=low
* Please see ChangeLog of @PACKAGE@
-- @AUTHOR@ @BUILD_DATE@

1
debian/compat vendored Normal file
View File

@@ -0,0 +1 @@
7

18
debian/control.in vendored Normal file
View File

@@ -0,0 +1,18 @@
Source: @PACKAGE_NAME@
Priority: extra
Maintainer: @AUTHOR@
Build-Depends: debhelper, subversion, pkg-config, automake, libtool, autotools-dev, lsb-release , doxygen, graphviz, mscgen, qt5-default | libqt4-core | libqtcore4, qt5-qmake | qt4-qmake, qtbase5-dev | libqt4-dev, qtbase5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools
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}), debhelper, subversion, pkg-config, automake, libtool, autotools-dev, lsb-release , doxygen, graphviz, mscgen, qt5-default | libqt4-core | libqtcore4, qt5-qmake | qt4-qmake, qtbase5-dev | libqt4-dev, qtbase5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools
Description: @DESCRIPTION@ - Development Package
@README_DEB@

2
debian/docs vendored Normal file
View File

@@ -0,0 +1,2 @@
NEWS
README

7
debian/pdfsign-dev.install vendored Normal file
View File

@@ -0,0 +1,7 @@
usr/include/*
usr/lib/lib*.a
usr/lib/lib*.so
usr/lib/pkgconfig/*
usr/lib/*.la
usr/share/pdfsign
usr/share/doc/pdfsign/html

1
debian/pdfsign.install vendored Normal file
View File

@@ -0,0 +1 @@
usr/lib/lib*.so.*

12
debian/rules vendored Normal file
View File

@@ -0,0 +1,12 @@
## @id $Id$
##
## This file has been added:
## - by bootstrap.sh
## - on Tue, 10 November 2015 20:45:44 +0100
## 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 $@