[ubuntu/saucy-proposed] lsb 4.1+Debian11ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Sun May 19 04:00:21 UTC 2013


lsb (4.1+Debian11ubuntu1) saucy; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Mark lsb-core Multi-Arch: foreign.
    - Use python3 instead of python2.
    - Fix status_of_proc returning incorrect error code; and when a pidfile
      is specified, return "unknown" if it exists but isn't readable (as
      would be the case for non-root with a root-only pidfile), and return
      "not running" if the pidfile otherwise doesn't provide a useful PID.
      This issue may also be fixed now in the Debian version, but someone
      needs to compare the differing implementations to verify before this
      delta can be dropped.
    - Prefer mailx (main) over mailutils (universe)
    - Depend directly on libnss3 and libnspr4 rather than via the
      transitional packages libnss3-1d and libnspr4-0d.
  * Changes included in Debian:
    - lsb_release: Add -Es to #! line for Python.
    - Correct duplicate reference to log_action_end_msg_post in
      debian/lsb-base.README.Debian.
    - Fix debian/copyright to list the correct Canonical copyright for the
      Ubuntu logging functions.
    - Revert use of /bin/echo for echo-n.
    - Port initdutils.py to python3 so that the tests will pass at build
      time.
    - Fix build failure when only building architecture-dependent packages
      on Ubuntu.

