Skip to content
Commits on Source (4)
python-pypubsub (4.0.3-3) UNRELEASED; urgency=medium
python-pypubsub (4.0.3-3) unstable; urgency=medium
* Declare module name pubsub
* Rename python3-pbpubsub to python3-pubsub to follow DPMT policy
Closes: #945768
TODO: Wait until
https://salsa.debian.org/ci-team/autodep8/merge_requests/6
is accepted.
* Set upstream metadata fields: Repository-Browse.
-- Andreas Tille <tille@debian.org> Thu, 28 Nov 2019 15:43:53 +0100
-- Andreas Tille <tille@debian.org> Fri, 29 Nov 2019 11:20:43 +0100
python-pypubsub (4.0.3-2) unstable; urgency=medium
......
......@@ -12,9 +12,8 @@ Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/python-pypubsub
Vcs-Git: https://salsa.debian.org/med-team/python-pypubsub.git
Homepage: https://github.com/schollii/pypubsub
X-Python-Module-Name: pubsub
Package: python3-pypubsub
Package: python3-pubsub
Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
......
src/pubsub/RELEASE_NOTES.txt
#!/usr/bin/make -f
# DH_VERBOSE := 1
export LC_ALL=C.UTF-8
export PYBUILD_NAME=pypubsub
export PYBUILD_NAME=pubsub
include /usr/share/dpkg/default.mk
......@@ -11,6 +10,6 @@ include /usr/share/dpkg/default.mk
dh $@ --with python3 --buildsystem=pybuild
override_dh_installdocs:
find debian/python3-$(PYBUILD_NAME) -name RELEASE_NOTES.txt -delete
dh_installdocs
find debian -name LICENSE_BSD_Simple.txt -delete
mv `find debian/python3-$(PYBUILD_NAME) -name RELEASE_NOTES.txt` debian/python3-$(PYBUILD_NAME)/usr/share/doc/python3-$(PYBUILD_NAME)
Repository: https://github.com/schollii/pypubsub
Repository-Browse: https://github.com/schollii/pypubsub