[SCM] mplayer packaging branch, master, updated. 23fdd8bc0ecf6a13222e4d3c8a1cd1826b39b01b

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Mar 4 13:57:33 UTC 2009


The following commit has been merged in the master branch:
commit 23fdd8bc0ecf6a13222e4d3c8a1cd1826b39b01b
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Wed Mar 4 14:54:48 2009 +0100

    add first sketches for an README.upstream-upgrade file
    
    the file will be finished later, but has enough information so that I
    could test this procedure in a sandbox environment.

diff --git a/debian/README.upstream-upgrade b/debian/README.upstream-upgrade
new file mode 100644
index 0000000..12b9043
--- /dev/null
+++ b/debian/README.upstream-upgrade
@@ -0,0 +1,43 @@
+Checklist and howto for mplayer upstream upgrades:
+
+Needed packages:
+
+  apt-get install devscripts git-buildpackage pristine-tar
+
+Stage in a tmp directory:
+
+  mkdir /tmp/m ; cd /tmp/m
+  git clone git://git.debian.org/git/pkg-multimedia/mplayer-debian.git
+  cd mplayer-debian
+  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 \
+            --debian-branch=master \
+            --upstream-branch=upstream \
+            --pristine-tar \
+            --no-dch \
+            --upstream-tag=upstream/0.svn${SVNDATE} \
+            ../mplayer_0.svn${SVNDATE}.orig.tar.gz
+
+  git checkout master.unstripped
+  git-import-orig \
+            --debian-branch=master.unstripped \
+            --upstream-branch=upstream.unstripped \
+            --pristine-tar \
+            --no-dch \
+            --upstream-tag=upstream.unstripped/0.svn${SVNDATE}-unstripped \
+            --upstream-version=0.svn${SVNDATE}-unstripped \
+            ../mplayer-non-DFSG_0.svn${SVNDATE}.orig.tar.gz
+
+  git checkout master
+
+more comments will follow..

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list