From: Alexander Barton Date: Thu, 15 Jul 2004 08:59:09 +0000 (+0000) Subject: Added missing commas to debian control file, fixes bug #56. X-Git-Tag: rel-0-8-1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d989166d3f87257d1cbd1be25daf15d833c4e7b7;p=ngircd Added missing commas to debian control file, fixes bug #56. Thanks to Kevin Otte (nivex@nivex.net) for the patch. --- diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog index a84e3572..fef4c8b0 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,10 @@ +ngircd (0.8.0-0ab2) unstable; urgency=low + + * Added missing commas to debian control file, fixes bug #56. + Thanks to Kevin Otte. + + -- Alexander Barton Thu, 15 Jul 2004 10:53:39 +0200 + ngircd (0.8.0-0ab1) unstable; urgency=low * New upstream version. 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)