r1891 - in zope.component/branches/jinty-dh7/debian (rules)

jinty-guest at users.alioth.debian.org jinty-guest at users.alioth.debian.org
Tue Nov 24 23:01:48 UTC 2009


    Date: Tuesday, November 24, 2009 @ 23:01:46
  Author: jinty-guest
Revision: 1891

actually export the variables

Modified:
  zope.component/branches/jinty-dh7/debian/rules

Modified: zope.component/branches/jinty-dh7/debian/rules
===================================================================
--- zope.component/branches/jinty-dh7/debian/rules	2009-11-24 17:28:11 UTC (rev 1890)
+++ zope.component/branches/jinty-dh7/debian/rules	2009-11-24 23:01:46 UTC (rev 1891)
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
-PYDEB_SUGGESTS_EXTRAS=doc test
-PYDEB_RECOMMENDS_EXTRAS=hook
-PYDEB_METAPACKAGE_EXTRAS=zcml
+export PYDEB_SUGGESTS_EXTRAS=docs test
+export PYDEB_RECOMMENDS_EXTRAS=hook
+export PYDEB_METAPACKAGE_EXTRAS=zcml
 
 %:
 	dh --with pydeb --with python-central $@




More information about the pkg-zope-developers mailing list