[med-svn] [Git][med-team/python-pypubsub][master] 4 commits: Rename python3-pbpubsub to python3-pubsub to follow DPMT policy
Andreas Tille
gitlab at salsa.debian.org
Fri Nov 29 10:23:47 GMT 2019
Andreas Tille pushed to branch master at Debian Med / pypubsub
Commits:
766596ae by Andreas Tille at 2019-11-29T09:49:44Z
Rename python3-pbpubsub to python3-pubsub to follow DPMT policy
- - - - -
94032b89 by Andreas Tille at 2019-11-29T09:50:31Z
Set upstream metadata fields: Repository-Browse.
- - - - -
99385e95 by Andreas Tille at 2019-11-29T10:20:14Z
Fix installation of release notes
- - - - -
2444a154 by Andreas Tille at 2019-11-29T10:22:03Z
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/docs
- debian/rules
- debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,12 +1,10 @@
-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 at debian.org> Thu, 28 Nov 2019 15:43:53 +0100
+ -- Andreas Tille <tille at debian.org> Fri, 29 Nov 2019 11:20:43 +0100
python-pypubsub (4.0.3-2) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -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}
=====================================
debian/docs
=====================================
@@ -0,0 +1 @@
+src/pubsub/RELEASE_NOTES.txt
=====================================
debian/rules
=====================================
@@ -1,9 +1,8 @@
#!/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)
=====================================
debian/upstream/metadata
=====================================
@@ -1 +1,2 @@
Repository: https://github.com/schollii/pypubsub
+Repository-Browse: https://github.com/schollii/pypubsub
View it on GitLab: https://salsa.debian.org/med-team/python-pypubsub/compare/d2d305ec7d3c6356be7df81fa4292c6e43a2a159...2444a1548711754da0ad098868cfabb53a9fefea
--
View it on GitLab: https://salsa.debian.org/med-team/python-pypubsub/compare/d2d305ec7d3c6356be7df81fa4292c6e43a2a159...2444a1548711754da0ad098868cfabb53a9fefea
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20191129/a65413ba/attachment-0001.html>
More information about the debian-med-commit
mailing list