Browsing Swedish translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Swedish guidelines.
112121 of 594 results
112.
Each debhelper command will record when it's successfully run in ``debian/package.debhelper.log``. (Which dh_clean deletes.) So dh can tell which commands have already been run, for which packages, and skip running those commands again.
(no translation yet)
Located in ../ubuntu-packaging-guide/debian-dir-overview.rst:221
113.
Each time ``dh`` is run, it examines the log, and finds the last logged command that is in the specified sequence. It then continues with the next command in the sequence. The ``--until``, ``--before``, ``--after``, and ``--remaining`` options can override this behavior.
(no translation yet)
Located in ../ubuntu-packaging-guide/debian-dir-overview.rst:226
114.
If ``debian/rules`` contains a target with a name like ``override_dh_command``, then when it gets to that command in the sequence, ``dh`` will run that target from the rules file, rather than running the actual command. The override target can then run the command with additional options, or run entirely different commands instead. (Note that to use this feature, you should Build-Depend on debhelper 7.0.50 or above.)
(no translation yet)
Located in ../ubuntu-packaging-guide/debian-dir-overview.rst:231
115.
Have a look at ``/usr/share/doc/debhelper/examples/`` and ``man dh`` for more examples. Also see `the rules section (Section 4.9) <http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules>`_ of the Debian Policy Manual.
(no translation yet)
Located in ../ubuntu-packaging-guide/debian-dir-overview.rst:240
116.
Additional Files
(no translation yet)
Located in ../ubuntu-packaging-guide/debian-dir-overview.rst:246
117.
The install file
(no translation yet)
Located in ../ubuntu-packaging-guide/debian-dir-overview.rst:249
118.
The ``install`` file is used by ``dh_install`` to install files into the binary package. It has two standard use cases:
(no translation yet)
Located in ../ubuntu-packaging-guide/debian-dir-overview.rst:251
119.
To install files into your package that are not handled by the upstream build system.
(no translation yet)
Located in ../ubuntu-packaging-guide/debian-dir-overview.rst:254
120.
Splitting a single large source package into multiple binary packages.
(no translation yet)
Located in ../ubuntu-packaging-guide/debian-dir-overview.rst:255
121.
In the first case, the ``install`` file should have one line per file installed, specifying both the file and the installation directory. For example, the following ``install`` file would install the script ``foo`` in the source package's root directory to ``usr/bin`` and a desktop file in the ``debian`` directory to ``usr/share/applications``::
(no translation yet)
Located in ../ubuntu-packaging-guide/debian-dir-overview.rst:257
112121 of 594 results

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

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

Contributors to this translation: Daniel Holbach, Dmitry Shachnev, Joachim Johansson, Peter Ahlgren.