codestation / vitamtp

Library to interact with Vita's USB MTP protocol (No longer maintained)
GNU General Public License v3.0
32 stars 28 forks source link

debian: switch to debhelper 9 #3

Closed a-detiste closed 9 years ago

a-detiste commented 9 years ago

this solves these two lintian warnings W: vitamtp4: hardening-no-relro usr/lib/libvitamtp.so.4.0.0 I: vitamtp4: hardening-no-fortify-functions usr/lib/libvitamtp.so.4.0.0

... and let vitamtp benefit from other new debhelper features. One could also easily add multi-arch (having both 32 bits & 64 bits lib on same system), if it is ever needed.

codestation commented 9 years ago

The changes on vitamtp-dev.install and vitamtp4.install breaks the build.

make[1]: Leaving directory `/target/vitamtp-2.5.6'
   dh_install
dh_install: vitamtp-dev missing files (usr/lib/*/lib*.a), aborting
make: *** [binary] Error 255
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
codestation commented 9 years ago

Fixed the build by putting debian/compat to 9.

Had to merge by hand.

a-detiste commented 9 years ago

sorry, I forgot to do a git pull before doing further work & I messed with my git rebase :-(