also sprach Nathaniel W. Turner <[EMAIL PROTECTED]> [2005.02.16.0644 +0100]: > I don't see your patch in the log for #292247; I guess you probably just > forgot to actually attach it. Would you check this and resend if needed?
Woops. :) Attached, this time for real. -- .''`. martin f. krafft <[EMAIL PROTECTED]> : :' : proud Debian developer, admin, user, and author `. `'` `- Debian - when you have better things to do than fixing a system Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
diff -u psycopg-1.1.18/debian/changelog psycopg-1.1.18/debian/changelog
--- psycopg-1.1.18/debian/changelog
+++ psycopg-1.1.18/debian/changelog
@@ -1,3 +1,11 @@
+psycopg (1.1.18-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Added new stanza to debian/control to create new binary package for
+ Zope 2.7.
+
+ -- martin f. krafft <[EMAIL PROTECTED]> Tue, 25 Jan 2005 22:28:55 +0100
+
psycopg (1.1.18-1) unstable; urgency=low
* New upstream release.
only in patch2:
unchanged:
--- psycopg-1.1.18.orig/debian/control
+++ psycopg-1.1.18/debian/control
@@ -68,3 +68,11 @@
This is the (mandatory) Zope Database Adapter based on the psycopg
PostgreSQL/Python module.
+Package: zope2.7-psycopgda
+Architecture: all
+Section: python
+Depends: zope2.7, python2.3-psycopg (>= ${version})
+Description: Zope 2.7 Database Adapter based on python-psycopg
+ This is the (mandatory) Zope 2.7 Database Adapter based on the psycopg
+ PostgreSQL/Python module.
+
only in patch2:
unchanged:
--- psycopg-1.1.18.orig/debian/zope2.7-psycopgda.dirs
+++ psycopg-1.1.18/debian/zope2.7-psycopgda.dirs
@@ -0,0 +1 @@
+usr/lib/zope2.7
only in patch2:
unchanged:
--- psycopg-1.1.18.orig/debian/rules
+++ psycopg-1.1.18/debian/rules
@@ -65,7 +65,9 @@
prefix=`pwd`/debian/python2.3-psycopg/usr
$(MAKE) dist-zope && \
tar xzf ZPsycopgDA-$(version).tar.gz \
- -C debian/zope-psycopgda/usr/lib/zope
+ -C debian/zope-psycopgda/usr/lib/zope && \
+ tar xzf ZPsycopgDA-$(version).tar.gz \
+ -C debian/zope2.7-psycopgda/usr/lib/zope2.7
find debian -name psycopgmodule.so | xargs chmod 644
# Build architecture-independent files here.
signature.asc
Description: Digital signature

