Package: smarty-gettext
Version: 1.5.0-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu artful ubuntu-patch
Dear Maintainer,
As Ubuntu is transitioning to PHP7.1 in 17.10, we have applied the
following patch. I believe Debian will want to do something similar so
as to always depend on the current php-cli binary package, rather than a
specific PHP7.x version.
In Ubuntu, the attached patch was applied to achieve the following:
* debian/control:
+ Update dependency to be php-cli, as it does not depend on PHP7.0
functionality.
Thanks for considering the patch.
*** /tmp/tmpCKu12w/smarty-gettext_1.5.0-2ubuntu1.debdiff
diff -Nru smarty-gettext-1.5.0/debian/control
smarty-gettext-1.5.0/debian/control
--- smarty-gettext-1.5.0/debian/control 2016-12-06 07:44:48.000000000 -0800
+++ smarty-gettext-1.5.0/debian/control 2017-04-27 16:22:56.000000000 -0700
@@ -28,7 +28,7 @@
Package: tsmarty2c
Architecture: all
Depends: ${misc:Depends},
- php7.0-cli,
+ php-cli,
Breaks: smarty-gettext (<< 1.5.0-1~),
Replaces: smarty-gettext (<< 1.5.0-1~),
Description: Smarty Gettext's translation string ripper
-- System Information:
Debian Release: stretch/sid
APT prefers zesty-updates
APT policy: (500, 'zesty-updates'), (500, 'zesty-security'), (500, 'zesty')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.10.0-20-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--
Nishanth Aravamudan
Ubuntu Server
Canonical Ltd