Add support for Deb packages and selective building
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 22 Apr 2013 14:02:40 +0000 (17:02 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 25 Apr 2013 12:15:03 +0000 (15:15 +0300)
commita006ec21de9724e07ae95cd61e7ec6f46ec03820
treee5bd5fd3b3df18ddba47955c6893237b99fb7ec4
parent58c374cf993aeca5dd13244b040bc3597a8c9dad
Add support for Deb packages and selective building

Add support for generating (exporting) Debian source package with
git-buildpackage.

Also, adds new options 'rpm' and 'deb' for selecting whether to generate
rpm and/or deb packaging sources. These options are tri-state with
'auto' trying to determine if the corresponding packaging is available.

Change-Id: Ie3dda1f471a64665009fb9557ed62c1d2d0f3610
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
obs_service_gbp/command.py
packaging/obs-service-git-buildpackage.spec
service/git-buildpackage.service
tests/data/debian/changelog [new file with mode: 0644]
tests/data/debian/control [new file with mode: 0644]
tests/data/packaging/test-package.spec
tests/test_obs_service_gbp.py