I have some question about that patch series:

1. /debian/changelog file has version 0.8.0

it's ok to have empty changelog or fill it with git log.

2. names:
libodp.so.8.0.0 and libodp8-dev and odp8-bin

needs to be fixed to 0.9.0

Maxim.


On 01/20/2015 04:51 PM, Anders Roxell wrote:
Hi,

This patchset enable us to make deb packages.
Patches prior to "debian framework" patch makes the debian buildtool happier.

Fixed Steves comments.

Cheers,
Anders.


Anders Roxell (4):
   example: ipsec: remove extension from script names
   configure.ac: make SO (shared object) version unique
   debian: add debian packaging framework
   scripts: add builddeb to create deb packages

  configure.ac                                    |  9 ++++++
  debian/README.Debian                            | 12 +++++++
  debian/changelog                                |  5 +++
  debian/compat                                   |  1 +
  debian/control                                  | 42 +++++++++++++++++++++++++
  debian/copyright                                | 31 ++++++++++++++++++
  debian/docs                                     |  1 +
  debian/libodp8-dev.dirs                         |  2 ++
  debian/libodp8-dev.install                      |  4 +++
  debian/libodp8.dirs                             |  1 +
  debian/libodp8.install                          |  1 +
  debian/odp8-bin.dirs                            |  1 +
  debian/odp8-bin.install                         |  1 +
  debian/rules                                    | 16 ++++++++++
  debian/source/format                            |  1 +
  example/ipsec/Makefile.am                       | 18 +++++------
  example/ipsec/{run_ah_in.sh => run_ah_in}       |  0
  example/ipsec/{run_ah_out.sh => run_ah_out}     |  0
  example/ipsec/{run_both_in.sh => run_both_in}   |  0
  example/ipsec/{run_both_out.sh => run_both_out} |  0
  example/ipsec/{run_esp_in.sh => run_esp_in}     |  0
  example/ipsec/{run_esp_out.sh => run_esp_out}   |  0
  example/ipsec/{run_live.sh => run_live}         |  0
  example/ipsec/{run_router.sh => run_router}     |  0
  example/ipsec/{run_simple.sh => run_simple}     |  0
  platform/Makefile.inc                           |  2 ++
  scripts/builddeb                                | 23 ++++++++++++++
  27 files changed, 162 insertions(+), 9 deletions(-)
  create mode 100644 debian/README.Debian
  create mode 100644 debian/changelog
  create mode 100644 debian/compat
  create mode 100644 debian/control
  create mode 100644 debian/copyright
  create mode 100644 debian/docs
  create mode 100644 debian/libodp8-dev.dirs
  create mode 100644 debian/libodp8-dev.install
  create mode 100644 debian/libodp8.dirs
  create mode 100644 debian/libodp8.install
  create mode 100644 debian/odp8-bin.dirs
  create mode 100644 debian/odp8-bin.install
  create mode 100755 debian/rules
  create mode 100644 debian/source/format
  rename example/ipsec/{run_ah_in.sh => run_ah_in} (100%)
  rename example/ipsec/{run_ah_out.sh => run_ah_out} (100%)
  rename example/ipsec/{run_both_in.sh => run_both_in} (100%)
  rename example/ipsec/{run_both_out.sh => run_both_out} (100%)
  rename example/ipsec/{run_esp_in.sh => run_esp_in} (100%)
  rename example/ipsec/{run_esp_out.sh => run_esp_out} (100%)
  rename example/ipsec/{run_live.sh => run_live} (100%)
  rename example/ipsec/{run_router.sh => run_router} (100%)
  rename example/ipsec/{run_simple.sh => run_simple} (100%)
  create mode 100755 scripts/builddeb



_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to