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


Artifact [9397c3c80a]

Artifact 9397c3c80a4e07e5a4abc14e3dfbb99a1076065c:

Wiki page [AutoupdateDebian] by mario 2016-05-05 02:24:43.
D 2016-05-05T02:24:43.076
L AutoupdateDebian
N text/x-markdown
U mario
W 953
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

 - Now state and scope aren't yet mapped.

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

Z 719849b4fbe1307b87dae284be6c5a0f