[Reproducible-commits] [dpkg] 15/37: Use https:// URLs instead of http:// or git:// when possible (round three)

Jérémy Bobbio lunar at moszumanska.debian.org
Sun Jan 31 16:28:39 UTC 2016


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

lunar pushed a commit to branch pu/buildinfo
in repository dpkg.

commit 0c6d938277828f241b107adf01f13d39cf574ec0
Author: Guillem Jover <guillem at debian.org>
Date:   Sun Jan 24 13:59:07 2016 +0100

    Use https:// URLs instead of http:// or git:// when possible (round three)
    
    This covers docs, code comments and packaging, which includes the dpkg git
    repository, copyright format URL and examples in man pages among others.
---
 README                 | 1 -
 TODO                   | 2 +-
 debian/changelog       | 6 +++++-
 debian/control         | 2 +-
 debian/copyright       | 2 +-
 lib/dpkg/c-ctype.c     | 2 +-
 lib/dpkg/c-ctype.h     | 2 +-
 lib/dpkg/t/t-c-ctype.c | 2 +-
 man/deb-src-control.5  | 2 +-
 9 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/README b/README
index cbd18a0..2339004 100644
--- a/README
+++ b/README
@@ -33,7 +33,6 @@ Source Repository
 -----------------
 
   <https://anonscm.debian.org/cgit/dpkg/dpkg.git>
-  <git://anonscm.debian.org/dpkg/dpkg.git>
 
 
 Building from git source
diff --git a/TODO b/TODO
index 53880f2..a452e1d 100644
--- a/TODO
+++ b/TODO
@@ -60,7 +60,7 @@ TODO
    - Check https://d-i.alioth.debian.org/spellcheck/level5/index.html
 
  * Discuss and implement
-   http://www.hadrons.org/~guillem/debian/docs/origin.proposal
+   https://www.hadrons.org/~guillem/debian/docs/origin.proposal
 
  * Deprecate --force-not-root flag (remove modstatdb_rw rootneeded flags).
 
diff --git a/debian/changelog b/debian/changelog
index ccf285f..2f61956 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,10 @@ dpkg (1.18.5) UNRELEASED; urgency=medium
   * Use ohshit() instead of internerr() for unhandled dpkg-split exit codes.
     (i.e. do not abort). Closes: #812679
   * Detect non-regular file archive arguments earlier in dpkg.
+  * Switch URLs in docs, code comments and packaging, from http:// or git://
+    to https:// if the latter is available (round three). This includes the
+    dpkg git repository, copyright format URL and examples in man pages among
+    others.
   * Perl modules:
     - Add new CTRL_REPO_RELEASE control block type to Dpkg::Control.
     - Add new CTRL_COPYRIGHT_HEADER, CTRL_COPYRIGHT_FILES and
@@ -4653,7 +4657,7 @@ dpkg (1.15.0) experimental; urgency=low
   * Move update-alternatives, dpkg-divert and dpkg-statoverride to /usr/bin
     but keep compatibility symlinks in /usr/sbin for the squeeze release
     until all maintainer scripts are fixed (see
-    http://lintian.debian.org/tags/command-with-path-in-maintainer-script.html).
+    https://lintian.debian.org/tags/command-with-path-in-maintainer-script.html).
     Closes: #216606
   * Use dh_lintian to install lintian overrides. Build-Depends on debhelper
     (>= 6.0.7) for this. Update debhelper compatibility level to 6 at the same
diff --git a/debian/control b/debian/control
index 8c05b3e..03071ab 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Origin: debian
 Bugs: debbugs://bugs.debian.org
 Homepage: https://wiki.debian.org/Teams/Dpkg
 Vcs-Browser: https://anonscm.debian.org/cgit/dpkg/dpkg.git
-Vcs-Git: git://anonscm.debian.org/dpkg/dpkg.git
+Vcs-Git: https://anonscm.debian.org/git/dpkg/dpkg.git
 Standards-Version: 3.9.6
 Build-Depends: dpkg-dev (>= 1.17.14), debhelper (>= 9.20141010),
  pkg-config, flex,
diff --git a/debian/copyright b/debian/copyright
index 467d170..50acf06 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: dpkg
 
 Files: *
diff --git a/lib/dpkg/c-ctype.c b/lib/dpkg/c-ctype.c
index c8a1e09..b7afd39 100644
--- a/lib/dpkg/c-ctype.c
+++ b/lib/dpkg/c-ctype.c
@@ -15,7 +15,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 #include <config.h>
diff --git a/lib/dpkg/c-ctype.h b/lib/dpkg/c-ctype.h
index 2b3c661..959085a 100644
--- a/lib/dpkg/c-ctype.h
+++ b/lib/dpkg/c-ctype.h
@@ -15,7 +15,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 #ifndef LIBDPKG_C_CTYPE_H
diff --git a/lib/dpkg/t/t-c-ctype.c b/lib/dpkg/t/t-c-ctype.c
index 0fda3f9..5e4bea1 100644
--- a/lib/dpkg/t/t-c-ctype.c
+++ b/lib/dpkg/t/t-c-ctype.c
@@ -15,7 +15,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 #include <config.h>
diff --git a/man/deb-src-control.5 b/man/deb-src-control.5
index ecfd280..02f178a 100644
--- a/man/deb-src-control.5
+++ b/man/deb-src-control.5
@@ -379,7 +379,7 @@ Maintainer: Dpkg Developers <debian\-dpkg at lists.debian.org>
 XBS\-Upstream\-Release\-Status: stable
 Homepage: https://wiki.debian.org/Teams/Dpkg
 Vcs\-Browser: https://anonscm.debian.org/cgit/dpkg/dpkg.git
-Vcs\-Git: git://anonscm.debian.org/dpkg/dpkg.git
+Vcs\-Git: https://anonscm.debian.org/git/dpkg/dpkg.git
 Standards\-Version: 3.7.3
 Build\-Depends: pkg\-config, debhelper (>= 4.1.81),
  libselinux1\-dev (>= 1.28\-4) [!linux\-any]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list