[med-svn] [Git][med-team/python-pypubsub][master] 3 commits: Rename source package to python-pypubsub to follow Python naming policy
Andreas Tille
gitlab at salsa.debian.org
Fri Nov 8 08:31:08 GMT 2019
Andreas Tille pushed to branch master at Debian Med / pypubsub
Commits:
30b9f529 by Andreas Tille at 2019-11-08T08:10:42Z
Rename source package to python-pypubsub to follow Python naming policy
- - - - -
1b153bf8 by Andreas Tille at 2019-11-08T08:11:46Z
Do not install extra license file
- - - - -
4297d808 by Andreas Tille at 2019-11-08T08:22:24Z
Move RELEASE_NOTES.txt to doc
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-pypubsub (4.0.3-1) unstable; urgency=medium
+python-pypubsub (4.0.3-1) unstable; urgency=medium
* Initial release (Closes: #939493)
=====================================
debian/control
=====================================
@@ -1,4 +1,4 @@
-Source: pypubsub
+Source: python-pypubsub
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
Section: python
@@ -8,8 +8,8 @@ Build-Depends: debhelper-compat (= 12),
python3-all,
python3-setuptools
Standards-Version: 4.4.0
-Vcs-Browser: https://salsa.debian.org/med-team/pypubsub
-Vcs-Git: https://salsa.debian.org/med-team/pypubsub.git
+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
Package: python3-pypubsub
=====================================
debian/rules
=====================================
@@ -5,5 +5,12 @@ export LC_ALL=C.UTF-8
export PYBUILD_NAME=pypubsub
+include /usr/share/dpkg/default.mk
+
%:
dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_installdocs:
+ 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)
View it on GitLab: https://salsa.debian.org/med-team/python-pypubsub/compare/704630152aa0c7b45091f4a4cb790917ba504ddf...4297d8088183b96dc59939caff44782a876aee16
--
View it on GitLab: https://salsa.debian.org/med-team/python-pypubsub/compare/704630152aa0c7b45091f4a4cb790917ba504ddf...4297d8088183b96dc59939caff44782a876aee16
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/20191108/e39482de/attachment-0001.html>
More information about the debian-med-commit
mailing list