Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Ignore test failures on more problematic architectures.
· 3b39077e
Bas Couwenberg
authored
Feb 14, 2018
3b39077e
Update watch file to use HTTPS.
· 342c5a4c
Bas Couwenberg
authored
Feb 17, 2018
342c5a4c
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
342c5a4c
proj (5.0.0~rc3-1~exp2) UNRELEASED; urgency=medium
* Ignore test failures on more problematic architectures.
* Update watch file to use HTTPS.
-- Bas Couwenberg <sebastic@debian.org> Wed, 14 Feb 2018 09:53:22 +0100
proj (5.0.0~rc3-1~exp1) experimental; urgency=medium
* New upstream release candidate.
...
...
debian/copyright
View file @
342c5a4c
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: PROJ.4
Upstream-Contact: MetaCRS Developers <metacrs@lists.osgeo.org>
Source: http://download.osgeo.org/proj/
Source: http
s
://download.osgeo.org/proj/
Files: *
Comment: Version 4.3.3 was authored by:
...
...
debian/rules
View file @
342c5a4c
...
...
@@ -58,7 +58,7 @@ override_dh_auto_build:
override_dh_auto_test:
# Ignore test failures on problematic architectures only
ifneq (,$(findstring $(DEB_BUILD_ARCH),"
i386
hurd-i386 ia64 powerpc"))
ifneq (,$(findstring $(DEB_BUILD_ARCH),"
arm64 i386 ppc64el s390x
hurd-i386 ia64 powerpc
ppc64
"))
dh_auto_test || echo "Ignoring test failures"
else
dh_auto_test
...
...
debian/source/lintian-overrides
deleted
100644 → 0
View file @
5c965580
# download.osgeo.org is not available via HTTPS
proj source: debian-watch-uses-insecure-uri *
debian/watch
View file @
342c5a4c
...
...
@@ -2,5 +2,5 @@ version=3
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|b|beta|a|alpha)\d*)$/$1~$2/;s/RC/rc/ \
http://download.osgeo.org/proj/ \
http
s
://download.osgeo.org/proj/ \
(?:.*/)?proj[\-\_](\d+[\.\d+]+(?:[a-zA-Z]+\d+)?)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))