[Python-modules-commits] [flask-autoindex] 01/01: Minor packaging fixes
Jonathan Cristopher Carter
jcc at moszumanska.debian.org
Tue Oct 17 14:07:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
jcc pushed a commit to branch master
in repository flask-autoindex.
commit b63636d55a512ecb8a0eab98f0ebf271d34571fe
Author: Jonathan Carter <jcarter at linux.com>
Date: Tue Oct 17 16:07:05 2017 +0200
Minor packaging fixes
---
debian/changelog | 8 ++++++++
debian/control | 5 +++--
debian/copyright | 2 +-
tests/static/test.bak | 0
4 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b275e0f..a6180e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+flask-autoindex (0.6+0git20160725-02b454-2) unstable; urgency=medium
+
+ * Fix typo in debian/copyright
+ * Add python3-sphinx as build-dependency
+ * Update standards version to 4.1.1 (no related changes)
+
+ -- Jonathan Carter <jcc at debian.org> Tue, 17 Oct 2017 15:58:44 +0200
+
flask-autoindex (0.6+0git20160725-02b454-1) unstable; urgency=medium
* Use correct flask_silk imports (upstream fix in git)
diff --git a/debian/control b/debian/control
index f0451dc..e68fedc 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Build-Depends:
python3-all,
python-setuptools,
python3-setuptools,
- python-sphinx (>= 1.0.7+dfsg),
+ python-sphinx,
+ python3-sphinx,
python-flask (>= 0.8),
python3-flask,
python-flask-silk,
@@ -18,7 +19,7 @@ Build-Depends:
python-future,
python3-future
X-Python-Version: >= 2.6
-Standards-Version: 4.1.0.0
+Standards-Version: 4.1.1
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-autoindex.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-autoindex.git
Homepage: https://github.com/sublee/flask-autoindex
diff --git a/debian/copyright b/debian/copyright
index 10a0ea9..a0a0798 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,7 +13,7 @@ License: BSD-3-clause
Files: debian/*
Copyright: 2013,2015-2016 Sebastian Ramacher <sramacher at debian.org>
-i 2017 Jonathan Carter <jcc at debian.org>
+ 2017 Jonathan Carter <jcc at debian.org>
License: BSD-3-clause
License: BSD-3-clause
diff --git a/tests/static/test.bak b/tests/static/test.bak
deleted file mode 100644
index e69de29..0000000
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-autoindex.git
More information about the Python-modules-commits
mailing list