[Git][debian-gis-team/rel2gpx][master] 4 commits: Add autopkgtest to test installability.

Bas Couwenberg gitlab at salsa.debian.org
Sun Jul 29 17:35:07 BST 2018


Bas Couwenberg pushed to branch master at Debian GIS Project / rel2gpx


Commits:
08f89f2c by Bas Couwenberg at 2018-07-29T16:27:02Z
Add autopkgtest to test installability.

- - - - -
b17eec0a by Bas Couwenberg at 2018-07-29T16:32:05Z
Use pkg-info.mk variables instead of dpkg-parsechangelog output.

- - - - -
dc8edace by Bas Couwenberg at 2018-07-29T16:32:06Z
Update watch file to use HTTPS.

- - - - -
53758252 by Bas Couwenberg at 2018-07-29T16:32:06Z
Set distribution to unstable.

- - - - -


4 changed files:

- debian/changelog
- debian/rules
- + debian/tests/control
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,16 @@
-rel2gpx (0.27-3) UNRELEASED; urgency=medium
+rel2gpx (0.27-3) unstable; urgency=medium
 
+  * Team upload.
   * Update Vcs-Git URL to use HTTPS.
   * Strip trailing whitespace from control & rules files.
   * Update copyright-format URL to use HTTPS.
   * Update Vcs-* URLs for Salsa.
   * Bump Standards-Version to 4.1.5, no changes.
+  * Add autopkgtest to test installability.
+  * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
+  * Update watch file to use HTTPS.
 
- -- Bas Couwenberg <sebastic at debian.org>  Fri, 06 May 2016 18:36:22 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 29 Jul 2018 18:26:19 +0200
 
 rel2gpx (0.27-2) unstable; urgency=medium
 


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,10 @@
 #!/usr/bin/make -f
 
-pkg     := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
+include /usr/share/dpkg/pkg-info.mk
 
 %:
 	dh $@ --parallel
 
 override_dh_install:
-	mkdir -p debian/$(pkg)/usr/bin
-	cp -a $(pkg).pl debian/$(pkg)/usr/bin/$(pkg)
+	mkdir -p debian/$(DEB_SOURCE)/usr/bin
+	cp -a $(DEB_SOURCE).pl debian/$(DEB_SOURCE)/usr/bin/$(DEB_SOURCE)


=====================================
debian/tests/control
=====================================
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true


=====================================
debian/watch
=====================================
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
 opts=uversionmangle=s/^(0)(\d\d)$/$1.$2/ \
-  http://blog.velocarte66.fr/?q=de/node/170 \
-  (?:|.*/)rel2gpx(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)
+https://blog.velocarte66.fr/?q=de/node/170 \
+(?:|.*/)rel2gpx(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)



View it on GitLab: https://salsa.debian.org/debian-gis-team/rel2gpx/compare/e8cfb2b359489a933b7fa9784ccfe63cbabc6906...5375825267f8e662e9879b80b199e0427a8f4eaa

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/rel2gpx/compare/e8cfb2b359489a933b7fa9784ccfe63cbabc6906...5375825267f8e662e9879b80b199e0427a8f4eaa
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20180729/fe6e8df5/attachment-0001.html>


More information about the Pkg-grass-devel mailing list