summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-06-14 02:50:36 +0200
committerGuillem Jover <guillem@debian.org>2018-06-22 03:03:20 +0200
commit178d8914519ead4113df423f2a275c21b712f666 (patch)
tree9fcc0a39aa949958768351c841ba76f7063f8e25
parent43c42496d0bc3bcbd12def7fff8f0935b1de3dc3 (diff)
downloaddpkg-178d8914519ead4113df423f2a275c21b712f666.tar.gz
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.
-rw-r--r--README2
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
-rw-r--r--man/deb-src-control.man4
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
-----------------
- <https://anonscm.debian.org/cgit/dpkg/dpkg.git>
+ <https://git.dpkg.org/cgit/dpkg/dpkg.git>
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 <jrtc27@debian.org>. 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 <mattia@debian.org>.
+ - 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 <guillem@debian.org>
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 <debian\-dpkg@lists.debian.org>
# 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]