βŒˆβŒ‹ βŽ‡ branch:  freshcode


Artifact [6c7c9b0b26]

Artifact 6c7c9b0b26788d6d2197a0b96e370755cf986adb:

Wiki page [AutoupdateDebian] by mario 2016-05-05 02:27:25.
D 2016-05-05T02:27:25.095
L AutoupdateDebian
N text/x-markdown
P 9397c3c80a4e07e5a4abc14e3dfbb99a1076065c
U mario
W 1026
Equivalent to the [Changelog](wiki/AutoupdateChangelog) method with a preset regex for debian/changelog files.

 - This is really just a variation of plain changelogs.<br><br>
   Uses the same backend code with a regex of:

         /^[\w-]+\h+\((\d[\w.-]+)\)\s*\w+;\s*urgency=\w+\h*$/m;

    And only strips the trailing `-- author/date…` suffix

 - Technically they're package release logs.

 - See [https://www.debian.org/doc/manuals/maint-guide/dreq.en.html#changelog](https://www.debian.org/doc/manuals/maint-guide/dreq.en.html#changelog)

         package (0.1.2-3) STATE; urgency=SCOPE

           * First package. Closes: #54321
           * As stolen from Gentoo.
           * Introduced arbitrary DFSG constraint.

          -- Elisa Examplary <liz@debian.org>  Mon, 25 May 2016 01:22:33 +0100

 - Requires the **`autoupdate_url`** to the plain changelog file.

 - Now `state` and `scope` aren't yet mapped.

 - Added this reluctantly. But they're still common enough to warrant support.

Z 137fa418c06ed9d2ddac67c6ce03e694