From 5bbc26de59732f9a24d98a769c2d7a827e550625 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 4 Jan 2007 13:44:06 +0100 Subject: [PATCH] build-sys: rename to -ng, change maintainer name Signed-off-by: Karel Zak --- AUTHORS | 30 ++++++++-- NEWS | 4 ++ README | 57 +++++++++++++++--- README.devel | 76 ++++++++++++++++++++---- configure.ac | 2 +- mount/README.mount | 3 +- po/Makevars | 4 +- po/ca.po | 4 +- po/cs.po | 4 +- po/da.po | 4 +- po/de.po | 4 +- po/es.po | 4 +- po/et.po | 4 +- po/fi.po | 4 +- po/fr.po | 4 +- po/id.po | 4 +- po/it.po | 4 +- po/ja.po | 4 +- po/nl.po | 4 +- po/pt_BR.po | 4 +- po/ru.po | 4 +- po/sl.po | 4 +- po/sv.po | 4 +- po/tr.po | 4 +- po/uk.po | 4 +- po/{util-linux.pot => util-linux-ng.pot} | 7 ++- po/vi.po | 4 +- 27 files changed, 190 insertions(+), 69 deletions(-) rename po/{util-linux.pot => util-linux-ng.pot} (99%) diff --git a/AUTHORS b/AUTHORS index e4d29b01..5033f128 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,26 @@ -Maintainer: Adrian Bunk -Maintainer of flock: H. Peter Anvin -Maintainer of getopt: Frodo Looijaard -Maintainer of schedutils: Robert Love -Maintainer of simpleinit: Richard Gooch + utils-linux-ng + (fork of util-linux, based on version 2.13-pre7) + +MAINTAINERS: + + Karel Zak + + Maintainer of flock: H. Peter Anvin + Maintainer of getopt: Frodo Looijaard + Maintainer of schedutils: Robert Love + Maintainer of simpleinit: Richard Gooch + +PAST MAINTAINERS: + + Maintainer of util-linux: Adrian Bunk + Maintainer of util-linux: Andries E. Brouwer + + +CONTRIBUTORS: + + Bryan Henderson + - original author of hwclock + + + <--- send a patch diff --git a/NEWS b/NEWS index be6141b2..ee0d001c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +util-linux-ng 2.13devel + +* + util-linux 2.13-pre7 * mount: default to cifs instead of smbfs for sources diff --git a/README b/README index e35278a7..9b3cdea6 100644 --- 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. + + + + +VERSION SCHEMA: + + Standard releases: + + .. + + major = fatal and deep changes + minor = typical release with new fetures + maint = maintenance releases; bug fixes only + + Development releases: + + . + + suffix = "devel" or "rc" + -No RPMs are provided - get yours from your distributor. diff --git a/README.devel b/README.devel index 030d64c6..7ea70d5b 100644 --- a/README.devel +++ b/README.devel @@ -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 + + * add a Signed-off-by line: + + Signed-off-by: Foo Bar + + * 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 . release, branch name: v. + + * 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 + - every public snapshot, tag name: s-YYYYMMDD + diff --git a/configure.ac b/configure.ac index 299e50e2..5a0d44ea 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/mount/README.mount b/mount/README.mount index 3c256415..c7f317c4 100644 --- a/mount/README.mount +++ b/mount/README.mount @@ -5,6 +5,7 @@ H.J. Lu , Rick Sladkey , Stephen Tweedie . Andries Brouwer +Adrian Bunk -Presently maintained by Adrian Bunk . +Presently in util-linux-ng maintained by Karel Zak . diff --git a/po/Makevars b/po/Makevars index 03a15665..f6e320c3 100644 --- a/po/Makevars +++ b/po/Makevars @@ -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 +COPYRIGHT_HOLDER = Karel Zak # 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 # 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 +MSGID_BUGS_ADDRESS = Karel Zak # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. diff --git a/po/ca.po b/po/ca.po index a6628ec6..7fcc61e8 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: Catalan \n" diff --git a/po/cs.po b/po/cs.po index d061be07..33fae5fa 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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ý \n" "Language-Team: Czech \n" diff --git a/po/da.po b/po/da.po index 0ed8a841..2ed5b135 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: Danish \n" diff --git a/po/de.po b/po/de.po index 03e2c4c4..032049c5 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: German \n" diff --git a/po/es.po b/po/es.po index 814c0700..bbff92f1 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: Spanish \n" diff --git a/po/et.po b/po/et.po index 4162a932..1a189668 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: Estonian \n" diff --git a/po/fi.po b/po/fi.po index 3b010019..50a82a99 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: Finnish \n" diff --git a/po/fr.po b/po/fr.po index 975c8b0c..9aa0f5aa 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: French \n" diff --git a/po/id.po b/po/id.po index a218fc26..81b1e0ec 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: Indonesian \n" diff --git a/po/it.po b/po/it.po index 912d79ab..428884f6 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: Italian \n" diff --git a/po/ja.po b/po/ja.po index 269b1099..56fa8353 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: Japanese \n" diff --git a/po/nl.po b/po/nl.po index 11bfb16d..22f39bda 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: Dutch \n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 123fe5ef..997feb60 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: util-linux 2.11b\n" -"Report-Msgid-Bugs-To: Adrian Bunk \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: Brazilian Portuguese \n" diff --git a/po/ru.po b/po/ru.po index 6d70e9e9..c387d7c4 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: Russian \n" diff --git a/po/sl.po b/po/sl.po index 80747119..9cb2307a 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: Slovenian \n" diff --git a/po/sv.po b/po/sv.po index 1840742a..2a18dea0 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: Swedish \n" diff --git a/po/tr.po b/po/tr.po index 5899bfcd..49fd14ff 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: Turkish \n" diff --git a/po/uk.po b/po/uk.po index b68bbb0f..72a9cc73 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: Ukrainian \n" diff --git a/po/util-linux.pot b/po/util-linux-ng.pot similarity index 99% rename from po/util-linux.pot rename to po/util-linux-ng.pot index 901cf6a4..5de882ca 100644 --- a/po/util-linux.pot +++ b/po/util-linux-ng.pot @@ -1,5 +1,6 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Adrian Bunk +# Copyright (C) 2005 Adrian Bunk +# Copyright (C) 2006 Karel Zak # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # @@ -7,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: Adrian Bunk \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: LANGUAGE \n" diff --git a/po/vi.po b/po/vi.po index e074a8e1..0693733a 100644 --- 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 \n" -"POT-Creation-Date: 2006-03-06 00:12+0100\n" +"Report-Msgid-Bugs-To: Karel Zak \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 \n" "Language-Team: Vietnamese \n" -- 2.39.5