Merge lp:~ddellav/ubuntu/wily/python-pysaml2/debian-merge into lp:ubuntu/wily/python-pysaml2

Proposed by David Della Vecchia
Status: Needs review
Proposed branch: lp:~ddellav/ubuntu/wily/python-pysaml2/debian-merge
Merge into: lp:ubuntu/wily/python-pysaml2
Diff against target: 99 lines (+35/-5)
5 files modified
debian/changelog (+26/-0)
debian/control (+1/-2)
debian/gbp.conf (+1/-1)
debian/rules (+6/-1)
debian/watch (+1/-1)
To merge this branch: bzr merge lp:~ddellav/ubuntu/wily/python-pysaml2/debian-merge
Reviewer Review Type Date Requested Status
Corey Bryant Pending
Review via email: mp+268374@code.launchpad.net

Description of the change

Merging in changes from Debian

To post a comment you must log in.
Revision history for this message
Corey Bryant (corey.bryant) wrote :

Hey DDV, Just a couple of comments. One inline below in the changelog. Can you also get rid of the delta we have in gbp.conf? And might as well update debian/watch since it doesn't work as is (e.g. try uscan to get the original source tarball). You can update it to be similar to: https://wiki.debian.org/Python/LibraryStyleGuide#debian.2Fwatch (pypi.debian.net).

7. By David Della Vecchia

Merging changes to gbp.conf

8. By David Della Vecchia

Merging watch file. Adding entry to changelog.

9. By David Della Vecchia

Fixing stupid changelog formatting issue

Unmerged revisions

9. By David Della Vecchia

Fixing stupid changelog formatting issue

8. By David Della Vecchia

Merging watch file. Adding entry to changelog.

7. By David Della Vecchia

Merging changes to gbp.conf

6. By David Della Vecchia

Merging changes from debian upstream

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-03-23 13:33:26 +0000
3+++ debian/changelog 2015-08-20 16:34:47 +0000
4@@ -1,3 +1,29 @@
5+python-pysaml2 (2.4.0-2ubuntu1) UNRELEASED; urgency=low
6+
7+ * Merge from Debian unstable. Remaining changes:
8+ - Copy contents of /script directory.
9+ - Create /work directory.
10+ - Copy /CHANGES, /LICENSE.txt, /README.rst, /release-howto.rst.
11+ - Copy /.travis.yml, /.gitignore, /.idea.
12+ - Merge /setup.py.
13+
14+ -- David Della Vecchia <ddv@canonical.com> Wed, 19 Aug 2015 13:10:22 -0400
15+
16+python-pysaml2 (2.4.0-2) unstable; urgency=medium
17+
18+ * Makes build reproducible thanks to Juan Picca (Closes: #789751).
19+
20+ -- Thomas Goirand <zigo@debian.org> Fri, 26 Jun 2015 15:41:09 +0200
21+
22+python-pysaml2 (2.4.0-1) unstable; urgency=medium
23+
24+ * New upstream release.
25+ * Dropped X-Python-Version: >= 2.7.
26+ * Standard-Versions: is now 3.9.6.
27+ * Also renames /usr/bin/merge_metadata.py as pysaml2-merge-metadata.
28+
29+ -- Thomas Goirand <zigo@debian.org> Fri, 15 May 2015 17:48:07 +0200
30+
31 python-pysaml2 (2.4.0-0ubuntu1) vivid; urgency=medium
32
33 * New upstream release, supporting MIR for keystone (LP: #1434526):
34
35=== modified file 'debian/control'
36--- debian/control 2015-03-23 13:33:26 +0000
37+++ debian/control 2015-08-20 16:34:47 +0000
38@@ -22,8 +22,7 @@
39 python-tz,
40 python-zope.interface,
41 xmlsec1
42-Standards-Version: 3.9.5
43-X-Python-Version: >= 2.7
44+Standards-Version: 3.9.6
45 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-pysaml2.git
46 Vcs-Git: git://anonscm.debian.org/openstack/python-pysaml2.git
47 Homepage: https://github.com/rohe/pysaml2
48
49=== modified file 'debian/gbp.conf'
50--- debian/gbp.conf 2014-09-08 16:11:53 +0000
51+++ debian/gbp.conf 2015-08-20 16:34:47 +0000
52@@ -4,6 +4,6 @@
53 upstream-tag = %(version)s
54 compression = xz
55
56-[git-buildpackage]
57+[buildpackage]
58 export-dir = ../build-area/
59
60
61=== modified file 'debian/rules'
62--- debian/rules 2015-01-08 11:43:42 +0000
63+++ debian/rules 2015-08-20 16:34:47 +0000
64@@ -6,6 +6,9 @@
65 UPSTREAM_GIT = git://github.com/rohe/pysaml2.git
66 -include /usr/share/openstack-pkg-tools/pkgos.make
67
68+LAST_CHANGE = $(shell dpkg-parsechangelog -S Date)
69+BUILD_DATE = $(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")
70+
71 %:
72 dh $@ --buildsystem=python_distutils --with python2,sphinxdoc
73
74@@ -20,6 +23,8 @@
75 $(CURDIR)/debian/python-pysaml2/usr/bin/pysaml2-mdexport
76 mv $(CURDIR)/debian/python-pysaml2/usr/bin/parse_xsd2.py \
77 $(CURDIR)/debian/python-pysaml2/usr/bin/pysaml2-parse-xsd2
78+ mv $(CURDIR)/debian/python-pysaml2/usr/bin/merge_metadata.py \
79+ $(CURDIR)/debian/python-pysaml2/usr/bin/pysaml2-merge-metadata
80 # Python3 is not yet supported upstream
81 # set -e && for pyvers in $(PYTHON3S); do \
82 # python$$pyvers setup.py install --install-layout=deb \
83@@ -39,7 +44,7 @@
84 rm -rf build
85
86 override_dh_sphinxdoc:
87- sphinx-build -b html doc debian/python-pysaml2-doc/usr/share/doc/python-pysaml2-doc/html
88+ sphinx-build -D today="$(BUILD_DATE)" -b html doc debian/python-pysaml2-doc/usr/share/doc/python-pysaml2-doc/html
89 dh_sphinxdoc -O--buildsystem=python_distutils
90
91 # Commands not to run
92
93=== modified file 'debian/watch'
94--- debian/watch 2015-01-08 11:43:42 +0000
95+++ debian/watch 2015-08-20 16:34:47 +0000
96@@ -1,3 +1,3 @@
97 version=3
98-http://pypi.python.org/packages/source/p/pysaml2/ pysaml2-(.*).tar.gz
99+http://pypi.python.org/packages/source/p/pysaml2 pysaml2-(.*).tar.gz
100

Subscribers

People subscribed via source and target branches