Browsing Ukrainian translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Ukrainian guidelines.
615 of 594 results
6.
In ``debian/tests/control`` you specify what to expect from the testbed. So for example you list all the required packages for the tests, if the testbed gets broken during the build or if ``root`` permissions are required. The `DEP 8 specification <DEP8_>`_ lists all available options.
У файлі ``debian/tests/control`` Ви можете визначити вимоги до тестового оточення. Наприклад, якщо тести не проходять при збірці, або потрібні права ``root`` -- Ви перераховуєте необхідні для тестів пакунки. У `Специфікації DEP 8 <DEP8_>`_ Ви знайдете усі доступні опції.
Translated and reviewed by Mykola Tkach
Located in ../ubuntu-packaging-guide/auto-pkg-test.rst:17
7.
Below we are having a look at the ``glib2.0`` source package. In a very simple case the file would look like this::
Нижче ми розглянемо пакунок джерельного коду ``glib2.0``. У дуже простому випадку він буде виглядати так::
Translated and reviewed by Mykola Tkach
Located in ../ubuntu-packaging-guide/auto-pkg-test.rst:22
8.
For the test in ``debian/tests/build`` this would ensure that the packages ``libglib2.0-dev`` and ``build-essential`` are installed.
Це буде означати, що для тесту ``debian/tests/build`` потрібні пакунки ``libglib2.0-dev`` і ``build-essential``.
Translated and reviewed by Mykola Tkach
Located in ../ubuntu-packaging-guide/auto-pkg-test.rst:28
9.
You can use ``@`` in the ``Depends`` line to indicate that you want all the packages installed which are built by the source package in question.
У полі ``Depends`` можна вказати ``@``, якщо Ви бажаєте встановлення усіх бінарних пакунків, зібраних з розглядуваного пакунку джерельного коду.
Translated and reviewed by Mykola Tkach
Located in ../ubuntu-packaging-guide/auto-pkg-test.rst:31
10.
The actual tests
Поточні тести
Translated and reviewed by Mykola Tkach
Located in ../ubuntu-packaging-guide/auto-pkg-test.rst:37
11.
The accompanying test for the example above might be:
Тест, що відповідає розглянутому вище прикладу, буде виглядати так:
Translated and reviewed by Mykola Tkach
Located in ../ubuntu-packaging-guide/auto-pkg-test.rst:39
12.
Here a very simple piece of C code is written to a temporary directory. Then this is compiled with system libraries (using flags and library paths as provided by `pkg-config`). Then the compiled binary, which just exercises some parts of core glib functionality, is run.
Тут невелика проґрама мовою C копіюється у тимчасову теку, потім компілюється з використанням системних бібліотек (з використанням прапорців та шляхів до бібліотек, визначених через ``pkg-config``). Потім запускається скомпільований файл, який запускає декілька основних функцій glib.
Translated and reviewed by Mykola Tkach
Located in ../ubuntu-packaging-guide/auto-pkg-test.rst:71
13.
While this test is very small and simple, it covers quite a lot: that your -dev package has all necessary dependencies, that your package installs working pkg-config files, headers and libraries are put into the right place, or that the compiler and linker work. This helps to uncover critical issues early on.
Хоч цей тест дуже маленький і простий, він перевіряє багато: що Ваш -dev пакунок має усі необхідні залежності, що Ваш пакунок встановлює робочі файли pkg-config, заголовкові файли і бібліотеки поміщуються у потрібне місце, або що компілювальник та компонувальник працюють. Це допомогає виявити критичні помилки на початковій стадії.
Translated and reviewed by Mykola Tkach
Located in ../ubuntu-packaging-guide/auto-pkg-test.rst:76
14.
Executing the test
Виконання тесту
Translated and reviewed by Mykola Tkach
Located in ../ubuntu-packaging-guide/auto-pkg-test.rst:82
15.
While the test script can be easily executed on its own, it is strongly recommended to actually use ``autopkgtest`` from the ``autopkgtest`` package for verifying that your test works; otherwise, if it fails in the Ubuntu Continuous Integration (CI) system, it will not land in Ubuntu. This also avoids cluttering your workstation with test packages or test configuration if the test does something more intrusive than the simple example above.
(no translation yet)
Located in ../ubuntu-packaging-guide/auto-pkg-test.rst:84
615 of 594 results

This translation is managed by Ubuntu Ukrainian Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Dmitry Shachnev, Mykola Tkach.