diff --git a/contrib/Debian/control b/contrib/Debian/control
index 59a74ab..1a205f8 100644
--- a/contrib/Debian/control
+++ b/contrib/Debian/control
@@ -5,11 +5,13 @@ Maintainer: Alexander Barton <alex@barton.de>
 Build-Depends: debhelper (>> 4.0.0),
     autotools-dev,
     expect,
+    hardening-wrapper,
     libz-dev,
     libwrap0-dev,
     libident-dev,
     libgnutls-dev,
     libpam0g-dev,
+    procps,
     telnet | telnet-ssl,
 Standards-Version: 3.9.1
 
@@ -17,6 +19,13 @@ Package: ngircd
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Provides: ircd
+Conflicts: ngircd-full, ngircd-dbg,
+    dancer-ircd,
+    ircd-hybrid,
+    ircd-irc2,
+    ircd-ircu,
+    rageircd,
+Homepage: http://ngircd.barton.de
 Description: lightweight Internet Relay Chat server
  This package provides ngIRCd, a portable and lightweight Internet Relay
  Chat server for small or private networks, developed under the GNU
@@ -33,7 +42,13 @@ Package: ngircd-full
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Provides: ircd
-Conflicts: ngircd, ngircd-dbg
+Conflicts: ngircd, ngircd-dbg,
+    dancer-ircd,
+    ircd-hybrid,
+    ircd-irc2,
+    ircd-ircu,
+    rageircd,
+Homepage: http://ngircd.barton.de
 Description: lightweight Internet Relay Chat server
  This package provides ngIRCd, a portable and lightweight Internet Relay
  Chat server for small or private networks, developed under the GNU
@@ -49,7 +64,13 @@ Package: ngircd-full-dbg
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Provides: ircd
-Conflicts: ngircd, ngircd-full
+Conflicts: ngircd, ngircd-full,
+    dancer-ircd,
+    ircd-hybrid,
+    ircd-irc2,
+    ircd-ircu,
+    rageircd,
+Homepage: http://ngircd.barton.de
 Description: lightweight Internet Relay Chat server
  This package provides ngIRCd, a portable and lightweight Internet Relay
  Chat server for small or private networks, developed under the GNU
diff --git a/contrib/Debian/copyright b/contrib/Debian/copyright
index 3c92f7c..0b592c6 100644
--- a/contrib/Debian/copyright
+++ b/contrib/Debian/copyright
@@ -1,13 +1,32 @@
-This package was debianized by Alexander Barton <alex@barton.de> on
-Tue, 20 May 2003 15:47:40 +0200.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ngircd
+Upstream-Contact: Alexander Barton <alex@barton.de>
+Source: http://ngircd.barton.de/download
 
-It was downloaded from ftp://Arthur.Ath.CX/pub/Users/alex/ngircd/
+Files: *
+Copyright: 2001-2014 Alexander Barton <alex@barton.de> and contributors.
+Comment: See /usr/share/doc/ngircd/AUTHORS for the full list of
+ authors and contributors.
+License: GPL-2+
 
-Upstream Author: Alexander Barton <alex@barton.de>
-
-This software is copyright (c) 1999-2003 by Alexander Barton.
-
-You are free to distribute this software under the terms of the
-GNU General Public License.
-On Debian systems, the complete text of the GNU General Public
-License can be found in /usr/share/common-licenses/GPL file.
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
