Skip to content

Commit

Permalink
fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Feb 28, 2018
1 parent b4cbd40 commit db675fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Expand Up @@ -2,4 +2,4 @@ pyshadoz (0.1.3) trusty; urgency=medium

* Initial package release.

-- Tom Kralidis <tom.kralidis@canada.ca> Tue, 28 Nov 2017 17:32:11 +0000
-- Tom Kralidis <tom.kralidis@canada.ca> Tue, 28 Nov 2017 17:32:11 +0000
4 changes: 2 additions & 2 deletions debian/control
Expand Up @@ -2,14 +2,14 @@ Source: pyshadoz
Section: python
Priority: optional
Maintainer: Tom Kralidis <tom.kralidis@canada.ca
Build-Depends: debhelper (>= 9), python3, python3-setuptools
Build-Depends: debhelper (>= 9), python, python-setuptools
Standards-Version: 3.9.5
X-Python-Version: >= 3.4
Vcs-Git: https://github.com/WMO-ET-WDC/pyshadoz.git

Package: python3-pyshadoz
Architecture: all
Depends: python3-click, python3-six
Depends: python-click, python-six
Homepage: https://github.com/WMO-ET-WDC/pyshadoz
Description: pyshadoz is a pure Python package to read and write NASA
Southern Hemisphere ADditional OZonesondes (SHADOZ) data.
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -2,4 +2,4 @@
# -*- makefile -*-

%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python2 --buildsystem=pybuild

0 comments on commit db675fa

Please sign in to comment.