[Pkg-mozext-commits] [cookie-monster] 01/01: Use secure links for Vcs-* fields and update debhelper compat level
Ximin Luo
infinity0 at debian.org
Tue Jan 5 17:10:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository cookie-monster.
commit cad87d1d020ebd9b4d27f1b4c2e5eb1d7049771d
Author: Ximin Luo <infinity0 at debian.org>
Date: Tue Jan 5 18:00:21 2016 +0100
Use secure links for Vcs-* fields and update debhelper compat level
Even though the data is public, the fact that a particular person is reading
the data does not need to be public. Also, plaintext protocols are susceptible
to injection attacks.
---
debian/changelog | 7 +++++++
debian/compat | 2 +-
debian/control | 6 +++---
3 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6633daa..469df63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cookie-monster (1.2.5-2) UNRELEASED; urgency=medium
+
+ * Use secure links for Vcs-* fields.
+ * Update debhelper compat level.
+
+ -- Ximin Luo <infinity0 at debian.org> Tue, 05 Jan 2016 17:59:51 +0100
+
cookie-monster (1.2.5-1) unstable; urgency=medium
* Imported Upstream version 1.2.5
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 135bc5f..7e8cbc8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,11 @@ Section: web
Priority: optional
Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers at lists.alioth.debian.org>
Uploaders: David Prévot <taffit at debian.org>
-Build-Depends: debhelper (>= 8), mozilla-devscripts (>= 0.32~)
+Build-Depends: debhelper (>= 9), mozilla-devscripts (>= 0.32~)
Standards-Version: 3.9.6
Homepage: https://addons.mozilla.org/en-US/firefox/addon/cookie-monster
-Vcs-git: git://anonscm.debian.org/pkg-mozext/cookie-monster.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mozext/cookie-monster.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-mozext/cookie-monster.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-mozext/cookie-monster.git
Package: xul-ext-cookie-monster
Architecture: all
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/cookie-monster.git
More information about the Pkg-mozext-commits
mailing list