Remove debian packaging stuff 08/8608/1
authorChengwei Yang <chengwei.yang@intel.com>
Sun, 25 Aug 2013 02:42:08 +0000 (10:42 +0800)
committerChengwei Yang <chengwei.yang@intel.com>
Sun, 25 Aug 2013 02:42:08 +0000 (10:42 +0800)
Change-Id: Ib2d6fc056dd871cc539b431b53ac2db65a249521
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
44 files changed:
debian/README.Debian [deleted file]
debian/TODO [deleted file]
debian/changelog [deleted file]
debian/compat [deleted file]
debian/config [deleted file]
debian/control [deleted file]
debian/copyright [deleted file]
debian/dirs [deleted file]
debian/lsb-base.README.Debian [deleted file]
debian/lsb-base.dirs [deleted file]
debian/lsb-release.README.Debian [deleted file]
debian/lsb-release.bugscript [deleted file]
debian/lsb-release.dirs [deleted file]
debian/lsb-release.manpages [deleted file]
debian/lsb-release.postinst [deleted file]
debian/lsb-release.postrm [deleted file]
debian/po/POTFILES.in [deleted file]
debian/po/ar.po [deleted file]
debian/po/cs.po [deleted file]
debian/po/da.po [deleted file]
debian/po/de.po [deleted file]
debian/po/es.po [deleted file]
debian/po/eu.po [deleted file]
debian/po/fi.po [deleted file]
debian/po/fr.po [deleted file]
debian/po/gl.po [deleted file]
debian/po/it.po [deleted file]
debian/po/ja.po [deleted file]
debian/po/ml.po [deleted file]
debian/po/nl.po [deleted file]
debian/po/pt.po [deleted file]
debian/po/pt_BR.po [deleted file]
debian/po/ro.po [deleted file]
debian/po/ru.po [deleted file]
debian/po/sk.po [deleted file]
debian/po/sv.po [deleted file]
debian/po/templates.pot [deleted file]
debian/po/vi.po [deleted file]
debian/postinst [deleted file]
debian/prerm [deleted file]
debian/pycompat [deleted file]
debian/rules [deleted file]
debian/templates [deleted file]
packaging/lsb.changes

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644 (file)
index 882f426..0000000
+++ /dev/null
@@ -1,216 +0,0 @@
-lsb for Debian
---------------
-
-This package provides the Linux Standard Base on Debian systems.  The
-LSB is a specification for allowing the same binary package to be used
-on multiple distributions.  
-
-INSTALLING LSB PACKAGES
-
-The "alien" package supports LSB packages on Debian.  For example, to
-install an LSB package "lsb-mozilla-1.2-1_i386.rpm", type (as root):
-
-alien -i lsb-mozilla-1.2-1_i386.rpm
-
-Ideally, the package should be converted to a Debian package and then
-installed by dpkg.  If this fails, there may be a problem with either
-the lsb package (most likely) or alien (less likely), and you should
-contact the vendor of the lsb package to resolve the problem.
-
-PACKAGE LAYOUT
-
-The LSB implementation in Debian is currently divided into eight
-packages:
-
-* The "lsb-core" package depends on the Debian packages that are
-  required to comply with the LSB-Core 3.2 specification; this is
-  roughly equivalent to the LSB 1.3 specification, except X11 libraries
-  are not required.  It also includes some subroutines that are used
-  by LSB-compliant applications when they are being installed or
-  removed.
-
-* The "lsb-graphics" package depends on the X11 libraries required for
-  the LSB-Graphics 3.2 specification.
-
-* The "lsb-cxx" package depends on libstdc++5, required for the
-  LSB-CXX (LSB-C++) 3.2 specification.
-
-* The "lsb-desktop" package depends on the Gtk+ and Qt libraries required
-  for the LSB-Desktop 3.2 specification.
-
-* The "lsb-qt4" package depends on the Qt version 4 libraries required
-  for the LSB-Qt4 3.1 module.  Note that this module is essentially
-  folded into lsb-desktop for LSB 3.2 and above.
-
-* The "lsb-languages" package depends on Python 2.4 and Perl 5.8.8 or later.
-
-* The "lsb-multimedia" package depends on libasound2.
-
-* The "lsb-printing" package depends on the CUPS libraries (libcupsys2
-  and libcupsimage2), foomatic-rip, and Ghostscript.
-
-* The "lsb" package depends on all of the above packages, and exists
-  for backwards compatibility purposes with LSB 1.3.
-
-* The "lsb-base" package includes a number of functions used by init.d
-  scripts in some LSB packages; this package was separated in Debian's
-  lsb 2.0-6 package so other packages could make use of the init
-  functionality without requiring a full LSB installation.
-
-  For documentation of those functions (and those added for Debian's use),
-  please see the README.Debian file in that package.
-
-* The "lsb-release" package includes the lsb_release command, which provides
-  information about the installed LSB modules and the underlying distribution.
-
-The LSB module packages are architecture-specific because of
-differences in the requirements of the LSB on various binary
-architectures.  In particular, each package provides
-lsb-{module}-noarch and lsb-{module}-{arch} virtual packages.
-
-IMPLEMENTATION ISSUES
-
-This package attempts to implement the core LSB specification.  Much
-of the implementation is drawn on a talk by Wichert Akkerman
-(http://www.liacs.nl/~wichert/talks/LSBDistro/html/) and Matt
-Taggart's discussion of LSB 1.0 and Debian.  Matt has also produced a
-slideshow on LSB in Debian, which can be found at:
-http://people.debian.org/~taggart/debconf2/
-
-This package implements the LSB specification by:
-
-- depending upon packages that implement OS services required by the
-  LSB, including libraries and programs.
-
-- including the correct symlink to the dynamic linker.
-
-- providing the LSB init script functionality.  Some of the LSB init
-  functionality cannot be implemented without cooperation from other
-  packages or changes in policy for sarge+1; however, the remainder is
-  provided here.
-
-The intent of this package is to provide a best current practice way
-of installing LSB packages on Debian using the Intel and PowerPC
-32-bit architectures with the Linux kernel ("ia32" and "ppc32").  Its
-presence does not imply that I or the Debian project believe that
-Debian fully complies with the Linux Standard Base, and should not be
-construed as a statement that Debian is LSB-compliant.
-
-The specification is available at http://www.linuxbase.org/spec/
-
-DEVIATIONS FROM LSB
-
-The package and its dependencies implement all of LSB on Debian, with
-these exceptions:
-
-- LSB 3.2 assumes a 2.4 or later kernel.  Debian ships a 2.4 kernel by
-  default on most architectures as of sarge, although 2.2 and 2.6 are
-  optional.  There is no way in the Debian system to ensure a package
-  is only installed on a specific kernel release.  Running LSB
-  applications on 2.2 kernels may result in subtle bugs or failures,
-  particularly if they depend on large file support or new syscall
-  interfaces introduced in Linux 2.3+.
-
-  (We do not consider this a bug in the package.)
-
-- LSB 3.2 doesn't fully specify what the init_functions should do.  I
-  have chosen to implement them in a way that is consistent with
-  Debian current practice, using the start-stop-daemon utility and the
-  echo command.  For sarge+1, I expect a nicer init logging facility
-  that could be used.
-
-- LSB specifies no way for a binary to request that a pid file be
-  created for it, and the spec is ambiguous about whether start_daemon
-  should create the pid file, therefore I assume the binary will
-  produce its own /var/run/basename.pid file.
-
-- Debian only implements certain features of adduser if shadow
-  passwords are enabled.  The lsb package will prompt the user to
-  enable shadow passwords if they appear to be disabled; however, it
-  does not force this choice on the administrator.  Administrators who
-  disable shadow passwords may find that some LSB applications fail to
-  operate correctly as a result.
-
-  (We do not consider this a bug in the package.)
-
-- The LSB specifies that several X libraries must be available on the
-  system, but does not specify the presence of either an X server or
-  any X clients.  However, many LSB packages may expect these things
-  to be present, despite their absence from the spec.
-  Similarly, the printing specification requires the CUPS libraries
-  but no CUPS binaries; hence, printing may be impossible unless you
-  actually install the cupsys package.
-  
-  (This may be a deficiency in the spec.  However, we comply as-written.)
-
-- The LSB specifies that cron scripts can be placed in cron.daily and
-  other directories; however, Debian's run-parts appears to ignore
-  these scripts if they contain a dot in their names.  (See #118646)
-  You can work around this problem by editing /etc/crontab and
-  specifying the --lsbsysinit option; it is hoped that eventually
-  Debian will include this option by default.
-
-  (This is a known deficiency in debianutils, and is required for
-  backwards compatibility with expected behavior on earlier systems.)
-
-- /etc/profile.d scripts aren't executed on shell startup by default
-  on Debian systems (see Debian Policy section 9.9 for an explanation).
-  LSB 3.2 is ambiguous on this requirement; /bin/sh is *not* required
-  to execute these scripts, according to its description, but the
-  lsbinstall documentation says that it is.
-
-  Debian policy forbids the use of /etc/profile.d by Debian packages,
-  so it is unlikely this will change (as it might be seen as
-  encouragement for Debian developers to do use it.)
-
-There may be other deviations from the spec; they are bugs in this
-package and should be reported as such using Debian's bug tracking
-system: see reportbug(1) or your favorite bug reporting tool.  (The
-aforementioned deviations are generally bugs in the package that
-cannot be easily fixed, or are bugs in the specification itself that
-we hope to resolve in the near future.)
-
-For more discussion of these deviations, see:
-
-http://lists.debian.org/lsb-spec/2001/lsb-spec-200107/msg00002.html
-  (a discussion of deficiencies in LSB 1.0, mostly resolved)
-
-DESIGN DECISIONS
-
-- I implemented the LSB init dependencies based on Debian policy's
-  update-rc.d support.  A registry of package-provided facilities and
-  their start and stop priorities is retained in
-  /var/lib/lsb/facilities.  Priorities are assigned to the system
-  facilities as found on my sid systems as of today; perhaps system
-  facilities should be registered by the appropriate packages, and not
-  managed by the lsb package, but that is a sarge+1 policy decision.
-
-- As of 1.3-1, a second registry of init script dependencies is
-  retained in /var/lib/lsb/depends.  This is used to ensure that an
-  LSB package will not be removed if it provides an LSB facility that is
-  used by another LSB package.  (If you rely on this functionality and
-  are upgrading from the 1.2 series, you will need to manually reinstall
-  all of your LSB packages.)
-
-- As of 3.0-2, a third registry of files installed by lsbinstall is
-  retained in /var/lib/lsb/lsbinstall.  Unlike the other two registries,
-  it is not designed to be human-readable.
-
-- The facility handling scripts are written in Python.  I am not
-  particularly attached to them being written in Python, but at the
-  same time I do not forsee rewriting them in $language_of_choice.
-
-COMPLIANCE TESTING
-
-I have been unable to locate any LSB package that tests the init
-script functionality of the spec.  I am therefore unable to say
-whether this package actually works as advertised.  I would appreciate
-any reports of its success or failure.
-
-An example init script that tests some of these features is provided
-as /usr/share/doc/lsb/examples/init-skeleton.
-
- -- Chris Lawrence <lawrencc@debian.org>, Sun,  2 Mar 2008 02:20:47 -0600
-
- LocalWords:  LSB
diff --git a/debian/TODO b/debian/TODO
deleted file mode 100644 (file)
index e22f632..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-A quickie TODO list for lsb*:
-
-* Finish lsbinstall
-* Move dynamic linker symlinks from postinst into package itself. (?)
-* Only build lsb-* for LSB architectures in Debian.
-* Make lsb stuff available in a Python package.
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644 (file)
index e365c61..0000000
+++ /dev/null
@@ -1,985 +0,0 @@
-lsb (3.2-23.1slp2+s1) unstable; urgency=low
-
-  * Only build lsb-base package - drop (now) unnecessary build deps
-
- -- Karol Lewandowski <k.lewandowsk@samsung.com>  Tue, 11 May 2010 10:23:01 +0200
-
-lsb (3.2-23.1) unstable; urgency=low
-
-  * Non-maintainer upload.
-  * Fix dependencies of lsb-core on kfreebsd-* and hurd-* to make the
-    package installable. Thanks to Aurelien Jarno for the patch and the
-    bugreport.  (Closes: #539284)
-  * Set XS-Python-Version to all to make lsb-release available for all
-    supported Python versions. Thanks to Sandro Tosi for the bug report.
-    (Closes: #570586)
-  * Don't make lsb-core conflict with python (>= 2.6).
-
- -- Jakub Wilk <jwilk@debian.org>  Sun, 21 Mar 2010 15:39:47 +0100
-
-lsb (3.2-23) unstable; urgency=low
-
-  * Fix tests for $TERM in log_use_fancy_output().  (Closes: #537112, #536190)
-  * Add libnss3-1d and libqt4-sql-sqlite to lsb-desktop dependencies.
-    (Closes: #534277, #534452)
-  * Properly trap open() failures in lsb_release.  (Closes: #521462)
-  * Ignore empty arguments in /etc/lsb-release.  (Closes: #485565)
-    May also fix #514041.
-  * Better test for existant but unreadable PID file.  (Closes: #527890)
-  * Add some punctuation to log_{warning,failure}_msg.  (Closes: #525684)
-  * lsb-core depends on cups-bsd | lpr, since it is more likely that
-    someone in 2009 will have CUPS installed already than want to use lpr
-    instead.  (Closes: #512098)
-
- -- Chris Lawrence <lawrencc@debian.org>  Tue, 21 Jul 2009 04:03:41 -0500
-
-lsb (3.2-22) unstable; urgency=low
-
-  * Fix quoting of $PWD in start-stop-daemon call.  (Closes: #520499)
-
- -- Chris Lawrence <lawrencc@debian.org>  Fri, 20 Mar 2009 11:40:50 -0500
-
-lsb (3.2-21) unstable; urgency=low
-
-  * Provide lsb_release module for Python applications.  (Closes: #486262)
-  * Change working directory to $PWD in start-stop-daemon, for better
-    compatibility with LSB applications.  (Closes: #519817)
-  * return 3 rather than 4 in pidofproc if a PID file is specified and
-    the daemon is not found.  (Closes: #494623)
-  * Improve handling of future testing versions unknown to lsb-release.
-    Patch by Jan Muszynski (Closes: #517594).
-  * Fix DeprecationWarning with Python 2.6; patch from Colin Watson and
-    Anders Kaseorg.  (Closes: #517819)
-  * Bypass guess_debian_release() if /etc/lsb-release is complete.
-    Patch from Scott James Remnant.  (Closes: #511952)
-  * 'time' was missing from lsb-core dependencies.  (Closes: #510488)
-  * Demote lsb to a suggestion by lsb-release.  (Closes: #509611)
-
- -- Chris Lawrence <lawrencc@debian.org>  Thu, 19 Mar 2009 16:29:25 -0500
-
-lsb (3.2-20) unstable; urgency=low
-
-  * Revert change in 3.2-16 that broke killproc due to my misunderstanding
-    of the spec.  (Closes: #495587)
-  * pidofproc now also checks for /var/run/$base.pid if -p is not specified,
-    fixing conformance with the spec.
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon, 18 Aug 2008 16:34:24 -0500
-
-lsb (3.2-19) unstable; urgency=low
-
-  * Return 0 in log_failure_msg too.
-  
- -- Chris Lawrence <lawrencc@debian.org>  Mon, 04 Aug 2008 20:29:54 -0500
-
-lsb (3.2-18) unstable; urgency=low
-
-  * Also fix case where stdout isn't color-capable.  (Closes: #493505, again)
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon, 04 Aug 2008 02:31:03 -0500
-
-lsb (3.2-17) unstable; urgency=low
-
-  * log_{success,failure,warning}_msg suck, please don't use them for
-    Debian scripts.  Nonetheless, breakage fixed.  (Closes: #493505)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun, 03 Aug 2008 10:15:45 -0500
-
-lsb (3.2-16) unstable; urgency=low
-
-  * Add a bugscript to lsb-release to help figure out why people keep
-    getting very strange results.
-  * Lenny will be Debian 5.0, not Debian 4.1; fix accordingly.
-  * Improve output of lsb-specified logging functions; deal with
-    in-the-wild variations that omit messages.
-  * No longer use --retry in start-stop-daemon calls.  (Closes: #451529)
-  * Fix behavior of killproc and pidofproc when no pidfile is passed in.
-  * Call pidof with -x to include scripts that may be daemonized.
-  * Change dependencies *cupsys* -> *cups*.  (Closes: #490381)
-
- -- Chris Lawrence <lawrencc@debian.org>  Fri, 01 Aug 2008 16:39:43 -0500
-
-lsb (3.2-15) unstable; urgency=low
-
-  * Add Basque [eu] translation.  (Closes: #491005)
-  * Fix log_action_end_msg_pre function definition (_post was defined twice).
-    (Closes: #491087)
-
- -- Chris Lawrence <lawrencc@debian.org>  Wed, 16 Jul 2008 14:24:44 -0500
-
-lsb (3.2-14) unstable; urgency=low
-
-  * Update pidofproc(), status_of_proc() to sync with Ubuntu.
-    Thanks to Dustin Kirkland.  (Closes: #490095)
-  * Add hooks to init-functions, thanks to Miroslav Jezbera.
-    These are documented in README.Debian in lsb-base.
-    (Closes: #490408)
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon, 14 Jul 2008 11:30:52 -0500
-
-lsb (3.2-13) unstable; urgency=low
-
-  * Include status_of_proc() function from Ubuntu's lsb-base.
-    Thanks to Dustin Kirkland.  (Closes: #483285)
-  * This patch also allows pidofproc to work on other users' processes.
-    (Closes: #452992)
-  * Fix output of lsb_release -h to properly describe what -s does.
-    (Closes: #479542)
-  * Add Slovak translation.  (Closes: #489265)
-  * Fix dependencies to not use >>.  (Closes: #461340)
-  * Document init-functions license in debian/copyright.
-    (Closes: #481281)
-  * Also fix text of init-functions license to remove the reference to
-    "the Regents," who didn't author any of init-functions.
-
- -- Chris Lawrence <lawrencc@debian.org>  Tue, 08 Jul 2008 22:03:10 -0500
-
-lsb (3.2-12) unstable; urgency=medium
-
-  * Fix reversed test in killproc().  (Closes: #478871)
-
- -- Chris Lawrence <lawrencc@debian.org>  Thu, 01 May 2008 10:08:49 -0500
-
-lsb (3.2-11) unstable; urgency=low
-
-  * Depend on gs | ghostscript to help with Python transition.
-
- -- Chris Lawrence <lawrencc@debian.org>  Sat, 26 Apr 2008 15:47:00 -0500
-
-lsb (3.2-10) unstable; urgency=low
-
-  * Fix typo in lsb_release.  (Closes: #476969)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun, 20 Apr 2008 09:28:20 -0500
-
-lsb (3.2-9) unstable; urgency=low
-
-  * Fix lsb_release detection when apt-cache policy identifies no Debian
-    sources.  (Closes: #476288)
-  * Only use fancy TTY output if TERM is set and FD 1 is a terminal.
-    (Closes: #470993)
-  * Do not use eval in start_daemon().  (Closes: #406059)
-
- -- Chris Lawrence <lawrencc@debian.org>  Thu, 17 Apr 2008 20:38:23 -0500
-
-lsb (3.2-8) unstable; urgency=medium
-
-  * Bump conflicts to python < 2.6.  (Closes: #475953)
-  * init-functions: In killproc(), return 0 if program is not running
-    (instead of 3).  (Closes: #475258)
-  * lsb_release: Due to popular demand, report pinned release rather than
-    "unstable" on systems with multiple releases in sources.list.
-    (Closes: #459257)
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon, 14 Apr 2008 01:00:50 -0500
-
-lsb (3.2-7) unstable; urgency=low
-
-  * Remove libstdc++5 dependency on all architectures, since it's only
-    needed before LSB 3.0.
-  * Revoke provision of lsb-cxx < 3.0 according to lsb_release.
-
- -- Chris Lawrence <lawrencc@debian.org>  Sat, 05 Apr 2008 16:32:13 -0500
-
-lsb (3.2-6) unstable; urgency=low
-
-  * Kill old versions of /etc/lsb-release deader.  (Closes: #467219)
-  * Fix debian/rules:
-    + Change DEB_BUILD_ARCH_CPU -> DEB_HOST_ARCH_CPU
-      ("host" is what we're building for)
-    + Detect armel using DEB_HOST_GNU_CPU_TYPE=arm-linux-gnueabi
-  * Remove duplicate LSB modules from lsb_release -v output.
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun, 30 Mar 2008 17:36:18 -0500
-
-lsb (3.2-5) unstable; urgency=low
-
-  * Fix init-functions with set -e.  (Closes: #472794)
-    Patch from Matthias Klose.
-  * Downgrade optional LSB modules to suggestions from main "lsb" package
-    (core LSB dependency for LSB 1.x); remove obsolete lsb-qt4 from its
-    dependencies.
-  * lsb-desktop now provides lsb-qt4*, essentially making lsb-qt4 a dummy
-    package.
-  * lsb-cxx: Don't depend on libstdc++5 on armel.
-
- -- Chris Lawrence <lawrencc@debian.org>  Wed, 26 Mar 2008 10:26:53 -0500
-
-lsb (3.2-4) unstable; urgency=high
-
-  * Reverse test in killproc().  (Closes: #469404)
-
- -- Chris Lawrence <lawrencc@debian.org>  Wed, 05 Mar 2008 13:01:08 -0600
-
-lsb (3.2-3) unstable; urgency=medium
-
-  * Handle missing $sig in killproc() properly.  (Closes: #469167)
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon, 03 Mar 2008 09:01:07 -0600
-
-lsb (3.2-2) unstable; urgency=low
-
-  * lsb_release -v now detects the lsb-qt4 version(s) installed correctly.
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun, 02 Mar 2008 18:22:22 -0600
-
-lsb (3.2-1) unstable; urgency=low
-
-  * New LSB version.
-    + Add libpam0g, libncurses5 to lsb-base.
-    + Add libqt4-gui, libfreetype6, libxrender1, libxft2 to lsb-desktop.
-    + lsb-qt4 appears to be deprecated by the new lsb-desktop requirements.
-    + Add new printing, multimedia, and languages modules.
-  * More killproc() fixes.  (Closes: #453636)
-  * Use /etc/debian_version in preference to apt autodetection.
-    (Closes: #427221)
-  * Handle non-zero status from start-stop-daemon better.  (Closes: #451532)
-  * All fancy output uses /bin/echo -e now.  (Closes: #463082)
-  * Add/update translations:
-      fi (Closes: #447184)
-      ro (Closes: #468670)
-      ja (Closes: #462757)
-      pt (Closes: #439402)
-  * Ignore invalid lines in /etc/lsb-release.  (Closes: #454352)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun, 02 Mar 2008 02:13:58 -0600
-
-lsb (3.1-24) unstable; urgency=low
-
-  * Acknowledge NMU by Christian Perrier.
-  * Apply patch from Javier Fernández-Sanguino Peña to improve release
-    detection.  (Closes: #425627, #405993)
-  * lsb-release no longer recommends lsb.  (Closes: #426807)
-  * Update debconf templates per Smith project.  (Closes: #422973)
-  * Add/update translations:
-    Vietnamese (Closes: #426834)
-    Galician (Closes: #423685)
-    Swedish (Closes: #423904)
-    Czech (Closes: #425154)
-    Italian (Closes: #425258)
-    Dutch (Closes: #425710)
-    French (Closes: #426105)
-    Malay (Closes: #426237)
-    German (Closes: #426599)
-    Russian (Closes: #426741)
-    Arabic (Closes: #423616)
-    Spanish (Closes: #423815)
-  * Don't remove the pidfile in killproc if a signal is specified; the
-    specification does not specify this behavior, and it can cause
-    problems with signals like HUP.  (Closes: #416559)
-  * And then, only remove the pidfile if the process is actually dead.
-    (Closes: #410622)
-  * Update codename for testing.  (Closes: #425646)
-
- -- Chris Lawrence <lawrencc@debian.org>  Wed, 25 Jul 2007 08:56:44 -0500
-
-lsb (3.1-23.1) unstable; urgency=low
-
-  * Non-maintainer upload to fix pending l10n issues.
-  * Debconf translations:
-    - Portuguese. Closes: #408177
-    - Convert PO files to UTF-8, except Japanese
-
- -- Christian Perrier <bubulle@debian.org>  Sat,  3 Mar 2007 13:12:58 +0100
-
-lsb (3.1-23) unstable; urgency=low
-
-  * Remove the pidfile in killproc() if successful.  (Closes: #400261)
-  * Recommend apt in lsb-release; lsb-release can work without it, so
-    no need to make it a hard dependency.  (Closes: #399991)
-  * Fix missing paragraph break in lsb_release(1).  (Closes: #399989)
-    Above two fixes courtesy of Julian Gibney.
-  * Add Romanian and Spanish translations of debconf templates.
-    (Closes: #403421, #403527)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sat, 20 Jan 2007 21:58:36 -0600
-
-lsb (3.1-22) unstable; urgency=low
-
-  * Fix crash when the Debian release is identified from
-    /etc/debian_version and there is no corresponding codename (reported
-    by Riku Voipio as a result of buildd failures).
-  * log_use_fancy_output() had unintended behavior under set -e.
-    (Thanks to Steve Langesek for the heads-up.)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun, 19 Nov 2006 20:27:59 -0600
-
-lsb (3.1-21) unstable; urgency=low
-
-  * lsb_release changes: Improve parsing of apt-cache policy output to be
-    more flexible; deal with stable revisions in the codename lookup.
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun, 19 Nov 2006 02:12:34 -0600
-
-lsb (3.1-20) unstable; urgency=low
-
-  * The "hopefully we can push this into testing now that the bugs are all
-    shaken out, maybe" release.
-  * Don't use --name in killproc() when a pidfile is provided; thanks to
-    Timo Reimann for the patch.  (Closes: #397977)
-  * Give lsb_release's heuristics priority over whatever is in
-    /etc/debian_version; note that /etc/lsb-release will override both and
-    should be supplied by derived distributions.  (Closes: #396853)
-
- -- Chris Lawrence <lawrencc@debian.org>  Wed, 15 Nov 2006 18:09:02 -0600
-
-lsb (3.1-19) unstable; urgency=low
-
-  * Now try the eval hack in start-stop-daemon, since nothing else seems
-    to work.  (Closes: #388836)
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon, 30 Oct 2006 19:08:26 -0600
-
-lsb (3.1-18) unstable; urgency=low
-
-  * etch will be Debian 4.0, not Debian 3.2.  (Closes: #395004)
-  * Don't quote $@ in start-stop-daemon calls, which should resolve issues
-    with multiple/quoted arguments to the daemon in start_daemon().
-    (Closes: #388836)
-  * Revert to testing for a fancy TTY before trying to call tput and friends,
-    to avoid crap spewage on shutdown.  (Closes: #390363, #391981)
-
- -- Chris Lawrence <lawrencc@debian.org>  Fri, 27 Oct 2006 01:18:56 -0500
-
-lsb (3.1-17) unstable; urgency=low
-
-  * Set FANCYTTY to a null string to cope with init scripts that for some
-    reason seem to use set -u.  (Closes: #390085)
-
- -- Chris Lawrence <lawrencc@debian.org>  Fri, 29 Sep 2006 01:50:51 -0500
-
-lsb (3.1-16) unstable; urgency=low
-
-  * Improve documentation of killproc().  (Closes: #384814)
-  * Also improve documentation of pidofproc() in the same vein.
-  * Move lsb_release to /usr.  (Closes: #389380)
-  * Modify log_use_fancy_output() to only test once for a fancy TTY; patch
-    by Brendan O'Dea.  (Closes: #389497)
-  * Fix semantics of killproc() to behave properly when $sig is specified.
-    (Closes: #389403)
-
- -- Chris Lawrence <lawrencc@debian.org>  Wed, 27 Sep 2006 18:10:12 -0500
-
-lsb (3.1-15) unstable; urgency=low
-
-  * Fix assignment to $opt in pidofproc().  (Closes: #384540)
-
- -- Chris Lawrence <lawrencc@debian.org>  Thu, 24 Aug 2006 19:08:02 -0500
-
-lsb (3.1-14) unstable; urgency=low
-
-  * Document LSB init functions more thoroughly in lsb-base's README.Debian.
-    (Closes: #382597)
-
- -- Chris Lawrence <lawrencc@debian.org>  Fri, 11 Aug 2006 23:41:53 -0500
-
-lsb (3.1-13) unstable; urgency=low
-
-  * More tweaks to the getopts calls, to ensure that OPTIND is reset on
-    each call.  (See #381822)
-
- -- Chris Lawrence <lawrencc@debian.org>  Wed,  9 Aug 2006 22:09:42 -0500
-
-lsb (3.1-12) unstable; urgency=low
-
-  * Revert log_end_msg() change.  (Closes: #381814)
-  * killproc() returns 0 if a signal is not specified and the program
-    is not running.  (Closes: #379387)
-  * Divert output in pidofproc test to /dev/null.  (Closes: #381821)
-  * Test tput setaf 1 in log_use_fancy_output().  (Closes: #375644)
-  * Fix call to getopts in start_daemon to properly work with command
-    options.  (Closes: #381822)
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon,  7 Aug 2006 13:17:40 -0500
-
-lsb (3.1-11) unstable; urgency=low
-
-  * Patch for other architectures from Martin Habets
-    <mhabets@mph.eclipse.co.uk> (closes: #375457)
-  * Stop using basename: patch from Tore Anderson <tore@debian.org>
-    (closes: #354028)
-  * Move return code evaluation out of if $specified block in killproc, so
-    that evaluation is dependant on whether or not process is running, not on
-    whether a pidfile was specified (closes: #379387)
-  * log_end_msg no longer returns non-zero.  It's a log function, after all
-    (closes: #381687)
-  * log_use_fancy_output is now overridable by admin (closes: #374780)
-  * pidofproc actually checks if process is running (closes: #381684)
-    (probably closes: #167757)
-  * Use shell built-in getopts instead of /usr/bin/getopt (closes: #335216)
-  * Remove reference to /usr/share/doc/lsb-core/html/ (closes: #380045)
-  * Ru translation (thanks: Yuri Kozlov <kozlov.y@gmail.com>)
-    (closes: #380430)
-  * Above changes prepared by Stephen Gran <sgran@debian.org>.
-  * Update debian/TODO, which was a wee bit out of date.
-  * Accomplish Python policy transition. (Closes: #380858)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun,  6 Aug 2006 18:18:08 -0500
-
-lsb (3.1-10) unstable; urgency=low
-
-  * Quote tests of $specified.  (Closes: #370256)
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon,  5 Jun 2006 16:00:17 -0400
-
-lsb (3.1-9) unstable; urgency=high
-
-  * Add missing < "$pidfile" to read in pidofproc().  (Closes: #370155)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun,  4 Jun 2006 04:08:31 -0400
-
-lsb (3.1-8) unstable; urgency=low
-
-  * Fix killproc() to work if signal isn't specified; also fix the
-    pidfile check in both killproc() and pidofproc().  (Closes: #370075)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sat,  3 Jun 2006 02:45:55 -0400
-
-lsb (3.1-7) unstable; urgency=low
-
-  * lsb-graphics: Depend on libx11-6 | xlibs.  (Closes: #369955)
-
- -- Chris Lawrence <lawrencc@debian.org>  Fri,  2 Jun 2006 15:47:52 -0400
-
-lsb (3.1-6) unstable; urgency=low
-
-  * Replace uses of $n with ${n:-} where $n could be unbound.
-    (Closes: #369193)
-  * Use pidof only if pid file is not specified.  (Closes: #365736)
-
- -- Chris Lawrence <lawrencc@debian.org>  Thu,  1 Jun 2006 14:20:24 -0400
-
-lsb (3.1-5) unstable; urgency=high
-
-  * Remove /usr/X11R6/bin from lsb-core, since I'm pretty sure it's not
-    strictly necessary for LSB compliance and it breaks x.org 7.0.
-    (Closes: #365264)
-
- -- Chris Lawrence <lawrencc@debian.org>  Fri, 28 Apr 2006 17:33:15 -0400
-
-lsb (3.1-4) unstable; urgency=high
-
-  * Bump priority since (a) these changes are trivial and (b) 3.1-3 was
-    two days from testing.
-  * lsb-desktop: also depend on fontconfig (for fc-* binaries).
-  * Add Galician debconf translation.  (Closes: #361938)
-
- -- Chris Lawrence <lawrencc@debian.org>  Thu, 20 Apr 2006 02:17:12 -0400
-
-lsb (3.1-3) unstable; urgency=low
-
-  * Fix dependency on libgtk2.  (Closes: #361879)
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon, 10 Apr 2006 22:27:46 -0400
-
-lsb (3.1-2) unstable; urgency=low
-
-  * Upload lsb 3.1 support for unstable.
-  * Really create ld-lsb-x86-64.so.3 symlink.  (Closes: #355959)
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon, 10 Apr 2006 14:22:14 -0400
-
-lsb (3.1-1) experimental; urgency=low
-
-  * First crack at a package for LSB 3.1.
-  * Add -desktop and -qt4 metapackages.
-  * Update README.Debian and control file for 3.1.
-  * Update lsb_release to recognize lsb-desktop and lsb-qt4 modules.
-  * Update FSF address in debian/copyright.
-  * Fix debian/control to allow sarge build.
-
- -- Chris Lawrence <lawrencc@debian.org>  Wed, 29 Mar 2006 16:11:45 -0500
-
-lsb (3.0-16) unstable; urgency=low
-
-  * Add ld-linux-x64-64.so.3 symlink on AMD64.  (Closes: #355959)
-  * Depends: ia32-libs -> libc6-i386, lib32z1 on AMD64.  (Closes: #355388)
-  * On purge or upgrade from < lsb-release 3.0-8, remove /etc/lsb-release
-    if its md5sum is the same as that shipped in sarge.  (Closes: #355377)
-
- -- Chris Lawrence <lawrencc@debian.org>  Thu,  9 Mar 2006 01:14:05 -0500
-
-lsb (3.0-15) unstable; urgency=low
-
-  * Test $TERM in log_use_fancy_output; if it is "dumb" we don't have a
-    fancy TTY.  (Closes: #350291)
-  * Better heuristics in lsb_release to guess whether we're running on
-    testing or unstable.  (Closes: #95824, #341231)
-    Note that /etc/lsb-release, if present, will override these results,
-    and /etc/debian_version has priority.
-  * Fix lsb_release to allow multiple fields to be displayed (i.e.
-    lsb_release --id --codename).
-
- -- Chris Lawrence <lawrencc@debian.org>  Sat, 28 Jan 2006 18:24:49 -0500
-
-lsb (3.0-14) unstable; urgency=low
-
-  * Allow lsb-base to be built on sarge.  (Closes: #345984)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun,  8 Jan 2006 20:09:52 -0500
-
-lsb (3.0-13) unstable; urgency=medium
-
-  * The "answer all the questions in the changelog" release.
-  * Skip empty headers when parsing RFC822 headers for init scripts.
-    (Closes: #343310)
-  * The versioned dependency on dpkg-dev is due to the use of
-    DEB_*_ARCH_CPU in debian/rules, which only became available in dpkg
-    1.13.2.  Feel free to submit a patch to facilitate a sarge backport.
-    (Closes: #344392)
-  * Since the lsb family of packages track an upstream specification with
-    "non-native" version numbering, the use of a hyphenated version number
-    for these native packages is justified.  (Closes: #344384)
-    (Note that although it does violate policy for a non-native package to
-    lack a hyphen in its version number, the contrapositive case does not
-    violate policy.)
-  * Deal with missing /etc/debian_version.  (Closes: #341719)
-
- -- Chris Lawrence <lawrencc@debian.org>  Thu, 29 Dec 2005 03:50:44 -0500
-
-lsb (3.0-12) unstable; urgency=low
-
-  * Remove the pidfile in killproc().  (Closes: #321271)
-  * Declare $i local where it was previously omitted.  (Closes: #340667)
-  * Fix syntax errors in init-skeleton.  (Closes: #302009)
-  * Add sv.po.  (Closes: #333595)
-
- -- Chris Lawrence <lawrencc@debian.org>  Tue, 29 Nov 2005 23:01:38 -0500
-
-lsb (3.0-11) unstable; urgency=low
-
-  * Use the basename in killproc when calling start-stop-daemon.
-    (Closes: #332744)
-  * lsb-base conflicts/replaces lsb-core (<< 2.0-6).  (Closes: #335798)
-
- -- Chris Lawrence <lawrencc@debian.org>  Thu, 27 Oct 2005 05:29:07 -0400
-
-lsb (3.0-10) unstable; urgency=low
-
-  * Use --name instead of --exec in killproc().  (Closes: #332744)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun, 16 Oct 2005 15:35:38 -0400
-
-lsb (3.0-9) unstable; urgency=low
-
-  * Fix silly Pythonic else in init-functions.  (Closes: #329936)
-  * s/log_action_start_msg/log_action_begin_msg/ in README.Debian.
-    (Thanks to Marco d'Itri for pointing these two out.)
-  * If bits of /etc/lsb-release are missing (but not the whole file), use
-    detected information in its place.
-
- -- Chris Lawrence <lawrencc@debian.org>  Sat, 24 Sep 2005 19:16:00 -0400
-
-lsb (3.0-8) unstable; urgency=low
-
-  * Bring in lsb-release (binary) package; rewritten to handle -v properly
-    for LSB 2.x and beyond.
-  * /etc/lsb-release is no longer provided by the lsb-release package;
-    it is probably best managed in base-files (which derived distros are
-    probably branding anyway).
-
- -- Chris Lawrence <lawrencc@debian.org>  Wed, 21 Sep 2005 20:53:37 -0400
-
-lsb (3.0-7) unstable; urgency=low
-
-  * Update lsb-core dependencies to include:
-      ed (for /bin/ed)
-      bsdutils (for /usr/bin/logger)
-      cupsys-client | lprng (for /usr/bin/lp)
-      mailutils | mailx (for /usr/bin/mailx)
-    These are required in the final LSB 3.0 spec.
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon, 19 Sep 2005 18:08:33 -0400
-
-lsb (3.0-6) unstable; urgency=low
-
-  * Add ld-lsb.so.3 symlinks.  (Closes: #326609)
-  * Use cat $pidfile instead of read.  (Closes: #327405)
-    If someone knows why the convoluted read was used instead... let me know.
-  * Test for TPUT and friends as needed.  (Closes: #327388, #327825)
-  * Add log_action_*().  (Closes: #324983)
-  * Edit README.Debian; fork off a README.Debian for lsb-base.
-    (Closes: #327525)
-  * The log_* functions can be overridden in /etc/lsb-base-logging.sh.
-    (Closes: #321963)
-
- -- Chris Lawrence <lawrencc@debian.org>  Fri, 16 Sep 2005 19:32:29 -0400
-
-lsb (3.0-5) unstable; urgency=low
-
-  * Use --exec in calls to start-stop-daemon in killproc().  (Closes: #322770)
-
- -- Chris Lawrence <lawrencc@debian.org>  Fri, 12 Aug 2005 15:18:39 -0500
-
-lsb (3.0-4) unstable; urgency=medium
-
-  * Fix LIBC setting; add Alpha support.  (Closes: #322316)
-  * Add support for PPC64.  (Closes: #322293)
-  * Document usage of log_*_msg in README.Debian.
-
- -- Chris Lawrence <lawrencc@debian.org>  Wed, 10 Aug 2005 12:00:57 -0500
-
-lsb (3.0-3) unstable; urgency=low
-
-  * Upload to unstable, since glibc 2.3.5 is now in.
-  * lsb-base is now Priority: important.
-  * Fix $FANCYTTY tests in a more POSIXly-correct way.  (Closes: #322022)
-  * Get rid of the html/* stuff and references to it in README.Debian.
-    (Closes: #321260)
-  * Maintainers who are using the lsb-base logging facilities should
-    *strongly* consider using log_daemon_msg() instead of log_start_msg();
-    the new log_daemon_msg() is designed to meet both Debian and Ubuntu
-    logging requirements.  Customization should come in a subsequent 3.0-x
-    release.
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon,  8 Aug 2005 15:58:45 -0500
-
-lsb (3.0-2) experimental; urgency=low
-
-  * Uploaded to experimental since glibc 2.3.5 is not in sid yet.
-  * Add /usr/lib/lsb/lsbinstall.
-    Note: the inetd stuff isn't implemented yet.
-  * Require glibc >> 2.3.5, since some interfaces in LSB 3.0 were
-    introduced by glibc 2.3.5.
-  * Require Python 2.3 or later, so we can use optparse.
-  * Fix test in pidofproc in /lib/lsb/init-functions.  (Closes: #315067)
-  * Document /etc/profile.d lossage in README.Debian.
-  * Remove stale link in README.Debian.  (Closes: #316064)
-  * Update German translation.  (Closes: #313979)
-  * Add Vietnamese translation.  (Closes: #312606)
-  * Updated description.  (Closes: #318224)
-  * Use DEB_BUILD_ARCH_CPU instead of DEB_BUILD_ARCH.
-  * Call /bin/echo when using -e.  (Closes: #320709)
-  * Kludge log_*_msg into being more policy-compliant and (in the case of
-    the LSB functions) more Debian-like.
-  * Add log_progress_msg.  See spiffy example adapted from the Policy
-    Manual in init-functions.  (Closes: #319739)
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon,  1 Aug 2005 22:45:41 -0500
-
-lsb (3.0-1) unstable; urgency=low
-
-  * lsb-cxx now depends on libstdc++6 as well as libstdc++5, necessitated
-    by LSB 3.0.
-  * Don't create /lib64 on AMD64.  (Closes: #308220)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun,  8 May 2005 19:11:45 -0500
-
-lsb (2.0-7) unstable; urgency=high
-
-  * Fix Replaces line to use the correct version in lsb-base.
-    (Closes: #301694, RC; Closes: #301747)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun, 27 Mar 2005 21:42:24 -0600
-
-lsb (2.0-6) unstable; urgency=low
-
-  * Create lsb package in binary-indep step.  (Closes: #297788)
-  * Merge /lib/lsb/init-functions from Ubuntu.
-  * Split /lib/lsb/init-functions into arch-all lsb-base package; this
-    functionality is thus available for use by other, non-LSB packages.
-  * Update README.Debian.
-
- -- Chris Lawrence <lawrencc@debian.org>  Fri,  4 Mar 2005 17:42:11 -0600
-
-lsb (2.0-5) unstable; urgency=low
-
-  * Upload to unstable.  (Closes: #278093)
-  * Ignore empty headers in init files.  (Closes: #292835)
-  * Add Czech translation of the debconf messages.  (Closes: #288015)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun, 30 Jan 2005 08:01:29 -0600
-
-lsb (2.0-4) experimental; urgency=low
-
-  * Fix path of HTML docs in debian/doc-base.lsb-core  (Closes: #278357)
-
- -- Chris Lawrence <lawrencc@debian.org>  Tue, 26 Oct 2004 09:16:46 -0500
-
-lsb (2.0-3) experimental; urgency=low
-
-  * Fix x86-64 ls-lsb symlink.  (Closes: #278093)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun, 24 Oct 2004 19:50:00 -0500
-
-lsb (2.0-2) experimental; urgency=low
-
-  * Upload to experimental so we don't break lsb 2.0-1 in unstable as it
-    tries to migrate to sarge.
-  * Split into lsb-core, lsb-graphics, and lsb-cxx packages, leaving lsb
-    as a metapackage (lsb-graphics and lsb-cxx are also metapackages).
-  * Include /lib64 in the AMD64 package rather than running mkdir in the
-    postinst.
-  * Revise README.Debian for LSB 2.0 and the package split; ensure LSB
-    package install instructions are in the first page of text.
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon, 20 Sep 2004 21:38:36 -0500
-
-lsb (2.0-1) unstable; urgency=high
-
-  * Add lsb-core-{noarch,[arch]} Provides.
-  * Symlink ld-lsb.so.2 to appropriate dynamic linker.
-  * Add Japanese translation of debconf template.  (Closes: #270926)
-  * Depend on ia32-libs on amd64.  (Closes: #259976)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun, 19 Sep 2004 18:01:07 -0500
-
-lsb (1.3-9) unstable; urgency=low
-
-  * Added Danish po file.  (Closes: #234406)
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon, 23 Feb 2004 15:04:37 -0600
-
-lsb (1.3-8) unstable; urgency=low
-
-  * Added German po file.  (Closes: #223120)
-  * Depend on exim4 | m-t-a instead of exim | m-t-a.  (Closes: #228588)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sat, 31 Jan 2004 20:49:47 -0600
-
-lsb (1.3-7) unstable; urgency=medium
-
-  * Conflict with libutahglx1 instead of depending on xlibmesa3-gl.
-    This will allow XFree86 4.3.0's libgl1 to be installed on the system.
-  * Move conflicts with Python to 2.5, since 2.4 is not expected to be
-    backwards incompatible with anything in the lsb package.
-
- -- Chris Lawrence <lawrencc@debian.org>  Tue, 18 Nov 2003 12:02:01 -0600
-
-lsb (1.3-6) unstable; urgency=medium
-
-  * Depend on alien 8.36 or later.  (Closes: #220177)
-  * Depend on xlibmesa3-gl instead of libgl1.  (Closes: #220523)
-  * If the pathname supplied to install_initd or remove_initd exists
-    relative to the cwd, use it rather than prepending /etc/init.d.
-    (Closes: #207851)
-  * Added notes for backporting to woody to README.Debian.
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon, 17 Nov 2003 10:05:29 -0600
-
-lsb (1.3-5) unstable; urgency=low
-
-  * Note in README.Debian that the --lsbsysinit option in /etc/crontab is
-    required for strict LSB compliance.  (Closes: #214896)
-  * Re-enable $netdaemons facility in the "internal registry" again, as
-    gLSB 1.1 included it and some packages appear to still use it.
-    (Closes: #210578)
-  * Use ld.so.1 symlink instead of the glibc-version-dependent location
-    for s390.  (Closes: #216824)
-
- -- Chris Lawrence <lawrencc@debian.org>  Wed, 22 Oct 2003 13:17:25 -0500
-
-lsb (1.3-4) unstable; urgency=low
-
-  "cobaco":
-  * Add Dutch translation of debconf template.  (Closes: #204921)
-  Matt Taggart:
-  * Add ia64 to description.  (Closes: #207694)
-  Tobias Burnus:
-  * Provide a skeleton LSB init script.  (Closes: #207715)
-  * Numerous improvements to init-functions.  (Closes: #207639)
-  Me:
-  * Support broken uses of install_initd and remove_initd.
-    (See #207851; still pondering on start_daemon's behavior.)
-
- -- Chris Lawrence <lawrencc@debian.org>  Wed, 10 Sep 2003 17:40:24 -0500
-
-lsb (1.3-3) unstable; urgency=low
-
-  * Depend on pax.  (Closes: #203545)
-  * Add ld.so symlink for ia64.  (Closes: #203541)
-  * Improved French translation.  (Closes: #202692)
-
- -- Chris Lawrence <lawrencc@debian.org>  Fri,  8 Aug 2003 18:13:08 -0400
-
-lsb (1.3-2) unstable; urgency=low
-
-  * Use iteritems instead of the default iterator when saving the
-    init script dependency dictionary.  (Closes: #202012)
-  * Add a link to Matt Taggart's DebConf2 talk to README.Debian.
-    (Closes: #198600)
-  * Add French translation of debconf prompts.  (Closes: #201626)
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon, 21 Jul 2003 12:19:34 -0400
-
-lsb (1.3-1) unstable; urgency=low
-
-  * First release of LSB 1.3 for Debian.
-  * Convert everything to Python 2.2+ style.
-  * Clean up the parsing of header lines to be fully compliant.
-  * Add po-debconf patch.  (Closes: #186853)
-  * Don't retry if a signal specified in killproc.  (Closes: #167759)
-  * Revise pidofproc to return a failure code if no pid found.
-    (Closes: #190719)
-  * Properly treat Required-Start and Required-Stop as strict dependencies
-    (install_initd will now fail if they cannot be fulfilled.)
-  * remove_initd will now fail if removing the init script would cause
-    another LSB package to be missing a dependency.  (However, the
-    tracking for these dependencies was not done in the past.  As this is
-    part of gLSB 1.9, this should not be a problem.)
-  * The previous two items were in a single report.  (Closes: #198293)
-  * Support Should-Start and Should-Stop from gLSB 1.9.  (Closes: #198277)
-    (A warning message will be output if a facility requested is unavailable.)
-  * Support -p argument to killproc, pidofproc and start_daemon, per gLSB 1.9.
-    (Closes: #197794)
-  * Set up the ld-lsb symlink in the postinst, so it can vary between
-    architectures, and remove in the prerm.  (Closes: #183617)
-    Currently only defined for IA32 (i386), PPC32 (powerpc) and S390
-    (s390); please let me know the correct link for IA64 (ia64) and any
-    other ports that may be floating out there.  (I'm only interested in
-    architectures that appear at http://www.linuxbase.org/spec/.)
-  * Purge the lsb registry on package removal.
-  * Depend on mawk | gawk; original-awk may not be SUS-compliant.
-    (See http://www.linuxbase.org/spec/refspecs/LSB_1.3.0/gLSB/gLSB/awk.html)
-
- -- Chris Lawrence <lawrencc@debian.org>  Tue, 24 Jun 2003 03:06:37 -0500
-
-lsb (1.2-6) unstable; urgency=medium
-
-  * Fix call to shadowconfig in postinst.  (Closes: #166041)
-  * Add text to the debconf template that lets the user know that shadow
-    passwords are not needed by most LSB applications.
-
- -- Chris Lawrence <lawrencc@debian.org>  Sat, 26 Oct 2002 07:20:54 -0500
-
-lsb (1.2-5) unstable; urgency=medium
-
-  * Remove duplicate --retry 5 from start-stop-daemon call.  (Closes: #165395)
-  * Fix bugs in the init script registry code.  (Closes: #165038)
-
- -- Chris Lawrence <lawrencc@debian.org>  Tue, 22 Oct 2002 06:23:03 -0500
-
-lsb (1.2-4) unstable; urgency=low
-
-  * Support more specifications for the signal in "killproc".
-    (Closes: #163109)
-
- -- Chris Lawrence <lawrencc@debian.org>  Fri,  4 Oct 2002 07:09:22 -0500
-
-lsb (1.2-3) unstable; urgency=low
-
-  * Return non-zero exit status if "pidofproc" can't find the process.
-    (Closes: #157314)
-
- -- Chris Lawrence <lawrencc@debian.org>  Wed, 21 Aug 2002 13:20:09 -0500
-
-lsb (1.2-2) unstable; urgency=low
-
-  * Fix silly typos in install_initd.  (Closes: #152544)
-  * Fix duplicated --retry 5.  (Closes: #152552)
-
- -- Chris Lawrence <lawrencc@debian.org>  Wed, 10 Jul 2002 15:48:10 -0500
-
-lsb (1.2-1) unstable; urgency=low
-
-  * ADV: Matt Taggart will be giving a presentation on LSB in Debian at
-    Debconf2 on Sunday afternoon; your attendence and attentiveness is
-    strongly encouraged :-)
-
-  * First release of LSB 1.2 (hopefully-)compliant package.
-  * Added link to joeyh's LSB testing page to README.Debian.
-  * Revised README.Debian in light of LSB 1.2's improved verbiage.
-  * Added support for facilities introduced in gLSB 1.2.  (Closes: #148568)
-    - $time: start >= S24, stop <= K21
-    - $portmap: start >= S19, stop <= K34
-  * Removed support for the $netdaemons facility, which vanished from the
-    specification.  Hopefully nobody is using it...
-  * Call pidof if it's available and /var/run/$1.pid doesn't exist.
-
- -- Chris Lawrence <lawrencc@debian.org>  Tue,  2 Jul 2002 19:48:35 -0500
-
-lsb (1.1.0-11) unstable; urgency=low
-
-  * Note that Debian's run-parts ignores certain lsb cron.* scripts, in
-    violation of the LSB specification.  See #118646.
-    (If necessary, run-parts may be diverted by this package to conform.)
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon, 15 Apr 2002 02:25:51 -0500
-
-lsb (1.1.0-10) unstable; urgency=low
-
-  * Force removal of rc.d links in remove_initd.  (Closes: #139400)
-
- -- Chris Lawrence <lawrencc@debian.org>  Thu, 21 Mar 2002 22:43:01 -0600
-
-lsb (1.1.0-9) unstable; urgency=low
-
-  * Improve error handing in {install,remove}_initd when no argument is
-    specified.
-  * Fix minor syntax error in outputing the facilities file.
-  * Move facilities file handling into the initdutils module.
-  * Changed facilities file format to allow multiple init scripts to
-    provide the same facility w/o crashing.
-  * These changes should solve all the init script handing bugs; thanks to
-    Tobias Burnus <tburnus@physik.fu-berlin.de> for his testing.
-
- -- Chris Lawrence <lawrencc@debian.org>  Tue, 19 Mar 2002 20:40:50 -0600
-
-lsb (1.1.0-8) unstable; urgency=low
-
-  * Fix typo in debian/rules.  (Closes: #138945)
-  * Rewrite the init script handling to improve modularity.
-  * Fix typos in regexes in init script handling.  (Closes: #138946)
-
- -- Chris Lawrence <lawrencc@debian.org>  Tue, 19 Mar 2002 14:47:43 -0600
-
-lsb (1.1.0-7) unstable; urgency=low
-
-  * Fix remove_initd in line with the changes to install_initd.
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun, 17 Mar 2002 19:46:21 -0600
-
-lsb (1.1.0-6) unstable; urgency=medium
-
-  * Fix typos in init functions.  (Closes: #138766)
-  * Move init-functions to /lib/lsb.  (Closes: #138762)
-  * Fix logic errors in start_daemon.  (Closes: #138771)
-  * Fix init script header processing to accomodate minor deviations from
-    the LSB spec.  (Closes: #138789)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun, 17 Mar 2002 18:27:42 -0600
-
-lsb (1.1.0-5) unstable; urgency=low
-
-  * Include /usr/X11R6/bin to make the LSB test suite happy.  Document
-    LSB's lack of specification of an X server or any clients as required
-    for compliance (hence making it odd that /usr/X11R6/bin would be
-    needed, as it could conceivably be empty).  (Closes: #136713)
-  * Prompt on installation if shadow passwords appear to be disabled, and
-    enable them if requested.  (Closes: #136806)
-  * Fix the spelling of Matt Taggart's name in README.Debian.
-
- -- Chris Lawrence <lawrencc@debian.org>  Fri,  8 Mar 2002 23:19:39 -0600
-
-lsb (1.1.0-4) unstable; urgency=low
-
-  * Clean up directories to omit those present in current base-files.
-  * Rearrange README.Debian to put installation discussion near the top.
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun, 24 Feb 2002 23:51:05 -0600
-
-lsb (1.1.0-3) unstable; urgency=low
-
-  * Release candidate.
-  * Include HTML files from Matt Taggart <taggart@debian.org> comparing
-    the LSB spec to Debian.
-  * Clean up dependency list.
-  * Convert to arch-independent package.
-  * Add lsb(8) manpage.
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun, 24 Feb 2002 21:42:26 -0600
-
-lsb (1.1.0-2) unstable; urgency=low
-
-  * Update README.Debian and install_initd to implement a few changes:
-    - uid/gid for bin is documented.
-    - treat RL 2-5 as the same, because nothing else sensible seems
-      available.
-
- -- Chris Lawrence <lawrencc@debian.org>  Mon, 18 Feb 2002 20:08:23 -0600
-
-lsb (1.1.0-1) unstable; urgency=low
-
-  * Initial Release.  (Closes: #134658)
-
- -- Chris Lawrence <lawrencc@debian.org>  Sun, 17 Feb 2002 14:07:32 -0600
diff --git a/debian/compat b/debian/compat
deleted file mode 100644 (file)
index 7f8f011..0000000
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/debian/config b/debian/config
deleted file mode 100755 (executable)
index e927aac..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-. /usr/share/debconf/confmodule
-
-if [ ! -e /etc/shadow ]; then
-    db_input medium lsb/shadowconfig || true
-fi
-db_go
diff --git a/debian/control b/debian/control
deleted file mode 100644 (file)
index b196c83..0000000
+++ /dev/null
@@ -1,240 +0,0 @@
-Source: lsb
-Section: misc
-Priority: extra
-Maintainer: Chris Lawrence <lawrencc@debian.org>
-Build-Depends: debhelper (>> 7), po-debconf (>= 0.5.0), dpkg-dev (>= 1.10)
-Standards-Version: 3.8.2
-XS-Python-Version: all
-Homepage: http://www.linux-foundation.org/en/LSB
-
-Package: lsb-core
-Architecture: any
-Depends: lsb-release, ${glibc}, libz1, libncurses5, libpam0g, exim4 | mail-transport-agent, at, bc, binutils, bsdmainutils, bsdutils, cpio, cron, ed, file, libc6-dev | libc-dev, locales, cups-bsd | lpr, lprng | cups-client, m4, mailx | mailutils, make, man-db, mawk | gawk, ncurses-term, passwd, patch, pax, procps, psmisc, rsync, alien (>= 8.36), ${python:Depends}, ${misc:Depends}, ${depends}, lsb-base, time
-Provides: lsb-core-noarch, ${provides}
-Conflicts: lsb (<< 2.0-2)
-Replaces: lsb (<< 2.0-2)
-XB-Python-Version: ${python:Versions}
-Description: Linux Standard Base 3.2 core support package
- The Linux Standard Base (http://www.linuxbase.org/) is a standard
- core system that third-party applications written for Linux can
- depend upon.
- .
- This package provides an implementation of the core of version 3.2 of
- the Linux Standard Base for Debian on the Intel x86, Intel ia64
- (Itanium), IBM S390, and PowerPC 32-bit architectures with the Linux
- kernel. Future revisions of the specification and this package may
- support the LSB on additional architectures and kernels.
- .
- The intent of this package is to provide a best current practice way
- of installing and running LSB packages on Debian GNU/Linux. Its
- presence does not imply that Debian fully complies
- with the Linux Standard Base, and should not be construed as a
- statement that Debian is LSB-compliant.
-
-Package: lsb-graphics
-Architecture: any
-Depends: lsb-core, xlibmesa3-gl | libgl1, libx11-6 | xlibs, ${misc:Depends}
-Conflicts: libutahglx1
-Provides: lsb-graphics-noarch, ${provides}
-Description: Linux Standard Base 3.2 graphics support package
- The Linux Standard Base (http://www.linuxbase.org/) is a standard
- core system that third-party applications written for Linux can
- depend upon.
- .
- This package provides an implementation of version 3.2 of the Linux
- Standard Base graphics specification for Debian on the Intel x86,
- Intel ia64 (Itanium), IBM S390, and PowerPC 32-bit architectures with
- the Linux kernel. Future revisions of the specification and this
- package may support the LSB on additional architectures and kernels.
- .
- The intent of this package is to provide a best current practice way
- of installing and running LSB packages on Debian GNU/Linux. Its
- presence does not imply that Debian fully complies
- with the Linux Standard Base, and should not be construed as a
- statement that Debian is LSB-compliant.
-
-Package: lsb-cxx
-Architecture: any
-Depends: lsb-core, libstdc++6, ${misc:Depends}
-Provides: lsb-cxx-noarch, ${provides}
-Description: Linux Standard Base 3.2 C++ support package
- The Linux Standard Base (http://www.linuxbase.org/) is a standard
- core system that third-party applications written for Linux can
- depend upon.
- .
- This package provides an implementation of version 3.2 of the Linux
- Standard Base C++ (CXX) specification for Debian on the Intel x86,
- Intel ia64 (Itanium), IBM S390, and PowerPC 32-bit architectures with
- the Linux kernel. Future revisions of the specification and this
- package may support the LSB on additional architectures and kernels.
- .
- The intent of this package is to provide a best current practice way
- of installing and running LSB packages on Debian GNU/Linux. Its
- presence does not imply that Debian fully complies
- with the Linux Standard Base, and should not be construed as a
- statement that Debian is LSB-compliant.
-
-Package: lsb-desktop
-Architecture: any
-Depends: lsb-graphics, fontconfig (>= 2.3.0), libfontconfig1 (>= 2.3.0), libpng12-0, libjpeg62, libglib2.0-0 (>= 2.6.2), libatk1.0-0 (>= 1.9.0), libpango1.0-0 (>= 1.8.0), libgtk2.0-0 (>= 2.6.2), libqt3-mt (>= 3.3.6), libqt4-gui (>= 4.2), libxml2, libfreetype6, libxrender1, libxft2, xdg-utils, libnss3-1d, libqt4-sql-sqlite, ${misc:Depends}
-Provides: lsb-desktop-noarch, lsb-qt4, lsb-qt4-noarch, ${provides}
-Description: Linux Standard Base 3.2 Desktop support package
- The Linux Standard Base (http://www.linuxbase.org/) is a standard
- core system that third-party applications written for Linux can
- depend upon.
- .
- This package provides an implementation of version 3.2 of the Linux
- Standard Base Desktop specification for Debian on the Intel x86,
- Intel ia64 (Itanium), IBM S390, and PowerPC 32-bit architectures with
- the Linux kernel. Future revisions of the specification and this
- package may support the LSB on additional architectures and kernels.
- .
- The intent of this package is to provide a best current practice way
- of installing and running LSB packages on Debian GNU/Linux. Its
- presence does not imply that Debian fully complies with the Linux
- Standard Base, and should not be construed as a statement that Debian
- is LSB-compliant.
-
-Package: lsb-qt4
-Architecture: any
-Depends: lsb-desktop (>= 3.2), ${misc:Depends}
-Provides: lsb-qt4-noarch, ${provides}
-Description: Linux Standard Base 3.2 Qt4 support package
- The Linux Standard Base (http://www.linuxbase.org/) is a standard
- core system that third-party applications written for Linux can
- depend upon.
- .
- This package provides an implementation of version 3.2 of the Linux
- Standard Base Qt4 specification for Debian on the Intel x86, Intel
- ia64 (Itanium), IBM S390, and PowerPC 32-bit architectures with the
- Linux kernel. Future revisions of the specification and this package
- may support the LSB on additional architectures and kernels.
- .
- The intent of this package is to provide a best current practice way
- of installing and running LSB packages on Debian GNU/Linux. Its
- presence does not imply that Debian fully complies
- with the Linux Standard Base, and should not be construed as a
- statement that Debian is LSB-compliant.
- .
- The lsb-qt4 module appears to be deprecated upstream; this package is
- provided for compatibility with LSB 3.1 and may be dropped in
- subsequent releases.
-
-Package: lsb-languages
-Architecture: any
-Depends: lsb-core (>= 3.2), python (>= 2.4), perl (>= 5.8.8), perl (<< 6), ${misc:Depends}
-Provides: lsb-languages-noarch, ${provides}
-Description: Linux Standard Base 3.2 Runtime Languages package
- The Linux Standard Base (http://www.linuxbase.org/) is a standard
- core system that third-party applications written for Linux can
- depend upon.
- .
- This package provides an implementation of version 3.2 of the Linux
- Standard Base Languages specification for Debian on the Intel x86,
- Intel ia64 (Itanium), IBM S390, and PowerPC 32-bit architectures with
- the Linux kernel. Future revisions of the specification and this
- package may support the LSB on additional architectures and kernels.
- .
- The intent of this package is to provide a best current practice way
- of installing and running LSB packages on Debian GNU/Linux. Its
- presence does not imply that Debian fully complies
- with the Linux Standard Base, and should not be construed as a
- statement that Debian is LSB-compliant.
-
-Package: lsb-multimedia
-Architecture: any
-Depends: lsb-core (>= 3.2), libasound2, ${misc:Depends}
-Provides: lsb-multimedia-noarch, ${provides}
-Description: Linux Standard Base 3.2 Multimedia package
- The Linux Standard Base (http://www.linuxbase.org/) is a standard
- core system that third-party applications written for Linux can
- depend upon.
- .
- This package provides an implementation of version 3.2 of the Linux
- Standard Base Multimedia specification for Debian on the Intel x86,
- Intel ia64 (Itanium), IBM S390, and PowerPC 32-bit architectures with
- the Linux kernel. Future revisions of the specification and this
- package may support the LSB on additional architectures and kernels.
- .
- The intent of this package is to provide a best current practice way
- of installing and running LSB packages on Debian GNU/Linux. Its
- presence does not imply that Debian fully complies
- with the Linux Standard Base, and should not be construed as a
- statement that Debian is LSB-compliant.
-
-Package: lsb-printing
-Architecture: any
-Depends: lsb-core (>= 3.2), libcups2, libcupsimage2, foomatic-filters, ghostscript, ${misc:Depends}
-Provides: lsb-printing-noarch, ${provides}
-Description: Linux Standard Base 3.2 Printing package
- The Linux Standard Base (http://www.linuxbase.org/) is a standard
- core system that third-party applications written for Linux can
- depend upon.
- .
- This package provides an implementation of version 3.2 of the Linux
- Standard Base Printing specification for Debian on the Intel x86,
- Intel ia64 (Itanium), IBM S390, and PowerPC 32-bit architectures with
- the Linux kernel. Future revisions of the specification and this
- package may support the LSB on additional architectures and kernels.
- .
- The intent of this package is to provide a best current practice way
- of installing and running LSB packages on Debian GNU/Linux. Its
- presence does not imply that Debian fully complies
- with the Linux Standard Base, and should not be construed as a
- statement that Debian is LSB-compliant.
-
-Package: lsb
-Architecture: all
-Depends: lsb-core, lsb-graphics, lsb-cxx, lsb-desktop, ${misc:Depends}
-Suggests: lsb-printing, lsb-multimedia, lsb-languages
-Description: Linux Standard Base 3.2 support package
- The Linux Standard Base (http://www.linuxbase.org/) is a standard
- core system that third-party applications written for Linux can
- depend upon.
- .
- This package provides an implementation of all modules of version 3.2
- of the Linux Standard Base for Debian on the Intel x86, Intel ia64
- (Itanium), IBM S390, and PowerPC 32-bit architectures with the Linux
- kernel. Future revisions of the specification and this package may
- support the LSB on additional architectures and kernels.
- .
- The intent of this package is to provide a best current practice way
- of installing and running LSB packages on Debian GNU/Linux. Its
- presence does not imply that Debian fully complies
- with the Linux Standard Base, and should not be construed as a
- statement that Debian is LSB-compliant.
-
-Package: lsb-base
-Architecture: all
-Depends: sed, ncurses-bin, ${misc:Depends}
-Replaces: lsb-core (<< 2.0-6), lsb (<< 2.0-6)
-Conflicts: lsb-core (<< 2.0-6), lsb (<< 2.0-6)
-Priority: required
-Description: Linux Standard Base 3.2 init script functionality
- The Linux Standard Base (http://www.linuxbase.org/) is a standard
- core system that third-party applications written for Linux can
- depend upon.
- .
- This package only includes the init-functions shell library, which
- may be used by other packages' initialization scripts for console
- logging and other purposes.
-
-Package: lsb-release
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Recommends: apt
-Suggests: lsb
-XB-Python-Version: ${python:Versions}
-Description: Linux Standard Base version reporting utility
- The Linux Standard Base (http://www.linuxbase.org/) is a standard
- core system that third-party applications written for Linux can
- depend upon.
- .
- The lsb-release command is a simple tool to help identify the Linux
- distribution being used and its compliance with the Linux Standard Base.
- LSB conformance will not be reported unless the required metapackages are
- installed.
- .
- While it is intended for use by LSB packages, this command may also
- be useful for programmatically distinguishing between a pure Debian
- installation and derived distributions.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644 (file)
index 09e168b..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-This package was created by Chris Lawrence <lawrencc@debian.org> on
-Sun, 17 Feb 2002 14:07:32 -0600.
-
-The HTML files in html/ were written by Matt Taggart <taggart@debian.org>
-
-Copyright:
-   Copyright © 2002-09 Chris Lawrence and Matt Taggart
-
-   This package is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; version 2 dated June, 1991.
-
-   This package is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this package; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
-   USA.
-
-On Debian systems, the complete text of the GNU General Public License
-can be found in `/usr/share/common-licenses/GPL-2'.
-
-The file /lib/lsb/init-functions is licensed under a permissive
-"BSD-style" license as follows:
-
-Copyright © 2002-09 Chris Lawrence
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. Neither the name of the author nor the names of other contributors
-   may be used to endorse or promote products derived from this software
-   without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS''
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS
-BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
-BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
-IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/dirs b/debian/dirs
deleted file mode 100644 (file)
index d3d8c10..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/lib/lsb
-var/lib/lsb
-etc/profile.d
diff --git a/debian/lsb-base.README.Debian b/debian/lsb-base.README.Debian
deleted file mode 100644 (file)
index d39610d..0000000
+++ /dev/null
@@ -1,148 +0,0 @@
-lsb-base for Debian
--------------------
-
-The Debian lsb-base package provides a series of logging functions to
-permit simplified logging of init script actions.  These functions are
-specific to Debian and (in some cases) other derived distributions.
-
-  - log_daemon_msg "Starting/stopping long daemon name" "daemond"
-
-    Log starting/stopping of daemons.  On Debian, outputs:
-
-    "Starting/stopping long daemon name: daemond"
-
-    and leaves the cursor at the end of the line.
-
-  - log_progress_msg "daemon2d"
-
-    Log startup of a second daemon (e.g. sysklogd, nfs init scripts).
-    On Debian, outputs " daemon2d" and leaves the cursor at the EOL.
-
-  - log_end_msg 0/1
-
-    Log successful startup.  On Debian, outputs "." followed by newline.
-    A non-zero code may also be specified, which indicates failure;
-    currently implemented as outputting "failed!" (in red on a color
-    TTY) followed by newline.
-
-    Unsucessful startup will cause the specified failure code to be
-    returned by this function; unless trapped, this may end your init
-    script depending on whether or not set -e is used.
-
-  - log_action_msg "Setting VARIABLE to VALUE"
-
-    Log an atomic action by your init script.  Typically, this is the
-    setting of a kernel variable, but it might be something else that is
-    not expected to take any time (or fail).
-
-    On Debian, a trailing period will be added to the message,
-    followed by a newline.
-
-  - log_action_begin_msg "Configuring network interfaces"
-
-    Log the start of an action that is expected to take some time.  On
-    Debian, an elipsis (...) will follow the message, and the cursor will
-    stay at EOL.
-
-  - log_action_cont_msg "flushing ARP cache"
-
-    Log an action as part of a process started by log_action_start_msg().
-    On Debian, this message will receive a trailing elipsis, and the cursor
-    will stay at EOL.
-
-  - log_action_end_msg {0|1} ["message"]
-
-    Log the end of the action started by log_action_start_msg().  If one
-    argument is supplied, either "done." (0) or "failed." (1) will be output,
-    followed by a newline.  If a second argument is supplied, the message
-    will appear as follows:
-
-    "done (your message here)." --- if first argument is 0
-    "failed (your message here)." --- if first argument is 1
-
-    This argument must be quoted, or otherwise only the first word will
-    be output.
-
-    On color TTYs, the failure messages will be red.
-
-    Note that unlike log_end_msg(), this function does not return the
-    first argument as its exit code.
-
-A deprecated function, log_start_msg, is also provided for
-compatibility with a few older packages and a derived distribution.
-This may eventually disappear.
-
-To use these functions, source /lib/lsb/init-functions at the
-beginning of your (Bourne sh or compatible) init script.
-
-Please depend on lsb-base (>= 3.0-6) to ensure all of these
-functions are available for your init scripts.
-
-LSB LOGGING FUNCTIONS
-
-This package also includes the LSB-specified logging functions:
-
-log_success_msg message
-log_failure_msg message
-log_warning_msg message
-
-These functions *do not* comply with Debian policy and should only be used
-by LSB packages.
-
-OTHER LSB FUNCTIONALITY
-
-start_daemon [-f] [-n nicelevel] [-p pidfile] pathname [args...]
-  Start "pathname" as a daemon.  We call Debian's start-stop-daemon to
-  implement this functionality.
-
-killproc [-p pidfile] pathname [signal]
-  Stops "pathname" (using "pidfile", if specified, to find the process
-  ID).  This is implemented using start-stop-daemon as well.
-
-pidofproc [-p pidfile] pathname
-  Find the process ID of pathname.  If the pidfile is specified, we use the
-  first space-delimited word; otherwise, /bin/pidof is used from the
-  sysvinit package, if available.
-
-For full documentation, please refer to:
-
-http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptfunc.html
-
-Note: Debian packages probably should use start-stop-daemon directly;
-however, these functions may be useful in porting init scripts from
-other distributions.  Also, if you are developing software for wider
-use, you should not expect these functions to be implemented
-identically on other LSB-conforming distributions; the only guaranteed
-behaviors are those in the specification above.
-
-CUSTOMIZING LOGGING OUTPUT
-
-If it exists, /etc/lsb-base-logging.sh will be sourced by
-/lib/lsb/init-functions.  You may override any of the log_* functions
-in this file.  The intent is for this file to be supplied as a
-conffile by derived distributions wishing to log init script events in
-a different way; this may also be useful on systems where the console
-log is not visible during startup.
-
-If supplied, this script fragment should be compatible with any Debian
-/bin/sh, as init scripts sourcing this file may be running under any
-Bourne-style shell permitted by Debian policy (i.e. not just bash).
-
-"Fancy output" can be overriden by setting FANCYTTY=0 in this file.
-
-From lsb-base 3.2-14, you can use the following hook functions which
-are called by the appropriate functions, instead of supplying your own
-logging functions:
-
-log_daemon_msg_pre
-log_daemon_msg_post
-log_end_msg_pre
-log_end_msg_post
-log_action_end_msg_post
-log_action_end_msg_post
-
-Each function receives all of the arguments sent to the parent
-function; the "pre" functions operate before any output, while the
-"post" functions operate after the output is produced.
-
- -- Chris Lawrence <lawrencc@debian.org>, Mon, 14 Jul 2008 11:34:48 -0500
diff --git a/debian/lsb-base.dirs b/debian/lsb-base.dirs
deleted file mode 100644 (file)
index b20e36f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-lib/lsb
-etc/lsb-base
diff --git a/debian/lsb-release.README.Debian b/debian/lsb-release.README.Debian
deleted file mode 100644 (file)
index 437136d..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-lsb-release for Debian
-----------------------
-
-NB: These notes are intended for anyone building a derived
-distribution using this package.  They are not likely to be helpful to
-end-users.
-
-This is a reimplementation of the classic lsb_release command; its
-main new feature is support for the new output for the -v option in
-LSB 2.x/3.x.  This version of lsb_release is also designed to only report
-that a system is LSB compliant if the correct LSB metapackages are available,
-and to properly support situations where only certain LSB metapackages
-(i.e. lsb-core only) are installed.
-
-Distribution-specific information should be *separately provided* in
-/etc/lsb-release; it is no longer provided in this package.  It is my
-hope that in Debian, this will be managed by the base-files
-maintainer (who already maintains the debian_version file).
-
-The file should be formatted as a series of shell variable
-assignments.  Multiword strings should be quoted in double quotes.
-You should not assume this file is actually parsed by a Bourne shell
-(i.e., no fancy stuff).  Example:
-
-DISTRIB_ID=(Distributor ID)
-DISTRIB_DESCRIPTION=(A human-readable description of the release)
-DISTRIB_RELEASE=(The release number)
-DISTRIB_CODENAME=(The codename for the release)
-
-Any other variable assignments will be silently ignored.  For Debian
-3.1 (sarge), it might have read:
-
-DISTRIB_ID=Debian
-DISTRIB_DESCRIPTION="Debian GNU/Linux 3.1 (sarge)"
-DISTRIB_RELEASE=3.1
-DISTRIB_CODENAME=sarge
-
- -- Chris Lawrence <lawrencc@debian.org>, Wed Sep 21 20:40:25 2005
diff --git a/debian/lsb-release.bugscript b/debian/lsb-release.bugscript
deleted file mode 100755 (executable)
index 151361b..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-echo 'lsb_release output' >& 3
-echo '-*- -*- -*- -*- -*-'>&3
-lsb_release -a >& 3
-echo '-*- -*- -*- -*- -*-'>&3
-echo '    Apt policy' >&3
-echo '-*- -*- -*- -*- -*-'>&3
-apt-cache policy >&3
-echo '-*- -*- -*- -*- -*-'>&3
-echo '   sources.list' >&3
-echo '-*- -*- -*- -*- -*-'>&3
-if [ -f /etc/apt/sources.list ]; then
-    cat /etc/apt/sources.list | grep -v '^\s*#' | grep -v '^\s*$' >&3
-else
-    echo '- none' >&3
-fi
-echo '-*- -*- -*- -*- -*-'>&3
-echo ' /etc/lsb_release' >&3
-echo '-*- -*- -*- -*- -*-'>&3
-if [ -f /etc/lsb_release ]; then
-    cat /etc/lsb_release >&3
-else
-    echo '- none' >&3
-fi
diff --git a/debian/lsb-release.dirs b/debian/lsb-release.dirs
deleted file mode 100644 (file)
index 8f49a81..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/bin
-usr/share/bug
-usr/share/python-support/lsb-release
diff --git a/debian/lsb-release.manpages b/debian/lsb-release.manpages
deleted file mode 100644 (file)
index c610296..0000000
+++ /dev/null
@@ -1 +0,0 @@
-lsb_release.1
diff --git a/debian/lsb-release.postinst b/debian/lsb-release.postinst
deleted file mode 100644 (file)
index 657dd88..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh -e
-
-case "$1" in
-    configure)
-        if [ -e /etc/lsb-release ]; then
-            MD5SUM=`md5sum /etc/lsb-release | cut -d" " -f1`
-            if [ "$MD5SUM" = "b5bfe10d9b02fb4e4a45337d1c4d88ab" ]; then
-                rm -f /etc/lsb-release
-            fi
-        fi
-        ;;
-esac
-
-#DEBHELPER#
diff --git a/debian/lsb-release.postrm b/debian/lsb-release.postrm
deleted file mode 100644 (file)
index 704c2db..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh -e
-
-case "$1" in
-    purge)
-        if [ -e /etc/lsb-release ]; then
-            MD5SUM=`md5sum /etc/lsb-release | cut -d" " -f1`
-            if [ "$MD5SUM" = "b5bfe10d9b02fb4e4a45337d1c4d88ab" ]; then
-                rm -f /etc/lsb-release
-            fi
-        fi
-        ;;
-esac
-
-#DEBHELPER#
diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
deleted file mode 100644 (file)
index cef83a3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] templates
diff --git a/debian/po/ar.po b/debian/po/ar.po
deleted file mode 100644 (file)
index fc48c00..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-# translation of lsb.po to Arabic
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Ossama M. Khayat <okhayat@yahoo.com>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsb\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2007-05-13 17:19+0300\n"
-"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
-"Language-Team: Arabic <support@arabeyes.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=6; plural=n==1 ? 0 : n==0 ? 1 : n==2 ? 2: n%100>=3 && "
-"n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Enable shadow passwords?"
-msgstr "تمكين shadow passwords؟"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr ""
-"تتطلب Linux Standard Base أن تتوفر ميزات معينة من adduser(8) للتطبيقات "
-"المماثلة لها (كتقادم كلمة المرور). وتتوفر هذه الميزات فقط عند تمكن shadow "
-"passwords، إلا أن هذا النظام لا تتوفر فيه هذه الميزة."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr ""
-"ستعمل معظم تطبيقات LSB بشكل جيد باستخدام أي من الإعدادات، ولكن التوافق "
-"الكامل يتطلب تمكين shadow passwords."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr ""
-"بشكل عام، من المستحسن تمكين shadow passwords. مع ذلك، فهناك بعض الحالات التي "
-"قد لا تعمل معها هذه الميزة (وبالأخص، في حال حاجة المستخدمين العاديين التحقق "
-"من كلمة السر الخاصة بهم ومطابقتها مع /etc/passwd)."
diff --git a/debian/po/cs.po b/debian/po/cs.po
deleted file mode 100644 (file)
index c076b12..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-#
-#    Translators, if you are not familiar with the PO format, gettext
-#    documentation is worth reading, especially sections dedicated to
-#    this format, e.g. by running:
-#         info -n '(gettext)PO Files'
-#         info -n '(gettext)Header Entry'
-#
-#    Some information specific to po-debconf are available at
-#            /usr/share/doc/po-debconf/README-trans
-#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-#    Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsb\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2007-05-19 17:18+0200\n"
-"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Enable shadow passwords?"
-msgstr "Povolit stínová hesla?"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr ""
-"Linux Standard Base vyžaduje, aby byly určité vlastnosti programu adduser(8) "
-"(např. stárnutí hesel) dostupné odpovídajícím aplikacím. Tyto vlastnosti "
-"jsou k dispozici pouze při zapnutých stínových heslech, ovšem zdá se, že váš "
-"systém má podporu stínových hesel vypnutu."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr ""
-"Většina LSB aplikací bude pracovat s oběma nastaveními, ale úplné "
-"kompatibility dosáhnete pouze se zapnutou podporou stínových hesel."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr ""
-"Obecně jsou stínová hesla doporučena, avšak existují situace, kdy nemusí "
-"fungovat (například pokud si neprivilegovaní uživatelé potřebují kontrolovat "
-"hesla oproti /etc/passwd)."
diff --git a/debian/po/da.po b/debian/po/da.po
deleted file mode 100644 (file)
index b45e47f..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
-# translation of lsb_1.3-8-da.po to Danish
-# translation of lsb_1.3-8_templates.po to Danish
-#
-#    Translators, if you are not familiar with the PO format, gettext
-#    documentation is worth reading, especially sections dedicated to
-#    this format, e.g. by running:
-#         info -n '(gettext)PO Files'
-#         info -n '(gettext)Header Entry'
-#    Some information specific to po-debconf are available at
-#            /usr/share/doc/po-debconf/README-trans
-#         or http://www.debian.org/intl/l10n/po-debconf/README-trans#
-#    Developers do not need to manually edit POT or PO files.
-# Claus Hindsgaul <claus_h@image.dk>, 2004.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsb_1.3-8-da\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2004-02-23 19:36+0100\n"
-"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
-"Language-Team: Danish <dansk@klid.dk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.0.2\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-#, fuzzy
-#| msgid "Should shadow passwords be enabled?"
-msgid "Enable shadow passwords?"
-msgstr "Skal skyggeadgangskoder aktiveres?"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-#, fuzzy
-#| msgid ""
-#| "The Linux Standard Base requires that certain features of adduser(8) be "
-#| "available to conforming applications (such as password aging). Debian "
-#| "only provides these features when shadow passwords are enabled; however, "
-#| "your system currently has shadow passwords disabled."
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr ""
-"Linux Standardbasis kræver at visse af adduser(8)'s funktioner (såsom "
-"tidsudløb for adgangskoder) gøres tilgængelige til programmer. Debian har "
-"kun disse funktioner, hvis skyggeadgangskoder aktiveres. Det er de dog ikke "
-"på dit system."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-#, fuzzy
-#| msgid ""
-#| "Most LSB applications will work fine with either setting, but 100% "
-#| "conformance requires shadow passwords to be enabled."
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr ""
-"De fleste LSB-programmer vil fungere udmærket med begge indstillinger, men "
-"100% LSB-tilpasning kræver at skyggeadgangskoder bliver aktiveret."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-#, fuzzy
-#| msgid ""
-#| "Generally speaking, it is considered good practice to enable shadow "
-#| "passwords.  However, there are some situations in which shadow passwords "
-#| "may not work properly (most notably, if non-root users need to "
-#| "authenticate passwords against /etc/passwd)."
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr ""
-"Generelt er det en god idé at aktivere skyggeadgangskoder. Der kan dog være "
-"situationer, hvor de ikke fungerer ordentligt (f.eks. hvis ikke-root brugere "
-"skal autentificere adgangskoder ved hjælp af /etc/passwd)."
-
-#~ msgid ""
-#~ "If you answer in the affirmative, the command 'shadowconfig on' will be "
-#~ "run to enable shadow passwords."
-#~ msgstr ""
-#~ "Hvis du accepterer, vil kommandoen 'shadowconfig on' blive kørt for at "
-#~ "aktivere skyggeadgangskoder."
diff --git a/debian/po/de.po b/debian/po/de.po
deleted file mode 100644 (file)
index 54c13ee..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-# German translation of lsb templates
-# Patrick Willam <patrick@patrick-willam.de>, 2003.
-# Helge Kreutzmann <debian@helgefjell.de>, 2007.
-# This file is distributed under the same license as the lsb package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsb\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2007-05-29 22:59+0200\n"
-"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Enable shadow passwords?"
-msgstr "Schatten-Passworte (»shadow passwords«) aktivieren?"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr ""
-"Die LSB (»Linux Standard Base«) verlangt, dass bestimmte Funktionen von "
-"adduser(8) für LSB-konforme Anwendungen verfügbar sind (z.B. Passwort-"
-"Alterung). Diese Funktionen werden nur zur Verfügung gestellt, wenn Schatten-"
-"Passworte aktiviert werden; während in diesem System Schatten-Passworte "
-"derzeit nicht aktiviert sind."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr ""
-"Die meisten LSB-Anwendungen werden mit jeder Einstellung prima "
-"funktionieren, aber vollständige Konformität verlangt, dass Schatten-"
-"Passworte aktiviert werden."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr ""
-"Es ist generell das Richtige, Schatten-Passworte zu benutzen. Es gibt jedoch "
-"einige Situationen, in denen Schatten-Passworte nicht richtig funktionieren "
-"(insbesondere falls Nicht-Root-Benutzer Passworte in /etc/passwd überprüfen "
-"müssen)."
-
-#~ msgid ""
-#~ "If you answer in the affirmative, the command 'shadowconfig on' will be "
-#~ "run to enable shadow passwords."
-#~ msgstr ""
-#~ "Wenn Sie zustimmen, dann wird das Kommando \"shadowconfig on\" "
-#~ "ausgeführt, um die Benutzung von Schatten-Passworten zu aktivieren."
diff --git a/debian/po/es.po b/debian/po/es.po
deleted file mode 100644 (file)
index 1e16610..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
-# lsb po-debconf translation to Spanish
-# Copyright (C) 2006 Software in the Public Interest
-# This file is distributed under the same license as the lsb package.
-#
-# Changes:
-#  - Initial translation
-#         César Gómez Martín <cesar.gomez@gmail.com>
-#  - Revision
-#        Javier Fernandez-Sanguino Peña <jfs@debian.org>, 2005-2006
-#
-#
-#   Traductores, si no conoce el formato PO, merece la pena leer la
-#   documentación de gettext, especialmente las secciones dedicadas a este
-#   formato, por ejemplo ejecutando:
-#          info -n '(gettext)PO Files'
-#          info -n '(gettext)Header Entry'
-# Equipo de traducción al español, por favor, lean antes de traducir
-# los siguientes documentos:
-#
-#  - El proyecto de traducción de Debian al español
-#    http://www.debian.org/intl/spanish/
-#    especialmente las notas de traducción en
-#    http://www.debian.org/intl/spanish/notas
-#
-#  - La guía de traducción de po's de debconf:
-#    /usr/share/doc/po-debconf/README-trans
-#    o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsb\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2007-05-14 12:53+0200\n"
-"Last-Translator: Javier Fernandez-Sanguino <jfs@debian.org>\n"
-"Language-Team: Debian l10n spanish <debian-l10n-spanish@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Enable shadow passwords?"
-msgstr "¿Activar las contraseñas ocultas?"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr ""
-"El estándar base de Linux (LSB, «Linux Standard Base») exige que ciertas "
-"características de adduser(8) (como pueda ser el envejecimiento de "
-"contraseñas) estén disponibles para las aplicaciones que siguen dicho "
-"estándar. Actualmente sólo se proporciona esas características cuando están "
-"activas las contraseñas ocultas («shadow») pero está desactivadas en su "
-"sistema."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr ""
-"La mayoría de las aplicaciones LSB funcionarán correctamente en cualquiera "
-"de las dos configuraciones posibles. Sin embargo, para cumplir el estándar "
-"es necesario activar el uso de contraseñas ocultas."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr ""
-"La activación de las contraseñas ocultas se considera una buena práctica. "
-"Pero hay algunas situaciones en las que éstas pueden no funcionar "
-"correctamente. El caso más notable es cuando es necesario que los usuarios "
-"que no son administradores tengan que comprobar las contraseñas utilizando "
-"el fichero «/etc/passwd»."
-
-#~ msgid ""
-#~ "If you answer in the affirmative, the command 'shadowconfig on' will be "
-#~ "run to enable shadow passwords."
-#~ msgstr ""
-#~ "Se ejecutará la orden «shadowconfig on» para activar las contraseñas "
-#~ "ocultas si contesta afirmativamente."
diff --git a/debian/po/eu.po b/debian/po/eu.po
deleted file mode 100644 (file)
index a210ba8..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-# translation of lsb debconf template to Euskara
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Xabier Bilbao <xabidu@gmail.com>, 2008.
-# Piarres Beobide <pi@beobide.net>, 2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsb-eu\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2008-07-15 11:07+0200\n"
-"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
-"Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Enable shadow passwords?"
-msgstr "Gaitu itzalpeko pasahitzak?"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr ""
-"Linux Standard Base-k (Linuxen Oinarri Estandarrak) beharrezkoak ditu adduser(8)-en "
-"zenbait ezaugarri (hala nola pasahitzen zahartzea) LSB aplikazioen eskura "
-"egotea. Ezaugarri hauek itzalpeko pasahitzak gaituta daudenean soilik daude "
-"eskura, baina sistema honek desgaiturik ditu une honetan."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr ""
-"LSB aplikazio gehienek ondo funtzionatuko dute ezarpen biekin, baina LSB "
-"bateragarritasun osorako beharrezkoa da itzalpeko pasahitzak gaituta egotea. "
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr ""
-"Oro har, jokabide egokitzat hartzen da itzalpeko pasahitzak gaitzea. Alabaina, "
-"egoera jakin batzuetan itzalpeko pasahitzek zuzen ez funtzionatzea gerta "
-"daiteke (adibide argiena, pribilegiorik gabeko erabiltzaileek pasahitzak "
-"egiaztatzeko /etc/password begiratzen dutenean)."
-
diff --git a/debian/po/fi.po b/debian/po/fi.po
deleted file mode 100644 (file)
index 8b35dc0..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: lsb\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2007-10-18 21:11+0200\n"
-"Last-Translator: Esko Arajärvi <edu@iki.fi>\n"
-"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Finnish\n"
-"X-Poedit-Country: FINLAND\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Enable shadow passwords?"
-msgstr "Otetaanko varjosalasanat käyttöön?"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "The Linux Standard Base requires that certain features of adduser(8) be available to conforming applications (such as password aging). These features are only provided when shadow passwords are enabled, while this system has them disabled."
-msgstr "Linux Standard Base vaatii, että tietyt ohjelman adduser(8) ominaisuudet (kuten salasanojen vanheneminen) ovat yhteensopivien ohjelmien käytettävissä. Nämä ominaisuudet ovat saatavilla vain, kun varjosalasanat ovat käytössä, mutta tässä järjestelmässä ne eivät ole käytössä."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Most LSB applications will work fine with either setting, but complete conformance requires shadow passwords to be enabled."
-msgstr "Useimmat LSB-ohjelmat toimivat hyvin kummallakin valinnalla, mutta täydellinen yhteensopivuus vaatii, että varjosalasanat ovat käytössä."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Generally speaking, it is considered good practice to enable shadow passwords. However, there are some situations in which shadow passwords may not work properly (most notably, if non-root users need to check passwords against /etc/passwd)."
-msgstr "Yleisesti ottaen varjosalasanojen käyttöä pidetään hyvänä tapana. On kuitenkin joitain tilanteita, joissa varjosalasanat eivät välttämättä toimi oikein (eritysesti, jos ei-pääkäyttäjien tarvitsee tarkistaa salasanoja tiedoston /etc/passwd avulla)."
-
diff --git a/debian/po/fr.po b/debian/po/fr.po
deleted file mode 100644 (file)
index edde880..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-# translation of fr.po to French
-#
-#    Translators, if you are not familiar with the PO format, gettext
-#    documentation is worth reading, especially sections dedicated to
-#    this format, e.g. by running:
-#         info -n '(gettext)PO Files'
-#         info -n '(gettext)Header Entry'
-#
-#    Some information specific to po-debconf are available at
-#            /usr/share/doc/po-debconf/README-trans
-#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-#    Developers do not need to manually edit POT or PO files.
-#
-# Christian Perrier <bubulle@debian.org>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2007-05-13 09:46+0200\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-#| msgid "Should shadow passwords be enabled?"
-msgid "Enable shadow passwords?"
-msgstr "Faut-il activer les mots de passe cachés (« shadow passwords ») ?"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr ""
-"La base normalisée de Linux (LSB : «  Linux Standard Base ») impose que "
-"certaines fonctionnalités de adduser(8) (p. ex. l'expiration des mots de "
-"passe) soient disponibles pour les applications. Ces possibilités ne sont "
-"disponibles que lorsque les mots de passe cachés sont activés ; or, ils sont "
-"actuellement désactivés sur ce système."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr ""
-"La plupart des applications conformes à la LSB fonctionnent correctement "
-"dans tous les cas, mais la conformité complète n'est possible qu'avec "
-"l'activation des mots de passe cachés."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr ""
-"En général, l'activation des mots de passe cachés est plutôt un choix "
-"judicieux. Cependant, leur utilisation peut créer des difficultés dans "
-"certains cas (typiquement, lorsqu'un utilisateur non privilégié cherche à "
-"utiliser /etc/passwd pour contrôler les mots de passe)."
diff --git a/debian/po/gl.po b/debian/po/gl.po
deleted file mode 100644 (file)
index 9e9dc31..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-# Galician translation of lsb's debconf templates.
-# This file is distributed under the same license as the lsb package.
-# Jacobo Tarrio <jtarrio@debian.org>, 2006, 2007.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsb\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2007-05-13 23:36+0200\n"
-"Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"
-"Language-Team: Galician <proxecto@trasno.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Enable shadow passwords?"
-msgstr "¿Activar os contrasinais \"shadow\"?"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr ""
-"Linux Standard Base require que algunhas características de adduser(8), coma "
-"o avellentamento dos contrasinais, estean dispoñibles para as aplicacións "
-"que cumpran con LSB. Estas características só están dispoñibles cando os "
-"contrasinais \"shadow\" están activados, mentres que este sistema os ten "
-"desactivados."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr ""
-"A maioría das aplicacións LSB han funcionar correctamente de calquera "
-"maneira, pero para conseguir unha total compatibilidade hai que activar os "
-"contrasinais \"shadow\"."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr ""
-"Xeralmente considérase unha boa práctica activar os contrasinais \"shadow\". "
-"Nembargantes hai algunhas situacións nas que os contrasinais \"shadow\" "
-"poden non funcionar correctamente (por exemplo, se algún usuario que non "
-"sexa \"root\" ten que comprobar contrasinais contra /etc/passwd)."
diff --git a/debian/po/it.po b/debian/po/it.po
deleted file mode 100644 (file)
index 923cd4b..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-# Italian (it) translation of debconf templates for lsb
-# Copyright (C) 2007 Software in the Public Interest
-# This file is distributed under the same license as the lsb package.
-# Luca Monducci <luca.mo@tiscali.it>, 2007.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsb italian debconf templates\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2007-05-13 14:19+0200\n"
-"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
-"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Enable shadow passwords?"
-msgstr "Abilitare le password shadow?"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr ""
-"Il Linux Standard Base richiede che le applicazioni conformi possano "
-"disporre di alcune funzionalità di adduser(8) (per esempio la scadenza delle "
-"password). Queste funzionalità sono disponibili solo quando sono abilitate "
-"le password shadow; su questo sistema sono attualmente disabilitate."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr ""
-"La maggior parte delle applicazioni LSB funzionano correttamente con "
-"entrambe le impostazioni, ma per essere completamente conformi è necessario "
-"abilitare le password shadow."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr ""
-"In generale l'abilitazione delle password shadow è considerata una buona "
-"pratica. Purtroppo ci sono dei casi in cui le password shadow potrebbero non "
-"funzionare correttamente (il caso più comune quando gli utenti non-root "
-"hanno la necessità di verificare le password con /etc/passwd)."
diff --git a/debian/po/ja.po b/debian/po/ja.po
deleted file mode 100644 (file)
index c7fbde0..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-#
-#    Translators, if you are not familiar with the PO format, gettext
-#    documentation is worth reading, especially sections dedicated to
-#    this format, e.g. by running:
-#         info -n '(gettext)PO Files'
-#         info -n '(gettext)Header Entry'
-#
-#    Some information specific to po-debconf are available at
-#            /usr/share/doc/po-debconf/README-trans
-#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-#    Developers do not need to manually edit POT or PO files.
-#
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsb 3.1-24\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2008-01-27 19:52+0900\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Enable shadow passwords?"
-msgstr "shadow パスワードを有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr ""
-"Linux Standard Base では、適合アプリケーションになるために adduser(8) の特定の"
-"機能 (パスワード有効期限など) が利用できる必要があります。これらの機能は、shadow "
-"パスワードが有効になった時のみに提供されますが、このシステムでは無効になっています。"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr ""
-"どちらの設定であっても、ほとんどの LSB アプリケーションは問題なく動作しますが、"
-"LSB に完全に適合するには shadow パスワードが有効になっている必要があります。"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr ""
-"一般的に言って、shadow パスワードを有効にするのは良い選択だと考えられていま"
-"す。しかしながら、shadow パスワードが正しく動作しないような場合もあります (特"
-"に root ではないユーザが /etc/passwd を使ってパスワード認証をする必要がある場"
-"合など)。"
-
diff --git a/debian/po/ml.po b/debian/po/ml.po
deleted file mode 100644 (file)
index 8c7e7d9..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-# Malayalam translation of lsb's debconf template.
-# Copyright (C) 2007 THE lsb'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# Mobin|മോബിന്‍ M|എം <mobinmohan@gmail.com>,Praveen|പ്രവീണ്‍ A|എ <pravi.a@gmail.com> 2007.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsb3.1\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2007-05-27 05:02-0500\n"
-"Last-Translator: Mobin|മോബിന്‍ M|എം <mobinmohan@gmail.com>\n"
-"Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ് <smc-"
-"discuss@googlegroups.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Country: INDIA\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Enable shadow passwords?"
-msgstr "ഷാഡോ (shadow)  അടയാളവാക്ക് പ്രാവര്‍ത്തികമാക്കട്ടെ?"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr ""
-"അനുസരിക്കുന്ന (അടയാളവാക്കിന്റെ കാലാവധിപോലുളള) പ്രയോഗങ്ങള്‍ക്കായി ആഡ്‌യുസറിന്റെ(adduser)(8) "
-"ചില ഗുണങ്ങള്‍ ലഭ്യമായിരിയ്ക്കേണ്ടത്  ലിനക്സ് സ്റ്റാന്‍ഡേര്‍ഡ് ബേസിന് (Linux Standard Base) "
-"ആവശ്യമുണ്ട്. ഷാഡോ (shadow)  അടയാളവാക്കുകള്‍ പ്രാവര്‍ത്തികമാക്കുമ്പോള്‍ മാത്രമാണ്  ഈ ഗുണങ്ങള്‍  "
-"നല്‍കുന്നത്, പക്ഷേ ഈ സിസ്റ്റത്തില്‍ അവ തടഞ്ഞിരിക്കുന്നു. "
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr ""
-"ഒട്ടുമിക്ക എല്എസ്ബി (LSB) പ്രയോഗങ്ങളും രണ്ടിലേത് സജ്ജീകരണങ്ങിലും നന്നായി പ്രവര്‍ത്തിക്കും. പക്ഷേ "
-"പൂര്‍ണ്ണ അനുസരണത്തിനു (complete conformance) ഷാഡോ (shadow) അടയാളവാക്കുകള്‍ "
-"പ്രാവര്‍ത്തികമാക്കേണ്ടതുണ്ട്."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr ""
-"പൊതുവേ പറഞ്ഞാല്‍, ഷാഡോ (shadow)  അടയാളവാക്കുകള്‍ പ്രാവര്‍ത്തികമാക്കുന്നത് ഒരു നല്ല രീതിയായി "
-"കരുുതപ്പെടുന്നു. എന്നിരുന്നാലും ഷാഡോ (shadow)  അടയാളവാക്കുകള്‍ നന്നായി പ്രവര്‍ത്തിക്കാത്ത ചില "
-"സാഹചര്യങ്ങളുണ്ട് (റൂട്ടല്ലാത്ത ഉപയോക്താക്കള്‍ക്ക്  അടയാളവാക്കുകള്‍  /etc/passwd ല്‍ "
-"പരിശോദിയ്ക്കുേണ്ടി വരുന്നതാണ് ഏറ്റവും പ്രസക്തം)."
diff --git a/debian/po/nl.po b/debian/po/nl.po
deleted file mode 100644 (file)
index ff28022..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-#
-#    Translators, if you are not familiar with the PO format, gettext
-#    documentation is worth reading, especially sections dedicated to
-#    this format, e.g. by running:
-#         info -n '(gettext)PO Files'
-#         info -n '(gettext)Header Entry'
-#
-#    Some information specific to po-debconf are available at
-#            /usr/share/doc/po-debconf/README-trans
-#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-#    Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsb\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2007-05-16 19:44+0100\n"
-"Last-Translator: Bart Cornelis <cobaco@skolelinux.no>\n"
-"Language-Team: Dutch <debian-l10n-dutch@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Enable shadow passwords?"
-msgstr "Wilt u schaduwwachtwoorden activeren?"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr ""
-"De Linux Standard Base (LSB) vereist dat adduser(8) bepaalde opties "
-"beschikbaar maakt (zoals wachtwoordveroudering). Deze opties zijn enkel "
-"beschikbaar wanneer schaduwwachtwoorden geactiveerd zijn, op dit systeem "
-"zijn deze momenteel gedeactiveerd."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr ""
-"De meeste LSB-applicaties werken prima ongeacht of schaduwwachtwoorden wel "
-"of niet geactiveerd zijn, maar om volledig aan de LSB-standaard te voldoen "
-"dienen ze geactiveerd te zijn."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr ""
-"In het algemeen wordt het als 'goede gewoonte' beschouwd om "
-"schaduwwachtwoorden te activeren.  Wel zijn er bepaalde situaties waarin "
-"schaduwwachtwoorden mogelijk niet goed werken (met name, wanneer niet-root "
-"gebruikers wachtwoorden dienen te controleren via /etc/passwd)."
-
-#~ msgid ""
-#~ "If you answer in the affirmative, the command 'shadowconfig on' will be "
-#~ "run to enable shadow passwords."
-#~ msgstr ""
-#~ "Indien u positief antwoord zal ik schaduwwachtwoorden activeren met het "
-#~ "commando 'shadowconfig on'."
diff --git a/debian/po/pt.po b/debian/po/pt.po
deleted file mode 100644 (file)
index 1f12d6d..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-# Portuguese translation for lsb's debconf messages
-# Copyright (C) 2007 Carlos Lisboa <carloslisboa@gmail.com>
-# This file is distributed under the same license as the lsb package.
-# Carlos Lisboa <carloslisboa@gmail.com>, 2007.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsb\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-08-24 14:41+0000\n"
-"PO-Revision-Date: 2007-08-24 21:23+0100\n"
-"Last-Translator: Carlos Lisboa <carloslisboa@gmail.com>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Enable shadow passwords?"
-msgstr "Activar as passwords 'shadow'?"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr ""
-"O Linux Standard Base requere que determinadas funcionalidades do adduser(8) "
-"estejam disponíveis a aplicações conformes (tal como o envelhecimento da "
-"password). Estas funcionalidades só estão disponíveis quando as passwords "
-"'shadow' estão activadas, no entanto, no seu sistema estão desactivadas."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr ""
-"A maioria das aplicações LSB irão funcionar correctamente com qualquer "
-"opção, no entanto para haver completa conformidade as passwords 'shadow' "
-"devem estar activadas."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr ""
-"Por norma, é considerada boa prática activar as passwords 'shadow'. No "
-"entanto, existem algumas situações em que as passwords 'shadow' podem não "
-"funcionar correctamente (mais notavelmente, se utilizadores não-root "
-"precisam de autenticar passwords com o /etc/passwd)."
diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po
deleted file mode 100644 (file)
index 4007705..0000000
+++ /dev/null
@@ -1,95 +0,0 @@
-#
-#    Translators, if you are not familiar with the PO format, gettext
-#    documentation is worth reading, especially sections dedicated to
-#    this format, e.g. by running:
-#         info -n '(gettext)PO Files'
-#         info -n '(gettext)Header Entry'
-#
-#    Some information specific to po-debconf are available at
-#            /usr/share/doc/po-debconf/README-trans
-#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-#    Developers do not need to manually edit POT or PO files.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsb_1.2-6\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2003-03-30 12:49-0300\n"
-"Last-Translator: André Luís Lopes <andrelop@ig.com.br>\n"
-"Language-Team: Debian-BR Project <debian-l10n-portuguese@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-#, fuzzy
-#| msgid "Should shadow passwords be enabled?"
-msgid "Enable shadow passwords?"
-msgstr "O suporte a senhas shadow deve ser habilitado ?"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-#, fuzzy
-#| msgid ""
-#| "The Linux Standard Base requires that certain features of adduser(8) be "
-#| "available to conforming applications (such as password aging). Debian "
-#| "only provides these features when shadow passwords are enabled; however, "
-#| "your system currently has shadow passwords disabled."
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr ""
-"A Linux Standard Base requer que certos recursos do adduser(8) estejam "
-"disponíveis para aplicações conformantes (como expiração de senhas). O "
-"Debian somente oferecerá tais recursos quando senhas shadow estiverem "
-"habilitadas. Porém, seu sistema atualmente não possui senhas shadow "
-"habilitadas."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-#, fuzzy
-#| msgid ""
-#| "Most LSB applications will work fine with either setting, but 100% "
-#| "conformance requires shadow passwords to be enabled."
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr ""
-"A maioria das aplicações LSB funcionarão com qualquer uma das configurações, "
-"mas 100% de compatibilidade requer que o suporte a senhas shadow esteja "
-"habilitado."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-#, fuzzy
-#| msgid ""
-#| "Generally speaking, it is considered good practice to enable shadow "
-#| "passwords.  However, there are some situations in which shadow passwords "
-#| "may not work properly (most notably, if non-root users need to "
-#| "authenticate passwords against /etc/passwd)."
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr ""
-"De modo geral, é considerado uma boa prática habilitar senhas shadow. Porém, "
-"existem algumas situações nas quais senhas shadow podem não funcionar de "
-"maneira correta (mais notavelmente, caso usuários não-root precisem se "
-"autenticar no /etc/passwd)."
-
-#~ msgid ""
-#~ "If you answer in the affirmative, the command 'shadowconfig on' will be "
-#~ "run to enable shadow passwords."
-#~ msgstr ""
-#~ "Caso você responda afirmativamente, o comando 'shadowconfig on' será "
-#~ "executado para habilitar senhas shadow."
diff --git a/debian/po/ro.po b/debian/po/ro.po
deleted file mode 100644 (file)
index c8e4ac1..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-# Romanian translation of lsb.\r
-# Copyright (C) 2006 THE lsb'S COPYRIGHT HOLDER\r
-# This file is distributed under the same license as the lsb package.\r
-#\r
-# Stan Ioan-Eugen <stan.ieugen@gmail.com>, 2006.\r
-# stan ioan-eugen <stan.ieugen@gmail.com>, 2008.\r
-msgid ""\r
-msgstr ""\r
-"Project-Id-Version: \n"\r
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"\r
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"\r
-"PO-Revision-Date: 2008-02-29 22:53+0200\n"\r
-"Last-Translator: stan ioan-eugen <stan.ieugen@gmail.com>\n"\r
-"Language-Team: romanian <debian-l10n-romanian@lists.debian.org>\n"\r
-"MIME-Version: 1.0\n"\r
-"Content-Type: text/plain; charset=UTF-8\n"\r
-"Content-Transfer-Encoding: 8bit\n"\r
-"X-Generator: KBabel 1.11.4\n"\r
-\r
-#. Type: boolean\r
-#. Description\r
-#: ../templates:2001\r
-msgid "Enable shadow passwords?"\r
-msgstr "Se activează parolele ascunse?"\r
-\r
-#. Type: boolean\r
-#. Description\r
-#: ../templates:2001\r
-msgid ""\r
-"The Linux Standard Base requires that certain features of adduser(8) be "\r
-"available to conforming applications (such as password aging). These "\r
-"features are only provided when shadow passwords are enabled, while this "\r
-"system has them disabled."\r
-msgstr ""\r
-"Linux Standard Base cere ca anumite facilităţi ale lui adduser(8) să fie "\r
-"conforme standardului (faciltăţi precum expirarea parolelor). Debian oferă "\r
-"aceste facilităţi doar atunci când sunt activate parolele ascunse; totuşi, "\r
-"în prezent, parolele ascunse sunt dezactivate pe sistemul dumneavoastră."\r
-\r
-#. Type: boolean\r
-#. Description\r
-#: ../templates:2001\r
-msgid ""\r
-"Most LSB applications will work fine with either setting, but complete "\r
-"conformance requires shadow passwords to be enabled."\r
-msgstr ""\r
-"Majoritatea aplicaţiilor LSB vor funcţiona cu ambele setări, dar pentru "\r
-"conformitate deplină este necesară activarea parolelor ascunse."\r
-\r
-#. Type: boolean\r
-#. Description\r
-#: ../templates:2001\r
-msgid ""\r
-"Generally speaking, it is considered good practice to enable shadow "\r
-"passwords. However, there are some situations in which shadow passwords may "\r
-"not work properly (most notably, if non-root users need to check passwords "\r
-"against /etc/passwd)."\r
-msgstr ""\r
-"În general, este bine să activaţi parolele ascunse. Totuşi, există unele "\r
-"situaţii în care parolele ascunse nu vor funcţiona corespunzător (cazul cel "\r
-"mai evident, atunci când utilizatorii obişnuiţi trebuie să autentifice "\r
-"parolele faţă de cele din /etc/passwd)."\r
-\r
diff --git a/debian/po/ru.po b/debian/po/ru.po
deleted file mode 100644 (file)
index e64b05a..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-# translation of lsb_3.1-23.2_debconf-ru.po to Russian
-# This file is distributed under the same license as the PACKAGE package.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
-#
-# Yuri Kozlov <kozlov.y@gmail.com>, 2006, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: lsb_3.1-23.2\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2007-05-15 20:37+0400\n"
-"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
-"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Enable shadow passwords?"
-msgstr "Включить механизм теневых паролей?"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr ""
-"Согласно Linux Standard Base требуется, чтобы для соответствующих стандарту "
-"приложений были доступны определённые (например, устаревание паролей) "
-"возможности adduser(8). Эти возможности предоставляются при включённом "
-"механизме теневых паролей, но в вашей системе он отключён."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr ""
-"Большинство приложений, удовлетворяющих LSB, будут правильно работать при "
-"любой настройке, но для полного соответствия требуется включить механизм "
-"теневых паролей."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr ""
-"В большинстве вариантов установок рекомендуется включать механизм теневых "
-"паролей. Однако возможны ситуации, при которых использование механизма "
-"теневых паролей невозможно (в частности, если пользователям с обычными "
-"правами требуется проверка паролей из файла /etc/passwd)."
diff --git a/debian/po/sk.po b/debian/po/sk.po
deleted file mode 100644 (file)
index 2ee440b..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Slovak translation of lsb.
-# Copyright (C) 2005 THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the lsb package.
-# Ivan Masár <helix84@centrum.sk>, 2008.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsb\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2008-07-04 17:08+0100\n"
-"Last-Translator: Ivan Masár <helix84@centrum.sk>\n"
-"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Enable shadow passwords?"
-msgstr "Zapnúť tieňové heslá?"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "The Linux Standard Base requires that certain features of adduser(8) be available to conforming applications (such as password aging). These features are only provided when shadow passwords are enabled, while this system has them disabled."
-msgstr "Linux Standard Base požaduje dostupnosť istých vlastnosti adduser(8) (napr. zastaranie hesiel) pre aplikácie zodpovedajúce štandardu. Tieto vlastnosti budú poskytnuté iba ak je podpora tieňových hesiel zapnutá, tento systém ju však má vypnutú."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Most LSB applications will work fine with either setting, but complete conformance requires shadow passwords to be enabled."
-msgstr "Väčšina LSB aplikácií bude fungovať správne s oboma voľbami, no na úplné splnenie štandardu musia byť tieňové heslá zapnuté."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Generally speaking, it is considered good practice to enable shadow passwords. However, there are some situations in which shadow passwords may not work properly (most notably, if non-root users need to check passwords against /etc/passwd)."
-msgstr "Vo všeobecnosti sa považuje za vhodné zapnúť tieňové heslá. Existujú však určité situácie, kedy tieňové heslá nemusia fungovať správne (predovšetkým ak kontrolu hesiel voči /etc/passwd požadujú iní používatelia ako root)."
-
diff --git a/debian/po/sv.po b/debian/po/sv.po
deleted file mode 100644 (file)
index 69e6f02..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-# Developers do not need to manually edit POT or PO files.
-# , fuzzy
-#
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: lsb 3.0-9\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2007-05-14 22:31+0100\n"
-"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
-"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Enable shadow passwords?"
-msgstr "Aktivera skugglösenord?"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr ""
-"Linux Standard Base kräver att vissa funktioner av adduser(8) ska finnas "
-"tillgängliga till giltiga program (såsom lösenordföråldring). Dessa "
-"funktioner tillhandahålls endast när skugglösenord är aktiverade, men ditt "
-"system har dem för närvarande inaktiverade."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr ""
-"De flesta LSB-program fungerar fint med båda inställningarna men fullständig "
-"giltighet kräver att skugglösenord är aktiverade."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr ""
-"Vanligtvis anses det som korrekt att aktivera skugglösenord. Dock finns det "
-"vissa situationer där skugglösenord kanske inte fungerar som de ska (till "
-"exempel om icke-rootanvändare behöver kontrollera lösenord mot /etc/passwd)."
-
-#~ msgid ""
-#~ "If you answer in the affirmative, the command 'shadowconfig on' will be "
-#~ "run to enable shadow passwords."
-#~ msgstr ""
-#~ "Om du svarar ja kommer kommandot 'shadowconfig on' att köras för att "
-#~ "aktivera shadow-lösenord."
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
deleted file mode 100644 (file)
index a9d69b9..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Enable shadow passwords?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr ""
diff --git a/debian/po/vi.po b/debian/po/vi.po
deleted file mode 100644 (file)
index ab2b59a..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-# Vietnamese Translation for lsb.
-# Copyright © 2007 Free Software Foundation, Inc.
-# Clytie Siddall <clytie@riverland.net.au>, 2005-2007.
-# 
-msgid ""
-""
-msgstr "Project-Id-Version: lsb 3.0-1\n"
-"Report-Msgid-Bugs-To: lawrencc@debian.org\n"
-"POT-Creation-Date: 2007-05-13 09:16+0200\n"
-"PO-Revision-Date: 2007-05-31 17:02+0930\n"
-"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
-"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: LocFactoryEditor 1.6.3b1"
-
-#.Type: boolean
-#.Description
-# msgid "Should shadow passwords be enabled?"
-#: ../templates:2001
-msgid "Enable shadow passwords?"
-msgstr "Bật mật khẩu bóng không?"
-
-#.Type: boolean
-#.Description
-# msgid ""
-# The Linux Standard Base requires that certain features of adduser(8) be 
-# available to conforming applications (such as password aging). Debian 
-# only provides these features when shadow passwords are enabled; however, 
-# your system currently has shadow passwords disabled.
-#: ../templates:2001
-msgid ""
-"The Linux Standard Base requires that certain features of adduser(8) be "
-"available to conforming applications (such as password aging). These "
-"features are only provided when shadow passwords are enabled, while this "
-"system has them disabled."
-msgstr "Cơ bản chuẩn Linux (Linux Standard Base: lsb) cần đến một số tính năng của "
-"adduser(8) có phải sẵn sàng cho những ứng dụng thích hợp (như khả năng làm cho mật "
-"khẩu cũ hơn). Chỉ cung cấp những tính năng này khi mật khẩu bóng được bật; hệ thống này đã tắt mật khẩu bóng."
-
-#.Type: boolean
-#.Description
-# msgid ""
-# Most LSB applications will work fine with either setting, but 100% 
-# conformance requires shadow passwords to be enabled.
-#: ../templates:2001
-msgid ""
-"Most LSB applications will work fine with either setting, but complete "
-"conformance requires shadow passwords to be enabled."
-msgstr "Phần lớn ứng dụng LSB sẽ hoạt động được với mỗi thiết lập, nhưng mà độ "
-"phù hợp hoàn toàn cần đến bạn bật mật khẩu bóng."
-
-#.Type: boolean
-#.Description
-# msgid ""
-# Generally speaking, it is considered good practice to enable shadow 
-# passwords.  However, there are some situations in which shadow passwords 
-# may not work properly (most notably, if non-root users need to 
-# authenticate passwords against /etc/passwd).
-#: ../templates:2001
-msgid ""
-"Generally speaking, it is considered good practice to enable shadow "
-"passwords. However, there are some situations in which shadow passwords may "
-"not work properly (most notably, if non-root users need to check passwords "
-"against /etc/passwd)."
-msgstr "Nói chung, tốt để bật mật khẩu bóng. Tuy nhiên, cũng có một số trường hợp không "
-"có mật khẩu bóng hoạt động được (nhất là nếu người dùng khác người chủ cần so sánh mật khẩu với « /etc/passwd »)."
-
-#~ msgid ""
-#~ "If you answer in the affirmative, the command 'shadowconfig on' will be "
-#~ "run to enable shadow passwords."
-#~ msgstr "Nếu bạn trả lời «Có» thì sẽ chạy lệnh «shadowconfig on» (bật cấu hình "
-#~ "bóng) để hiệu lực mật khẩu bóng."
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100755 (executable)
index a75344b..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-#!/bin/sh -e
-
-setup_ldso_symlink () {
-    ARCH=`dpkg --print-installation-architecture`
-    case "$ARCH" in
-        s390|ppc64|sparc|sparc64|alpha|hppa|m68k|mipsel)
-            ln -sf ld.so.1 /lib/ld-lsb-$ARCH.so.1
-            ln -sf ld.so.1 /lib/ld-lsb-$ARCH.so.2
-            ln -sf ld.so.1 /lib/ld-lsb-$ARCH.so.3
-            ;;
-        powerpc)
-            ln -sf ld.so.1 /lib/ld-lsb-ppc32.so.1
-            ln -sf ld.so.1 /lib/ld-lsb-ppc32.so.2
-            ln -sf ld.so.1 /lib/ld-lsb-ppc32.so.3
-            ;;
-        i386)
-            ln -sf ld-linux.so.2 /lib/ld-lsb.so.1
-            ln -sf ld-linux.so.2 /lib/ld-lsb.so.2
-            ln -sf ld-linux.so.2 /lib/ld-lsb.so.3
-            ;;
-        amd64)
-            ln -sf ld-linux.so.2 /lib/ld-lsb.so.1
-            ln -sf ld-linux.so.2 /lib/ld-lsb.so.2
-            ln -sf ld-linux.so.2 /lib/ld-lsb.so.3
-            ln -sf /lib/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.2
-            ln -sf /lib/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.3
-            ;;
-        ia64)
-            ln -sf ld-linux-ia64.so.2 /lib/ld-lsb-ia64.so.1
-            ln -sf ld-linux-ia64.so.2 /lib/ld-lsb-ia64.so.2
-            ln -sf ld-linux-ia64.so.2 /lib/ld-lsb-ia64.so.3
-            ;;
-        *)
-            echo "ld-lsb-*.so.1 symlink for $ARCH is unknown!"
-            ;;
-    esac
-}
-
-PATH=/sbin:/usr/sbin:$PATH
-export PATH
-
-. /usr/share/debconf/confmodule
-
-case "$1" in
-    configure)
-        if [ ! -e /etc/shadow ]; then
-            db_get lsb/shadowconfig
-            if [ "$RET" = "true" ]; then
-                shadowconfig on >&2 || true
-            fi
-        fi
-        setup_ldso_symlink
-        ;;
-    abort-upgrade|abort-remove|abort-deconfigure)
-        ;;
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-#DEBHELPER#
diff --git a/debian/prerm b/debian/prerm
deleted file mode 100644 (file)
index 278be5b..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-#!/bin/sh -e
-
-remove_ldso_symlink () {
-    ARCH=`dpkg --print-installation-architecture`
-    case "$ARCH" in
-        s390|ia64|ppc64|sparc|sparc64|alpha|hppa|m68k|mipsel)
-            rm -f /lib/ld-lsb-$ARCH.so.[123]
-            ;;
-        powerpc)
-            rm -f /lib/ld-lsb-ppc32.so.[123]
-            ;;
-        i386)
-            rm -f /lib/ld-lsb.so.[123]
-            ;;
-        amd64)
-            rm -f /lib/ld-lsb.so.[123] /lib64/ld-lsb-x86-64.so.2
-            ;;
-        *)
-            echo "ld-lsb-*.so.1 symlink for $ARCH is unknown; not removed."
-            ;;
-    esac
-}
-
-PATH=/sbin:/usr/sbin:$PATH
-export PATH
-
-case "$1" in
-    remove)
-        remove_ldso_symlink
-        rm -f /var/lib/lsb/facilities
-        rm -f /var/lib/lsb/depends
-        ;;
-    failed-upgrade|upgrade|deconfigure)
-        ;;
-    *)
-        echo "prerm called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-
-#DEBHELPER#
diff --git a/debian/pycompat b/debian/pycompat
deleted file mode 100644 (file)
index 0cfbf08..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/debian/rules b/debian/rules
deleted file mode 100755 (executable)
index 0f8e529..0000000
+++ /dev/null
@@ -1,181 +0,0 @@
-#!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-distribution = SLP
-
-ifeq ($(distribution),SLP)
-export DH_OPTIONS = -Nlsb-core -Nlsb-graphics -Nlsb-cxx -Nlsb-desktop -Nlsb-qt4 -Nlsb-languages -Nlsb-multimedia -Nlsb-printing -Nlsb -Nlsb-release -Nlsb
-endif
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-DEB_HOST_ARCH       ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-       CFLAGS += -g
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-       INSTALL_PROGRAM += -s
-endif
-
-# Map Debian architectures to LSB architectures
-lsbarch=${DEB_HOST_ARCH}
-ifeq (${lsbarch}, i386)
-lsbarch=ia32
-endif
-ifeq (${lsbarch}, powerpc)
-lsbarch=ppc32
-endif
-
-LIBC=libc6 (>> 2.3.5)
-ifeq (${lsbarch}, hurd-i386)
-LIBC=libc0.3 (>> 2.3.5)
-endif
-ifeq (${lsbarch}, kfreebsd-amd64)
-LIBC=libc0.1 (>> 2.3.5)
-endif
-ifeq (${lsbarch}, kfreebsd-i386)
-LIBC=libc0.1 (>> 2.3.5)
-endif
-ifeq (${lsbarch}, ia64)
-LIBC=libc6.1 (>> 2.3.5)
-endif
-ifeq (${lsbarch}, alpha)
-LIBC=libc6.1 (>> 2.3.5)
-endif
-
-configure: configure-stamp
-configure-stamp:
-       dh_testdir
-       # Add here commands to configure the package.
-
-       touch configure-stamp
-
-build: build-stamp
-
-build-stamp: configure-stamp
-       dh_testdir
-
-       # Add here commands to compile the package.
-       #$(MAKE)
-       #/usr/bin/docbook-to-man debian/lsb.sgml > lsb.1
-
-       touch build-stamp
-
-clean:
-       dh_testdir
-       dh_testroot
-       rm -f build-stamp configure-stamp *.py[co] debian/lsb*substvars
-
-       # Add here commands to clean up after the build process.
-
-       dh_clean
-
-install: build
-       dh_testdir
-       dh_testroot
-       dh_prep
-       dh_installdirs
-
-ifneq ($(distribution),SLP)
-       # Add here commands to install the package into debian/lsb.
-       #$(MAKE) install DESTDIR=$(CURDIR)/debian/lsb
-       cp -p initdutils.py install_initd remove_initd lsbinstall debian/lsb-core/usr/lib/lsb
-       cp -p init-functions debian/lsb-base/lib/lsb
-       cp -p lsb_release debian/lsb-release/usr/bin
-       cp -p lsb_release.py debian/lsb-release/usr/share/python-support/lsb-release
-       cp -p debian/lsb-release.bugscript debian/lsb-release/usr/share/bug/lsb-release
-else
-       cp -p init-functions debian/lsb-base/lib/lsb
-endif
-
-# Build architecture-independent files here.
-binary-indep: build install
-       dh_testdir
-       dh_testroot
-       dh_installdebconf -i
-       dh_installdocs -i
-#      dh_installlogrotate
-#      dh_installemacsen
-#      dh_installpam
-#      dh_installmime
-#      dh_installinit
-       dh_installcron -i
-       dh_installman -i
-       dh_installinfo -i
-#      dh_undocumented
-       dh_installchangelogs -i
-       dh_link -i
-       dh_strip -i
-       dh_compress -i
-       dh_fixperms -i
-#      dh_makeshlibs
-#      dh_perl
-ifneq ($(distribution),SLP)
-       dh_pysupport -i
-endif
-#      dh_python
-       dh_installdeb -i
-       dh_shlibdeps -i
-       dh_gencontrol -i
-       dh_md5sums -i
-       dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build install
-       dh_testdir
-       dh_testroot
-       dh_installdebconf -a
-       dh_installdocs -a
-       dh_installexamples -a test/init-skeleton
-       dh_installmenu -a
-#      dh_installlogrotate
-#      dh_installemacsen
-#      dh_installpam
-#      dh_installmime
-#      dh_installinit
-       dh_installcron -a
-       dh_installman -a lsb.8
-       dh_installinfo -a
-#      dh_undocumented
-       dh_installchangelogs -a
-       @echo >> debian/lsb-core.substvars "glibc=${LIBC}"
-#      @[ ${DEB_HOST_GNU_TYPE} != 'arm-linux-gnueabi' ] && echo >> debian/lsb-cxx.substvars "depends=libstdc++5" || true
-       @echo >> debian/lsb-core.substvars "provides=lsb-core-${lsbarch}"
-       @echo >> debian/lsb-cxx.substvars "provides=lsb-cxx-${lsbarch}"
-       @echo >> debian/lsb-graphics.substvars "provides=lsb-graphics-${lsbarch}"
-       @echo >> debian/lsb-desktop.substvars "provides=lsb-qt4-${lsbarch}, lsb-desktop-${lsbarch}"
-       @echo >> debian/lsb-qt4.substvars "provides=lsb-qt4-${lsbarch}"
-       @echo >> debian/lsb-multimedia.substvars "provides=lsb-multimedia-${lsbarch}"
-       @echo >> debian/lsb-languages.substvars "provides=lsb-languages-${lsbarch}"
-       @echo >> debian/lsb-printing.substvars "provides=lsb-printing-${lsbarch}"
-       @[ ${DEB_HOST_ARCH} = 'amd64' ] && echo >> debian/lsb-core.substvars "depends=libc6-i386, lib32z1" || true
-       @[ ${DEB_HOST_ARCH} = 'kfreebsd-amd64' ] && echo >> debian/lsb-core.substvars "depends=libc0.1-i386, lib32z1" || true
-       dh_link -a
-       dh_strip -a
-       dh_compress -a
-       dh_fixperms -a
-       dh_pysupport -a
-#      dh_makeshlibs
-       dh_installdeb -a
-#      dh_perl
-       dh_shlibdeps -a
-       dh_gencontrol -a
-       dh_md5sums -a
-       dh_builddeb -a
-
-ifneq ($(distribution),SLP)
-binary: binary-indep binary-arch
-else
-binary:        binary-indep
-binary-arch:
-endif
-
-
-.PHONY: build clean binary-indep binary-arch binary install configure
diff --git a/debian/templates b/debian/templates
deleted file mode 100644 (file)
index 47b8c0f..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# for an advice to debian-l10n-english@lists.debian.org
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: lsb/shadowconfig
-Type: boolean
-Default: true
-_Description: Enable shadow passwords?
- The Linux Standard Base requires that certain features of adduser(8)
- be available to conforming applications (such as password
- aging). These features are only provided when shadow passwords are
- enabled, while this system has them disabled.
- .
- Most LSB applications will work fine with either setting, but complete
- conformance requires shadow passwords to be enabled.
- .
- Generally speaking, it is considered good practice to enable shadow
- passwords. However, there are some situations in which shadow passwords
- may not work properly (most notably, if non-root users need to
- check passwords against /etc/passwd).
index 90e3918..bd9380c 100644 (file)
@@ -1,3 +1,6 @@
+* Sun Aug 25 2013 Chengwei Yang <chengwei.yang@intel.com>
+- Remove debian packaging stuff
+
 * Sun Aug 25 2013 Chengwei Yang <chengwei.yang@intel.com> accepted/tizen/20130710.215545@b6a97b3
 - resetting manifest requested domain to floor
 - Tizen 2.1 base