summaryrefslogtreecommitdiff
path: root/po/POTFILES.in
AgeCommit message (Collapse)AuthorFilesLines
2009-10-04libdpkg: Move pkg_sorter code to a new pkg moduleGuillem Jover1-0/+1
2009-10-04Add all libdpkg .c files to POTFILESGuillem Jover1-0/+5
Regardless of them not currently containing marked strings for translation, as it makes it more unlikely to forget adding the files when a new marked string is added.
2009-09-30dpkg-statoverride: Rewrite in CGuillem Jover1-1/+1
2009-09-06libdpkg: Move buffer I/O declarations to buffer.hGuillem Jover1-0/+1
2009-07-22po: Change path for libdpkg files in POTFILES to lib/dpkg/Guillem Jover1-24/+24
Missed in commit 01d05324e0669e3f3585d6aacde696333e49f087, was producing empty po files.
2009-07-03Replace install-info by a simple wrapper (or no-op command)Raphael Hertzog1-1/+0
In order to properly transition to GNU's install-info, dpkg's install-info is modified to be a simple wrapper around /usr/bin/install-info. That wrapper warns when the user explicitely calls /usr/sbin/install-info since the new install-info is in /usr/bin/. This wrapper is meant to be removed at some point when all references to /usr/sbin/install-info have gone (most probably in squeeze+1). Also remove the manual page since there's nothing to document any more and add a lintian override until the wrapper is removed. Reference: http://wiki.debian.org/Transitions/DpkgToGnuInstallInfo
2009-06-27Add new files to POTFILESGuillem Jover1-0/+2
2009-03-04Add new files missed on code refactoringGuillem Jover1-0/+2
Reported-by: Sven Joachim <svenjoac@gmx.de>
2009-03-02Remove remaining references to cleanup-infoGuillem Jover1-1/+0
The build was failing when xgettext was trying to scan the non-existent file scripts/cleanup-info.pl.
2008-09-14libdpkg: Move compat.c to libcompatGuillem Jover1-1/+0
2008-04-01po/POTFILES.in: Rename 'lib/trigdeferred.c' to 'lib/trigdeferred.l'Guillem Jover1-1/+1
The latter is the actual source. Fixes a build failure when updating the pot file and top_srcdir != top_builddir.
2008-03-30Fix distcheckGuillem Jover1-1/+3
Add missing files in POTFILES.in and EXTRA_DIST in Makefile.am.
2008-03-30Implement triggers supportIan Jackson1-0/+4
Closes: #17243, #68981, #215374, #217622, #248693, #308285
2008-01-19Remove removed utils/enoent.c from POTFILES.inFrank Lichtenheld1-1/+0
2006-05-12* Add gettext support for the Perl scripts. Based on a patch byFrank Lichtenheld1-0/+6
Nicolas François. Closes: #165843 * Only print usage information of dpkg-scanpackages on stdout if requested explicetly. Use stderr in case of error. Closes: #366659
2006-02-17Move dselect gettext strings to its own domain provided now by theGuillem Jover1-20/+0
dselect package.
2005-06-28dpkg (1.13.10) unstable; urgency=lowScott James Remnant1-1/+0
The "Bully's Special Prize" Release. * Removed /usr/sbin/start-stop-daemon. Closes: #313400. * Fixed md5sum diversion removal. Closes: #313415. * Fixed dpkg-source to handle native tarballs with a Debian revision. Closes: #313381, #313433. * Fixed upgrade from pre-sarge dpkg outside of dselect. Closes: #314575. * Changed log times to be local rather than UTC. Closes: #313347. * Changed log writing to be line-buffered. Closes: #314550. * Moved log creation to postinst, and don't fail if base-passwd hasn't been configured yet. Closes: #316084. * Don't try to compile in SELinux support on Hurd. Closes: #313398. * Place code for SELinux support in the right place so it will actually get compiled in and used (Manoj Srivastava). Closes: #314886. * Documentation: - Added missing word to dpkg-architecture manpage. Closes: #313554. - Reference to dpkg manpage in dpkg.cfg corrected. Closes: #314262. * Updated Translations (Christian Perrier): - Basque (Piarres Beobide Egana). Closes: #313474. - Catalan (Jordi Mallach). Closes: #313288. - Czech (Miroslav Kure). Closes: #314431. - Danish (Claus Hindsgaul). - French (Christian Perrier). - German (Jens Seidel). Closes: #314125. - Greek (Greek team). Closes: #314828. - Italian (Lele Gaifax). - Japanese (Kenshi Muto). Closes: #313330. - Russian (Yuri Kozlov). Closes: #313620. * Hebrew translation de-activated on request of the translator until there is better support for RTL languages. Closes: #313282. -- Scott James Remnant <scott@netsplit.com> Tue, 28 Jun 2005 14:19:06 +0100
2005-03-18dpkg (1.13.2) experimental; urgency=lowScott James Remnant1-1/+0
* md5sum has been removed, the coreutils or textutils version will be diverted to /usr/bin/md5sum. Closes: #6633, #136110. The following bugs are filed against the dpkg md5sum, so no longer apply. Closes: #95755, #193877, #223381, #264195, #270241, #286632, * Take Replaces into account when installing packages; don't issue a "trying to overwrite" error if the file that already exists is in a package that Replaces the one being installed. Closes: #164595, #184635, #277890. * Allow actions and status changes to be logged to a file. Disabled by default, uncomment line in /etc/dpkg/dpkg.cfg to enable. Closes: #957, #53376, #77109, #143882, #284499. * Don't truncate output of 'dpkg -l' when stdout is not a tty. Closes: #92263, #253860, #258608, #261822, #282790. * Fix further compilation problems with gcc 4.0. Closes: #299699 * Handle tar files without trailing slash in directory names. Closes: #287152. * Output arguments to maintainer scripts with -D2. Closes: #237684, #296030. * Architecture Support: - Added ppc64. Closes: #263743. - Split archtable into cputable and ostable, archtable is retained for compatibility with other packages that might use it only. - dpkg-architecture no longer canonises -t argument. Closes: #173205. - dpkg-architecture output includes new DEB_*_ARCH_OS and DEB_*_ARCH_CPU variables that contain the Debian system and CPU names respectively. - dpkg-architecture outputs (mostly) correct GNU system names now, in particular this means that it will output "linux-gnu" instead of "linux". You should use the new _ARCH_OS variables instead. * Documentation: - Add examples to dpkg-divert(8). Closes: #291816. - Correct typo in dpkg-architecture(1). Closes: #299090. -- Scott James Remnant <scott@netsplit.com> Fri, 18 Mar 2005 16:21:32 +0000
2005-03-11dpkg (1.13.1.0.1) experimental; urgency=lowScott James Remnant1-30/+40
* Bin-MU; recompile against Debian unstable, to make dselect actually installable. -- Scott James Remnant <scott@netsplit.com> Fri, 11 Mar 2005 09:00:14 +0000
2004-10-27dpkg (1.10.24) unstable; urgency=lowScott James Remnant1-0/+1
The "Donald, where's your troosers?" Release. * Add support for uncompressed data.tar archive members and bzip2- compressed data.tar.bz2 members of binary packages. Closes: #34727. * New Translations (Christian Perrier): - Basque (Piarres Beobide). Closes: #265491. - Greek (George Papamichelakis). Closes: #260809. - Hebrew (Lior Kaplan). Closes: #275267. - Simplified Chinese (Tchaikov, Carlos Liu). Closes: #265197. * Updated Translations (Christian Perrier): - Brazilian Portuguese (Andre Luis Lopes). Closes: #260964, #273947, #278063. - Czech (Miroslav Kure). Closes: #255904, #278178. - Catalan (Jordi Mallach). Closes: #278098. - Danish (Claus Hindsgaul). Closes: #278097. - Dutch (Bart Cornelis). Closes: #268271, #268886, #274366, #278061. - Galician (Hector Fernandez). - German (Michael Piefel). Closes: #276462, #278168. - French (Christian Perrier). - Japanese (Kenshi Muto). Closes: #272456, #278141. - Italian (Lele Gaifax). - Korean (Changwoo Ryu). Closes: #261528, #278142. - Norwegian Nynorsk (Håvard Korsvoll). Closes: #275387, #278286. - Polish (Bartosz Fenski). Closes: #268452, #278064. - Portuguese (Miguel Figueiredo). Closes: #268266, #261424, #261519, #278294. - Russian (Yuri Kozlov). Closes: #268452, #278154. - Spanish (Javier Fernández-Sanguino Peña). Closes: #277173, #278117. - Swedish (Peter Karlsson). * Updated Manpage Translations (Christian Perrier): - French (Philippe Batailler). Closes: #268048. - Spanish (Ruben Porras). Closes: #261807. - Swedish (Peter Karlsson). -- Scott James Remnant <scott@netsplit.com> Wed, 27 Oct 2004 09:25:58 +0100
2001-09-12Move showpkg.c to lib/ so multiple tools can use itWichert Akkerman1-1/+1
2001-07-27add main/query.c and main/showpkg.cWichert Akkerman1-0/+3
1999-12-22debian/dpkg-doc.postrm: Use doc-name instead of file-nameWichert Akkerman1-0/+1
dselect/pkgdisplay.cc: Replace empty string for eflags to a space so gettext doesn't use the translation-info po/update.sh: Generate dselect/helpmsgs.{cc,h} so we can translate them. po/POTFILES.in: add dselect/helpmsgs.cc dselect/pkgtop.cc: use ACS_HLINE instead of `-' dselect/baselist.cc: change colour of column headings dselect: add a new --export mode which suppresses the display of the helpscreen
1999-11-25UpdateWichert Akkerman1-1/+1
1999-11-25Oops, removed a bit too muchWichert Akkerman1-0/+59
1999-11-25Move the new buildsystem into the main branchWichert Akkerman1-59/+0
1999-10-25Add gettext-support to dselectWichert Akkerman1-0/+16
1999-01-29dpkg 1.4.1Guy Maor1-0/+43