Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Remove documentation outside usr/share/doc.
· a210d7f5
Bas Couwenberg
authored
Jul 11, 2018
a210d7f5
Sort targets in rules file.
· 93616836
Bas Couwenberg
authored
Jul 11, 2018
93616836
Set distribution to unstable.
· e9894380
Bas Couwenberg
authored
Jul 11, 2018
e9894380
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e9894380
python-cartopy (0.16.0+dfsg1-2)
UNRELEASED
; urgency=medium
python-cartopy (0.16.0+dfsg1-2)
unstable
; urgency=medium
* Team upload.
* Bump Standards-Version to 4.1.5, no changes.
* Remove documentation outside usr/share/doc.
* Sort targets in rules file.
--
Antonio Valentino <antonio.valentino@tiscali.it> Thu, 05
Jul 2018 1
1:04:50
+0200
--
Bas Couwenberg <sebastic@debian.org> Wed, 11
Jul 2018 1
4:10:38
+0200
python-cartopy (0.16.0+dfsg1-1) unstable; urgency=medium
...
...
debian/rules
View file @
e9894380
...
...
@@ -24,14 +24,6 @@ override_dh_auto_clean:
dh_auto_clean || true
rm -rf .pybuild
override_dh_python2:
dh_python2
dh_numpy
override_dh_python3:
dh_python3
dh_numpy3
override_dh_auto_install:
mkdir -p debian/python-cartopy-data/usr/share/cartopy/data
dh_auto_install
...
...
@@ -39,3 +31,17 @@ override_dh_auto_install:
$(RM) -r debian/python-cartopy/usr/lib/python2.7/dist-packages/cartopy/tests/mpl/baseline_images
$(RM) -r debian/python3-cartopy/usr/lib/python3*/dist-packages/cartopy/data
$(RM) -r debian/python3-cartopy/usr/lib/python3*/dist-packages/cartopy/tests/mpl/baseline_images
override_dh_install:
dh_install
# Remove documentation outside usr/share/doc
$(RM) debian/*/usr/share/cartopy/data/shapefiles/shapefiles/gshhs/README.TXT
override_dh_python2:
dh_python2
dh_numpy
override_dh_python3:
dh_python3
dh_numpy3