Index: doc/bc/4.1/changes-4.1.0.txt
===================================================================
--- doc/bc/4.1/changes-4.1.0.txt	(revision 22910)
+++ doc/bc/4.1/changes-4.1.0.txt	(working copy)
@@ -23,6 +23,10 @@
 - eZModuleManager
   The whole eZModuleManager class is deprecated now, in favor of the setting
   [ModuleSettings] ModuleList in module.ini
+  
+- eZImportLookupTable
+  This class is deprecated and will be removed from future versions of eZ Publish.
+  Long ago it was used by the eZ Publish package system.
 
 
 Removed features
Index: kernel/classes/ezimportlookuptable.php
===================================================================
--- kernel/classes/ezimportlookuptable.php	(revision 22910)
+++ kernel/classes/ezimportlookuptable.php	(working copy)
@@ -40,6 +40,7 @@
     */
     function eZImportLookupTable()
     {
+        eZDebug::writeWarning( "The class " . __CLASS__ . " is deprecated and will be removed from future versions of eZ Publish." );
     }
 
     /*!
