mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-10-21 20:28:40 +00:00
* 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
16 lines
545 B
Plaintext
16 lines
545 B
Plaintext
libsearpc1 (3.0.7-5ubuntu1) UNRELEASED; urgency=medium
|
|
|
|
* repackaging with cleaned up orig.tar.xz archives
|
|
* added symbol file
|
|
|
|
-- m.eik michalke <meik.michalke@hhu.de> Fri, 17 Jun 2016 12:09:14 +0200
|
|
|
|
libsearpc1 (3.0.7-4) unstable; urgency=medium
|
|
|
|
* split package libsearpc1 and libsearpc-dev
|
|
* updated the debian/copyright notice so people know who's responisble for the packaging
|
|
* rewrote the rules file, much simpler now
|
|
* prep for release on github
|
|
|
|
-- m.eik michalke <meik.michalke@hhu.de> Wed, 15 Jun 2016 22:16:03 +0200
|