[med-svn] [libpll] 01/01: Deal with +ds1 in Debian version name

Andreas Tille tille at debian.org
Fri May 5 15:37:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository libpll.

commit d6ae178eb35f76412d2b34c53466249227c4960c
Author: Andreas Tille <tille at debian.org>
Date:   Fri May 5 17:37:37 2017 +0200

    Deal with +ds1 in Debian version name
---
 debian/get-orig-source | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/get-orig-source b/debian/get-orig-source
index a5ca71b..c14fe33 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -4,7 +4,7 @@ COMPRESS=xz
 
 NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
 DVERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed -e 's/^[0-9]*://' -e 's/-.*//'`
-MVERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/^\([0-9\.]\+\)[+~][-0-9]\+$/\1/'`
+MVERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed -e 's/+ds1//' -e 's/^\([0-9\.]\+\)[+~][-0-9]\+$/\1/'`
 
 mkdir -p ../tarballs
 cd ../tarballs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libpll.git



More information about the debian-med-commit mailing list