The old git:// protocol is long deprecated, use https:// instead

This commit is contained in:
Harald Welte 2023-11-07 17:14:03 +01:00
parent 1c09d1467d
commit cebcf5773f
5 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ author:
copyright_owner: copyright_owner:
- Dimitri Stolnikov <horiz0n@gmx.net> - Dimitri Stolnikov <horiz0n@gmx.net>
license: GPLv3 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 website: http://sdr.osmocom.org/trac/wiki/GrOsmoSDR
--- ---
GNU Radio block for interfacing with various radio hardware GNU Radio block for interfacing with various radio hardware

2
README
View File

@ -38,7 +38,7 @@ please do a "make uninstall" first to properly remove the previous version.
Building with cmake: Building with cmake:
git clone git://git.osmocom.org/gr-osmosdr git clone https://gitea.osmocom.org/sdr/gr-osmosdr
cd gr-osmosdr/ cd gr-osmosdr/
mkdir build mkdir build
cd build/ cd build/

4
debian/control vendored
View File

@ -30,8 +30,8 @@ Build-Depends: cmake,
X-Python-Version: >= 2.7, << 2.8 X-Python-Version: >= 2.7, << 2.8
Standards-Version: 4.1.0 Standards-Version: 4.1.0
Homepage: https://osmocom.org/projects/gr-osmosdr/wiki Homepage: https://osmocom.org/projects/gr-osmosdr/wiki
Vcs-Git: git://git.osmocom.org/gr-osmosdr Vcs-Git: https://gitea.osmocom.org/sdr/gr-osmosdr
Vcs-Browser: https://git.osmocom.org/gr-osmosdr Vcs-Browser: https://gitea.osmocom.org/sdr/gr-osmosdr
Package: gr-osmosdr Package: gr-osmosdr
Architecture: any Architecture: any

2
debian/copyright vendored
View File

@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: gr-osmosdr Upstream-Name: gr-osmosdr
Upstream-Contact: http://sdr.osmocom.org/trac/wiki/rtl-sdr Upstream-Contact: http://sdr.osmocom.org/trac/wiki/rtl-sdr
Source: 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: 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 git archive --format=tar --prefix=gr-osmosdr-0.1.4/ v0.1.4 | xz > ../gr-osmosdr_0.1.4.orig.tar.xz
Comment: Comment:

2
debian/rules vendored
View File

@ -24,6 +24,6 @@ version-to-get:
echo $(VER) is $(GITREV) echo $(VER) is $(GITREV)
get-orig-source: version-to-get 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 cd gr-osmosdr && git archive --format=tar --prefix=gr-osmosdr-$(VER)/ $(GITREV) | xz > ../gr-osmosdr_$(VER).orig.tar.xz
rm -rf gr-osmosdr rm -rf gr-osmosdr