diff options
Diffstat (limited to 'contrib/Debian/control')
| -rw-r--r-- | contrib/Debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Debian/control b/contrib/Debian/control index 0b7a364b..a78eac1e 100644 --- a/contrib/Debian/control +++ b/contrib/Debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.5.8 Package: ngircd Architecture: any -Depends: ${shlibs:Depends} ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: A lightweight daemon for the Internet Relay Chat (IRC) ngIRCd is a free open source daemon for the Internet Relay Chat (IRC) network. It is written from scratch and is not based upon the original @@ -27,7 +27,7 @@ Description: A lightweight daemon for the Internet Relay Chat (IRC) Package: ngircd-full Architecture: any -Depends: ${shlibs:Depends} ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: ngircd Description: A lightweight daemon for the Internet Relay Chat (IRC) ngIRCd is a free open source daemon for the Internet Relay Chat (IRC) |