Package: u-boot Version: 2020.10+dfsg-1 Severity: minor Tags: patch Hello. A patch is attached.
It produces the same archive for 2020.10+dfsg-1, and works with 2021.01+dfsg-rc3.
>From 9dd023762f6a3d1df9bce2c5e590e81c12fdfca2 Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez <nico...@debian.org> Date: Tue, 1 Dec 2020 19:19:31 +0100 Subject: Update Homepage and uscan configuration diff --git a/debian/copyright b/debian/copyright index fb4c851065..3a4063d656 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Das U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/ +Source: https://www.denx.de/wiki/U-Boot Files-Excluded: drivers/dma/MCD_tasks.c diff --git a/debian/watch b/debian/watch index 04454db6a7..8aed4e0fa2 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,8 @@ -version=3 +version=4 -opts=pasv,repack,compression=xz,repacksuffix=+dfsg,uversionmangle=s/-rc/~rc/g,dversionmangle=s/\+dfsg.*//g,pgpsigurlmangle=s%$%.sig% \ -ftp://ftp.denx.de/pub/@PACKAGE@/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ +opts=dversionmangle=auto,\ + pgpmode=auto,\ + repacksuffix=+dfsg,\ + uversionmangle=s/-rc/~rc/ \ +https://ftp.denx.de/pub/@PACKAGE@ \ +@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@