summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2017-02-07 21:48:06 +0100
committerAndrew Shadura <andrewsh@debian.org>2017-02-07 21:58:09 +0100
commit44f5a8d381912d3aab45b0d252d679d174a8cc2a (patch)
tree20c19c0f893a05b36f71afe5253a4a86cfe19942 /debian
parent35f29cba23fc56f87acaff1741ec8d921db0c59f (diff)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control41
-rw-r--r--debian/copyright25
-rwxr-xr-xdebian/rules6
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/options1
-rw-r--r--debian/watch3
8 files changed, 83 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ca07e3c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-unpaddedbase64 (1.1.0-1) unstable; urgency=low
+
+ * Initial upload.
+
+ -- Andrew Shadura <andrewsh@debian.org> Tue, 07 Feb 2017 21:47:56 +0100
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..d54974b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+Source: python-unpaddedbase64
+Maintainer: Andrew Shadura <andrewsh@debian.org>
+Section: python
+Priority: optional
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-3),
+ python-setuptools (>= 0.6.24),
+ python3-all,
+ python3-setuptools (>= 0.6.24)
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.7
+
+Package: python-unpaddedbase64
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends}
+Description: unpadded Base64 implementation in Python
+ A module to encode and decode Base64 without "=" padding.
+ .
+ RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes
+ using "=" characters. However this conveys no benefit so many protocols choose
+ to use Base64 without the "=" padding.
+ .
+ This package is for Python 2.
+
+Package: python3-unpaddedbase64
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends}
+Description: unpadded Base64 implementation in Python 3
+ A module to encode and decode Base64 without "=" padding.
+ .
+ RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes
+ using "=" characters. However this conveys no benefit so many protocols choose
+ to use Base64 without the "=" padding.
+ .
+ This package is for Python 3.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c23a624
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Mark Haines <mjark@negativecurvature.net>
+
+Files: *
+Copyright: 2014-2015 OpenMarket Ltd
+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 License,
+ version 2.0 can be found in ‘/usr/share/common-licenses/Apache-2.0’.
+
+
+Files: debian/*
+Copyright: 2017 Andrew Shadura <andrewsh@debian.org>
+License: Apache-2.0
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e544c9d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=unpaddedbase64
+
+%:
+ dh $@ --with python2,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/source/options b/debian/source/options
new file mode 100644
index 0000000..4d82e22
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="\.egg-info" \ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0c4d883
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts=uversionmangle=s/(rc|a|b|c)/~$1/,filenamemangle=s/(?:.*?)?v?(\d[\d.]*)(@ARCHIVE_EXT@)/@PACKAGE@-$1$2/ \
+https://github.com/matrix-org/@PACKAGE@/releases .*/v?(.*)@ARCHIVE_EXT@