[Python-modules-commits] [nbsphinx] 02/02: Import Debian patch 0.2.14+ds-1

Jerome Benoit calculus-guest at moszumanska.debian.org
Fri Sep 8 06:19:27 UTC 2017


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

calculus-guest pushed a commit to tag debian/0.2.14+ds-1
in repository nbsphinx.

commit 29c8e0e5a2a9467353fe99d688f846a6e13c5d15
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Fri Sep 8 09:56:38 2017 +0400

    Import Debian patch 0.2.14+ds-1
---
 debian/changelog | 12 ++++++++++++
 debian/control   |  2 +-
 debian/copyright |  6 +++---
 debian/rules     |  6 ++----
 4 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index de6a9dd..2f899c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+nbsphinx (0.2.14+ds-1) unstable; urgency=medium
+
+  * Upload to unstable.
+  * New upstream version (Closes: #874266).
+  * Debianization:
+    - debian/rules, use pkg-info.mk ;
+    - debian/copyright, refresh;
+    - debian/control:
+      - Standards Version, bump to 4.1.0 (no change).
+
+ -- Jerome Benoit <calculus at rezozer.net>  Fri, 08 Sep 2017 05:55:41 +0000
+
 nbsphinx (0.2.9+ds-1) experimental; urgency=medium
 
   * Initial release (Closes: #838806).
diff --git a/debian/control b/debian/control
index 228afdb..7c242ea 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Build-Depends-Indep: debhelper (>= 10),
                      python3-sphinx,
                      rdfind,
                      symlinks
-Standards-Version: 3.9.8
+Standards-Version: 4.1.0
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.2
 Homepage: http://nbsphinx.rtfd.org/
diff --git a/debian/copyright b/debian/copyright
index 7e1633d..6680308 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,12 +10,12 @@ Files-Excluded:
 
 Files: *
 Copyright:
- 2015-2016 Matthias Geier <Matthias.Geier at gmail.com>
+ 2015-2017 Matthias Geier <Matthias.Geier at gmail.com>
 License: Expat
 
 Files: debian/*
 Copyright:
- 2016 Jerome Benoit <calculus at rezozer.net>
+ 2016-2017 Jerome Benoit <calculus at rezozer.net>
 License: Expat
 
 Files:
@@ -50,7 +50,7 @@ Comment:
 Files:
  debian/adhoc/lintian/privacy-breach/www/wikimediacommons/DescenteInfinie.ogg
 Copyright:
- 2005-2016 gloumouth1 <gloumouth1 at gmail.com>
+ 2005-2017 gloumouth1 <gloumouth1 at gmail.com>
 License: GFDL-1.2+ or CC-BY-SA-3.0 or CC-BY-SA-2.5
 Comment:
  Fetched as-is by hand from Wikimedia commons at the time of writing, see
diff --git a/debian/rules b/debian/rules
index 27b3a45..765a776 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,9 @@
 #!/usr/bin/make -f
+include /usr/share/dpkg/pkg-info.mk
 
 export PYBUILD_NAME=nbsphinx
 
-DEB_PKG_VERSION := $(shell dpkg-parsechangelog -S Version)
-DEB_SRC_VERSION := $(firstword $(subst -, ,$(DEB_PKG_VERSION)))
-UPS_PKG_VERSION := $(firstword $(subst +, ,$(DEB_SRC_VERSION)))
-export NBSPHINX_VERSION_RELEASE ?= "$(UPS_PKG_VERSION) (Debian $(DEB_PKG_VERSION))"
+export NBSPHINX_VERSION_RELEASE ?= "$(DEB_VERSION_UPSTREAM) (Debian $(DEB_VERSION))"
 
 default:
 	@uscan --no-conf --dehs --report || true

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nbsphinx.git



More information about the Python-modules-commits mailing list