Hi,

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

Cheers,
Anders.

Anders Roxell (8):
  example: ipsec: remove extension from script names
  doc: Makefile: remove cruft
  doc: Makefile: fix make clean
  configure.ac: remove docs in ps format
  doc: cleanup doxygen
  configure.ac: make SO (shared object) version unique
  debian: add debian packaging framework
  scripts: add builddeb to create deb packages

 aminclude.am                                    |  4 ---
 configure.ac                                    | 21 ++++++++++---
 debian/README.Debian                            | 12 +++++++
 debian/README.source                            |  8 +++++
 debian/changelog                                |  5 +++
 debian/compat                                   |  1 +
 debian/control                                  | 42 +++++++++++++++++++++++++
 debian/copyright                                | 31 ++++++++++++++++++
 debian/docs                                     |  1 +
 debian/libodp0-dev.dirs                         |  2 ++
 debian/libodp0-dev.install                      |  4 +++
 debian/libodp0.dirs                             |  1 +
 debian/libodp0.install                          |  1 +
 debian/odp0-bin.dirs                            |  1 +
 debian/odp0-bin.install                         |  1 +
 debian/rules                                    | 16 ++++++++++
 debian/source/format                            |  1 +
 doc/Makefile.am                                 | 22 +------------
 doc/doxygen.cfg                                 |  2 +-
 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
 m4/ax_prog_doxygen.m4                           |  1 +
 platform/Makefile.inc                           |  2 ++
 scripts/builddeb                                | 23 ++++++++++++++
 scripts/odp_version.sh                          | 10 +++++-
 33 files changed, 190 insertions(+), 40 deletions(-)
 create mode 100644 debian/README.Debian
 create mode 100644 debian/README.source
 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/libodp0-dev.dirs
 create mode 100644 debian/libodp0-dev.install
 create mode 100644 debian/libodp0.dirs
 create mode 100644 debian/libodp0.install
 create mode 100644 debian/odp0-bin.dirs
 create mode 100644 debian/odp0-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

-- 
2.1.4


_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to