[debian] cleanup -common package oldstable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Sun, 17 Oct 2010 22:47:33 +0200
brancholdstable
changeset 6703 04a84615e802
parent 6604 5f509b039dd6
child 6704 b7db1f593558
[debian] cleanup -common package
debian/rules
--- a/debian/rules	Fri Oct 22 18:08:06 2010 +0200
+++ b/debian/rules	Sun Oct 17 22:47:33 2010 +0200
@@ -41,7 +41,10 @@
 	dh_install -vi
 	# cwctl in the cubicweb-ctl package
 	rm -f debian/cubicweb-common/usr/share/pyshared/cubicweb/cwctl.py
-
+        # wdoc in the cubicweb-web package
+	rm -rf debian/cubicweb-common/usr/share/cubicweb/cubes/shared/wdoc
+	rm -rf debian/cubicweb-common/usr/share/cubicweb/cubes/shared/data
+	rm -rf debian/cubicweb-common/usr/share/cubicweb/cubes/shared/i18n
 	dh_lintian
 
 	# Remove unittests directory (should be available in cubicweb-dev only)