Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add missing Depends
· 2f83f641
Andreas Tille
authored
Feb 06, 2019
2f83f641
Upload to unstable
· bd6b1c97
Andreas Tille
authored
Feb 06, 2019
bd6b1c97
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
bd6b1c97
python-xopen (0.5.0-2) unstable; urgency=medium
* Add missing Depends
Closes: #921553
-- Andreas Tille <tille@debian.org> Wed, 06 Feb 2019 22:26:09 +0100
python-xopen (0.5.0-1) unstable; urgency=medium
* New upstream version
...
...
debian/control
View file @
bd6b1c97
...
...
@@ -26,7 +26,9 @@ Homepage: https://github.com/marcelm/xopen
Package: python-xopen
Architecture: all
Depends: ${python:Depends},
${misc:Depends}
${misc:Depends},
python-pkg-resources,
python-bz2file
Provides: ${python:Provides}
Description: Python module to open compressed files transparently
This small Python module provides a xopen function that works like the
...
...
@@ -47,7 +49,8 @@ Description: Python module to open compressed files transparently
Package: python3-xopen
Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
${misc:Depends},
python3-pkg-resources
Description: Python3 module to open compressed files transparently
This small Python3 module provides a xopen function that works like the
built-in open function, but can also deal with compressed files.
...
...