
* Added myself as uploader. * Added python{3,}-ddt as build-depends. * Using git tag based workflow as the package is from OpenStack: - Dropped upstream tarball artifacts (ChangeLog, AUTHORS, PKG-INFO). - Fixed debian/gbp.conf - Added export OSLO_PACKAGE_VERSION=$(VERSION) in debian/rules. * Added unit tests: - Added it in debian/rules. - Added in debian/bin/* commands which are normally generated by pbr, so that we can run unit tests. * Dropped Py3 compat patch applied upstream.
9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
[DEFAULT]
|
|
upstream-branch = master
|
|
debian-branch = debian/liberty
|
|
upstream-tag = %(version)s
|
|
compression = xz
|
|
|
|
[buildpackage]
|
|
export-dir = ../build-area/
|