diff --git a/debian/changelog b/debian/changelog index dfa42c8..125dc91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-castellan (1.3.1-5) experimental; urgency=medium + + * Fix upsteram URL in d/rules, d/control and d/copyright. + + -- Thomas Goirand Mon, 06 Apr 2020 16:52:06 +0200 + python-castellan (1.3.1-4) unstable; urgency=medium [ Ondřej Nový ] diff --git a/debian/control b/debian/control index 2030e5d..5883eda 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,7 @@ Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-castellan Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-castellan.git -Homepage: https://github.com/openstack/castellan +Homepage: https://opendev.org/openstack/castellan Package: python-castellan-doc Section: doc diff --git a/debian/copyright b/debian/copyright index de26517..00034d8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: castellan -Source: http://www.openstack.org/ +Source: https://opendev.org/openstack/castellan Files: * Copyright: (c) 2015, OpenStack Foundation diff --git a/debian/rules b/debian/rules index 564f7bf..43e4bae 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -UPSTREAM_GIT := https://github.com/openstack/castellan.git +UPSTREAM_GIT := https://opendev.org/openstack/castellan include /usr/share/openstack-pkg-tools/pkgos.make %: