summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-12-23 09:54:35 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2018-12-23 09:57:48 +0100
commit0a8cf7ad9e679b196cedc90d327c8a7fbb197b83 (patch)
tree1ec1f83108bee19a50381e262ec2dfdd681f535f
parenta54639f0628acd914be9db6b77e35c76d317d7c3 (diff)
Added debian dir
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control24
-rw-r--r--debian/copyright28
-rw-r--r--debian/gbp.conf2
-rw-r--r--debian/python3-voluptuous-serialize.docs1
-rwxr-xr-xdebian/rules8
-rw-r--r--debian/source/format1
-rw-r--r--debian/upstream/metadata6
-rw-r--r--debian/watch2
10 files changed, 78 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..08e8335
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+voluptuous-serialize (2.0.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #916955)
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Fri, 21 Dec 2018 20:01:06 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d91e879
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: voluptuous-serialize
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
+Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
+Build-Depends: debhelper (>= 11),
+ dh-python,
+ python3-all,
+ python3-setuptools
+Standards-Version: 4.2.1
+Vcs-Browser: https://salsa.debian.org/python-team/modules/voluptuous-serialize
+Vcs-Git: https://salsa.debian.org/python-team/modules/voluptuous-serialize.git
+Homepage: https://github.com/balloob/voluptuous-serialize
+
+
+Package: python3-voluptuous-serialize
+Architecture: all
+Depends: ${python3:Depends},
+ ${misc:Depends}
+Description: Code for converting voluptuous schemas to Python dictionaries
+ x
+ x
+ .
+ x
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fd7fb3d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: voluptuous-serialize
+Source: https://github.com/balloob/voluptuous-serialize
+
+Files: *
+Copyright: 2016-2018 Paulus Schoutsen <balloob@gmail.com>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2018 Ruben Undheim <ruben.undheim@gmail.com>
+License: Apache-2.0
+
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache-2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/python3-voluptuous-serialize.docs b/debian/python3-voluptuous-serialize.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/python3-voluptuous-serialize.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..19743a7
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_auto_clean:
+ dh_auto_clean
+ $(RM) -r voluptuous_serialize.egg-info
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..4609cdc
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/balloob/voluptuous-serialize/issues
+Bug-Submit: https://github.com/balloob/voluptuous-serialize/issues/new
+Name: voluptuous-serialize
+Repository: https://github.com/balloob/voluptuous-serialize.git
+Repository-Browse: https://github.com/balloob/voluptuous-serialize
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9caa856
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/balloob/voluptuous-serialize/releases /balloob/voluptuous-serialize/archive/(\d\S+)\.tar\.(?:bz2|gz|xz)