Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

deb-lang-1.15.6.1-10.1 RPM for noarch

From OpenSuSE 11.4 updates for noarch

Name: deb-lang Distribution: openSUSE 11.4
Version: 1.15.6.1 Vendor: openSUSE
Release: 10.1 Build date: Mon Oct 29 15:50:33 2012
Group: System/Localization Build host: build10
Size: 5538414 Source RPM: deb-1.15.6.1-10.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://www.debian.org
Summary: Languages for package deb
Provides translations to the package deb

Provides

Requires

License

GPL-2.0+

Changelog

* Thu Sep 13 2012 vdziewiecki@suse.com
  -Fix bnc#778291 - VUL-1: CVE-2012-3500: deb: annotate-output has
    tmp issues - annotate-output.patch
* Thu Jul 29 2010 wolfgang.rosenauer@basyskom.de
  - make 'debcommit -r' work with mercurial 1.6
* Fri Apr 09 2010 puzel@novell.com
  - update to dpkg-1.15.6.1
  - update to debhelper-7.4.17
  - update to devscripts-2.10.62
    - see /usr/share/doc/packages/deb/*/changelog for details
  - split deb-devel subpackage
* Fri Feb 19 2010 puzel@novell.com
  - update to dpkg-1.15.5.6
  - update to debhelper-7.4.15
  - update to devscripts-2.10.61
    - see /usr/share/doc/packages/deb/*/changelog for details
* Wed Jan 06 2010 jengelh@medozas.de
  - enable parallel building with smp_mflags
* Fri Dec 18 2009 wr@rosenauer.org
  - try to fix older dists
* Wed Nov 25 2009 puzel@novell.com
  - update to dpkg-1.15.5.2, debhelper-7.4.8, devscripts-2.10.58
    - huge number of changelogs - please see appropriate changelogs
    for details:
    - /usr/share/doc/packages/deb/debhelper/changelog
    - /usr/share/doc/packages/deb/dpkg/changelog
* Thu Nov 12 2009 wr@rosenauer.org
  - include devscripts-2.10.55
  - add sensible-editor helper script
* Thu Aug 13 2009 puzel@novell.com
  - update to debhelper-7.3.12
    * dh: Allow creation of new sequences (such as to handle a patch
      target for quilt), by adding an add_command function to the
      sequence addon interface.
    * perl_build: Fix Build check to honor source directory setting.
    * perl_build: Avoid failing if forced to be used in dh_auto_clean
      when Build does not exist (ie due to being run twice in a row).
    * dh_builddeb: Fix man page typo.
    * dh_installdeb: In udeb mode, support the menutest and isinstallable
      maintainer scripts.
* Tue Aug 04 2009 puzel@novell.com
  - update to debhelper-7.3.9
    * cmake: Avoid forcing rpath off as this can break some test suites.
      It gets stripped by cmake at install time.
