open-power / capiflash

Flash Acceleration with CAPI - The IBM Data Engine for NoSQL
22 stars 12 forks source link

Fix initial issues pointed on RFS #20

Closed rrosatti closed 7 years ago

rrosatti commented 7 years ago

RFS message: https://bugs.debian.org/cgi-bin/bugreport.cgi?att=0;bug=870909;msg=31

Some of the issues that were fixed:

  1. debian/control
    • change Uploader name/email, since mpvageli@us.ibm.com email was also used in the Maintainer field
    • Upgrade Standards-Version to the latest: 4.0.1
    • Use debhelper level 10
  2. debian/rules
    • comment DH_VERBOSE=1 and DH_OPTIONS=-v
    • remove the commented override lines
    • remove override_dh_testroot
  3. debian/source/include-binaries
    • exclude the binaries that are no longer being included: cxl_afu_dump, cxl_afu_status and flashgt_temp

Signed-off-by: Rodrigo R. Galvao rosattig@br.ibm.com


This change is Reviewable