mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-10-20 19:58:36 +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:
38
debian/copyright
vendored
Normal file
38
debian/copyright
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: libsearpc
|
||||
Upstream-Contact: Lingtao Pan <freeplant@gmail.com>
|
||||
Source: https://github.com/haiwen/libsearpc
|
||||
|
||||
Files: *
|
||||
Copyright: 2016 plt
|
||||
License: LGPL-3 + Apache
|
||||
This program is free software; you can redistribute it
|
||||
and/or modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 3 of the License, or (at your option) any later
|
||||
version.
|
||||
.
|
||||
This software is distributed in the hope that it will be useful, but
|
||||
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.
|
||||
You should have received a copy of the license with your Debian system,
|
||||
in the file /usr/share/common-licenses/LGPL-3, or with the
|
||||
source package as the file COPYING or LICENSE.
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2016 m.eik michalke
|
||||
License: GPL-2
|
||||
This program is free software; you can redistribute it
|
||||
and/or modify it under the terms of the GNU General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later
|
||||
version.
|
||||
.
|
||||
This software is distributed in the hope that it will be useful, but
|
||||
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.
|
||||
You should have received a copy of the license with your Debian system,
|
||||
in the file /usr/share/common-licenses/GPL-2, or with the
|
||||
source package as the file COPYING or LICENSE.
|
Reference in New Issue
Block a user