Ubuntu Pastebin

Paste from coreycb at Wed, 17 Aug 2016 13:56:05 +0000

Download as text
1
2
3
4
5
6
7
8
9
d/changelog: version should be 1.1.0-1
d/control: you may need to specify all the deps from requirements.txt in the binary package Depends to be safe.  I know dh-python guesses those but a lot of packages still explicitly specify Depends.
d/copyright: for 'Files: *' you probably should do a 'grep -r Copyright' and list all the companies
d/*.doc-base: you may want to put 'OpenStack' as author
d/rules: can you try using the following for tests? (for reference see python-osc-lib) - thomas put the smarts into openstack-pkg-tools:
   override_dh_auto_test:
   ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
   	pkgos-dh_auto_test
   endif
Download as text