Browse Source

First tests with debian packages

Yann Weber 7 years ago
parent
commit
6121cbfff5
3 changed files with 23 additions and 0 deletions
  1. 5
    0
      debian/changelog
  2. 13
    0
      debian/control
  3. 5
    0
      debian/rules

+ 5
- 0
debian/changelog View File

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

+ 13
- 0
debian/control View File

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

+ 5
- 0
debian/rules View File

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

Loading…
Cancel
Save