[PATCH] change versioning to include the last release

Reinhard Tartler siretart at tauware.de
Sat Mar 7 15:08:44 UTC 2009


In case the next release will be rc3, we can mark that version way more
easy this way.
---
 debian/get-orig-source.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index b3c96df..a054b7f 100644
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -67,8 +67,8 @@ if [ -z $SVNDATE ]; then
 fi
 
 CLEANUPSCRIPT=`pwd`/debian/strip.sh
-TARBALL=`pwd`/../mplayer_1.0~svn${SVNDATE}.orig.tar.gz
-TARBALL_UNSTRIPPED=`pwd`/../mplayer-non-dfsg_1.0~svn${SVNDATE}.orig.tar.gz
+TARBALL=`pwd`/../mplayer_1.0~rc2+svn${SVNDATE}.orig.tar.gz
+TARBALL_UNSTRIPPED=`pwd`/../mplayer-non-dfsg_1.0~rc2+svn${SVNDATE}.orig.tar.gz
 PACKAGENAME=mplayer
 
 TMPDIR=`mktemp -d`



The next question was what to do with the upstream debian
directory. Fabian suggested to just drop it, which is implemented in
this patch:



More information about the pkg-multimedia-maintainers mailing list