Bas Couwenberg pushed to branch master at Debian GIS Project / libosm-gary68-perl
Commits: a0057c68 by Bas Couwenberg at 2018-07-20T08:06:18+02:00 Add autopkgtest to test installability. - - - - - 9e71b2e9 by Bas Couwenberg at 2018-07-20T08:18:22+02:00 Use pkg-info.mk variables instead of dpkg-parsechangelog output. - - - - - 4e69e93c by Bas Couwenberg at 2018-07-20T08:18:22+02:00 Drop README.source template. - - - - - 12c40026 by Bas Couwenberg at 2018-07-20T08:18:22+02:00 Set distribution to unstable. - - - - - 4 changed files: - − debian/README.source - debian/changelog - debian/rules - + debian/tests/control Changes: ===================================== debian/README.source deleted ===================================== --- a/debian/README.source +++ /dev/null @@ -1,9 +0,0 @@ -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> - - - - ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,15 @@ -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 <[email protected]> Sun, 24 Sep 2017 13:07:12 +0200 + -- Bas Couwenberg <[email protected]> Fri, 20 Jul 2018 08:06:58 +0200 libosm-gary68-perl (0.0~svn26727-2) unstable; urgency=medium ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -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/ ===================================== debian/tests/control ===================================== --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,3 @@ +# Test installability +Depends: @ +Test-Command: /bin/true View it on GitLab: https://salsa.debian.org/debian-gis-team/libosm-gary68-perl/compare/ad6d0731cc13e5d437298536ba6d51da92b9ab62...12c400261b0adb6c1faf008cad0ba8296762da04 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libosm-gary68-perl/compare/ad6d0731cc13e5d437298536ba6d51da92b9ab62...12c400261b0adb6c1faf008cad0ba8296762da04 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
