diff --git a/debian/control b/debian/control
index 5c1cf5a15b79e006ea77d108618e110b9772750e..24ff46a0e701d4f875ed0c5ccd41aa54037ebd3a 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},hdf5-plugins-common
 Pre-Depends: ${misc:Pre-Depends}
 Description: HDF5 plugin - LZ4 compression
- LZ4 compression filter for the HDF5 library. 
+ LZ4 compression filter for the HDF5 library.
 
 Package: hdf5-plugin-bz2
 Section: science
@@ -24,7 +24,7 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},hdf5-plugins-common
 Pre-Depends: ${misc:Pre-Depends}
 Description: HDF5 plugin - BZIP2 compression
- BZ2 compression filter for the HDF5 library. 
+ BZ2 compression filter for the HDF5 library.
 
 Package: hdf5-plugin-bshuf
 Section: science
@@ -32,5 +32,12 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},hdf5-plugins-common
 Pre-Depends: ${misc:Pre-Depends}
 Description: HDF5 plugin - Bit Shuffle compression
- BShuf compression filter for the HDF5 library. 
+ BShuf compression filter for the HDF5 library.
+
+Package: hdf5-external-filter-plugins-doc
+Section: doc
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends},hdf5-plugins-common
+Description: HDF5 external filter plugins documentation
+ HDF5 external filter plugins documentation.
 
diff --git a/debian/copyright b/debian/copyright
index 68943f2f0f8416b3ed15be74234db92ba1f3de9e..06d694a951d2720edeb11c3708fc0e3b6013ab3b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,8 @@ License: BSD-3-clause
  docs.h5py.org/en/latest/licenses.html
 
 Files: debian/*
-Copyright: 2014 Jan Kotanski <jan.kotanski@desy.de>
+Copyright: 2014 Eugen Wintersberger <eugen.wintersberger@gmail.com>,
+           2018 Jan Kotanski <jan.kotanski@desy.de>
 License: GPL-2+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by