Browsing Chinese (Traditional) translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Chinese (Traditional) guidelines.
110 of 594 results
1.
autopkgtest: Automatic testing for packages
autopkgtest: 套件自動測試
Translated and reviewed by Howard Chan
Located in ../ubuntu-packaging-guide/auto-pkg-test.rst:3
2.
The `DEP 8 specification <DEP8_>`_ defines how automatic testing can very easily be integrated into packages. To integrate a test into a package, all you need to do is:
(no translation yet)
Located in ../ubuntu-packaging-guide/auto-pkg-test.rst:5
3.
add a file called ``debian/tests/control`` which specifies the requirements for the testbed,
把一個叫做 ``debian/tests/control`` 的檔案加進以指定測試平臺的要求,
Translated and reviewed by Z.X.Lyn
Located in ../ubuntu-packaging-guide/auto-pkg-test.rst:9
4.
add the tests in ``debian/tests/``.
把測試加進 ``debian/tests/`` 裏。
Translated by Z.X.Lyn
Reviewed by Z.X.Lyn
Located in ../ubuntu-packaging-guide/auto-pkg-test.rst:11
5.
Testbed requirements
測試温床要求
Translated and reviewed by Howard Chan
Located in ../ubuntu-packaging-guide/auto-pkg-test.rst:15
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.
(no translation yet)
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 by Z.X.Lyn
Reviewed by Z.X.Lyn
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 Z.X.Lyn
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 by Z.X.Lyn
Reviewed by Z.X.Lyn
Located in ../ubuntu-packaging-guide/auto-pkg-test.rst:31
10.
The actual tests
實際的測試
Translated and reviewed by Howard Chan
Located in ../ubuntu-packaging-guide/auto-pkg-test.rst:37
110 of 594 results

This translation is managed by Ubuntu Traditional Chinese (Taiwan) Translators, assigned by Ubuntu Translators.

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

Contributors to this translation: Cheng-Chia Tseng, Daniel Holbach, Howard Chan, Z.X.Lyn.