From 178d8914519ead4113df423f2a275c21b712f666 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 14 Jun 2018 02:50:36 +0200 Subject: Update git URLs for move away from alioth.debian.org The Alioth site has shut down, let's move to the new dpkg.org hosting. --- README | 2 +- configure.ac | 4 ++-- debian/changelog | 2 ++ debian/control | 4 ++-- man/deb-src-control.man | 4 ++-- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README b/README index d255efb32..da313e43a 100644 --- a/README +++ b/README @@ -32,7 +32,7 @@ The mailing list address is (no subscription required to post): Source Repository ----------------- - + Building from git source diff --git a/configure.ac b/configure.ac index 822f6f654..3e0fae7b1 100644 --- a/configure.ac +++ b/configure.ac @@ -7,8 +7,8 @@ AC_INIT([dpkg], m4_esyscmd([./get-version]), [debian-dpkg@lists.debian.org], [dpkg], [https://wiki.debian.org/Teams/Dpkg]) AC_SUBST([PACKAGE_COPYRIGHT_HOLDER], ['Dpkg Developers']) AC_SUBST([PACKAGE_VCS_TYPE], [git]) -AC_SUBST([PACKAGE_VCS_URL], [https://anonscm.debian.org/git/dpkg/dpkg.git]) -AC_SUBST([PACKAGE_VCS_WEB], [https://anonscm.debian.org/cgit/dpkg/dpkg.git]) +AC_SUBST([PACKAGE_VCS_URL], [https://git.dpkg.org/git/dpkg/dpkg.git]) +AC_SUBST([PACKAGE_VCS_WEB], [https://git.dpkg.org/cgit/dpkg/dpkg.git]) AC_SUBST([PACKAGE_BUG_WEB], [https://bugs.debian.org/src:dpkg]) AC_SUBST([PACKAGE_CPAN_NAME], [Dpkg]) AC_CONFIG_SRCDIR([lib/dpkg/dpkg.h]) diff --git a/debian/changelog b/debian/changelog index 36b5594d8..b286bab3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ dpkg (1.19.1) UNRELEASED; urgency=medium + [ Guillem Jover ] * Fix logic in dpkg-buildpackage to decide whether to run build targets, which broke tons of packages that are violating Debian policy MUSTs. Thanks to James Clarke . Closes: #878899 @@ -111,6 +112,7 @@ dpkg (1.19.1) UNRELEASED; urgency=medium - Document DPKG_NLS environment variable for all programs using it. - Document the Testsuite and Testsuite-Triggers fields in deb-src-control(5). Prompted by Mattia Rizzolo . + - Update git URLs for move away from alioth.debian.org. * Build system: - Set distribution tarball format to ustar, instead of default v7 format. - Mark PO4A and POD2MAN as precious variables. diff --git a/debian/control b/debian/control index 7f5486c1c..29f9fc5ee 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ Uploaders: Guillem Jover 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: https://anonscm.debian.org/git/dpkg/dpkg.git +Vcs-Browser: https://git.dpkg.org/cgit/dpkg/dpkg.git +Vcs-Git: https://git.dpkg.org/git/dpkg/dpkg.git Standards-Version: 4.1.1 Rules-Requires-Root: no Build-Depends: diff --git a/man/deb-src-control.man b/man/deb-src-control.man index 453ecdcf8..5edc638be 100644 --- a/man/deb-src-control.man +++ b/man/deb-src-control.man @@ -453,8 +453,8 @@ Maintainer: Dpkg Developers # this field is copied to the binary and source packages XBS\-Upstream\-Release\-Status: stable Homepage: https://wiki.debian.org/Teams/Dpkg -Vcs\-Browser: https://anonscm.debian.org/cgit/dpkg/dpkg.git -Vcs\-Git: https://anonscm.debian.org/git/dpkg/dpkg.git +Vcs\-Browser: https://git.dpkg.org/cgit/dpkg/dpkg.git +Vcs\-Git: https://git.dpkg.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] -- cgit v1.2.3