[Python-modules-commits] [python-django-tagging] 03/05: Fix dpm tag formats
Christos Trochalakis
ctrochalakis at moszumanska.debian.org
Tue Jan 17 14:15:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
ctrochalakis pushed a commit to branch master
in repository python-django-tagging.
commit be51b2cbe27f69fb1f502404a7e7382c6ba20d07
Author: Christos Trochalakis <yatiohi at ideopolis.gr>
Date: Tue Jan 17 15:24:33 2017 +0200
Fix dpm tag formats
The actual format used in existing tags is '%v' so I believe it
makes sense to stick to that until we bump '%e'.
Gbp-Dch: Ignore
---
debian/.git-dpm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/.git-dpm b/debian/.git-dpm
index e93dbbc..a8e7095 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,6 +6,6 @@
python-django-tagging_0.4.5.orig.tar.gz
69d00abf47567e138a1958e51e45096fa6923269
47090
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
+debianTag="debian/%v"
+patchedTag="patched/%v"
+upstreamTag="upstream/%u"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-tagging.git
More information about the Python-modules-commits
mailing list