r2129 - in zope2.12/branches/with-revived-tarball/debian (2 files)

pumazi-guest at users.alioth.debian.org pumazi-guest at users.alioth.debian.org
Tue Nov 9 21:58:40 UTC 2010


    Date: Tuesday, November 9, 2010 @ 21:58:29
  Author: pumazi-guest
Revision: 2129

Adding the already packaged dependencies back in.

Modified:
  zope2.12/branches/with-revived-tarball/debian/control
  zope2.12/branches/with-revived-tarball/debian/rules

Modified: zope2.12/branches/with-revived-tarball/debian/control
===================================================================
--- zope2.12/branches/with-revived-tarball/debian/control	2010-11-09 21:40:27 UTC (rev 2128)
+++ zope2.12/branches/with-revived-tarball/debian/control	2010-11-09 21:58:29 UTC (rev 2129)
@@ -12,7 +12,7 @@
 Package: zope2.12
 Architecture: any
 Pre-Depends: zope-common (>= 0.5.49)
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, debconf | debconf-2.0
+Depends: python-zope.traversing, python-zope.testbrowser, python-zope.testing, python-tz, python-docutils, zodb, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, debconf | debconf-2.0
 Provides: zope
 Suggests: python-unit, zope-book, zope-devguide
 Description: Open Source Web Application Server

Modified: zope2.12/branches/with-revived-tarball/debian/rules
===================================================================
--- zope2.12/branches/with-revived-tarball/debian/rules	2010-11-09 21:40:27 UTC (rev 2128)
+++ zope2.12/branches/with-revived-tarball/debian/rules	2010-11-09 21:58:29 UTC (rev 2129)
@@ -18,7 +18,8 @@
 	./configure --prefix=/usr/lib/zope${ZVER}
 
 override_dh_auto_build:
-	make PYTHON=python
+	make PYTHON=python \
+		DIST_EXCLUSIONS=zope.traversing:zope.testbrowser:zope.testing:pytz:Docutils:ZODB3
 
 override_dh_auto_install:
 	make install PYTHON=python DESTDIR=$(CURDIR)/debian/zope${ZVER}




More information about the pkg-zope-developers mailing list