[SCM] ffmpeg/master: remove README.upstream-upgrade

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Fri Jan 28 22:18:19 UTC 2011


The following commit has been merged in the master branch:
commit 99060bdfbbf7f906658e7bc72bd34cbe3cd61438
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Fri Jan 28 23:14:50 2011 +0100

    remove README.upstream-upgrade
    
    FFmpeg has now moved to git and does proper releases these days. This
    makes upgrading to new upstreams versions more straight-forward, so that
    we can drop this potentially confusing information.

diff --git a/debian/README.upstream-upgrade b/debian/README.upstream-upgrade
deleted file mode 100644
index 1710b8e..0000000
--- a/debian/README.upstream-upgrade
+++ /dev/null
@@ -1,38 +0,0 @@
-
-Checklist and howto for ffmpeg upstream upgrades:
-
-Needed packages:
-
-  apt-get install devscripts git-buildpackage pristine-tar
-
-Stage in a tmp directory:
-
-  mkdir /tmp/f ; cd /tmp/f
-  git clone git://git.debian.org/git/pkg-multimedia/ffmpeg.git
-  cd ffmpeg
-  branches="master.unstripped pristine-tar upstream upstream.unstripped"
-  for b in $branches; do git checkout -b $b origin/$b ; done
-
-Prepare the environment:
-
-  SVNDATE=`date +%Y%m%d`
-  git checkout master
-
-Fetch and commit the new upstream version:
-
-  debian/rules get-orig-source SVN_VERSION=${SVNDATE}
-  git-import-orig ../ffmpeg_0.6~svn${SVNDATE}.orig.tar.gz
-
-Check and note the svn revision numbers from
-ffmpeg/{libswscale,}.svnrevision in debian/changelog
-
-  git diff upstream^ Changelog libavcodec/allcodecs.c libavformat/allformats.c
-
-Document new formats additions in debian/changelog
-
-Build, test, and compare against the the version already in the archive:
-  - headers in the -dev packages with 
-  - soname in the libraries
-  - formats.txt in the libavcodecs package
-
-Finialize debian/changelog, package should be upload ready now

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list