[ubuntu/maverick] ncurses 5.7+20100313-2ubuntu1 (Accepted)
Steve Langasek
steve.langasek at ubuntu.com
Wed Jun 16 20:10:19 BST 2010
ncurses (5.7+20100313-2ubuntu1) maverick; urgency=low
* Merge from Debian unstable, remaining changes:
- Add -Bsymbolic-functions to linker options.
- Don't install the upstream changelogs in the runtime library packages.
* Dropped changes, merged in Debian:
- debian/patches/08-pkg-config-libdir.patch: Cope with multiple
colon-separated entries in $(PKG_CONFIG_LIBDIR), as set by default by
dpkg-buildpackage when cross-compiling.
* Refactor LDFLAGS changes; we really only need a simple 'export LDFLAGS'
in debian/rules now, we don't need to patch the rules everywhere.
ncurses (5.7+20100313-2) unstable; urgency=medium
[ Sven Joachim ]
* Disable rmm and smm features in xterm terminfo entry (see #574396).
* Include an empty /usr/share/terminfo directory in ncurses-bin to
ensure that configure scripts detect terminfo support (Closes: #575284).
* Let libncurses5-dev and libncursesw5-dev depend on the same version of
ncurses-bin to mitigate the impact of #480437.
* Explicitly specify source format 1.0 (lintian warning).
ncurses (5.7+20100313-1) unstable; urgency=low
[ Sven Joachim ]
* New upstream patchlevel.
- Workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro
on amd64 (Closes: #542031).
- Fix typo in curs_mouse.3x (Closes: #429198).
- Modify CF_MAN_PAGES configure macro to replace all occurrences of
TPUT in tput.1's manpage (Closes: #573597).
- Bump shlibs version, as there are several new symbols.
* Remove patch introduced in 5.5-2, applied upstream. Remove patch
introduced in version 5.7+20090627-1, no longer necessary.
* Switch patch system to quilt.
- Add a short debian/README.source as recommended by policy.
* Configure with /usr/share/terminfo as default terminfo dir, so that
we get the correct tabset directory (Closes: #509919, LP: #200773).
* Update xterm terminfo entry from xterm 246 (Closes: #444250).
* Derive xterm{16,256,88}-color from xterm-debian rather than
xterm-new for correct backspace key behavior.
* Move the debugging libraries back to /usr/lib/debug (Closes: #553239),
ship detached debugging symbols (Closes: #532022).
* Fix typo in debian/rules that lead to a dangling symlink in
lib64ncurses-dev (Closes: #563272).
* Install the binaries built without trace support in ncurses-bin
to avoid symbol lookup errors (Closes: #365120).
* Build static libraries with "--without-dlsym" (Closes: #556378).
* Remove compatibility symlinks in /usr/share/terminfo that were only
necessary for upgrades from versions prior to 5.4-9.
* debian/control cleanups:
- Adjust priority of the source package to required.
- Remove duplicate Section field for library packages.
- Fix dependencies of lib32ncursesw5-dev.
- Fix long descriptions of 32-bit packages on 64-bit systems.
- Do not recommend libgpm2 in non-native library packages, nor on
non-Linux architectures.
- Remove very old Replaces/Conflicts/Provides on ncurses-developer,
ncurses and tput.
- Version the "Replaces: ia32-libs" for lib32ncurses-dev.
- Remove no longer needed "Replaces: ncurses-term" and
"Depends: libncurses5" from ncurses-base.
- Set Homepage field to http://invisible-island.net/ncurses/.
- Add Vcs-Browser and Vcs-Git fields.
- Add ${misc:Depends} in all Depends fields.
- Add myself to Uploaders.
* Add lintian override for alleged spelling error in ncurses-base'
extended description; "linux" refers to a terminal type there.
* Use dh_install instead of dh_movefiles to install files and clean
up debian/rules a bit.
* Update Standards-Version to 3.8.4, no changes needed.
[ Craig Small ]
* New maintainer Closes: 543852
* Cross compile patch applied Closes: #550716
Date: Wed, 16 Jun 2010 19:03:50 +0000
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Steve Langasek <steve.langasek at canonical.com>
https://launchpad.net/ubuntu/maverick/+source/ncurses/5.7+20100313-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 16 Jun 2010 19:03:50 +0000
Source: ncurses
Binary: libncurses5 libncurses5-dev libncurses5-dbg libncursesw5 libncursesw5-dev libncursesw5-dbg lib64ncurses5 lib64ncurses5-dev lib32ncurses5 lib32ncurses5-dev lib32ncursesw5 lib32ncursesw5-dev ncurses-bin ncurses-base ncurses-term
Architecture: source
Version: 5.7+20100313-2ubuntu1
Distribution: maverick
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description:
lib32ncurses5 - shared libraries for terminal handling (32-bit)
lib32ncurses5-dev - developer's libraries for ncurses (32-bit)
lib32ncursesw5 - shared libraries for terminal handling (wide character support) (
lib32ncursesw5-dev - developer's libraries for ncursesw (32-bit)
lib64ncurses5 - shared libraries for terminal handling (64-bit)
lib64ncurses5-dev - developer's libraries for ncurses (64-bit)
libncurses5 - shared libraries for terminal handling
libncurses5-dbg - debugging/profiling libraries for ncurses
libncurses5-dev - developer's libraries and docs for ncurses
libncursesw5 - shared libraries for terminal handling (wide character support)
libncursesw5-dbg - debugging/profiling libraries for ncurses
libncursesw5-dev - developer's libraries for ncursesw
ncurses-base - basic terminal type definitions
ncurses-bin - terminal-related programs and man pages
ncurses-term - additional terminal type definitions
Closes: 365120 429198 444250 509919 532022 542031 543852 550716 553239 556378 563272 573597 575284
Launchpad-Bugs-Fixed: 200773
Changes:
ncurses (5.7+20100313-2ubuntu1) maverick; urgency=low
.
* Merge from Debian unstable, remaining changes:
- Add -Bsymbolic-functions to linker options.
- Don't install the upstream changelogs in the runtime library packages.
* Dropped changes, merged in Debian:
- debian/patches/08-pkg-config-libdir.patch: Cope with multiple
colon-separated entries in $(PKG_CONFIG_LIBDIR), as set by default by
dpkg-buildpackage when cross-compiling.
* Refactor LDFLAGS changes; we really only need a simple 'export LDFLAGS'
in debian/rules now, we don't need to patch the rules everywhere.
.
ncurses (5.7+20100313-2) unstable; urgency=medium
.
[ Sven Joachim ]
* Disable rmm and smm features in xterm terminfo entry (see #574396).
* Include an empty /usr/share/terminfo directory in ncurses-bin to
ensure that configure scripts detect terminfo support (Closes: #575284).
* Let libncurses5-dev and libncursesw5-dev depend on the same version of
ncurses-bin to mitigate the impact of #480437.
* Explicitly specify source format 1.0 (lintian warning).
.
ncurses (5.7+20100313-1) unstable; urgency=low
.
[ Sven Joachim ]
* New upstream patchlevel.
- Workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro
on amd64 (Closes: #542031).
- Fix typo in curs_mouse.3x (Closes: #429198).
- Modify CF_MAN_PAGES configure macro to replace all occurrences of
TPUT in tput.1's manpage (Closes: #573597).
- Bump shlibs version, as there are several new symbols.
* Remove patch introduced in 5.5-2, applied upstream. Remove patch
introduced in version 5.7+20090627-1, no longer necessary.
* Switch patch system to quilt.
- Add a short debian/README.source as recommended by policy.
* Configure with /usr/share/terminfo as default terminfo dir, so that
we get the correct tabset directory (Closes: #509919, LP: #200773).
* Update xterm terminfo entry from xterm 246 (Closes: #444250).
* Derive xterm{16,256,88}-color from xterm-debian rather than
xterm-new for correct backspace key behavior.
* Move the debugging libraries back to /usr/lib/debug (Closes: #553239),
ship detached debugging symbols (Closes: #532022).
* Fix typo in debian/rules that lead to a dangling symlink in
lib64ncurses-dev (Closes: #563272).
* Install the binaries built without trace support in ncurses-bin
to avoid symbol lookup errors (Closes: #365120).
* Build static libraries with "--without-dlsym" (Closes: #556378).
* Remove compatibility symlinks in /usr/share/terminfo that were only
necessary for upgrades from versions prior to 5.4-9.
* debian/control cleanups:
- Adjust priority of the source package to required.
- Remove duplicate Section field for library packages.
- Fix dependencies of lib32ncursesw5-dev.
- Fix long descriptions of 32-bit packages on 64-bit systems.
- Do not recommend libgpm2 in non-native library packages, nor on
non-Linux architectures.
- Remove very old Replaces/Conflicts/Provides on ncurses-developer,
ncurses and tput.
- Version the "Replaces: ia32-libs" for lib32ncurses-dev.
- Remove no longer needed "Replaces: ncurses-term" and
"Depends: libncurses5" from ncurses-base.
- Set Homepage field to http://invisible-island.net/ncurses/.
- Add Vcs-Browser and Vcs-Git fields.
- Add ${misc:Depends} in all Depends fields.
- Add myself to Uploaders.
* Add lintian override for alleged spelling error in ncurses-base'
extended description; "linux" refers to a terminal type there.
* Use dh_install instead of dh_movefiles to install files and clean
up debian/rules a bit.
* Update Standards-Version to 3.8.4, no changes needed.
.
[ Craig Small ]
* New maintainer Closes: 543852
* Cross compile patch applied Closes: #550716
Checksums-Sha1:
d4e1549565de0274998edb5514959a9c863b4a75 2314 ncurses_5.7+20100313-2ubuntu1.dsc
78cab206166d278f0ab6f2df0d20ff569cbf305a 2612398 ncurses_5.7+20100313.orig.tar.gz
39bdbe9b1b0093508c618ca0a8e01db5f1174bda 45677 ncurses_5.7+20100313-2ubuntu1.diff.gz
Checksums-Sha256:
9cdd2de908aa1a9f5e8f0252d0565c56dc78aee5b0065408a6cd6bae6061ae6d 2314 ncurses_5.7+20100313-2ubuntu1.dsc
95e8629e1596366e20f8a72eff80b3d0ba91d1a79cc38b4696bfe39cfc6815ef 2612398 ncurses_5.7+20100313.orig.tar.gz
a19d5e03854031b70a66d70a257405e27a9d8d2d6446736d35fce3b2733b7039 45677 ncurses_5.7+20100313-2ubuntu1.diff.gz
Files:
cc665c7d95063b6ef30d090abe89d85b 2314 libs required ncurses_5.7+20100313-2ubuntu1.dsc
89f4f4b6dc88cc147c6f4b7a7f9fa80b 2612398 libs required ncurses_5.7+20100313.orig.tar.gz
1ac7a31ed6b902666f43bd26b18304a6 45677 libs required ncurses_5.7+20100313-2ubuntu1.diff.gz
Original-Maintainer: Craig Small <csmall at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIVAwUBTBkgpFaNMPMhshM9AQhIgBAAma1Nj+i1+nCQF5nYv+2tvJu/3mSL3vyW
3zcavSB/mP6UQGhiNVtUZvW3NT4fgxip2loFWnQwXLgvlJy8hB4ucmqQDt6ntgzV
L93Idmhl1cU6sRNuE3xu7BzQLc34uHlVHuxupl5p5EP0IVFtz8wVOnliRyHaD02U
pSGJfFfIaG9l7RXy8h7g9y7gaCAo+xx2IVVLJYZ33CPmT39wgEAl8roCw6jcVkI/
oRUGw0HqUtpE0lAkLdIKBKpxrr/oDqjJHFI8FPD1LocV7MOsRKQN6fuUIOpnrI5+
U+x3XACVUwx1J1T1wgr3ttbhvd/LYleM0XHxtgy5qal1OINvpt8fObuXb+6ayBlm
5+OHFgIr9jzCDt5FV2GcinznG3YFYtpEydJKzl+RQ4S0egelIdzwWH7QCHnP6QZ/
+/iJpxdCb8dBh+IERLO4jBW7+WpH3M0xD/sivmbB1NYPFeqaZ1Yau4bER3mvVQuV
gictIyeBSSTbKiymco4GiBQKaxHA5tk0hS3Ts3F4uoaxKabALoBfWlqdtfNtWo/p
fNleebWWMdrWr82FyBir4O5z9K3d8LkRGf2EF36mutwlBmoAb8//BAv4VDzbJM0e
92YxLmbw4AeKhu6eAMv14lc4GASygN+dOMn15CzM3pIjC0Zf5dJaBxI7eUnOKAgB
dDFY6dRLp4I=
=7y3w
-----END PGP SIGNATURE-----
More information about the Maverick-changes
mailing list