mirror of https://github.com/sipwise/libtcap.git
Make it conform to common expectations, where: - Use DESTDIR for the staged installation directory. - Use PREFIX to set the installation prefix for all pathnames, and include it in the other DIR variables. - Rename LIBSOVER to LIBSONAME. - Rename HDR to HDRDIR to make the variable more clear. - Add LIBSONAME for lib<name>.so.<version>. - Do not specify the target name if it matches the source. - Add spaces around Makefile variable assignments. - Make VERSION parsing more robust against coding style changes. - Pass PREFIX from the environment to «make install», which avoids a debhelper override. Change-Id: I6d5181dd34cd076966ed02e7ae9701286e4673cfmr12.1
parent
f71a0c42e6
commit
5f8c1ae689
@ -1,2 +1,2 @@
|
||||
debian/tmp/include/tcap /usr/include/
|
||||
debian/tmp/lib/*.so /usr/lib/
|
||||
debian/tmp/usr/include/tcap /usr/include/
|
||||
debian/tmp/usr/lib/*.so /usr/lib/
|
||||
|
@ -1 +1 @@
|
||||
debian/tmp/lib/*.so.* /usr/lib/
|
||||
debian/tmp/usr/lib/*.so.* /usr/lib/
|
||||
|
Loading…
Reference in new issue