[Python-modules-commits] [python-simpy3] 05/05: prepare 3.0.10-1

Wolfgang Borgert debacle at moszumanska.debian.org
Mon Sep 26 23:41:18 UTC 2016


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

debacle pushed a commit to branch master
in repository python-simpy3.

commit d84db3fad7588943daaadabfd756583867c4bc3d
Author: W. Martin Borgert <debacle at debian.org>
Date:   Tue Sep 27 01:33:55 2016 +0200

    prepare 3.0.10-1
---
 debian/changelog                 | 10 +++++++---
 debian/clean                     |  2 +-
 debian/control                   |  7 +++----
 debian/python-simpy-doc.doc-base |  1 -
 debian/rules                     |  5 -----
 5 files changed, 11 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2c1b7e6..7ef5680 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,18 @@
-python-simpy3 (3.0.8-1) UNRELEASED; urgency=low
+python-simpy3 (3.0.10-1) unstable; urgency=low
+
+  * New upstream release 3.0.10
+  * Update to Standards-Version 3.9.8 (no changes)
+  * Add myself to uploaders
 
   [ Larissa Reis ]
-  * New upstream release
+  * New upstream release 3.0.8
   * New monitoring guide in documentation
   * Fixed and improved test cases
 
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
- -- Larissa Reis <larissa at colivre.coop.br>  Sat, 15 Aug 2015 11:04:47 -0300
+ -- W. Martin Borgert <debacle at debian.org>  Mon, 26 Sep 2016 20:32:19 +0000
 
 python-simpy3 (3.0.7+dfsg-1) unstable; urgency=low
 
diff --git a/debian/clean b/debian/clean
index 91f4b4a..07c03be 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1 +1 @@
-simpy.egg-info/*
+src/simpy.egg-info/*
diff --git a/debian/control b/debian/control
index 0cef571..0bec346 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: python-simpy3
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Larissa Reis <larissa at colivre.coop.br>
+Uploaders: Larissa Reis <larissa at colivre.coop.br>,
+ W. Martin Borgert <debacle at debian.org>
 Build-Depends: 
  debhelper (>= 9),
  dh-python,
@@ -13,8 +14,7 @@ Build-Depends:
  python-pytest,
  python3-pytest,
  python-sphinx (>= 1.0.7+dfsg-1~)
-Standards-Version: 3.9.6
-X-Python-Version: >= 2.7
+Standards-Version: 3.9.8
 X-Python3-Version: >= 3.2
 Homepage: http://simpy.rtfd.org
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-simpy3.git
@@ -74,4 +74,3 @@ Description: python-based simulation package, Documentation and examples
  servers, checkout counters and tunnels).
  .
  This package contains the HTML docs and examples of SimPy 3.
-
diff --git a/debian/python-simpy-doc.doc-base b/debian/python-simpy-doc.doc-base
index 6bd8481..5b4b03e 100644
--- a/debian/python-simpy-doc.doc-base
+++ b/debian/python-simpy-doc.doc-base
@@ -8,4 +8,3 @@ Section: Programming
 Format: HTML
 Index: /usr/share/doc/python-simpy-doc/html/index.html
 Files: /usr/share/doc/python-simpy-doc/html/*.html
-
diff --git a/debian/rules b/debian/rules
index 3d67f4d..a05b67a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,11 +10,6 @@ UPSTREAM_VERSION = $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
-override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	dh_auto_test -- -s custom --test-args="{interpreter} -c 'import simpy; simpy.test()'"
-endif
-
 override_dh_installchangelogs:
 	dh_installchangelogs
 	# install the upstream changelog at the right place in the doc package

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



More information about the Python-modules-commits mailing list