[pkg-wpa-devel] r1825 - /wpa/trunk/debian/README.source
slh-guest at users.alioth.debian.org
slh-guest at users.alioth.debian.org
Sat Dec 28 21:44:09 UTC 2013
Author: slh-guest
Date: Sat Dec 28 21:44:09 2013
New Revision: 1825
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1825
Log:
fix regexp
Modified:
wpa/trunk/debian/README.source
Modified: wpa/trunk/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/README.source?rev=1825&op=diff
==============================================================================
--- wpa/trunk/debian/README.source (original)
+++ wpa/trunk/debian/README.source Sat Dec 28 21:44:09 2013
@@ -86,7 +86,7 @@
<upstream_version>+git<date>.<revision>+<git_hash>-<debian_revision>
upstream_version := [0-9\.]* --> 2.0
- date := [0-9\.]* --> 20131120 (YYYYMMDD)
+ date := [0-9]* --> 20131120 (YYYYMMDD)
revision := [0-9]* --> 1
git_hash := [0-9a-f]* --> 594516b
debian_revision := [0-9*] --> 1
More information about the Pkg-wpa-devel
mailing list