summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)AuthorFilesLines
2000-09-14Updated Swedish translationPeter Karlsson1-93/+93
2000-09-08scripts/dpkg-divert.pl: change $dpkglibdir to $admindirWichert Akkerman1-43/+39
scripts/Makefile.in: set $admindir as well in scripts
2000-09-08updateBen Collins1-176/+195
2000-09-08fixup a littleBen Collins1-9/+1
2000-09-08configure.in: add de to ALL_LINGUASWichert Akkerman1-0/+5521
po/de.po: New German translation from Hartmut Koptein THANKS: Add Hartmut main/enquiry.c: fix silly type error
2000-08-10Updates and corrections to Swedish translationPeter Karlsson1-85/+94
2000-07-26Updated Swedish translationPeter Karlsson1-61/+59
2000-07-15More corrections to the Swedish translationPeter Karlsson1-1/+1
2000-06-28Added more of the changes suggested from the sv@li.org list.Peter Karlsson1-37/+37
2000-06-27Updated sv.po from comments received on the sv@li.org mailing listPeter Karlsson1-34/+31
2000-06-17Updated Swedish translationPeter Karlsson1-157/+169
2000-06-16really fix ver providesBen Collins1-100/+100
2000-06-13Updated Swedish translation.Peter Karlsson1-18/+13
2000-06-12Add it.gmoWichert Akkerman1-0/+1
2000-06-12configure.in: generate doc/sv/Makefile as wellWichert Akkerman10-10/+10
main/filesdb.c: fix logic when reading statusoverride-file scripts/.cvsignore: add all the perl scripts scripts/dpkg-divert.pl: + turn $admindir into $dpkglibdir, which the Makefile will handle + fix glob->regexp logic for --list scripts/Makefile.in: + replace one `sed' with `$(SED)' + add dpkg-statoverride scripts/dpkg-statoverride.pl: new util to manage statoverrides debian/rules: move Swedish manpages into the package as well
2000-06-09Updated gettext stuffWichert Akkerman10-1570/+2153
2000-06-09Merge things from the potato branch:Wichert Akkerman9-3144/+9170
+ po/*.po: updated + THANKS: Add Lele Gaifax + configure.in: add Italian to LINGUAS + doc/sv: new directory with Swedish manpages + doc/*: removed "GNU/Linux" since this runs on HURD as well + doc/ja/update-alternatives.8: new version + dpkg-deb/main.c: remove preprocessor define from gettextized string + dselect/main.c: remove preprocessor define from gettextized string + lib/showcright.c: remove preprocessor define from gettextized string + main/enquiry.c: can't use prepocessor defines in a gettextized string + dselect/pkgdisplay.cc: Replace empty string for eflags with a space + dselect/pkgsublist.cc: mark another string as translateable + dselect/pkgtop.cc: change code to reflect that the empty case for an eflagstring is now a single space, not an empty string (since gettext can't handle empty strings). + main/help.c: allocate a bit more space for the path buffer in checkpath() + main/main.c: fix location of --abort-after in --help output + scripts/debian-changelog-mode.el: fix documentation string for debian-changelog-finalise-last + scripts/dpkg-source.pl: fix typo + scripts/udate-alternatives.8: fixed errors found while Japanese translation was made. methods/Makefile.am: removed
2000-04-17* TODO: updatedWichert Akkerman1-136/+147
* debian/rules: explicitly strip the setgid bit for debian/tmp-*. This is needed since the kernel copies it when we create subdirs and install doesn't strip it even though we explicitly ask for a mode 755 directory. Updated clean target to run make distclean to remove generated sourcefiles as well. * dpkg-deb/build.c: add comments to describe what we are doing. Add code to get a list of files to be added to the archive, reorder it and feed it to tar and use this to put symlinks after all other files. * scripts/dpkg-gencontrol.pl: add dpkg:Version and dpkg:UpstreamVersion to list of substvars
2000-04-13Synchronize with potato-branch again:Wichert Akkerman2-1165/+908
+ scripts/dpkg-divert.pl: fixed typo + debian/dpkg-dev.{postinst,prerm}: remove emacsen-common stuff + po/{es,sv}.po: updated + debian/changelog: include changes for 1.6.12 + dpkg-genchanges: recognize non-deb packages (tarballs, such as dpkg-non-deb and boot-floppies disk tarballs). This makes sure that we include them when figuring up the Arch field in the .changes + scripts/dpkg-buildpackage.sh: Don't default to no signing until after we parsed the options, otherwise we will miss overrides.
2000-03-18Synchronize to the potato branch againWichert Akkerman8-2827/+4080
2000-03-08Synchronize with potato-branch again:Wichert Akkerman2-1765/+2266
debian/changelog: update to 1.6.10 scripts/dpkg-divert.pl: reinstate last writeability-patch. Modified to not abort on ENOENT: this indicates a directory does not (yet) exist. If this happens don't try to rename. scripts/update-alternatives.pl: + update usage-warning to reflect the new --config option + Document some global variables + Switch back to auto-mode when removing a manually selected alternative dselect/{dselect.h,main.cc,pkglist.cc}: remove CAN_RESIZE stuff dselect/methlist.cc: don't abort if getch fails due to interrupted syscall dselect/pkglist.cc: don't abort if getch fails due to interrupted syscall dselect/baselist.cc: put debug-statement in sigwinchhandler and actually resize the current terminal before redisplaying the screen
2000-02-15Merge the potato branch:Wichert Akkerman3-1884/+3061
* main/dpkg.8: don't list all authors but refer to THANKS file * debian/control: correct Build-Dependencies for ncurses * debian/control: update extended description to not list dependencies for dpkg-dev * Update lots of documentation * main/enquiry.c: handle failed open of /dev/tty * main/remove.c: revert earlier patch from Oct 11 1999 to remove conffiles before removing directories. Due to the changed execution order conffiles were no longer around when the postrm was run. which is not what we want. * methods/Makefile.in: create $(admindir)/methods/mnt * scripts/dpkg-gencontrol.pl: undo Source-Version changes * scripts/dpkg-source.pl: remove sticky bits from directory when unpacking source * scripts/install-info.pl: partially apply patch from Jammin Wheeler <jammin@life.eu.org> to clean up errors * scripts/update-alternatives.pl: implement --verbose
2000-01-19scripts/controllib.pl: add comment with description of global variablesWichert Akkerman1-6/+6
scripts/dpkg-genchanges.pl: + add comment with description of global variables + Change Format number to 1.7 + `Maintainer' is now the actual maintainer as listed in control + add `Changed-By' field with maintainer as listed in changelog. Add -e flag to override this value scripts/dpkg-buildpackage.sh: pass -e on to dpkg-genchanges scripts/dpkg-source.1: document new -e option, update copyright
2000-01-17Add .gmo filesWichert Akkerman1-2/+8
2000-01-11Update Russian translationWichert Akkerman1-382/+2006
2000-01-11Update Swedish translationWichert Akkerman1-340/+900
2000-01-07dselect/method.cc: pass admindir to dpkgWichert Akkerman1-236/+548
dselect/Makefile.in: fix rule to build helpmessages dselect/curkeys.h: use curses.h instead of ncurses.h, since someone decided to play nasty and just remove that scripts/: remove dpkg-safelist dpkg-deb/build.c: remove dpkg-safelist calls main/enquiry.c: redo formula to get fieldwidths for packages
2000-01-05scripts/dpkg-buildpackage.sh: support debsignWichert Akkerman1-324/+785
scripts/update-alternatives.8: fix wrong order of parameters in ACTION section Updated Polish translation
1999-12-26Update copyright of swedish translationWichert Akkerman1-1/+1
1999-12-25update spanish translationWichert Akkerman1-519/+904
1999-12-22debian/dpkg-doc.postrm: Use doc-name instead of file-nameWichert Akkerman2-0/+8
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-12-17Fix typo in swedish translationWichert Akkerman1-1/+1
1999-12-14Really add automake/sysinfo.m4Wichert Akkerman1-7/+7
Fix some minor things in depisok Update swedish translation
1999-12-12Rename cvsclean to distcleanWichert Akkerman1-69/+69
Update Swedish translation (bork bork!) Check exitnodo-flag in do_stop
1999-12-11Add Swedish translationWichert Akkerman1-0/+4865
1999-12-08Update Czech translationWichert Akkerman1-197/+214
1999-12-05Make dselect build againWichert Akkerman1-163/+166
Don't copy strings when reading fileslists
1999-12-02New polish translationWichert Akkerman1-632/+686
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-11-13Removed generated fileWichert Akkerman1-37/+0
1999-11-12Rename Japanese translationWichert Akkerman1-0/+0
1999-11-11 * Remove files that get generated by gettextize, and make sure autogen.shBen Collins2-248/+1
creates them
1999-11-02Fix translation mixupsWichert Akkerman2-733/+5696
1999-11-01Adding Russian translationWichert Akkerman1-0/+3465
1999-10-30Release 1.4.1.19Wichert Akkerman6-1409/+398
1999-10-30Silly fixed to make it all build againWichert Akkerman1-4963/+0
1999-10-30 * po/update.sh: make sure we only update when there are changes,Ben Collins1-6/+10
also autodetect list of .po files we need to change * release.sh: likewise for .gmo generation
1999-10-29Fix name for spanish translationWichert Akkerman1-0/+0