Merge lp://qastaging/~bitglue/openobject-server/fix-dh_installchangelogs into lp://qastaging/openobject-server

Proposed by Phil Frost
Status: Needs review
Proposed branch: lp://qastaging/~bitglue/openobject-server/fix-dh_installchangelogs
Merge into: lp://qastaging/openobject-server
Diff against target: 9 lines (+2/-0)
1 file modified
debian/rules (+2/-0)
To merge this branch: bzr merge lp://qastaging/~bitglue/openobject-server/fix-dh_installchangelogs
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+141693@code.qastaging.launchpad.net

Description of the change

Fixes this error in building a Debian package:

$ dpkg-buildpackage -us -uc
[...]
   dh_install
   dh_installdocs
   dh_installchangelogs
install: omitting directory `./history'
dh_installchangelogs: install -o 0 -g 0 -p -m644 ./history debian/openerp/usr/share/doc/openerp/changelog returned exit code 1
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

To post a comment you must log in.

Unmerged revisions

3730. By Phil Frost <pfrost@openerpdev>

instruct dh_installchangelogs to ignore debian/history: it's expecting it to be
a changelog when in fact it's a directory, then it chokes.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.