]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Added missing commas to debian control file, fixes bug #56.
authorAlexander Barton <alex@barton.de>
Thu, 15 Jul 2004 09:03:15 +0000 (09:03 +0000)
committerAlexander Barton <alex@barton.de>
Thu, 15 Jul 2004 09:03:15 +0000 (09:03 +0000)
Thanks to Kevin Otte (nivex@nivex.net) for the patch.

contrib/Debian/changelog
contrib/Debian/control

index 9caaad89abfdfa836927add453e3a0a284c423dc..efb4f8546f320c6f6a11b188ecc3569731319807 100644 (file)
@@ -1,3 +1,10 @@
+ngircd (0.8.0+HEAD-0ab1) unstable; urgency=low
+
+  * Added missing commas to debian control file, fixes bug #56.
+    Thanks to Kevin Otte.
+
+ -- Alexander Barton <alex@pc-alex>  Thu, 15 Jul 2004 11:00:14 +0200
+
 ngircd (0.7.7+HEAD-0ab6) unstable; urgency=low
 
   * Incorporated actual CVS HEAD version which includes all features of
 ngircd (0.7.7+HEAD-0ab6) unstable; urgency=low
 
   * Incorporated actual CVS HEAD version which includes all features of
index 0b7a364b10b8d0c051be8498a4474a966cf31a41..a78eac1eb05415dd38b63d4837e9826d90fa6895 100644 (file)
@@ -7,7 +7,7 @@ Standards-Version: 3.5.8
 
 Package: ngircd
 Architecture: any
 
 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
 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
 
 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)
 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)