[med-svn] r21454 - trunk/helper-scripts

Andreas Tille tille at moszumanska.debian.org
Tue Feb 23 08:39:16 UTC 2016


Author: tille
Date: 2016-02-23 08:39:16 +0000 (Tue, 23 Feb 2016)
New Revision: 21454

Modified:
   trunk/helper-scripts/inject-into-alioth-git
Log:
Adapt to the new way `cme fix dpkg-control` is formating Vcs-Git


Modified: trunk/helper-scripts/inject-into-alioth-git
===================================================================
--- trunk/helper-scripts/inject-into-alioth-git	2016-02-23 08:38:12 UTC (rev 21453)
+++ trunk/helper-scripts/inject-into-alioth-git	2016-02-23 08:39:16 UTC (rev 21454)
@@ -8,7 +8,7 @@
 
 DEBPKGNAME=`dpkg-parsechangelog | awk '/^Source:/ {print $2}'`
 SHORTDESC=`grep "^Description: " debian/control | head -n 1 | sed 's/^Description: //'`
-VCSGIT=`grep "^Vcs-Git: " debian/control | sed -e 's/^Vcs-Git: //' -e 's#[githps]\+://anonscm.debian.org/#ssh://git.debian.org/git/#'`
+VCSGIT=`grep "^Vcs-Git: " debian/control | sed -e 's/^Vcs-Git: //' -e 's#[githps]\+://anonscm.debian.org/#ssh://git.debian.org/#'`
 DIRatALIOTH=`echo $VCSGIT | sed -e 's#ssh://git.debian.org/git/#/git/#' -e 's#/[^/]\+\.git##'`
 set -x
 ssh git.debian.org "cd $DIRatALIOTH; ./setup-repository $DEBPKGNAME \"$SHORTDESC\""




More information about the debian-med-commit mailing list