diff -Nru kicad-templates-5.0.0~rc1/debian/changelog kicad-templates-5.0.0/debian/changelog --- kicad-templates-5.0.0~rc1/debian/changelog 2018-05-31 05:56:32.000000000 +0000 +++ kicad-templates-5.0.0/debian/changelog 2018-07-20 08:05:05.000000000 +0000 @@ -1,3 +1,15 @@ +kicad-templates (5.0.0-1) unstable; urgency=medium + + * [d538f60] d/watch: fix up matching regular expressions + + Corrected to the right GitHub resource and also adjust the uversionmangle + regex. + * [dea59e3] debian/control: increase Standards-Version to 4.1.5 + + No further changes needed. + * [dbd123e] Multi-Arch: mark kicad-templates foreign + * [5ff0535] New upstream version 5.0.0 + + -- Carsten Schoenert Fri, 20 Jul 2018 10:05:05 +0200 + kicad-templates (5.0.0~rc1-2) unstable; urgency=medium * [a657b92] debian/control: increase Standards-Version to 4.1.4 diff -Nru kicad-templates-5.0.0~rc1/debian/control kicad-templates-5.0.0/debian/control --- kicad-templates-5.0.0~rc1/debian/control 2018-05-31 05:56:32.000000000 +0000 +++ kicad-templates-5.0.0/debian/control 2018-07-08 13:33:15.000000000 +0000 @@ -10,11 +10,12 @@ cmake, Vcs-Git: https://salsa.debian.org/electronics-team/KiCad/kicad-templates.git Vcs-Browser: https://salsa.debian.org/electronics-team/KiCad/kicad-templates -Standards-Version: 4.1.4 +Standards-Version: 4.1.5 Homepage: https://github.com/KiCad/kicad-templates Package: kicad-templates Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, Recommends: diff -Nru kicad-templates-5.0.0~rc1/debian/watch kicad-templates-5.0.0/debian/watch --- kicad-templates-5.0.0~rc1/debian/watch 2018-05-26 06:53:01.000000000 +0000 +++ kicad-templates-5.0.0/debian/watch 2018-06-28 15:35:41.000000000 +0000 @@ -7,6 +7,6 @@ version=4 -opts="uversionmangle=s/\~\.*//;s/-(beta|rc)/~$1/;s/\.-(beta|rc)\.\d.*//;s/\.\.//,\ -dversionmangle=s/\+dfsg(\.?\d+)?$//" \ -https://github.com/KiCad/kicd-templates/tags .*/v(\d.\d.\d(-(beta|rc)\.\d)?)\.tar\.gz +opts="uversionmangle=s/\.-rc/~rc/;s/\.+$//, \ + dversionmangle=s/\+dfsg(\.?\d+)?$//" \ + https://github.com/KiCad/kicad-templates/tags .*/(\d+\.\d+\.\d+)(-rc\d)?\.tar\.[gx]z