* Mon Jul 27 2009 puzel@novell.com
  - update to debhelper-7.3.8
    * First upload of buildsystems support to unstable.
      Summary: Adds --buildsystem (modular, OO buildsystem classes),
    - -sourcedirectory, --builddirectory, and support for cmake
      and ant.
    * python_distutils buildsystem: Build for all supported Python
      versions that are installed. Ensure that correct shebangs are
      created by using `python' first during build and install.
      Also build with python*-dbg if the package build-depends
      on them.
* Thu Jul 16 2009 puzel@novell.com
  - update to debhelper-7.3.4
    * Add a versioned dep on perl-base, to get a version that supports
      GetOptionsFromArray.
    * dh_install: Fix support for the case where --sourcedir=debian/tmp/foo
      is used. Perl was not being greedy enough and the 'foo' was not stripped
      from the destination directory in this unusual case.
    * dh_install: Fix support for the case where debian/tmp is
      explicitly specified in filename paths despite being searched by
      default.
    * dh_install: Add test suite covering the last 5 bugs.
* Fri Jul 03 2009 puzel@novell.com
  - update to debhelper-7.3.1
    * Modular object oriented dh_auto_* buildsystem support,
      contributed by Modestas Vainius
    - dh_auto_* --sourcedirectory can now be used to specify a source
      directory if sources and/or the whole buildsystem lives elsewhere
      than the top level directory.
    - dh_auto_* --builddirectory can now be used to specify a build
      directory to use for out of source building, for build systems
      that support it.
    - dh_auto_* --buildsystem can now be used to override the autodetected
      build system, or force use of a third-party class.
    - dh_auto_* --list can be used to list available and selected build
      systems.
    - Adds support for cmake.
    - For the perl_build build system, Build is used consistently
      instead of falling back to using the generated Makefile.
    - Historical dh_auto_* behavior should be preserved despite these
      large changes..
    * Move two more command-specific options to only be accepted by the commands
      that use them. The options are:
    - -sourcedir, --destdir
      If any third-party debhelper commands use either of the above options,
      they will be broken, and need to be changed to pass options to init().
    * Make dh not complain about unknown, command-specific options passed to it,
      and further suppress warnings about such options it passes on to debhelper
      commands. This was attempted incompletely before in version 7.2.17.
    * dh_install: Fix installation of entire top-level directory
      from debian/tmp.
    * dh_install: Handle correctly the case where a glob expands to
      a dangling symlink, installing the dangling link as requested.
    * dh_install: Fix fallback use of debian/tmp in v7 mode; a bug caused
      it to put files inside a debian/tmp directory in the package build
      directory, now that prefix is stripped.
    * dh_shlibdeps: Ensure DEBIAN directory exists, as dpkg-shlibdeps
      prints a confusing warning if it does not.
    * dh_auto_install: Pass --install-layout=deb to setup.py
      to support python 2.6.
    * Allow command-specific options to be passed to commands
      via dh without causing other commands to emit a getopt
      warning or deprecation message.
    * dh_installinfo: No longer inserts install-info calls into
      maintainer scripts, as that is now triggerized. Adds a dependency
      via misc:Depends to handle partial upgrades. Note that while
      dh_installinfo already required that info files had a INFO-DIR-SECTION,
      the new system also requires they have START-INFO-DIR-ENTRY and
      END-INFO-DIR-ENTRY for proper registration. I assume there will be
      some mass bug filing for any packages that do not have that.
* Fri Jun 12 2009 puzel@suse.cz
  - update to debhelper-7.2.16
    * dh_gconf: Add missed half of postrm fragment removal.
* Thu Jun 11 2009 puzel@suse.cz
  - update to debhelper-7.2.15
    * dh_strip, dh_shlibdeps: Add support for OCaml shared libraries.
    * dh_compress: Avoid compressing .svg and .sgvz files, since these
      might be used as images on a html page, and also to avoid needing
      to special case the .svgz extension when compressing svg.
    * dh_scrollkeeper: Now a deprecated no-op.
    * dh_gconf: Remove postrm fragment that handled schema migration
      from /etc to /usr.
* Thu May 21 2009 puzel@suse.cz
  - update to debhelper-7.2.14
    * dh: Avoid writing log after override_dh_clean is run.
    * dh_auto_configure: Pass --skipdeps safely via PERL_AUTOINSTALL.
    * dh_auto_configure: Revert --skipdeps change
* Wed May 13 2009 puzel@suse.cz
  - update to debhelper-7.2.11
    * dh: Support --with addon,addon,...
    * dh_auto_configure: Add --skipdeps when running Makefile.PL,
      to prevent Module::Install from trying to download dependencies.
    * Support debian/foo.os files to suppliment previous debian/foo.arch
      file support.
* Mon May 11 2009 puzel@suse.cz
  - update to debhelper-7.2.10
    * Close COMPAT_IN filehandle.
    * dh_auto_configure: Clarify man page re adding configure
      parameters.
    * dh_auto_configure: Pass packlist=0 when running Makefile.PL,
      in case it is a Build.PL passthru, to avoid it creating
      the .packlist file.
* Wed May 06 2009 puzel@suse.cz
  - update to debhelper-7.2.9
    * dh_fixperms: Ensure lintian overrides are mode 644.
    * dh_fixperms: Fix permissions of OCaml .cmxs files.
    * dh: Add --without to allow disabling sequence addons (particularly
      useful to disable the default python-support addon).
  - split -lang subpackage
* Tue Apr 21 2009 puzel@suse.cz
  - update to debhelper-7.2.8
    * dh_desktop: Now a deprecated no-op, since desktop-file-utils
      uses triggers.
    * Move dh sequence documentation to PROGRAMMING.
* Thu Apr 16 2009 puzel@suse.cz
  - update to debhelper-7.2.7
    * fix calling the same helper for separate packages in the override of dh
      binary-indep/binary-arch
    * add --remaining-packages option
    * dh_icons: ignore gnome and hicolor themes (will be handled
      by triggers)
* Mon Apr 06 2009 puzel@suse.cz
  - add a hack to detect architecture correctly (bnc#469337)
* Mon Mar 16 2009 puzel@suse.cz
  - update to debhelper-7.2.6
    * examples files updated to add dh_bugfiles, remove obsolete
      dh_python
    * dh_auto_test: Support DEB_BUILD_OPTIONS=nocheck
    * set MODULEBUILDRC=/dev/null when running perl Build scripts
      to avoid ~/.modulebuildrc influencing the build
    * dh_installmenus: Revert removal of update-menus calls
* Mon Mar 09 2009 puzel@suse.cz
  - update to debhelper-7.2.4
    * dh_makeshlibs: Fix --add-udeb, for real
    * dh_installmenus: Now that a triggers capable menu and dpkg are in
      stable, menu does not need to be explicitly run in maintainer
      scripts, except for packages with menu-methods files.
    * dh_installdocs: No longer add maintainer script code to call
      doc-base, as it supports triggers in stable.
    * dh_bugfiles: New program, contributed by Modestas Vainius.
    * dh: Override LC_ALL, not LANG.
    * dh_installchangelogs: Support -X to exclude automatic installation
      of specific upstream changelogs.
    * Compat level 4 is now deprecated.
    * dh_makeshlibs: Re-add --add-udeb support.
    * dh_shlibdeps: Remove --add-udeb switch (was accidentially added here).
* Thu Mar 05 2009 puzel@suse.cz
  - update to debhelper-7.2.2
    * dh_installmodules: Give files in /etc/modprobe.d a .conf
      syntax, as required by new module-init-tools.
    * dh_installmodules: Add preinst and postinst code to handle
      cleanly renaming the modprobe.d files on upgrade.
    * Two updates to conffile moving code from wiki:
    - Support case where the conffile name is a substring of another
      conffile's name.
    - Support case where dpkg-query says the file is obsolete.
* Tue Mar 03 2009 puzel@suse.cz
  - update to dpkg-1.15.0 and debhelper-7.2.1
    - huge number of changes, please see
      /usr/share/doc/packages/deb/dpkg/changelog and
    /usr/share/doc/packages/deb/debhelper/changelog
    for details

Files

/usr/share/locale/ast/LC_MESSAGES/dpkg.mo
/usr/share/locale/bs/LC_MESSAGES/dpkg.mo
/usr/share/locale/bs/LC_MESSAGES/dselect.mo
/usr/share/locale/ca/LC_MESSAGES/dpkg-dev.mo
/usr/share/locale/ca/LC_MESSAGES/dpkg.mo
/usr/share/locale/ca/LC_MESSAGES/dselect.mo
/usr/share/locale/cs/LC_MESSAGES/dpkg.mo
/usr/share/locale/cs/LC_MESSAGES/dselect.mo
/usr/share/locale/da/LC_MESSAGES/dpkg.mo
/usr/share/locale/da/LC_MESSAGES/dselect.mo
/usr/share/locale/de/LC_MESSAGES/dpkg-dev.mo
/usr/share/locale/de/LC_MESSAGES/dpkg.mo
/usr/share/locale/de/LC_MESSAGES/dselect.mo
/usr/share/locale/dz/LC_MESSAGES/dpkg.mo
/usr/share/locale/el/LC_MESSAGES/dpkg.mo
/usr/share/locale/el/LC_MESSAGES/dselect.mo
/usr/share/locale/eo/LC_MESSAGES/dpkg.mo
/usr/share/locale/es/LC_MESSAGES/dpkg.mo
/usr/share/locale/es/LC_MESSAGES/dselect.mo
/usr/share/locale/et/LC_MESSAGES/dpkg.mo
/usr/share/locale/et/LC_MESSAGES/dselect.mo
/usr/share/locale/eu/LC_MESSAGES/dpkg.mo
/usr/share/locale/eu/LC_MESSAGES/dselect.mo
/usr/share/locale/fr/LC_MESSAGES/dpkg-dev.mo
/usr/share/locale/fr/LC_MESSAGES/dpkg.mo
/usr/share/locale/fr/LC_MESSAGES/dselect.mo
/usr/share/locale/gl/LC_MESSAGES/dpkg.mo
/usr/share/locale/gl/LC_MESSAGES/dselect.mo
/usr/share/locale/hu/LC_MESSAGES/dpkg.mo
/usr/share/locale/hu/LC_MESSAGES/dselect.mo
/usr/share/locale/id/LC_MESSAGES/dpkg.mo
/usr/share/locale/id/LC_MESSAGES/dselect.mo
/usr/share/locale/it/LC_MESSAGES/dpkg.mo
/usr/share/locale/it/LC_MESSAGES/dselect.mo
/usr/share/locale/ja/LC_MESSAGES/dpkg.mo
/usr/share/locale/ja/LC_MESSAGES/dselect.mo
/usr/share/locale/km/LC_MESSAGES/dpkg.mo
/usr/share/locale/ko/LC_MESSAGES/dpkg.mo
/usr/share/locale/ko/LC_MESSAGES/dselect.mo
/usr/share/locale/ku/LC_MESSAGES/dpkg.mo
/usr/share/locale/lt/LC_MESSAGES/dpkg.mo
/usr/share/locale/mr/LC_MESSAGES/dpkg.mo
/usr/share/locale/nb/LC_MESSAGES/dpkg.mo
/usr/share/locale/nb/LC_MESSAGES/dselect.mo
/usr/share/locale/ne/LC_MESSAGES/dpkg.mo
/usr/share/locale/nl/LC_MESSAGES/dpkg.mo
/usr/share/locale/nl/LC_MESSAGES/dselect.mo
/usr/share/locale/nn/LC_MESSAGES/dpkg.mo
/usr/share/locale/nn/LC_MESSAGES/dselect.mo
/usr/share/locale/pa/LC_MESSAGES/dpkg.mo
/usr/share/locale/pl/LC_MESSAGES/dpkg-dev.mo
/usr/share/locale/pl/LC_MESSAGES/dpkg.mo
/usr/share/locale/pl/LC_MESSAGES/dselect.mo
/usr/share/locale/pt/LC_MESSAGES/dpkg.mo
/usr/share/locale/pt/LC_MESSAGES/dselect.mo
/usr/share/locale/pt_BR/LC_MESSAGES/dpkg.mo
/usr/share/locale/pt_BR/LC_MESSAGES/dselect.mo
/usr/share/locale/ro/LC_MESSAGES/dpkg.mo
/usr/share/locale/ro/LC_MESSAGES/dselect.mo
/usr/share/locale/ru/LC_MESSAGES/dpkg-dev.mo
/usr/share/locale/ru/LC_MESSAGES/dpkg.mo
/usr/share/locale/ru/LC_MESSAGES/dselect.mo
/usr/share/locale/sk/LC_MESSAGES/dpkg.mo
/usr/share/locale/sk/LC_MESSAGES/dselect.mo
/usr/share/locale/sv/LC_MESSAGES/dpkg-dev.mo
/usr/share/locale/sv/LC_MESSAGES/dpkg.mo
/usr/share/locale/sv/LC_MESSAGES/dselect.mo
/usr/share/locale/th/LC_MESSAGES/dpkg.mo
/usr/share/locale/tl/LC_MESSAGES/dpkg.mo
/usr/share/locale/tl/LC_MESSAGES/dselect.mo
/usr/share/locale/vi/LC_MESSAGES/dpkg.mo
/usr/share/locale/vi/LC_MESSAGES/dselect.mo
/usr/share/locale/zh_CN/LC_MESSAGES/dpkg.mo
/usr/share/locale/zh_CN/LC_MESSAGES/dselect.mo
/usr/share/locale/zh_TW/LC_MESSAGES/dpkg.mo
/usr/share/locale/zh_TW/LC_MESSAGES/dselect.mo


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 20 05:27:31 2013