]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Fixed "Conflicts:" line in debian/control: missing comma
authorAlexander Barton <alex@barton.de>
Mon, 4 May 2009 09:23:19 +0000 (11:23 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 4 May 2009 09:23:19 +0000 (11:23 +0200)
contrib/Debian/changelog
contrib/Debian/control

index 8bce8496e1c249cb1f5773ad940eada7ea97fc2c..f41f1d8e8e477bfafc61d04d2e5587b0bbd80e2c 100644 (file)
@@ -1,3 +1,9 @@
+ngircd (14-0ab3) unstable; urgency=low
+
+  * Fixed "Conflicts:" line in debian/control: missing comma.
+
+ -- Alexander Barton <alex@barton.de>  Mon,  4 May 2009 11:21:55 +0200
+
 ngircd (14-0ab2) unstable; urgency=low
 
   * Add new "ngircd-full-dbg" package including degug code and both
index fa393ec42c9aa91b90208f1ebf8caddcc59c8732..13163ce3a02fac066db8beddc387c996ff67bbbb 100644 (file)
@@ -32,7 +32,7 @@ Package: ngircd-full
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Provides: ircd
-Conflicts: ngircd ngircd-dbg
+Conflicts: ngircd, ngircd-dbg
 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
@@ -55,7 +55,7 @@ Package: ngircd-full-dbg
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Provides: ircd
-Conflicts: ngircd ngircd-full
+Conflicts: ngircd, ngircd-full
 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