Page MenuHomeGRNET

No OneTemporary

File Metadata

Created
Mon, Nov 25, 7:57 AM
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..810c53e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-fluent-plugin-udp-native-sensors (0.0.1-1) UNRELEASED; urgency=medium
+
+ * Initial release. (Closes: #XXXXXX)
+
+ -- Alexandros Afentoulis <alexaf.dpkg@bloom.re> Fri, 12 Oct 2018 12:12:18 +0300
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..cdc032f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: ruby-fluent-plugin-udp-native-sensors
+Section: ruby
+Priority: optional
+Maintainer: Alexandros Afentoulis <alexaf.dpkg@bloom.re>
+Build-Depends: debhelper (>= 9~),
+ gem2deb,
+ ruby-simplecov,
+Standards-Version: 3.9.8
+Homepage: https://github.com/Juniper/fluent-plugin-udp-native-sensors
+XS-Ruby-Versions: all
+
+Package: ruby-fluent-plugin-udp-native-sensors
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: ruby-fluent-plugin-udp-native-sensors
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c6142f6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --buildsystem=ruby --with ruby
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

Event Timeline