]> granicus.if.org Git - strace/commitdiff
Demote sourceforge.net
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 15 Feb 2018 11:07:03 +0000 (11:07 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 15 Feb 2018 11:07:03 +0000 (11:07 +0000)
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
debian/copyright
strace.spec.in

index a9735ca0cd4724226c3f4c7e8a74906772fe4603..01d8ed81bbbac8eeaceef7d56869c379394a6af2 100644 (file)
--- 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)
index fb7ffe0933e7e9856959e1d4409a39e8501e42ed..00bccbed2bb3389be8b2fe03918699a33f7fef58 100644 (file)
@@ -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:
 
index 2e10889c6fc280bc1505363a6538cfb027611ec1..ab3b6f710969c6d03c9b1e358e8d9797bbe7c627 100644 (file)
@@ -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