r1985 - in /unstable/evolution/debian: changelog rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Sep 22 22:25:07 UTC 2011


Author: joss
Date: Thu Sep 22 22:25:06 2011
New Revision: 1985

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1985
Log:
Fix DEB_REVISION computation.

Modified:
    unstable/evolution/debian/changelog
    unstable/evolution/debian/rules

Modified: unstable/evolution/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/changelog?rev=1985&op=diff
==============================================================================
--- unstable/evolution/debian/changelog (original)
+++ unstable/evolution/debian/changelog Thu Sep 22 22:25:06 2011
@@ -1,3 +1,9 @@
+evolution (3.0.3-2) UNRELEASED; urgency=low
+
+  * Fix DEB_REVISION computation.
+
+ -- Josselin Mouette <joss at debian.org>  Fri, 23 Sep 2011 00:24:57 +0200
+
 evolution (3.0.3-1) unstable; urgency=low
 
   * New upstream bugfix release.                                closes: #639895

Modified: unstable/evolution/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/rules?rev=1985&op=diff
==============================================================================
--- unstable/evolution/debian/rules (original)
+++ unstable/evolution/debian/rules Thu Sep 22 22:25:06 2011
@@ -23,7 +23,7 @@
 
 export CFLAGS LDFLAGS
 
-DEB_REVISION := $(shell echo $(DEB_VERSION) | awk -F- '{ print $NF }')
+DEB_REVISION := $(shell echo $(DEB_VERSION) | awk -F- '{ print $$NF }')
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--with-openldap \




More information about the pkg-evolution-commits mailing list