Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Rename python3-pbpubsub to python3-pubsub to follow DPMT policy
· 766596ae
Andreas Tille
authored
Nov 29, 2019
766596ae
Set upstream metadata fields: Repository-Browse.
· 94032b89
Andreas Tille
authored
Nov 29, 2019
94032b89
Fix installation of release notes
· 99385e95
Andreas Tille
authored
Nov 29, 2019
99385e95
Upload to unstable
· 2444a154
Andreas Tille
authored
Nov 29, 2019
2444a154
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2444a154
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
, 2
8
Nov 2019 1
5:43:5
3 +0100
-- Andreas Tille <tille@debian.org>
Fri
, 2
9
Nov 2019 1
1:20:4
3 +0100
python-pypubsub (4.0.3-2) unstable; urgency=medium
...
...
debian/control
View file @
2444a154
...
...
@@ -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-
py
pubsub
Package: python3-pubsub
Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
...
...
debian/docs
0 → 100644
View file @
2444a154
src/pubsub/RELEASE_NOTES.txt
debian/rules
View file @
2444a154
#!/usr/bin/make -f
# DH_VERBOSE := 1
export LC_ALL=C.UTF-8
export PYBUILD_NAME=
py
pubsub
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
View file @
2444a154
Repository: https://github.com/schollii/pypubsub
Repository-Browse: https://github.com/schollii/pypubsub