[Python-modules-commits] r16412 - in packages/python-enable/trunk/debian (changelog rules)

varun at users.alioth.debian.org varun at users.alioth.debian.org
Wed Apr 6 23:43:25 UTC 2011


    Date: Wednesday, April 6, 2011 @ 23:43:24
  Author: varun
Revision: 16412

d/rules: fix pyshared directory path

Modified:
  packages/python-enable/trunk/debian/changelog
  packages/python-enable/trunk/debian/rules

Modified: packages/python-enable/trunk/debian/changelog
===================================================================
--- packages/python-enable/trunk/debian/changelog	2011-04-06 23:41:21 UTC (rev 16411)
+++ packages/python-enable/trunk/debian/changelog	2011-04-06 23:43:24 UTC (rev 16412)
@@ -1,3 +1,9 @@
+python-enable (3.4.1-2) unstable; urgency=low
+
+  * d/rules: fix pyshared directory path
+
+ -- Varun Hiremath <varun at debian.org>  Wed, 06 Apr 2011 19:28:09 -0400
+
 python-enable (3.4.1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-enable/trunk/debian/rules
===================================================================
--- packages/python-enable/trunk/debian/rules	2011-04-06 23:41:21 UTC (rev 16411)
+++ packages/python-enable/trunk/debian/rules	2011-04-06 23:43:24 UTC (rev 16412)
@@ -6,8 +6,8 @@
 DEB_COMPRESS_EXCLUDE		:= .py
 DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
 DEB_INSTALL_CHANGELOGS_ALL      += docs/CHANGES.txt
-PYSHARED=$(DEB_DESTDIR)/`pycentral pycentraldir python-enable`
-EXAMPLES=$(DEB_DESTDIR)/usr/share/doc/python-enable
+PYSHARED                         =$(DEB_DESTDIR)/usr/share/pyshared
+EXAMPLES                         =$(DEB_DESTDIR)/usr/share/doc/python-enable
 
 install/python-enable::
 	find $(DEB_DESTDIR) -name 'LICENSE.txt' -delete




More information about the Python-modules-commits mailing list