{# Copyright (C) 2015 The Debsources developers . See the AUTHORS file at the top-level directory of this distribution and at https://salsa.debian.org/qa/debsources/blob/master/AUTHORS License: GNU Affero General Public License, version 3 or above. #} {% set url_prefix = "//" + config.SOURCES_URL + '/patches' %}

Patches

Package summary

The URL for the patches summary of a package is: {{ url_prefix }}/packagename/version Version can be a suite name, a version number or the keyword 'latest' See example

Patch view

The URL for displaying patch information is: {{ url_prefix }}/packagename/version/path Both package name and version are required parameters. The path is the relative path of the patch starting from the debian/patches directory. See example

Package list

Alphabetically

{{ url_prefix }}/list/INT See example

By prefix

{{ url_prefix }}/prefix/prefix See example

A suite parameter can be given to limit listing to a given suite. {{ url_prefix }}/prefix/prefix?suite=suite_name See example

Package versions

You can list the different versions of a package, accessing this URL: {{ url_prefix }}/license/packagename See example

a suite parameter can be given to limit listing to a given suite. {{ url_prefix }}/license/packagename?suite=suite_name See example

Package versions with no links signify that the patch format is not 3.0 quilt.
The asterisk (*) at a package versions implies that although the patch format is 3.0 quilt, the specific version has no patches yet.