1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
php-vlucas+phpdotenv for Debian
-------------------------------
This package is built with gbp and uscan.
We're using upstream's git tags rather than their tarballs, because they exclude
test-related files in their releases. Special care must be taken to negate the
upstream's .gitattributes lest the same happen to our .orig.tar.
Steps to upgrade to a new upstream version:
# Locally override .gitattributes
echo -e '* -export-subst\n* -export-ignore' >.git/info/attributes
git remote add -f upstream https://github.com/vlucas/phpdotenv.git
gbp import-orig --uscan
The step to override .gitattributes can be replaced if/when such functionality
is added to uscan[1].
[1] https://bugs.debian.org/947317
-- Robin Gustafsson <robin@rgson.se> Thu, 20 Feb 2020 15:49:32 +0100
|