~nnstreamer/+git/protobuf-old:debian

Last commit made on 2020-05-27
Get this branch:
git clone -b 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:
debian
Repository:
lp:~nnstreamer/+git/protobuf-old

Recent commits

55081aa... by Wook Song

[Dist/Debian] Append a suffix to the maintainer's version

In order to avoid confliction with the previous package, this patch
appends a suffix, '+nns', to the maintainer's version in changelog.

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

fbcb481... 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>

8a3743c... 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>

feb307b... 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>

cba1607... 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>

bbd30e8... 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>

ce34cd9... by MyungJoo Ham

[DIST] Fix install errrors

The root, /, is missing.

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

322828d... by Jaeyun <email address hidden>

add install files

add .install files for protobuf

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

fe01fe6... 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>

bcba969... 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>