This commit is contained in:
Marc Wäckerlin
2015-11-14 11:43:22 +00:00
commit e7c6c6c664
29 changed files with 5087 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

12
debian/control.in vendored Normal file
View File

@@ -0,0 +1,12 @@
Source: @PACKAGE_NAME@
Priority: extra
Maintainer: @AUTHOR@
Build-Depends: debhelper, subversion, pkg-config, automake, libtool, autotools-dev, lsb-release , doxygen, graphviz, mscgen
Package: @PACKAGE_NAME@
Section:
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: @DESCRIPTION@
@README_DEB@

2
debian/docs vendored Normal file
View File

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

12
debian/rules vendored Normal file
View File

@@ -0,0 +1,12 @@
## @id $Id$
##
## This file has been added:
## - by bootstrap.sh
## - on Sat, 14 November 2015 12:15:40 +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 $@