1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
smarty-lexer (3.1.32+dfsg1-3) unstable; urgency=medium
* debian/patches:
+ Cherry-pick 0001_fix-for-psr-2-code-style.patch and
0002_make-generated-lexer-and-parser-compatible-with-PSR-2-code.patch
from upstream Git.
* debian/control:
+ Bump Standards-Version: to 4.5.1. No changes needed.
+ Add Rules-Requires-Root: field and set it to 'no'.
* debian/{control,compat}:
+ Switch to debhelper-compat notation. Bump to DH compat level version 13.
* debian/watch:
+ Bump to version 4.
* debian/upstream/metadata:
+ Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
-- Mike Gabriel <sunweaver@debian.org> Wed, 06 Jan 2021 18:06:57 +0100
smarty-lexer (3.1.32+dfsg1-2) unstable; urgency=medium
* debian/control:
+ Update Vcs-*: fields. Packaging Git has been migrated to salsa.debian.org.
+ Bump Standards-Version: to 4.2.0. No changes needed.
-- Mike Gabriel <sunweaver@debian.org> Fri, 17 Aug 2018 10:35:27 +0200
smarty-lexer (3.1.32+dfsg1-1) unstable; urgency=medium
* New upstream version.
* debian/patches:
+ Drop 0001-optimize-lexer-code-for-speed-https-github.com-smart.patch
and 0002-fix-spelleing.patch. Applied upstream.
+ Update 2001_make-it-usable-for-smarty3.patch.
* debian/copyright:
+ Use secure URI for copyright format reference.
+ Update copyright attributions.
+ Add Comment: field and explain, why we repack the orig tarball.
+ White-space cleanup in license text.
* debian/{control,compat}:
+ Bump DH compat level to version 11.
* debian/control:
+ Bump Standards-Version: to 4.1.4. No changes needed.
* debian/rules:
+ Stop using dpkg-parsechangelog.
-- Mike Gabriel <sunweaver@debian.org> Tue, 24 Apr 2018 13:25:45 +0200
smarty-lexer (3.1.30+dfsg1-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Apply upstream commits 54c249cf and ccaeeca3 to fix broken lexer breaking
the template generator. (Closes: #847571)
Thanks to Mike Gabriel for pointing out the upstream commits and equally
thanks to Wolfgang Schweer and Tomasz Rybak for confirming the fix works.
-- Holger Levsen <holger@debian.org> Sun, 19 Mar 2017 14:57:26 +0000
smarty-lexer (3.1.30+dfsg1-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- Add Debian Edu Pkg Team to Uploaders: field.
-- Mike Gabriel <sunweaver@debian.org> Fri, 25 Nov 2016 19:47:13 +0100
smarty-lexer (3.1.28+dfsg1-1) unstable; urgency=medium
* Repack upstream tarball due to mal-licensed file (Exception.php, PHP 3.0
licensed).
* debian/control:
+ Add D (smarty-lexer): php-pear. We will use Exception.php from php-pear
instead of the bundled (old and PHP 3.0 licensed) Exception.php.
+ Bump Standards: to 3.9.8. No changes needed.
* debian/{rules,watch}:
+ Turn src:package into +dfsg1 package. The upstream sources contains one
file (Exception.php) not appropriately licensed for Debian (PHP 3.0
instead of PHP 3.01).
* debian/links:
+ Place symlink Exception.php into /usr/share/php/smarty-lexert, pointing
to the same file from php-pear bin:package.
* debian/patches:
+ Add 2001_make-it-usable-for-smarty3.patch. Make smarty-lexer usable when
building smarty3 (which is its only purpose in Debian).
* debian/copyright:
+ Drop Exception.php. Removed from upstream source tree.
-- Mike Gabriel <sunweaver@debian.org> Mon, 30 May 2016 12:29:40 +0200
smarty-lexer (3.1.28-1) unstable; urgency=medium
* Initial release. (Closes: #824354).
-- Mike Gabriel <sunweaver@debian.org> Sat, 14 May 2016 22:42:35 +0200
|