[Python-modules-commits] r8362 - in packages/pyqwt5/trunk/debian (rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Wed May 6 09:17:01 UTC 2009


    Date: Wednesday, May 6, 2009 @ 09:17:00
  Author: bzed
Revision: 8362

We don't have th e-gl packages installed...

Modified:
  packages/pyqwt5/trunk/debian/rules

Modified: packages/pyqwt5/trunk/debian/rules
===================================================================
--- packages/pyqwt5/trunk/debian/rules	2009-05-06 09:06:52 UTC (rev 8361)
+++ packages/pyqwt5/trunk/debian/rules	2009-05-06 09:17:00 UTC (rev 8362)
@@ -9,7 +9,7 @@
 PYTHONS	:= $(shell pyversions -vr)
 QTS=3 4
 
-py_qt_version = $(shell dpkg -s python-qt$(strip $(1))-gl | grep '^Version' | sed 's,Version: \(.*\)-[^-]*$$,\1,')
+py_qt_version = $(shell dpkg -s python-qt$(strip $(1)) | grep '^Version' | sed 's,Version: \(.*\)-[^-]*$$,\1,')
 
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+)\.dfsg.*,\1,p')
 CFLAGS = -Wall -g




More information about the Python-modules-commits mailing list