[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.15.24-7-g22f254e
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Wed Aug 30 14:25:47 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/pkg-kde-tools.git;a=commitdiff;h=22f254e
The following commit has been merged in the master branch:
commit 22f254e48635bba87a6d8072368e48c1b3ed2e5e
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Wed Aug 30 17:24:51 2017 +0300
pkgkde-vcs: Follow DEP-14 even more closely by using Perl.
---
vcslib/git.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vcslib/git.sh b/vcslib/git.sh
index 3359fab..af8374e 100644
--- a/vcslib/git.sh
+++ b/vcslib/git.sh
@@ -127,7 +127,7 @@ git_update_config()
git_compat_debver()
{
- echo "$1" | tr ":" "%" | tr "~" "_"
+ echo "$1" | perl -pe 'y/:~/%_/;s/\.(?=\.|$|lock$)/.#/g;'
}
git_is_working_tree_clean()
--
Debian Qt/KDE packaging tools
More information about the pkg-kde-commits
mailing list