Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F324282
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 25, 7:57 AM
Size
1 KB
Mime Type
text/x-diff
Expires
Wed, Nov 27, 7:57 AM (1 d, 14 h)
Engine
blob
Format
Raw Data
Handle
156125
Attached To
R89 fluent-plugin-udp-native-sensors
View Options
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
Log In to Comment