[Pkg-mysql-commits] r1757 - mysql-workbench-oss/trunk/debian
Norbert Tretkowski
nobse at alioth.debian.org
Wed Sep 23 17:30:26 UTC 2009
Author: nobse
Date: 2009-09-23 17:30:26 +0000 (Wed, 23 Sep 2009)
New Revision: 1757
Modified:
mysql-workbench-oss/trunk/debian/rules
Log:
One more fix
Modified: mysql-workbench-oss/trunk/debian/rules
===================================================================
--- mysql-workbench-oss/trunk/debian/rules 2009-09-23 17:28:48 UTC (rev 1756)
+++ mysql-workbench-oss/trunk/debian/rules 2009-09-23 17:30:26 UTC (rev 1757)
@@ -14,7 +14,7 @@
DEB_VERSION ?= $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
DEB_NOEPOCH_VERSION ?= $(shell echo $(DEB_VERSION) | cut -d: -f2-)
DEB_UPSTREAM_VERSION ?= $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//' | sed 's/\+dfsg.*//')
-DEB_DFSG_ADD ?= $(shell echo $(DEB_NOEPOCH_VERSION) | cut -d+ -f2-)
+DEB_DFSG_ADD ?= $(shell echo $(DEB_NOEPOCH_VERSION) | cut -d+ -f2- | cut -d- -f1)
configure: configure-stamp
configure-stamp:
More information about the Pkg-mysql-commits
mailing list