~nnstreamer/+git/protobuf-old:v3.8.0/debian

Last commit made on 2020-02-10
Get this branch:
git clone -b v3.8.0/debian https://git.launchpad.net/~nnstreamer/+git/protobuf-old
Members of nnstreamer can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
v3.8.0/debian
Repository:
lp:~nnstreamer/+git/protobuf-old

Recent commits

c29d2b9... by Wook Song

[Dist/Debian] Bumped-up to the version, v3.8.0

In order to update the version of ProtoBuf to v3.8.0, this patch rebases
this repository onto upstream/v3.8.0 and modifies debian-related files
according to the changes.

Signed-off-by: Wook Song <email address hidden>

29d191e... by Wook Song

[Dist/Debian] Introduce protobuf-compiler17 that provides protoc

This patch introduces a new debian/ubuntu package named
protobuf-compiler17 which provides protoc.

Signed-off-by: Wook Song <email address hidden>

3543961... by Wook Song

[Dist/Debian] Remove header files from libprotoc-dev package

Since libprotoc-dev has a run dependency on libprotobuf-dev, header
files included in libprotoc-dev may conflict with those of
libprotobuf-dev. To solve this issue, this patch removes header files
form the libprotoc-dev package.

Signed-off-by: Wook Song <email address hidden>

5ee53f5... by Wook Song

[Dist/Debian] Fix install conflict by revising debian/*.install files

This patch fixes errors in debian/*.install files so that install
conflicts between deb files are resolved.

Signed-off-by: Wook Song <email address hidden>

e0e1d42... by Wook Song

[Dist/Debian] Revise debian/rules file to fix debuild error

This patch fixes debuild error by explicitly providing install prefix
and libdir options.

Signed-off-by: Wook Song <email address hidden>

5de4f51... by Wook Song

[Dist/Debian] Add Debian-format copyright file

This patch adds a Debian-format copyright file, which is written based
on the file extracted from 3.6.1-1~maarten0+bionic [1].

[1] https://launchpad.net/~maarten-fonville/+archive/ubuntu/protobuf

Signed-off-by: Wook Song <email address hidden>

fb9d47a... by MyungJoo Ham

[DIST] Fix install errrors

The root, /, is missing.

Signed-off-by: MyungJoo Ham <email address hidden>

7120c7a... by Jaeyun <email address hidden>

add install files

add .install files for protobuf

Signed-off-by: Jaeyun Jung <email address hidden>

a248dc6... by MyungJoo Ham

Fix parsing error in launchpad.net

Launchpad complains:
```
E: Problem parsing dependency: Build-Depends
```

Signed-off-by: MyungJoo Ham <email address hidden>

4daa4de... by MyungJoo Ham

Fix PDEBUILD/Launchpad Build Errors

The build error message says that we need
automake and libtool.

CC: @again4you

Signed-off-by: MyungJoo Ham <email address hidden>