[Python-modules-commits] [pytoml] 01/01: Fixed VCS URL (https)
Ondřej Nový
onovy-guest at moszumanska.debian.org
Tue Mar 29 20:29:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a commit to branch master
in repository pytoml.
commit e59324d84c3d743bc5c25bb6f41ed82ac3e8c464
Author: Ondřej Nový <novy at ondrej.org>
Date: Tue Mar 29 22:28:46 2016 +0200
Fixed VCS URL (https)
---
debian/changelog | 4 ++++
debian/control | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d4c49ef..5dda44a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
pytoml (0.1.2-1) UNRELEASED; urgency=medium
+ [ Luca Bruno ]
* Initial upload to Debian (Closes: #793759)
+ [ Ondřej Nový ]
+ * Fixed VCS URL (https)
+
-- Luca Bruno <lucab at debian.org> Sun, 26 Jul 2015 12:44:12 +0200
diff --git a/debian/control b/debian/control
index e245fdb..cc410e6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), python-all, python3-all, dh-python, python-setu
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
-Vcs-Git: git://anonscm.debian.org/python-modules/packages/pytoml.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytoml.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytoml.git
Homepage: https://github.com/avakar/pytoml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytoml.git
More information about the Python-modules-commits
mailing list