Skip to content
Commits on Source (4)
libosm-gary68-perl for Debian
-----------------------------
<this file describes information about the source package, see Debian policy
manual section 4.14. You WILL either need to modify or delete this file>
libosm-gary68-perl (0.0~svn26727-3) UNRELEASED; urgency=medium
libosm-gary68-perl (0.0~svn26727-3) unstable; urgency=medium
* Change priority from extra to optional.
* Bump Standards-Version to 4.1.5, changes: priority.
* Update copyright-format URL to use HTTPS.
* Update Vcs-* URLs for Salsa.
* Strip trailing whitespace from control file.
* Add autopkgtest to test installability.
* Use pkg-info.mk variables instead of dpkg-parsechangelog output.
* Drop README.source template.
-- Bas Couwenberg <sebastic@debian.org> Sun, 24 Sep 2017 13:07:12 +0200
-- Bas Couwenberg <sebastic@debian.org> Fri, 20 Jul 2018 08:06:58 +0200
libosm-gary68-perl (0.0~svn26727-2) unstable; urgency=medium
......
......@@ -4,8 +4,10 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
include /usr/share/dpkg/pkg-info.mk
ifeq ($(SVNREV),)
SVNREV=$(shell dpkg-parsechangelog | grep ^Version | cut -d- -f1 | awk -F"svn" '{print $$2}')
SVNREV=$(shell echo $(DEB_VERSION_UPSTREAM) | awk -F"svn" '{print $$2}')
endif
SVNREPO=http://svn.openstreetmap.org/applications/utils/gary68/OSM/
......
# Test installability
Depends: @
Test-Command: /bin/true