File: README.source

package info (click to toggle)
php-arthurhoaro-web-thumbnailer 2.1.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 896 kB
  • sloc: php: 3,365; makefile: 19; sh: 9
file content (14 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
We are merging the upstream tags as upstream, instead of using the
tarball that doesn’t ship tests.

# Example to import upstream 2.0.2 version
version=2.0.2

# We still use the upstream branch to drop the .gitattributes file from upstream
gbp import-ref --upstream-tag=v%\(version%~%-\)s -u$version --debian-branch=upstream
gbp import-ref --upstream-tree=BRANCH -u$version

# Commit new pristine tar
gbp buildpackage --git-pristine-tar-commit --git-upstream-tree=BRANCH

 -- James Valleroy <jvalleroy@mailbox.org>, Thu, 26 Nov 2020 16:45:59 -0500