1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-19 00:52:38 +00:00

added files for debian packaging (#26)

* added files for debian packaging

  - the directory debian was added
  - it can be used for proper packaging, building two binary packages:
    libsearpc and libsearpc-dev (the latter is used for building the
    other seafile related packages)

* renamed library package

  - debian library packages should include the SONAME

* added conflict info

  - don't allow this package to be installed alongside the official seafile package

* fixed dependency

* repackaging with cleaned up orig.tar.xz archives

* added symbol file

  - bumping version number

* fixing some linitan issues

* fixed python dependencies

  - ${python:Depends} somehow doesn't work for the libsearpc-dev package
  - lintian demands depending on python2

* emptying  the dependency_libs field in .la files

* minor changes to the debian/control file

* changed license to GPL-2
This commit is contained in:
unDocUMeantIt
2016-07-27 06:51:44 +02:00
committed by Shuai Lin
parent 41dd1c9f09
commit b9234ae5dc
12 changed files with 180 additions and 0 deletions

6
debian/libsearpc-dev.install vendored Normal file
View File

@@ -0,0 +1,6 @@
usr/include
usr/lib/pkgconfig
usr/lib/libsearpc.a
usr/lib/libsearpc.la
usr/lib/libsearpc.so
usr/bin/searpc-codegen.py