Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Rename source package to python-pypubsub to follow Python naming policy
· 30b9f529
Andreas Tille
authored
Nov 08, 2019
30b9f529
Do not install extra license file
· 1b153bf8
Andreas Tille
authored
Nov 08, 2019
1b153bf8
Move RELEASE_NOTES.txt to doc
· 4297d808
Andreas Tille
authored
Nov 08, 2019
4297d808
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
4297d808
pypubsub (4.0.3-1) unstable; urgency=medium
python-
pypubsub (4.0.3-1) unstable; urgency=medium
* Initial release (Closes: #939493)
...
...
debian/control
View file @
4297d808
Source: pypubsub
Source:
python-
pypubsub
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@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
View file @
4297d808
...
...
@@ -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)