diff --git a/MANIFEST.md b/MANIFEST.md index 9e19f5f..1e7c621 100644 --- a/MANIFEST.md +++ b/MANIFEST.md @@ -15,7 +15,7 @@ author: copyright_owner: - Dimitri Stolnikov license: GPLv3 -repo: git://git.osmocom.org/gr-osmosdr +repo: https://gitea.osmocom.org/sdr/gr-osmosdr website: http://sdr.osmocom.org/trac/wiki/GrOsmoSDR --- GNU Radio block for interfacing with various radio hardware diff --git a/README b/README index 81d5399..0b1dd7f 100644 --- a/README +++ b/README @@ -38,7 +38,7 @@ please do a "make uninstall" first to properly remove the previous version. Building with cmake: -git clone git://git.osmocom.org/gr-osmosdr +git clone https://gitea.osmocom.org/sdr/gr-osmosdr cd gr-osmosdr/ mkdir build cd build/ diff --git a/debian/control b/debian/control index e779451..6291417 100644 --- a/debian/control +++ b/debian/control @@ -30,8 +30,8 @@ Build-Depends: cmake, X-Python-Version: >= 2.7, << 2.8 Standards-Version: 4.1.0 Homepage: https://osmocom.org/projects/gr-osmosdr/wiki -Vcs-Git: git://git.osmocom.org/gr-osmosdr -Vcs-Browser: https://git.osmocom.org/gr-osmosdr +Vcs-Git: https://gitea.osmocom.org/sdr/gr-osmosdr +Vcs-Browser: https://gitea.osmocom.org/sdr/gr-osmosdr Package: gr-osmosdr Architecture: any diff --git a/debian/copyright b/debian/copyright index 03e853f..b424460 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gr-osmosdr Upstream-Contact: http://sdr.osmocom.org/trac/wiki/rtl-sdr Source: - git clone git://git.osmocom.org/gr-osmosdr + git clone https://gitea.osmocom.org/sdr/gr-osmosdr The upstream package source tarball was generated from the tag: git archive --format=tar --prefix=gr-osmosdr-0.1.4/ v0.1.4 | xz > ../gr-osmosdr_0.1.4.orig.tar.xz Comment: diff --git a/debian/rules b/debian/rules index a939fc2..02d7ad7 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,6 @@ version-to-get: echo $(VER) is $(GITREV) get-orig-source: version-to-get - git clone git://git.osmocom.org/gr-osmosdr + git clone https://gitea.osmocom.org/sdr/gr-osmosdr cd gr-osmosdr && git archive --format=tar --prefix=gr-osmosdr-$(VER)/ $(GITREV) | xz > ../gr-osmosdr_$(VER).orig.tar.xz rm -rf gr-osmosdr