-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Debian: Declare compliance with Debian Policy 4.1.1
* Change Priority from extra to optional. * Use HTTPS in debian/copyright format URL.
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 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,9 @@ conkeror (1.0.3+git170508-1) UNRELEASED; urgency=medium | |
* New upstream snapshot. | ||
* Restrict dependencies on Firefox variants to versions below 57. | ||
* debian/rules: Use pkg-info.mk instead of parsing debian/changelog. | ||
* Declare compliance with Debian Policy 4.1.1. | ||
+ Change Priority from extra to optional. | ||
+ Use HTTPS in debian/copyright format URL. | ||
|
||
-- Axel Beckert <[email protected]> Tue, 24 Oct 2017 22:01:20 +0200 | ||
|
||
|
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Source: conkeror | ||
Section: web | ||
Priority: extra | ||
Priority: optional | ||
Maintainer: Axel Beckert <[email protected]> | ||
Build-Depends: debhelper (>= 9~), | ||
dpkg-dev (>= 1.16.1~) | ||
Standards-Version: 3.9.8 | ||
Standards-Version: 4.1.1 | ||
Homepage: http://conkeror.org/ | ||
Vcs-Browser: http://repo.or.cz/w/conkeror.git | ||
Vcs-Git: git://repo.or.cz/conkeror.git | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: Conkeror (with a C) | ||
Upstream-Contact: [email protected] | ||
Source: http://repo.or.cz/w/conkeror.git | ||
|