From: Michael Spang Date: Sun, 23 Aug 2009 16:23:06 +0000 (-0400) Subject: Allow install if we have python-pyscopg2 X-Git-Tag: v0.5.1~10 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=mspang%2Fpyceo.git;a=commitdiff_plain;h=5dc46021c571b9f8e17d3992574335c6c3777464 Allow install if we have python-pyscopg2 Dunno if it works, but if not we need to make it as the old version is obsolete. --- diff --git a/debian/control b/debian/control index a77d442..47f80b2 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Description: Computer Science Club Common Files Package: ceo-gui Architecture: all -Depends: ceo-clients, python-ldap, python-urwid, python-sqlobject, python-protobuf, python-psycopg, ${python:Depends}, ${shlibs:Depends} +Depends: ceo-clients, python-ldap, python-urwid, python-sqlobject, python-protobuf, python-psycopg | python-psycopg2, ${python:Depends}, ${shlibs:Depends} Description: Computer Science Club Administrative GUI This package contains the CSC Electronic Office graphical user interface.