summaryrefslogtreecommitdiff
path: root/man/po4a
Commit message (Collapse)AuthorAge
* French translation updateValery Perrin2011-04-03
|
* releasing version 8.1.2Joey Hess2011-02-14
|
* fix unterminated S<..> in spanish poJoey Hess2011-02-10
|
* releasing version 8.1.0Joey Hess2011-02-05
|
* updated spanish translation after large typography changeJoey Hess2010-11-11
|
* French translation update after massive man page typographyValéry Perrin2010-11-07
| | | | Signed-off-by: Valéry Perrin <valery.perrin.debian@free.fr>
* add file added by recent spanish updateJoey Hess2010-10-26
|
* Large update to Spanish man page translations by Omar Campagne. Closes: #600913Joey Hess2010-10-21
|
* Fix french misspelling and strings lenghtValéry Perrin2010-10-15
|
* update french translation.Valery Perrin2010-09-26
|
* releasing version 8.0.0Joey Hess2010-08-07
|
* releasing version 7.9.1Joey Hess2010-06-16
|
* releasing version 7.4.18Joey Hess2010-04-26
|
* releasing version 7.4.17Joey Hess2010-04-08
|
* releasing version 7.4.16Joey Hess2010-04-06
|
* Updated French translation.Joey Hess2010-02-18
|
* releasing version 7.4.13Joey Hess2010-02-02
|
* releasing version 7.4.11Joey Hess2009-12-31
|
* releasing version 7.4.10Joey Hess2009-12-09
|
* releasing version 7.4.9Joey Hess2009-11-30
|
* releasing version 7.4.8Joey Hess2009-11-23
|
* releasing version 7.4.6Joey Hess2009-11-21
|
* Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-10-01
|\
| * fix a spelling mistake in dh_makeshlibs man french translation (#494300 part 2)valery perrin2009-09-29
| |
* | releasing version 7.4.3Joey Hess2009-10-01
|/
* Add dh_lintian french translationvalery perrin2009-09-17
|
* * update french translation. Closes: #494300, #477703Valéry Perrin2009-09-16
| | | | | | | | | | * add --previous at po4a command into Makefile * add dh, dh_auto_install, dh_auto_clean, dh_auto_configure, dh_auto_install, dh_auto_test, dh_bugfiles, dh_icons, dh_installifupdown, dh_installudev, dh_prep into po4a.cfg manpages list Valery.Perrin (valery.perrin.debian@free.fr)
* releasing version 7.4.2Joey Hess2009-09-14
|
* releasing version 7.4.1Joey Hess2009-09-06
|
* releasing version 7.4.0Joey Hess2009-09-01
|
* releasing version 7.3.16Joey Hess2009-08-26
|
* releasing version 7.3.14Joey Hess2009-08-17
|
* releasing version 7.3.10Joey Hess2009-08-05
|
* releasing version 7.3.0Joey Hess2009-07-01
|
* releasing version 7.2.18Joey Hess2009-06-29
|
* releasing version 7.2.17Joey Hess2009-06-26
|
* releasing version 7.2.15Joey Hess2009-06-10
|
* releasing version 7.2.11Joey Hess2009-05-12
|
* releasing version 7.2.8Joey Hess2009-04-20
|
* releasing version 7.2.5Joey Hess2009-03-09
|
* releasing version 7.2.3-1Joey Hess2009-03-07
|
* releasing version 7.2.0Joey Hess2009-02-27
|
* debhelper.pod: Fix typo. Closes: #510180Joey Hess2008-12-30
|
* releasing version 7.1.1Joey Hess2008-12-14
|
* Move many command-specific options to only be accepted by the command that ↵Joey Hess2008-10-21
| | | | | | | | | | | | | | | | | | uses them. Affected options are: -x, -r, -R, -l, -L, -m, --include-conffiles, --no-restart-on-upgrade, --no-start, --restart-after-upgrade, --init-script, --filename, --flavor, --autodest, --libpackage, --add-udeb, --dpkg-shlibdeps-params, --dpkg-gencontrol-params, --update-rcd-params, --major, --remove-d, --dirs-only, --keep-debug, --version-info, --list-missing, --fail-missing, --language, --until, --after, --before, --remaining, --with * If any third-party debhelper commands use any of the above options, they will be broken, and need to be changed to pass options to init(). * To avoid breaking rules files that pass options to commands that do not use them, debhelper will now only warn if it encounters an unknown option. This will be converted back to an error later.
* Fix typo in French translation, about debian/package.README.Debian files.Cyril Brulebois2008-07-28
|
* releasing version 7.0.15Joey Hess2008-07-09
|
* releasing version 7.0.12Joey Hess2008-06-25
|
* Typo fix. Closes: #486464Joey Hess2008-06-16
|
* dh_installinit: Add --restart-after-upgrade, which avoids stopping a daemon ↵Joey Hess2008-05-08
| | | | in the prerm, and instead restarts it in the postinst, keeping its downtime minimal. Since some daemons could break if files are upgraded while they're running, it's not the default. It might become the default in a future (v8) compatability level. Closes: #471060