]> err.no Git - util-linux/commitdiff
build-sys: rename to -ng, change maintainer name
authorKarel Zak <kzak@redhat.com>
Thu, 4 Jan 2007 12:44:06 +0000 (13:44 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 4 Jan 2007 12:44:06 +0000 (13:44 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
27 files changed:
AUTHORS
NEWS
README
README.devel
configure.ac
mount/README.mount
po/Makevars
po/ca.po
po/cs.po
po/da.po
po/de.po
po/es.po
po/et.po
po/fi.po
po/fr.po
po/id.po
po/it.po
po/ja.po
po/nl.po
po/pt_BR.po
po/ru.po
po/sl.po
po/sv.po
po/tr.po
po/uk.po
po/util-linux-ng.pot [moved from po/util-linux.pot with 99% similarity]
po/vi.po

diff --git a/AUTHORS b/AUTHORS
index e4d29b01f0ad1cb355ec02aac4e1624fbcb03ddc..5033f12819ca893b132ac0970eca67f8d996b465 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,26 @@
-Maintainer: Adrian Bunk <bunk@stusta.de>
 
-Maintainer of flock: H. Peter Anvin <hpa@zytor.com>
-Maintainer of getopt: Frodo Looijaard <frodol@dds.nl>
-Maintainer of schedutils: Robert Love <rlove@rlove.org>
-Maintainer of simpleinit: Richard Gooch <rgooch@atnf.csiro.au>
+                            utils-linux-ng
+           (fork of util-linux, based on version 2.13-pre7)
+
+MAINTAINERS:
+      
+      Karel Zak <kzak@redhat.com> 
+
+      Maintainer of flock:           H. Peter Anvin <hpa@zytor.com>
+      Maintainer of getopt:          Frodo Looijaard <frodol@dds.nl>
+      Maintainer of schedutils:      Robert Love <rlove@rlove.org>
+      Maintainer of simpleinit:      Richard Gooch <rgooch@atnf.csiro.au>
+
+PAST MAINTAINERS:
+
+      Maintainer of util-linux:      Adrian Bunk <bunk@stusta.de> 
+      Maintainer of util-linux:      Andries E. Brouwer <aeb@cwi.nl>
+
+
+CONTRIBUTORS:
+
+      Bryan Henderson <bryanh@giraffe-data.com>
+            - original author of hwclock 
+
+
+      <your name>   <--- send a patch
diff --git a/NEWS b/NEWS
index be6141b29423b770bf5b77857cf2abc72b3d2207..ee0d001c743da66e22cc2ff0e0ed1af0b2106cee 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+util-linux-ng 2.13devel
+
+* <TODO: the changelog will be generated from git>
+
 util-linux 2.13-pre7
 
 * mount: default to cifs instead of smbfs for sources
diff --git a/README b/README
index e35278a799f42eec7bfedb8f21165fd499b175fd..9b3cdea6acda2f32d914da34705bf2735f09f9cd 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,50 @@
-util-linux is a random collection of Linux utilities
 
-The stuff in the subdirectories mount, fdisk, disk-utils, text-utils,
-misc-utils, schedutils, sys-utils, getopt-* should be rather
-distribution-neutral, and installing it does no harm.
-On the other hand, the stuff in login-utils defines initial boot-time
-stuff, things that are done in different ways by different distributions.
-If you install it, your machine may not boot anymore, or you may be
-unable to login.
+                          utils-linux-ng
+           (fork of util-linux, based on version 2.13-pre7)
+
+         util-linux is a random collection of Linux utilities
+
+
+MAILING LIST:
+
+      E-MAIL: util-linux-ng@vger.kernel.org
+      URL:    http://vger.kernel.org/vger-lists.html#util-linux-ng
+
+
+NEUTRALITY:
+
+      The stuff in util-linux-ng should be rather distribution-neutral.
+      No RPMs/DEBs/... are provided - get yours from your distributor.
+
+
+DEPRECATED:
+
+      The utils marked as deprecated will be removed in a future version of the
+      util-linux-ng. Please, prepare your distribution for this change.
+
+      * boot-time stuff
+
+        The stuff in login-utils defines initial boot-time stuff, things that
+        are done in different ways by different distributions.  If you install
+        it, your machine may not boot anymore, or you may be unable to login.
+
+      <TODO>
+
+
+VERSION SCHEMA:
+
+      Standard releases:
+
+          <major>.<minor>.<maint>
+
+             major = fatal and deep changes
+             minor = typical release with new fetures
+             maint = maintenance releases; bug fixes only
+       
+      Development releases:
+
+         <major>.<minor><suffix>
+
+             suffix = "devel" or "rc<N>"
+
 
-No RPMs are provided - get yours from your distributor.
index 030d64c67f4fd09c6aa0514ec713f52e7545d9dd..7ea70d5bb8f347864380b463b68c6db5176b6d1c 100644 (file)
@@ -2,20 +2,76 @@
  Notes for util-linux-ng developers
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
- * generated files are unwanted in SCM (git) and also very unwanted in your
-   patches.
+AUTOTOOLS:
 
- * "./autogen.sh" generates all necessary files (run it after checkout from
-   git)
    * "./autogen.sh" generates all necessary files (run it after checkout from
+       git)
 
- * "make mrproper" removes all generates files. You have to call "./autogen.sh"
-   after mrproper.
+     * "make mrproper" removes all generates files. You have to call autogen.sh
+       after mrproper.
 
- * "make distclean" is subset of mrproper. It removes all unnecessary files,
-   but code is still possible recompile by "./configure; make"
    * "make distclean" is subset of mrproper. It removes all unnecessary files,
+       but code is still possible recompile by "./configure; make"
 
- * "make dist-gzip" (or -bzip2) creates tarball which is possible use without
-   autogen.sh
    * "make dist-gzip" (or -bzip2) creates tarball which is possible use without
+      autogen.sh
 
 
+PATCHES:
+
+     * send your patches to the mailing list or to upstream maintainer
+       (see the AUTHORS file)
+
+     * diff -u
+
+     * dont include generated (autotools) stuff to your patches
+
+     * patches are delivered via email only.  Downloading them from internet
+       servers is a pain.
+
+     * one patch per email, with the changelog in the body of the email.
+
+     * Subject: [PATCH] subsystem: description
+
+     * if someone else wrote the patch, they should be credited (and blamed) for it.
+       To communicate this, add a line:
+
+          From: John Doe <jdoe@wherever.com>
+
+     * add a Signed-off-by line:
+
+          Signed-off-by: Foo Bar <fb@wherever.com>
+
+     * there is a lot of really useful rules. Please, read:
+
+       The perfect patch
+                http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt
+
+
+
+SCM (source code management):
+
+     URL: http://git.kernel.org/git/?p=utils/util-linux-ng/util-linux-ng.git
+
+     
+    * maintenance branch(es)
+        - created for every <major>.<minor> release, branch name: v<major>.<minor>
+
+    * master branch
+        - contains what are reasonably tested and ready to next release
+        - it's source for occasional snapshots or release candidates
+        - active development does not usually happen on "master" (except trivial
+          and non-invasive patches).
+
+    * devel branch
+        - the status of this branch is: "it works for me". It means useful
+          but not well tested patches.
+        - for long-term development or invasive changes should be an active
+          development forked into a separate branch (topic branches) from the
+          tip of "master".
+
+    * A new tag object is created for:
+        - every release, tag name: v<version>
+        - every public snapshot, tag name: s<version>-YYYYMMDD
+
 
index 299e50e29e59fef92de9d1fa75340a5d5f7a0f97..5a0d44eaa5f65888edf67a7812eae4e9a8d75c5f 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(util-linux, 2.13-pre7, bunk@stusta.de)
+AC_INIT(util-linux-ng, 2.13devel, kzak@redhat.com)
 
 AC_PREREQ(2.59)
 
index 3c256415cc2f859ffe41e2af4c2025df902feae0..c7f317c416dd27a615a8b03a73cfaee69e6d780b 100644 (file)
@@ -5,6 +5,7 @@ H.J. Lu <hlu@eecs.wsu.edu>,
 Rick Sladkey <jrs@world.std.com>,
 Stephen Tweedie <sct@dcs.ed.ac.uk>.
 Andries Brouwer <aeb@cwi.nl>
+Adrian Bunk <bunk@stusta.de>
 
-Presently maintained by Adrian Bunk <bunk@stusta.de>.
+Presently in util-linux-ng maintained by Karel Zak <kzak@redhat.com>. 
 
index 03a15665909d088fd98bb51180d7e49e351893e9..f6e320c3de981d9065b8fd059b303255e13e87f5 100644 (file)
@@ -18,7 +18,7 @@ XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
 # or entity, or to disclaim their copyright.  The empty string stands for
 # the public domain; in this case the translators are expected to disclaim
 # their copyright.
-COPYRIGHT_HOLDER = Adrian Bunk <bunk@stusta.de>
+COPYRIGHT_HOLDER = Karel Zak <kzak@redhat.com>
 
 # This is the email address or URL to which the translators shall report
 # bugs in the untranslated strings:
@@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Adrian Bunk <bunk@stusta.de>
 # It can be your email address, or a mailing list address where translators
 # can write to without being subscribed, or the URL of a web page through
 # which the translators can contact you.
-MSGID_BUGS_ADDRESS = Adrian Bunk <bunk@stusta.de>
+MSGID_BUGS_ADDRESS = Karel Zak <kzak@redhat.com>
 
 # This is the list of locale categories, beyond LC_MESSAGES, for which the
 # message catalogs shall be used.  It is usually empty.
index a6628ec6dec3b1820812e399c41c0bb0cf17f15c..7fcc61e834756f435a1b4314f8a72ef7813e9bac 100644 (file)
--- a/po/ca.po
+++ b/po/ca.po
@@ -12,8 +12,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux 2.13-pre3\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2005-09-17 13:40+0200\n"
 "Last-Translator: Josep Puigdemont <josep.puigdemont@gmail.com>\n"
 "Language-Team: Catalan <ca@dodds.net>\n"
index d061be0766c58ce139eea0eabe15243a561dc85f..33fae5fa4ec266df2a5cae61d102b6dcee48ac43 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux-2.11d\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2001-05-30 15:11+0200\n"
 "Last-Translator: Jiøí Pavlovský <pavlovsk@ff.cuni.cz>\n"
 "Language-Team: Czech <cs@li.org>\n"
index 0ed8a8419e40155da9981733955a37f7384f1ef4..2ed5b135e18d1b57f81980b796ae6540355fb486 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -12,8 +12,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux 2.11y\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2005-08-15 21:00+0200\n"
 "Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
 "Language-Team: Danish <dansk@klid.dk>\n"
index 03e2c4c4d97958991388a623407b15888720db48..032049c54c040ca7dee98bcc827c47f0d923d942 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -43,8 +43,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux 2.13-pre6\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2005-12-05 15:45+0100\n"
 "Last-Translator: Michael Piefel <piefel@informatik.hu-berlin.de>\n"
 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
index 814c0700faf7dd7e91ff38ff14f45708d8442edd..bbff92f16f30e62bc49989acb2bfb5061c2f92ed 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -12,8 +12,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux 2.12m\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2004-12-22 01:31+0100\n"
 "Last-Translator: Santiago Vila Doncel <sanvila@unex.es>\n"
 "Language-Team: Spanish <es@li.org>\n"
index 4162a932c14893084525d57166d9ec769ff6cb7f..1a1896682cbd556e56630ad14224c8c252f8ac02 100644 (file)
--- a/po/et.po
+++ b/po/et.po
@@ -11,8 +11,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux 2.11r\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2002-05-19 20:04GMT+0300\n"
 "Last-Translator: Meelis Roos <mroos@linux.ee>\n"
 "Language-Team: Estonian <et@li.org>\n"
index 3b010019968aae0e46f7fd1a6458347488b8379d..50a82a996bd840ca2bbc1fe6b90af0be3cef15c2 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -14,8 +14,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux 2.13-pre1\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2005-08-06 19:35+0300\n"
 "Last-Translator: Lauri Nurmi <lanurmi@iki.fi>\n"
 "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
index 975c8b0cc3c2a509267a610f95d4027db51aec0e..9aa0f5aa9cc03d10745038439b6dccd1562bde73 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,8 +9,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux 2.13-pre5\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2005-11-08 08:00-0500\n"
 "Last-Translator: Michel Robitaille <robitail@IRO.UMontreal.CA>\n"
 "Language-Team: French <traduc@traduc.org>\n"
index a218fc2607af1e482c1139c6cc798b61ce5b035a..81b1e0ec444adc46ba2d4666d800b2cbbf816111 100644 (file)
--- a/po/id.po
+++ b/po/id.po
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux 2.13-pre1\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2006-02-04 08:30+0700\n"
 "Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n"
 "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
index 912d79ab83341076171ae6f2e9521a324039905f..428884f64a03e328ce50ad2743a44fc04de73a34 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -8,8 +8,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux 2.13-pre6\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2005-11-18 20:20+0000\n"
 "Last-Translator: Marco Colombo <m.colombo@ed.ac.uk>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
index 269b1099c89b2d89e6af3c7560527cf06c543e6d..56fa8353b9e283c97387b12b1334689fa5a41808 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,8 +7,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux 2.11n\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2001-12-11 22:43+0900\n"
 "Last-Translator: Daisuke Yamashita <yamad@mb.infoweb.ne.jp>\n"
 "Language-Team: Japanese <ja@li.org>\n"
index 11bfb16da2499fec0aff223eb7b63746af9dca49..22f39bda05e75beebcb5b1a581f48653ddba84ca 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -19,8 +19,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux 2.13-pre2\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2005-08-19 20:27+0100\n"
 "Last-Translator: Luk Claes <luk.claes@ugent.be>\n"
 "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
index 123fe5efe51869ea6bf24e9ab8d54e3f98e4d1e0..997feb60a78bba0efedd90cfa2ed07210ba6e433 100644 (file)
@@ -13,8 +13,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux 2.11b\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2001-05-24 16:03-03:00\n"
 "Last-Translator: Rodrigo Stulzer Lopes <rodrigo@conectiva.com.br>\n"
 "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
index 6d70e9e9a730bad5859d1e6a568f049c48307f30..c387d7c486961a9b60f15068756418d3d93f8433 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux-2.13-pre2\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2005-08-16 16:54+0300\n"
 "Last-Translator: Pavel Maryanov <acid_jack@ukr.net>\n"
 "Language-Team: Russian <ru@li.org>\n"
index 80747119bc8a3e05542f08d8a472c383841273d6..9cb2307a8699faab0be29785cda6329b539cfa57 100644 (file)
--- a/po/sl.po
+++ b/po/sl.po
@@ -12,8 +12,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux 2.13-pre6\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2006-03-05 12:29+0200\n"
 "Last-Translator: Simon Mihevc <simonmihevc@email.si>\n"
 "Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
index 1840742ac0aa7015ae3753b7b78b8490efd6b76b..2a18dea00ae72e81f05ddc24d70f0908c0da76ec 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux 2.12m\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2004-12-26 20:42+0100\n"
 "Last-Translator: Christian Rose <menthos@menthos.com>\n"
 "Language-Team: Swedish <sv@li.org>\n"
index 5899bfcdf0bd42ff64de18da64eb493fd9236e0c..49fd14ff09af4a05a43ebfad6e78ea48eca9dfe1 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux 2.13-pre2\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2005-08-17 12:06+0300\n"
 "Last-Translator: Nilgün Belma Bugüner <nilgun@buguner.name.tr>\n"
 "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
index b68bbb0f5c9b4c4431d18f1cc042e85301e73e76..72a9cc73466fa8d5b46614bd3c5086dd8270e19d 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux 2.13-pre6\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2005-11-30 10:45+0200\n"
 "Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\n"
 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
similarity index 99%
rename from po/util-linux.pot
rename to po/util-linux-ng.pot
index 901cf6a4d4829193aa8f78650d848595649a5eef..5de882ca9dc1bbcbe42f514b04662e313e8a4069 100644 (file)
@@ -1,5 +1,6 @@
 # SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Adrian Bunk <bunk@stusta.de>
+# Copyright (C) 2005 Adrian Bunk <bunk@stusta.de>
+# Copyright (C) 2006 Karel Zak <kzak@redhat.com>
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 #
@@ -7,8 +8,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
index e074a8e1357e5ed3ff42f898d376ca733fa18aae..0693733a51215e4a3486bfc71eeda1597a9cd6ca 100644 (file)
--- a/po/vi.po
+++ b/po/vi.po
@@ -5,8 +5,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: util-linux 2.12q\n"
-"Report-Msgid-Bugs-To: Adrian Bunk <bunk@stusta.de>\n"
-"POT-Creation-Date: 2006-03-06 00:12+0100\n"
+"Report-Msgid-Bugs-To: Karel Zak <kzak@redhat.com>\n"
+"POT-Creation-Date: 2007-01-04 13:19+0100\n"
 "PO-Revision-Date: 2005-04-05 00:53+0400\n"
 "Last-Translator: Phan Vinh Thinh <teppi82@gmail.com>\n"
 "Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"