← Back to team overview

openerp-community team mailing list archive

[Merge] lp:~dholbach/openerp-tools/openerp-core.packaging-fixes into lp:~openerp-community/openerp-tools/yolanda.robla-openerp-core

 

Daniel Holbach has proposed merging lp:~dholbach/openerp-tools/openerp-core.packaging-fixes into lp:~openerp-community/openerp-tools/yolanda.robla-openerp-core.

Requested reviews:
  Yolanda Robla (yolanda.robla)
  OpenERP Community (openerp-community)

For more details, see:
https://code.launchpad.net/~dholbach/openerp-tools/openerp-core.packaging-fixes/+merge/106582
-- 
https://code.launchpad.net/~dholbach/openerp-tools/openerp-core.packaging-fixes/+merge/106582
Your team OpenERP Community is requested to review the proposed merge of lp:~dholbach/openerp-tools/openerp-core.packaging-fixes into lp:~openerp-community/openerp-tools/yolanda.robla-openerp-core.
=== modified file 'debian/control'
--- debian/control	2012-03-27 08:13:40 +0000
+++ debian/control	2012-05-21 08:22:26 +0000
@@ -9,7 +9,6 @@
 Vcs-Bzr: https://launchpad.net/openobject
 
 Package: openerp-core
-Section: net
 Architecture: all
 Depends:
  ${misc:Depends},

=== modified file 'debian/rules'
--- debian/rules	2012-05-07 13:11:29 +0000
+++ debian/rules	2012-05-21 08:22:26 +0000
@@ -24,14 +24,14 @@
 	rmdir debian/openerp-core/usr/lib
 
         # remove extra files
-        rm debian/openerp-core/usr/lib/python2.7/dist-packages/.apidoc
-        rm debian/openerp-core/usr/share/openerp/addons/base_tools/LICENSE
-        rm debian/openerp-core/usr/share/openerp/addons/web_calendar/static/lib/dhtmlxScheduler/license.txt
-        rm debian/openerp-core/usr/share/openerp/addons/web_graph/static/lib/dhtmlxGraph/codebase/thirdparty/excanvas/COPYING
-        rm debian/openerp-core/usr/share/openerp/addons/web_livechat/LICENSE
-        rm debian/openerp-core/usr/share/openerp/addons/web_uservoice/LICENSE
-        rm debian/openerp-core/usr/share/openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin.sln
-        rm debian/openerp-core/usr/share/openerp/addons/web/static/lib/py.parse/.hg_archival.txt
+	rm debian/openerp-core/usr/lib/python2.7/dist-packages/.apidoc
+	rm debian/openerp-core/usr/share/openerp/addons/base_tools/LICENSE
+	rm debian/openerp-core/usr/share/openerp/addons/web_calendar/static/lib/dhtmlxScheduler/license.txt
+	rm debian/openerp-core/usr/share/openerp/addons/web_graph/static/lib/dhtmlxGraph/codebase/thirdparty/excanvas/COPYING
+	rm debian/openerp-core/usr/share/openerp/addons/web_livechat/LICENSE
+	rm debian/openerp-core/usr/share/openerp/addons/web_uservoice/LICENSE
+	rm debian/openerp-core/usr/share/openerp/addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin.sln
+	rm debian/openerp-core/usr/share/openerp/addons/web/static/lib/py.parse/.hg_archival.txt
 
 override_dh_installinit:
 	dh_installinit --update-rcd-params='defaults 21'


Follow ups