[Pkg-freeipa-devel] python-jwcrypto: Changes to 'master'
Timo Aaltonen
tjaalton at moszumanska.debian.org
Sat Oct 3 05:06:41 UTC 2015
debian/changelog | 2 +-
debian/control | 9 ++++++---
debian/patches/drop-doc-files.diff | 14 --------------
debian/patches/series | 1 -
debian/rules | 4 +++-
5 files changed, 10 insertions(+), 20 deletions(-)
New commits:
commit d72e4b52d688f7229bec1a5372c66551bab9b8c0
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Fri Oct 2 20:47:36 2015 +0300
close ITP bug
diff --git a/debian/changelog b/debian/changelog
index 8ff4fa2..d28005c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
python-jwcrypto (0.2.1-1) unstable; urgency=low
- * Initial upload. (Closes: #)
+ * Initial upload. (Closes: #800702)
-- Timo Aaltonen <tjaalton at debian.org> Fri, 02 Oct 2015 09:24:49 +0300
commit e7585c45603a02681325552a66b0c0ca14d90f10
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Fri Oct 2 20:47:26 2015 +0300
rework removing files a bit
diff --git a/debian/patches/drop-doc-files.diff b/debian/patches/drop-doc-files.diff
deleted file mode 100644
index c691d0d..0000000
--- a/debian/patches/drop-doc-files.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Installing data files is handled elsewhere
-
-diff --git a/setup.py b/setup.py
-index 0d8ac1b..216598d 100755
---- a/setup.py
-+++ b/setup.py
-@@ -20,6 +20,6 @@ setup(
- 'Topic :: Security',
- 'Topic :: Software Development :: Libraries :: Python Modules'
- ],
-- data_files = [('share/doc/jwcrypto', ['LICENSE', 'README.md'])],
-+# data_files = [('share/doc/jwcrypto', ['LICENSE', 'README.md'])],
- )
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 0f74adc..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-drop-doc-files.diff
diff --git a/debian/rules b/debian/rules
index caae8b0..fafb970 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,4 +9,6 @@ export PYBUILD_NAME=jwcrypto
override_dh_auto_install:
dh_auto_install
rm -rf debian/python*-jwcrypto/usr/lib/python*/dist-packages/jwcrypto-*.egg-info
- rm -rf debian/python*-jwcrypto/usr/lib/python*/dist-packages/jwcrypto/tests*.py
+ find $(CURDIR)/debian/python* -name 'tests*.py' -exec rm '{}' ';'
+ find $(CURDIR)/debian/python* -name 'LICENSE' -exec rm '{}' ';'
+ find $(CURDIR)/debian/python* -name 'README.md' -exec rm '{}' ';'
commit 77622fdbe4154f31a426ad0cc70d5e51b5547b19
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Fri Oct 2 14:46:43 2015 +0300
add python-cryptography to depends
diff --git a/debian/control b/debian/control
index 82d18b3..93cf9c6 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,8 @@ Homepage: https://github.com/simo5/jwcrypto
Package: python-jwcrypto
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends},
+ python-cryptography,
Description: Python implementation of JOSE Web standards
This python module implements JWK,JWS,JWE specifications using
python-cryptography.
@@ -30,7 +31,8 @@ Description: Python implementation of JOSE Web standards
Package: python3-jwcrypto
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends},
+ python3-cryptography,
Description: Python3 mplementation of JOSE Web standards
This python module implements JWK,JWS,JWE specifications using
python-cryptography.
commit d26123d66da8d6cd240ff4e32710159393f73d72
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Fri Oct 2 13:36:46 2015 +0300
fix maintainer address
diff --git a/debian/control b/debian/control
index 44a7bc7..82d18b3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,6 @@
Source: python-jwcrypto
-Maintainer: Timo Aaltonen <tjaalton at debian.org>
+Maintainer: Debian FreeIPA Team <pkg-freeipa-devel at lists.alioth.debian.org>
+Uploaders: Timo Aaltonen <tjaalton at debian.org>
Section: python
Priority: optional
Build-Depends:
More information about the Pkg-freeipa-devel
mailing list