[med-svn] [orthanc-wsi] 01/01: update standards version

Sebastien Jodogne jodogne-guest at moszumanska.debian.org
Thu Jun 29 12:22:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

jodogne-guest pushed a commit to branch master
in repository orthanc-wsi.

commit fc50e39367cc8d9415d796359f8f0bc4eb7a2108
Author: jodogne-guest <s.jodogne at gmail.com>
Date:   Thu Jun 29 14:16:52 2017 +0200

    update standards version
---
 debian/changelog | 3 +++
 debian/control   | 2 +-
 debian/rules     | 5 +++--
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 57ea8a4..bfbf06f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ orthanc-wsi (0.4+dfsg-2) UNRELEASED; urgency=medium
   [Gert Wollny]
   * Add patch to compile against dcmtk-20170228 Closes: #865781
 
+  [Sebastien Jodogne]
+  * Update standards version
+
  -- Sebastien Jodogne <s.jodogne at gmail.com>  Thu, 29 Jun 2017 14:05:31 +0200
 
 orthanc-wsi (0.4+dfsg-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index fa73661..f67de6e 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: cmake,
                uuid-dev,
                yui-compressor,
                zlib1g-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/orthanc-wsi.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/orthanc-wsi.git
 Homepage: http://www.orthanc-server.com/static.php?page=wsi
diff --git a/debian/rules b/debian/rules
index 6230409..dd8b057 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
 
-export DEBIAN_VERSION := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
-export UPSTREAM_VERSION := $(shell echo "$(DEBIAN_VERSION)" | cut -d '+' -f 1)
+include /usr/share/dpkg/pkg-info.mk   # To access the "DEB_VERSION" variable
+
+export UPSTREAM_VERSION := $(shell echo "$(DEB_VERSION)" | cut -d '+' -f 1)
 export VIEWER_TARGET := libOrthancWSI.so
 
 export DEB_BUILD_MAINT_OPTIONS := hardening=+all

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/orthanc-wsi.git



More information about the debian-med-commit mailing list