diff options
author | Guillaume Friloux <guillaume.friloux@gmail.com> | 2013-12-12 09:12:17 +0100 |
---|---|---|
committer | Guillaume Friloux <guillaume.friloux@gmail.com> | 2013-12-12 09:12:17 +0100 |
commit | ddcbee2dc4ebabc9b74f99c3706f6f8a1083fbe6 (patch) | |
tree | 61b62607b456b483eb2b68905942db5acfb6ac85 | |
parent | f82b668f7b80ada56cc57b79fbf6369aa239a66b (diff) |
Adding first work on debian package
(i hate debian packaging)
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 19 | ||||
-rwxr-xr-x | debian/rules | 8 | ||||
-rw-r--r-- | debian/smman.install | 1 | ||||
-rw-r--r-- | debian/smman/DEBIAN/control | 10 | ||||
-rw-r--r-- | debian/smman/DEBIAN/md5sums | 2 | ||||
-rwxr-xr-x | debian/smman/usr/bin/smman | bin | 0 -> 24424 bytes | |||
-rw-r--r-- | debian/smman/usr/share/doc/smman/changelog.gz | bin | 0 -> 153 bytes | |||
-rwxr-xr-x | debian/tmp/usr/bin/smman | bin | 0 -> 102185 bytes |
10 files changed, 46 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..b1c5f9e --- /dev/null +++ b/debian/changelog | |||
@@ -0,0 +1,5 @@ | |||
1 | smman (1.0.0) stable; urgency=low | ||
2 | |||
3 | * First version of smman from 2010. | ||
4 | |||
5 | -- Guillaume Friloux <guillaume.friloux@aspfrance.com> Tue, 10 Dec 2013 16:15:00 +0100 | ||
diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat | |||
@@ -0,0 +1 @@ | |||
7 | |||
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..267cfc9 --- /dev/null +++ b/debian/control | |||
@@ -0,0 +1,19 @@ | |||
1 | Source: smman | ||
2 | Section: main | ||
3 | Priority: optional | ||
4 | Maintainer: Guillaume Friloux <guillaume.friloux@asp64.com> | ||
5 | Build-Depends: debhelper (>= 7.0.50~) | ||
6 | Standards-Version: 3.8.4 | ||
7 | |||
8 | Package: smman | ||
9 | Section: main | ||
10 | Architecture: any | ||
11 | Depends: ${shlibs:Depends}, libeina1, libecore1, libecore-file1 | ||
12 | Description: SMMan is a logstash replacement in C. it only supports | ||
13 | files as input and elasticsearch as output. | ||
14 | |||
15 | Package: smman-dbg | ||
16 | Section: debug | ||
17 | Priority: extra | ||
18 | Description: Debugging symbols for smman | ||
19 | |||
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..a114c04 --- /dev/null +++ b/debian/rules | |||
@@ -0,0 +1,8 @@ | |||
1 | #!/usr/bin/make -f | ||
2 | include /usr/share/cdbs/1/class/autotools.mk | ||
3 | include /usr/share/cdbs/1/rules/debhelper.mk | ||
4 | |||
5 | #%: | ||
6 | # dh $@ | ||
7 | |||
8 | |||
diff --git a/debian/smman.install b/debian/smman.install new file mode 100644 index 0000000..dd95e40 --- /dev/null +++ b/debian/smman.install | |||
@@ -0,0 +1 @@ | |||
debian/tmp/* | |||
diff --git a/debian/smman/DEBIAN/control b/debian/smman/DEBIAN/control new file mode 100644 index 0000000..94d13ed --- /dev/null +++ b/debian/smman/DEBIAN/control | |||
@@ -0,0 +1,10 @@ | |||
1 | Package: smman | ||
2 | Version: 1.0.0 | ||
3 | Architecture: amd64 | ||
4 | Maintainer: Guillaume Friloux <guillaume.friloux@asp64.com> | ||
5 | Installed-Size: 56 | ||
6 | Depends: libc6 (>= 2.7), libcurl3-gnutls (>= 7.16.2-1), libecore-file1, libecore1, libeina1 (>= 1.0.0~beta) | ||
7 | Section: main | ||
8 | Priority: optional | ||
9 | Description: SMMan is a logstash replacement in C. it only supports | ||
10 | files as input and elasticsearch as output. | ||
diff --git a/debian/smman/DEBIAN/md5sums b/debian/smman/DEBIAN/md5sums new file mode 100644 index 0000000..2d63d85 --- /dev/null +++ b/debian/smman/DEBIAN/md5sums | |||
@@ -0,0 +1,2 @@ | |||
1 | f052cf16d0a32e6106506b33880121f8 usr/bin/smman | ||
2 | ae5fa0490e681f7e458e49ef5affa2fb usr/share/doc/smman/changelog.gz | ||
diff --git a/debian/smman/usr/bin/smman b/debian/smman/usr/bin/smman new file mode 100755 index 0000000..b352dc2 --- /dev/null +++ b/debian/smman/usr/bin/smman | |||
Binary files differ | |||
diff --git a/debian/smman/usr/share/doc/smman/changelog.gz b/debian/smman/usr/share/doc/smman/changelog.gz new file mode 100644 index 0000000..8d7952e --- /dev/null +++ b/debian/smman/usr/share/doc/smman/changelog.gz | |||
Binary files differ | |||
diff --git a/debian/tmp/usr/bin/smman b/debian/tmp/usr/bin/smman new file mode 100755 index 0000000..28b98ec --- /dev/null +++ b/debian/tmp/usr/bin/smman | |||
Binary files differ | |||