From 51d40516df28d03e693fd782a4167d7bcf4c6ad3 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 15 Feb 2018 11:07:03 +0000 Subject: [PATCH] Demote sourceforge.net https://sourceforge.net/p/strace/code/ is defunct: it doesn't accept new commits for too long. Likewise, https://sourceforge.net/projects/strace/files/ doesn't accept new files for too long. * README.md: Remove sourceforge.net URL. * debian/copyright: Replace the sourceforge.net based strace project URL with a github based one. * strace.spec.in (Source): Likewise. --- README.md | 2 +- debian/copyright | 2 +- strace.spec.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9735ca0..01d8ed81 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,6 @@ Please read the file [INSTALL-git](INSTALL-git.md) for installation instructions The user discussion and development of strace take place on [the strace mailing list](https://lists.sourceforge.net/lists/listinfo/strace-devel) -- everyone is welcome to post bug reports, feature requests, comments and patches to strace-devel@lists.sourceforge.net. The mailing list archives are available at https://sourceforge.net/p/strace/mailman/strace-devel/ and other archival sites. -The GIT repository of strace is available at [SourceForge](https://sourceforge.net/p/strace/code/ci/master/tree/), [GitHub](https://github.com/strace/strace/), and [GitLab](https://gitlab.com/strace/strace/). +The GIT repository of strace is available at [GitHub](https://github.com/strace/strace/) and [GitLab](https://gitlab.com/strace/strace/). [![Build Status](https://travis-ci.org/strace/strace.svg?branch=master)](https://travis-ci.org/strace/strace) [![Code Coverage](https://codecov.io/github/strace/strace/coverage.svg?branch=master)](https://codecov.io/github/strace/strace?branch=master) diff --git a/debian/copyright b/debian/copyright index fb7ffe09..00bccbed 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ This is the Debian packaged version of strace. For a complete list of changes from the upstream version please see the changelog. -The upstream sources can be found at http://sourceforge.net/projects/strace/ +The upstream sources can be found at https://github.com/strace/strace/ This is the copyright as found in the upstream sources: diff --git a/strace.spec.in b/strace.spec.in index 2e10889c..ab3b6f71 100644 --- a/strace.spec.in +++ b/strace.spec.in @@ -5,7 +5,7 @@ Release: 1%{?dist} License: BSD Group: Development/Debuggers URL: https://strace.io -Source: https://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz +Source: https://github.com/strace/strace/releases/download/v%{version}/strace-%{version}.tar.xz %if 0%{?fedora} >= 18 || 0%{?centos} >= 8 || 0%{?rhel} >= 8 || 0%{?suse_version} >= 1200 BuildRequires: pkgconfig(bluez) %endif