From: Kevin Rosenberg Date: Tue, 4 Aug 2009 06:16:09 +0000 (-0600) Subject: Fix pattern match in watch file X-Git-Tag: debian-2007ac.2-5^0 X-Git-Url: http://git.kpe.io/?p=umlisp.git;a=commitdiff_plain;h=bfdadbcc62f9b2f4e6d5bdb96683b5aa1187e0a1 Fix pattern match in watch file --- diff --git a/debian/changelog b/debian/changelog index aa09894..8275e04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-umlisp (1:2007ac.2-5) unstable; urgency=low + + * debian/watch Fix pattern match + + -- Kevin M. Rosenberg Tue, 04 Aug 2009 00:15:49 -0600 + cl-umlisp (1:2007ac.2-4) unstable; urgency=low * Build with debhelper extension dh-lisp diff --git a/debian/watch b/debian/watch index 582a60a..96bdf43 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://files.b9.com/umlisp/umlisp-([\d\.]*)\.tar\.gz +http://files.b9.com/umlisp/umlisp-(\d.*)\.tar\.gz