First tests with debian packages

This commit is contained in:
Yann Weber 2017-04-24 16:58:22 +02:00
commit 6121cbfff5
3 changed files with 23 additions and 0 deletions

5
debian/changelog vendored Normal file
View file

@ -0,0 +1,5 @@
ttail (0.0.1) UNRELEASED; urgency=medium
* Initial release.
-- Yann Weber <yann.weber@member.fsf.org> Mon, 24 Apr 2017 16:43:09 +0200

13
debian/control vendored Normal file
View file

@ -0,0 +1,13 @@
Source: ttail
Section: utils
Priority: extra
Maintainer: Yann Weber <yann.weber@member.fsf.org>
Build-Depends: debhelper (>=9), autotools-dev
Standards-Version: 0.0.1
Homepage: https://git.yannweb.net/yannweb/ttail
Package: ttail
Architecture: any
Description: Output loglines given date min/max and a dateformat

5
debian/rules vendored Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/make -f
#DH_VERBOSE = 1
DPKG_EXPORT_BUILDFLAGS = 1
%:
dh $@ --parallel