First tests with debian packages
This commit is contained in:
parent
5af21265b0
commit
6121cbfff5
3 changed files with 23 additions and 0 deletions
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal 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
13
debian/control
vendored
Normal 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
5
debian/rules
vendored
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/make -f
|
||||
#DH_VERBOSE = 1
|
||||
DPKG_EXPORT_BUILDFLAGS = 1
|
||||
%:
|
||||
dh $@ --parallel
|
||||
Loading…
Add table
Add a link
Reference in a new issue