-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use secure URI in Vcs control headers: Vcs-Browser, Vcs-Git.
Changes-By: lintian-brush Fixes: lintian: vcs-field-uses-insecure-uri See-also: https://lintian.debian.org/tags/vcs-field-uses-insecure-uri.html
- Loading branch information
1 parent
d56c8e2
commit c632b3d
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ hyphen-ru (20030310-2) UNRELEASED; urgency=medium | |
* Use secure copyright file specification URI. | ||
* Bump debhelper from deprecated 9 to 13. | ||
* Set debhelper-compat version in Build-Depends. | ||
* Use secure URI in Vcs control headers: Vcs-Browser, Vcs-Git. | ||
|
||
-- Debian Janitor <[email protected]> Fri, 04 Feb 2022 03:28:49 -0000 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ Priority: optional | |
Maintainer: Ilyas Gasanov <[email protected]> | ||
Build-Depends: debhelper-compat (= 13) | ||
Standards-Version: 3.9.4 | ||
Vcs-Git: git://github.com/Protagores/hyphen-ru.git | ||
Vcs-Browser: http://github.com/Protagores/hyphen-ru | ||
Vcs-Git: https://github.com/Protagores/hyphen-ru.git | ||
Vcs-Browser: https://github.com/Protagores/hyphen-ru | ||
Homepage: http://scon155.phys.msu.su/~swan/hyphenation.html | ||
|
||
Package: hyphen-ru | ||
|