migrated to git, tested for rpm and deb

This commit is contained in:
Marc Wäckerlin
2018-07-18 13:43:57 +02:00
parent dd863ee96e
commit 88f95cc29c
21 changed files with 495 additions and 376 deletions

4
debian/changelog.in vendored
View File

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

8
debian/control.in vendored
View File

@@ -1,12 +1,12 @@
Source: @PACKAGE_NAME@
Priority: extra
Maintainer: @AUTHOR@
Build-Depends: debhelper, subversion, pkg-config, automake, libtool, autotools-dev, lsb-release , doxygen, graphviz, mscgen, texinfo
Maintainer: @PACKAGER@
Build-Depends: debhelper, fakeroot, git2cl, git, pkg-config, automake, libtool, autotools-dev, pandoc, lsb-release, doxygen, graphviz, mscgen, default-jre-headless|default-jre @DEB_BUILD_DEPEND@ @DEB_DEPEND_IFEXISTS@
Package: @PACKAGE_NAME@
Section: admin
Section: @DEB_SECTION@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends} @DEB_DEPEND@
Description: @DESCRIPTION@
@README_DEB@

2
debian/docs vendored
View File

@@ -1,2 +1,2 @@
NEWS
README
README.md

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

@@ -2,7 +2,7 @@
##
## This file has been added:
## - by bootstrap.sh
## - on Thu, 05 November 2015 18:44:08 +0100
## - on Wed, 18 July 2018 10:47:32 +0200
## Feel free to change it or even remove and rebuild it, up to your needs
##
## 1 2 3 4 5 6 7 8