diff --git a/buildout/README.Debian.Package.txt b/buildout/README.Debian.Package.txt
deleted file mode 100644
index 8a3ce4870d023691ca5ecb88b30a701b1f4c699a..0000000000000000000000000000000000000000
--- a/buildout/README.Debian.Package.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-Debian ERP5 Appliance
----------------------
-As ERP5 Appliance is not relocatable itself yet, building packages
-requires to build them in same structure like they would be installed.
-So to have /opt/erp5/9.9.9 build have to be done in such directory. This
-is known limitation and affects both builds - RPM and DEB.
-
-How to build debian package
----------------------------
-Checkout: https://svn.erp5.org/repos/public/erp5/trunk/buildout
-
-For example:
-  svn co https://svn.erp5.org/repos/public/erp5/trunk/buildout ~/buildout
-
-Run make inside:
-  cd ~/buildout
-  make -f Makefile.packages debian-appliance PACKAGE_VERSION=001
-