Bug #934

Create multiple binary for openSSL

Added by Paul Zubarev over 1 year ago. Updated over 1 year ago.

Status:Closed Start date:07/09/2010
Priority:Normal Due date:07/10/2010
Assignee:Kirill Yudenok % Done:

100%

Category:development Spent time: 3.00 hours
Target version:0.0-initial Estimated time:6.00 hours

Description

You have to split single binary to multiple files like was in previous openssl edition for Maemo

History

Updated by Kirill Yudenok over 1 year ago

Created .files and .dirs for openssl, libssl, libssl-dev, libssl-dbg. But files don't add to the packages libssl, libssl-dev and libssl-dbg, only for opensll.
Check files and directory for this packages!

Updated by Kirill Yudenok over 1 year ago

Прописал пути и их названия для файлов полностью для libssl, libssl-dev, openssl. Удалось добавить файлы только в libssl, экспериментируя с rules. Продолжаю эксперименты с rules. Непойму взаимосвязь добавления файлов, помоему на файлы dirs и files внимание ни как не обращается!

Updated by Paul Zubarev over 1 year ago

Kirill Yudenok wrote:

Прописал пути и их названия для файлов полностью для libssl, libssl-dev, openssl. Удалось добавить файлы только в libssl, экспериментируя с rules. Продолжаю эксперименты с rules. Непойму взаимосвязь добавления файлов, помоему на файлы dirs и files внимание ни как не обращается!

debhelper is a set of dh_ commands, where every comand do one thing. dh_install is a command, which install files to specific folder where should be placed binaries for concrete .deb. I mean that you have to provide specific .install files for each binary deb package with the list of files need to be rolled to that package. dh_install called automaticaly from debian/rules where you are doing dpkg-buildpackage.

Here is help for dh_install: http://www.tin.org/bin/man.cgi?section=1&topic=dh_install

You should remember that you can see how it works in other packages with apt-get source <package name> in every deb-based distro. So, you are able to do apt-get source lightttpd in Ubuntu and look how it build multiple binaries.

Updated by Paul Zubarev over 1 year ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100

Updated by Paul Zubarev over 1 year ago

  • Priority changed from Immediate to Normal

Updated by Paul Zubarev over 1 year ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF