This is slated for 0.9 having trouble following the reviews, but I think we are missing
[PATCH 4/8] configure.ac: remove docs in ps format On 20 January 2015 at 08:51, Anders Roxell <[email protected]> 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 > > -- > 2.1.4 > > > _______________________________________________ > lng-odp mailing list > [email protected] > http://lists.linaro.org/mailman/listinfo/lng-odp > -- *Mike Holmes* Linaro Sr Technical Manager LNG - ODP
_______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
