File: README.source

package info (click to toggle)
php-nesbot-carbon 2.32.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,492 kB
  • sloc: php: 149,847; xml: 45; makefile: 17; sh: 7
file content (24 lines) | stat: -rw-r--r-- 795 bytes parent folder | download
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-nesbot-carbon 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/briannesbitt/carbon.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>  Mon, 24 Feb 2020 10:29:12 +0100