File: REAME.source

package info (click to toggle)
libvdpau 0.8-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 2,264 kB
  • sloc: sh: 11,091; cpp: 4,204; ansic: 1,376; makefile: 110
file content (25 lines) | stat: -rw-r--r-- 709 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
The upstream repository:

  git remote add libvdpau git://people.freedesktop.org/~aplattner/libvdpau
  git fetch --all --prune

Importing a new upstream tarball:

The tarball contains all the autotools generated files that we don't need
in the master branch thanks to dh_autoreconf.

  VER=0.7
  git-import-orig --upstream-vcs-tag libvdpau-$VER libvdpau-$VER.tar.gz

Merge the new upstream release:

  git checkout upstream
  git merge --ff-only libvdpau-$VER^{commit}
  git tag -m "Upstream version $VER" upstream/$VER libvdpau-$VER^{commit}

  git checkout master
  git merge upstream/$VER

Pushing to origin:

  git push origin libvdpau-$VER tarball pristine-tar tarball/$VER upstream upstream/$VER master