OpenSwitch release 3.2.1
Latest
Initial Feature Code (#1)
* Initial Feature Code
Signed-off-by: Rakesh Datta <rakesh.datta@dell.com>
* Corrected the date in the changelog
Signed-off-by: Rakesh Datta <rakesh.datta@dell.com>
* Updating the Javascripts
Signed-off-by: Rakesh Datta <rakesh.datta@dell.com>
* Adding OPX specific file path
Signed-off-by: Rakesh Datta <rakesh.datta@dell.com>
* Update the copyright in cpu.py
Signed-off-by: Rakesh Datta <rakesh.datta@dell.com>
* Adding correct copyrights
Signed-off-by: Rakesh Datta <rakesh.datta@dell.com>
* updated the string format to correctly map colors for chart
Signed-off-by: Rakesh Datta <rakesh.datta@dell.com>
* Pull request for bugfix/packaging (#2)
* Sort Build-Depends
* Simplify future modifications
* Add debian/source/format file
* Lintian: missing-debian-source-format
* Update Standards-Version
* Lintian: ancient-standards-version
* Change virtual package depends to real package
* Lintian: virtual-package-depends-without-real-package-depends
* Add debian/copyright
* Lintian: no-copyright-file
* Fix headers package section
* Lintian: wrong-section-according-to-package-name
* Add missing python dependency
* Lintian: python-script-but-no-python-dep
* Add extended descriptions
* Lintian: extended-description-is-empty
* One dependency per line
* Fix libcurl dependency name
* Move .so link to -dev package
* Lintian: non-dev-pkg-with-shlib-symlink
* Clean up autotools code
* Alphabetize automake script targets
* Use pkg-config for libcurl dependency
* Use standard include paths for opx-common-utils dep
* Remove unused code in configure.ac
Signed-off-by: Rakesh Datta <rakesh.datta@dell.com>