lsb (4.1+Debian11) unstable; urgency=low

  [ Steve Langasek ]
  * add -Es to the lsb_release python shebang, as discussed in
    <https://lists.debian.org/debian-python/2012/10/msg00021.html>.
  * Fix debian/copyright to list the correct Canonical copyright for the
    Ubuntu logging functions.
  * Correct duplicate reference to log_action_end_msg_post in
    debian/lsb-base.README.Debian.
  * debian/rules: fix the build on Ubuntu derivatives when building only the
    arch-dependent packages.

  [ Didier Raboud ]
  * Add jessie to the release codenames lookup table
  * Get Distributor ID from /etc/dpkg/origins/default if existant
    (Closes: #703677)
  * Bump Standards-Version to 3.9.4 without changes needed
  * Correct lsb-desktop.NEWS syntax errors

lsb (4.1+Debian10) unstable; urgency=low

  [ Steve Langasek ]
  * Fix the remaining problems of initdutils.py python3 compatibility
    (Closes: #673586)
  * Revert unnecessary use of /bin/echo -n (Closes: #708337)

  [ Didier Raboud ]
  * Compress source with xz

Date: Sat, 18 May 2013 20:54:45 -0700
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/saucy/+source/lsb/4.1+Debian11ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 18 May 2013 20:54:45 -0700
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-languages lsb-multimedia lsb-printing lsb-security lsb lsb-base lsb-release lsb-invalid-mta
Architecture: source
Version: 4.1+Debian11ubuntu1
Distribution: saucy
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description: 
 lsb        - Linux Standard Base 4.1 support package
 lsb-base   - Linux Standard Base 4.1 init script functionality
 lsb-core   - Linux Standard Base 4.1 core support package
 lsb-cxx    - Linux Standard Base 4.1 C++ support package
 lsb-desktop - Linux Standard Base 4.1 Desktop support package
 lsb-graphics - Linux Standard Base 4.1 graphics support package
 lsb-invalid-mta - Linux Standard Base sendmail dummy
 lsb-languages - Linux Standard Base 4.1 Runtime Languages package
 lsb-multimedia - Linux Standard Base 4.1 Multimedia package
 lsb-printing - Linux Standard Base 4.1 Printing package
 lsb-release - Linux Standard Base version reporting utility
 lsb-security - Linux Standard Base 4.1 Security package
Closes: 673586 703677 708337
Changes: 
 lsb (4.1+Debian11ubuntu1) saucy; urgency=low
 .
   * Merge from Debian unstable, remaining changes:
     - Mark lsb-core Multi-Arch: foreign.
     - Use python3 instead of python2.
     - Fix status_of_proc returning incorrect error code; and when a pidfile
       is specified, return "unknown" if it exists but isn't readable (as
       would be the case for non-root with a root-only pidfile), and return
       "not running" if the pidfile otherwise doesn't provide a useful PID.
       This issue may also be fixed now in the Debian version, but someone
       needs to compare the differing implementations to verify before this
       delta can be dropped.
     - Prefer mailx (main) over mailutils (universe)
     - Depend directly on libnss3 and libnspr4 rather than via the
       transitional packages libnss3-1d and libnspr4-0d.
   * Changes included in Debian:
     - lsb_release: Add -Es to #! line for Python.
     - Correct duplicate reference to log_action_end_msg_post in
       debian/lsb-base.README.Debian.
     - Fix debian/copyright to list the correct Canonical copyright for the
       Ubuntu logging functions.
     - Revert use of /bin/echo for echo-n.
     - Port initdutils.py to python3 so that the tests will pass at build
       time.
     - Fix build failure when only building architecture-dependent packages
       on Ubuntu.
 .
 lsb (4.1+Debian11) unstable; urgency=low
 .
   [ Steve Langasek ]
   * add -Es to the lsb_release python shebang, as discussed in
     <https://lists.debian.org/debian-python/2012/10/msg00021.html>.
   * Fix debian/copyright to list the correct Canonical copyright for the
     Ubuntu logging functions.
   * Correct duplicate reference to log_action_end_msg_post in
     debian/lsb-base.README.Debian.
   * debian/rules: fix the build on Ubuntu derivatives when building only the
     arch-dependent packages.
 .
   [ Didier Raboud ]
   * Add jessie to the release codenames lookup table
   * Get Distributor ID from /etc/dpkg/origins/default if existant
     (Closes: #703677)
   * Bump Standards-Version to 3.9.4 without changes needed
   * Correct lsb-desktop.NEWS syntax errors
 .
 lsb (4.1+Debian10) unstable; urgency=low
 .
   [ Steve Langasek ]
   * Fix the remaining problems of initdutils.py python3 compatibility
     (Closes: #673586)
   * Revert unnecessary use of /bin/echo -n (Closes: #708337)
 .
   [ Didier Raboud ]
   * Compress source with xz
Checksums-Sha1: 
 38b1cebfd4fbaaa8f12a04eda35aabdef144c1fd 2336 lsb_4.1+Debian11ubuntu1.dsc
 9ebb18f60fe972e9b8d08c0545e8c00bcb761848 65192 lsb_4.1+Debian11ubuntu1.tar.xz
Checksums-Sha256: 
 c81fcd5ec5ad4f41c8e2c6c3e857d280b60fc2b8d9eda5bc671f13c9e26471b3 2336 lsb_4.1+Debian11ubuntu1.dsc
 591db332ccd787678f8033bb655f97c6d9800e88bc608fdec95b9e84e6e073ce 65192 lsb_4.1+Debian11ubuntu1.tar.xz
Files: 
 85c5c138d5029682d1bc1c2af2ec5656 2336 misc extra lsb_4.1+Debian11ubuntu1.dsc
 f645f1fc6e86c0291ad21c67a6b97f6a 65192 misc extra lsb_4.1+Debian11ubuntu1.tar.xz
Original-Maintainer: Debian LSB Team <debian-lsb at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRmE0QAAoJEFaNMPMhshM92gQQAJ9k/gpVEpPfnqwzhJHOue8U
dq7bd6rizH2D+9T2O0T3402rFjRzTsMT3i+0suAUr0KoDqPx7CX78euItPz2i7I8
IOs6SGf+nDU1SQetr3XPIR95vuQHyZ4ILenOdzIPasvR2+zTkW3ZpCVJA7fMNcE4
vQBTItX+uEnpreV4xMsKpoLH5LvOjPt/3Jjz4dKm8zZQ6JBMlAhqjNDAOU/Bziu5
uWfsVQAd3FUx2Z/KAlAviZtgwZtHqoTe5/O7lPBJfrYcDWJQoeD4TBX3Q+aEx3Ej
KHD37BK3GLJMRWfsyDbzgdYwsKX3tYdizi+D5Nz608sXKhMsI13dYV3uwYF4L7gU
w/HQECgSd4zcdq71/wIERo4CsV/IBaITEGsVcISKhJfVrrZvRaG5cZKtQgb7FcO8
Wjbs4NJx7ol3TUab8mULZ6cZIRA+fJNaPhqvDE1AVJsMV/I9WRBK7mGylyzZ4Ss1
UFKCZJsR9+vw3m50rmF3njefzDIbOGrUPjqoUBDD+VRIJa/59flEhNysgYONeUly
euRY+KGY5LccfUtKf+AN5B9daP4Y3Gerh2rQj7GRNM0XQ0gxOjZ1NzpiHEkbdLSq
vaEML35jxmV5nwDn8oxWEpfqDwYohpsImHQstxmMjh0buFZ7M2qm3Oz9WdawASP4
qnCz2kSdhoLLIO95igsk
=OffO
-----END PGP SIGNATURE-----


More information about the Saucy-changes mailing list