File: README.source

package info (click to toggle)
node-static 0.7.11%2B~0.7.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 224 kB
  • sloc: javascript: 841; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
git-buildpackage layout merged with upstream git
================================================

* First add the upstream repository as a remote:
  `git remote add upstream git@github.com:cloudhead/node-static.git`

* Then for each update, make sure the repository is up to date with
  upstream repository:
  `git fetch upstream`
  and import tarball with the latest upstream tag:
  `git-import-orig --uscan --pristine-tar --sign-tags --upstream-vcs-tag v0.7.3`

See also:
https://wiki.debian.org/PackagingWithGit
https://wiki.debian.org/CDBS%2Bgit-buildpackage
http://www.eyrie.org/~eagle/journal/2013-04/001.html