This is an automated email from the git hooks/post-receive script. terceiro pushed a commit to branch master in repository devscripts.
commit ba572ce4f46244fd017f2d40f5ee823609de6b6b Author: Antonio Terceiro <[email protected]> Date: Sat Jan 30 17:04:23 2016 -0200 debian/control: change Vcs-Git: to a https:// URL --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0cc5fc2..d9e464a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ devscripts (2.16.1) UNRELEASED; urgency=medium install` so that when build dependencies can't be satisfied, you know why. Otherwise it would just tell you that the *-build-deps package needs to be removed and you will never know why. + * debian/control: + - change Vcs-Git: to a https:// URL [ James McCoy ] * checkbashisms: diff --git a/debian/control b/debian/control index 21caa4b..0da60b8 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,7 @@ Build-Depends: bash-completion, zip Testsuite: autopkgtest Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/devscripts.git -Vcs-Git: git://anonscm.debian.org/collab-maint/devscripts.git +Vcs-Git: https://anonscm.debian.org/git/collab-maint/devscripts.git Package: devscripts Architecture: any -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
