summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gevers <elbrus@debian.org>2021-01-01 08:42:27 +0100
committerPaul Gevers <elbrus@debian.org>2021-01-01 08:42:27 +0100
commitb0e53f69cbf73fd07da0e30bf53d8c2609f95d85 (patch)
tree0bf62e6f3def9b316642ddfdbd9fc1e1abd0d19b
parent1ddb0519b4c55a17ccbb39232f2530943efbe107 (diff)
parent0798d31205490ab922708150065ae24ba60999fe (diff)
siridb-connector (2.0.5-2) unstable; urgency=medium
[ Debian Janitor ] * Use secure URI in Homepage field. * Bump debhelper from old 11 to 13. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Use canonical URL in Vcs-Browser. [ Paul Gevers ] * Upload to build on buildd to get .buildinfo file [dgit import unpatched siridb-connector 2.0.5-2]
-rw-r--r--debian/changelog20
-rw-r--r--debian/clean1
-rw-r--r--debian/control33
-rw-r--r--debian/copyright37
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/upstream/metadata5
-rw-r--r--debian/watch4
8 files changed, 105 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..369d1cf
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,20 @@
+siridb-connector (2.0.5-2) unstable; urgency=medium
+
+ [ Debian Janitor ]
+ * Use secure URI in Homepage field.
+ * Bump debhelper from old 11 to 13.
+ * Set debhelper-compat version in Build-Depends.
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+ * Use canonical URL in Vcs-Browser.
+
+ [ Paul Gevers ]
+ * Upload to build on buildd to get .buildinfo file
+
+ -- Paul Gevers <elbrus@debian.org> Fri, 01 Jan 2021 08:42:27 +0100
+
+siridb-connector (2.0.5-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #889548)
+
+ -- Paul Gevers <elbrus@debian.org> Sun, 04 Feb 2018 13:49:35 +0100
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..849ddff
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+dist/
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6da84c2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: siridb-connector
+Section: python
+Priority: optional
+Maintainer: SiriDB Maintainers <team+debian-siridb-packaging-team@tracker.debian.org>
+Uploaders:
+ Jeroen van der Heijden <jeroen@transceptor.technology>,
+ Paul Gevers <elbrus@debian.org>,
+Rules-Requires-Root: no
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-python,
+ python3,
+ python3-setuptools,
+ python3-qpack,
+Homepage: https://siridb.net/
+Vcs-Browser: https://salsa.debian.org/siridb-team/siridb-connector
+Vcs-Git: https://salsa.debian.org/siridb-team/siridb-connector.git
+Standards-Version: 4.1.3
+
+Package: python3-siridb-connector
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
+Description: Python3 interface for the SiriDB time series database server
+ SiriDB is a scalable, robust and fast time series database. Build from the
+ ground up SiriDB uses a mechanism to operate without a global index and allows
+ server resources to be added on the fly. SiriDB's query language includes
+ dynamic grouping of time series for easy analysis over large amounts of time
+ series.
+ .
+ This package provides the Python3 interface.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..210258c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: 2016-2018, Transceptor Technology <info@transceptor.technology>
+License: Expat
+
+Files: debian/*
+Copyright: 2018 Paul Gevers <elbrus@debian.org>
+License: Expat
+
+License: Expat
+ The MIT License
+ .
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated
+ documentation files (the "Software"), to deal in the Software
+ without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to
+ whom the Software is furnished to do so, subject to the
+ following conditions:
+ .
+ The above copyright notice and this permission notice shall
+ be included in all copies or substantial portions of the
+ Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT
+ WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ PURPOSE AND NONINFRINGEMENT. IN NO EVENT
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..641186e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with python3 --buildsystem=pybuild
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)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..21c43ee
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/transceptor-technology/siridb-connector/issues
+Bug-Submit: https://github.com/transceptor-technology/siridb-connector/issues/new
+Repository: https://github.com/transceptor-technology/siridb-connector.git
+Repository-Browse: https://github.com/transceptor-technology/siridb-connector
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a6403b4
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%siridb-connector-$1.tar.gz%" \
+ https://github.com/transceptor-technology/siridb-connector/releases \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz