armbian-build/packages/extras-buildpkgs/libvdpau/debian
2017-07-17 17:37:58 +03:00
..
patches Move extras and firmware to a new subdirectory 2017-07-17 17:37:58 +03:00
source Move extras and firmware to a new subdirectory 2017-07-17 17:37:58 +03:00
bug-script Move extras and firmware to a new subdirectory 2017-07-17 17:37:58 +03:00
changelog Move extras and firmware to a new subdirectory 2017-07-17 17:37:58 +03:00
clean Move extras and firmware to a new subdirectory 2017-07-17 17:37:58 +03:00
compat Move extras and firmware to a new subdirectory 2017-07-17 17:37:58 +03:00
control Move extras and firmware to a new subdirectory 2017-07-17 17:37:58 +03:00
copyright Move extras and firmware to a new subdirectory 2017-07-17 17:37:58 +03:00
libvdpau1.install Move extras and firmware to a new subdirectory 2017-07-17 17:37:58 +03:00
libvdpau-dev.install Move extras and firmware to a new subdirectory 2017-07-17 17:37:58 +03:00
libvdpau-dev.README.Debian Move extras and firmware to a new subdirectory 2017-07-17 17:37:58 +03:00
README.source Move extras and firmware to a new subdirectory 2017-07-17 17:37:58 +03:00
rules Move extras and firmware to a new subdirectory 2017-07-17 17:37:58 +03:00

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.bz2

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