[ubuntu/maverick] gnustep-base 1.19.3-3ubuntu1 (Accepted)
Luca Falavigna
dktrkranz at ubuntu.com
Thu May 13 17:20:16 BST 2010
gnustep-base (1.19.3-3ubuntu1) maverick; urgency=low
* Resync with Debian unstable
* debian/patches/GSXML-catalogs.patch:
- Replace mangling of DTDs to reduce build time on Ubuntu buildds.
gnustep-base (1.19.3-3) unstable; urgency=low
* debian/patches/powerpc-asm-local-labels.patch: New; should fix FTBFS
on powerpc with GCC 4.4 and above.
* debian/patches/series: Update.
* debian/rules (LDFLAGS): Conditionally define to avoid FTBFS on
GNU/Hurd.
gnustep-base (1.19.3-2) unstable; urgency=high
* debian/control.m4: Wrap all fields for diff-friendliness.
(Uploaders): Add myself, remove Hubert.
(Section): Change to `gnustep' to match the override file.
(Standards-Version): Claim compliance to 3.8.4 as of this release.
(Build-Depends): Drop obsolete version requirement of libffi-dev. Add
quilt.
(gnustep-base-common) <Section>: Remove.
(gnustep-base-runtime) <Section>: Likewise.
<Description>: Extend short description.
<Conflicts, Replaces>: Remove; obsolete.
(libgnustep-base`'SOV_BASE) <Conflicts, Replaces>: Likewise.
(libgnustep-base-dev): <Conflicts, Replaces, Provides>: Likewise.
<Depends>: Remove ${shlibs:Depends}.
(libgnustep-base`'SOV_BASE-dbg) <Section>: Change to `debug'.
<Provides, Conflicts>: Remove; not needed.
<Depends>: Remove ${shlibs:Depends}.
(gnustep-base-examples) <Depends>: Likewise.
(gnustep-base-doc) <Conflicts>: Remove.
<Recommends>: Replace the runtime library with the -dev package.
<Depends>: Add ${misc:Depends} and dpkg (>= 1.15.4) | install-info as
per Policy 12.2.
<Description>: Extend.
(Homepage, Vcs-Arch): New fields.
* debian/control: Regenerate.
* debian/rules: Do not invoke dh_installdirs without arguments. Include
/usr/share/GNUstep/debian/config.mk, /usr/share/quilt/quilt.make and
adjust the rules accordingly. Do not use gs_make.
(LDFLAGS): Define to -Wl,-z,defs -Wl,--as-needed.
(OPTFLAG): Define conditionally based on the presence of `noopt' in
DEB_BUILD_OPTIONS.
(debian/build-shared-stamp, debian/build-static-stamp): Use it.
(debian/configure-stamp): Pass LDFLAGS and --disable-bfd (Addresses:
#528005).
(debian/libgnustep-base$(sov_base).lintian-overrides): New rule to
generate automatically a lintian override file.
(clean_files): Add debian/libgnustep-base$(sov_base).lintian-overrides.
(install-doc): Rename the Info manuals to be less ambiguous.
(binary-arch): Add debian/libgnustep-base$(sov_base).lintian-overrides
to prerequisites. Invoke dh_lintian. Install the newly added manual
pages.
* debian/patches/pldes-manpage-rename.patch:
* debian/patches/NSBundle-PROCFS_EXE_LINK.patch: Add, extracted from the
diff.gz.
* debian/patches/avoid-tools-extra-linkage.patch: New, avoid linking the
tools against all the external libraries that gnustep-base depends
upon.
* debian/patches/avoid-nsl-linkage.patch: New, use AC_SEARCH_LIBS
instead of AC_CHECK_LIB to avoid useless linking against libnsl.
* debian/patches/autoreconf.patch: New.
* debian/patches/manpage-fixes.patch: New, fix some errors from man.
* debian/patches/info-direntry.patch: New, use appropriate @dircategory
and @direntry for the Info manuals.
* debian/patches/gdomap-bug29755.patch: New, fix for some severe
security issues; taken from upstream SVN (CVE-2010-1457).
* debian/patches/series:
* debian/source/format:
* debian/README.source: New file.
* debian/watch: Pass opts=pasv; don't uupdate.
* debian/libgnustep-baseN.overrides.m4: New file, a template for the
lintian overrides.
* debian/gnustep-base-doc.doc-base.base:
* debian/gnustep-base-doc.doc-base.additions:
* debian/gnustep-base-doc.doc-base.tools:
* debian/gnustep-base-doc.doc-base.manual:
* debian/gnustep-base-doc.doc-base.standards: New files.
* debian/gnustep-base-runtime.gdomap.in: Don't test for the presence of
GNUstep.sh and do not source it -- the file is no longer executable,
so this causes the init script to exit prematurely (Closes: #560740).
* debian/gnustep-base-runtime.postinst.in: Make sure gdomap is not
installed setuid root. Remove obsolete code for gdnc and
/var/run/GNUstep.
* debian/HTMLLinker.1:
* debian/make_strings.1: New manpages.
* debian/copyright: Indicate that the daemons/tools are under GPLv3+
now. Update copyright years.
Date: Thu, 13 May 2010 15:34:47 +0200
Changed-By: Luca Falavigna <dktrkranz at ubuntu.com>
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers at lists.alioth.debian.org>
https://launchpad.net/ubuntu/maverick/+source/gnustep-base/1.19.3-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 13 May 2010 15:34:47 +0200
Source: gnustep-base
Binary: gnustep-base-common gnustep-base-runtime libgnustep-base1.19 libgnustep-base-dev libgnustep-base1.19-dbg gnustep-base-examples gnustep-base-doc
Architecture: source
Version: 1.19.3-3ubuntu1
Distribution: maverick
Urgency: high
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers at lists.alioth.debian.org>
Changed-By: Luca Falavigna <dktrkranz at ubuntu.com>
Description:
gnustep-base-common - GNUstep Base library - common files
gnustep-base-doc - Documentation for the GNUstep Base Library
gnustep-base-examples - Examples using the GNUstep Base Library
gnustep-base-runtime - GNUstep Base library - daemons and tools
libgnustep-base-dev - GNUstep Base header files and development libraries
libgnustep-base1.19 - GNUstep Base library
libgnustep-base1.19-dbg - GNUstep Base library - debugging symbols
Closes: 560740
Changes:
gnustep-base (1.19.3-3ubuntu1) maverick; urgency=low
.
* Resync with Debian unstable
* debian/patches/GSXML-catalogs.patch:
- Replace mangling of DTDs to reduce build time on Ubuntu buildds.
.
gnustep-base (1.19.3-3) unstable; urgency=low
.
* debian/patches/powerpc-asm-local-labels.patch: New; should fix FTBFS
on powerpc with GCC 4.4 and above.
* debian/patches/series: Update.
* debian/rules (LDFLAGS): Conditionally define to avoid FTBFS on
GNU/Hurd.
.
gnustep-base (1.19.3-2) unstable; urgency=high
.
* debian/control.m4: Wrap all fields for diff-friendliness.
(Uploaders): Add myself, remove Hubert.
(Section): Change to `gnustep' to match the override file.
(Standards-Version): Claim compliance to 3.8.4 as of this release.
(Build-Depends): Drop obsolete version requirement of libffi-dev. Add
quilt.
(gnustep-base-common) <Section>: Remove.
(gnustep-base-runtime) <Section>: Likewise.
<Description>: Extend short description.
<Conflicts, Replaces>: Remove; obsolete.
(libgnustep-base`'SOV_BASE) <Conflicts, Replaces>: Likewise.
(libgnustep-base-dev): <Conflicts, Replaces, Provides>: Likewise.
<Depends>: Remove ${shlibs:Depends}.
(libgnustep-base`'SOV_BASE-dbg) <Section>: Change to `debug'.
<Provides, Conflicts>: Remove; not needed.
<Depends>: Remove ${shlibs:Depends}.
(gnustep-base-examples) <Depends>: Likewise.
(gnustep-base-doc) <Conflicts>: Remove.
<Recommends>: Replace the runtime library with the -dev package.
<Depends>: Add ${misc:Depends} and dpkg (>= 1.15.4) | install-info as
per Policy 12.2.
<Description>: Extend.
(Homepage, Vcs-Arch): New fields.
* debian/control: Regenerate.
* debian/rules: Do not invoke dh_installdirs without arguments. Include
/usr/share/GNUstep/debian/config.mk, /usr/share/quilt/quilt.make and
adjust the rules accordingly. Do not use gs_make.
(LDFLAGS): Define to -Wl,-z,defs -Wl,--as-needed.
(OPTFLAG): Define conditionally based on the presence of `noopt' in
DEB_BUILD_OPTIONS.
(debian/build-shared-stamp, debian/build-static-stamp): Use it.
(debian/configure-stamp): Pass LDFLAGS and --disable-bfd (Addresses:
#528005).
(debian/libgnustep-base$(sov_base).lintian-overrides): New rule to
generate automatically a lintian override file.
(clean_files): Add debian/libgnustep-base$(sov_base).lintian-overrides.
(install-doc): Rename the Info manuals to be less ambiguous.
(binary-arch): Add debian/libgnustep-base$(sov_base).lintian-overrides
to prerequisites. Invoke dh_lintian. Install the newly added manual
pages.
* debian/patches/pldes-manpage-rename.patch:
* debian/patches/NSBundle-PROCFS_EXE_LINK.patch: Add, extracted from the
diff.gz.
* debian/patches/avoid-tools-extra-linkage.patch: New, avoid linking the
tools against all the external libraries that gnustep-base depends
upon.
* debian/patches/avoid-nsl-linkage.patch: New, use AC_SEARCH_LIBS
instead of AC_CHECK_LIB to avoid useless linking against libnsl.
* debian/patches/autoreconf.patch: New.
* debian/patches/manpage-fixes.patch: New, fix some errors from man.
* debian/patches/info-direntry.patch: New, use appropriate @dircategory
and @direntry for the Info manuals.
* debian/patches/gdomap-bug29755.patch: New, fix for some severe
security issues; taken from upstream SVN (CVE-2010-1457).
* debian/patches/series:
* debian/source/format:
* debian/README.source: New file.
* debian/watch: Pass opts=pasv; don't uupdate.
* debian/libgnustep-baseN.overrides.m4: New file, a template for the
lintian overrides.
* debian/gnustep-base-doc.doc-base.base:
* debian/gnustep-base-doc.doc-base.additions:
* debian/gnustep-base-doc.doc-base.tools:
* debian/gnustep-base-doc.doc-base.manual:
* debian/gnustep-base-doc.doc-base.standards: New files.
* debian/gnustep-base-runtime.gdomap.in: Don't test for the presence of
GNUstep.sh and do not source it -- the file is no longer executable,
so this causes the init script to exit prematurely (Closes: #560740).
* debian/gnustep-base-runtime.postinst.in: Make sure gdomap is not
installed setuid root. Remove obsolete code for gdnc and
/var/run/GNUstep.
* debian/HTMLLinker.1:
* debian/make_strings.1: New manpages.
* debian/copyright: Indicate that the daemons/tools are under GPLv3+
now. Update copyright years.
Checksums-Sha1:
4c6799042020ebc56129f4bd03dbf9440546e271 1721 gnustep-base_1.19.3-3ubuntu1.dsc
ba7fdef6687af7d49f2f4284bcd1f6bb4c88873d 240377 gnustep-base_1.19.3-3ubuntu1.diff.gz
Checksums-Sha256:
2026800f62801d6ade20448356e4816d673fea535a8e3ce335f687b9f15dea46 1721 gnustep-base_1.19.3-3ubuntu1.dsc
efc109e40dab56597d90ff0fadca806770e17d45f3263532439f2e160d2e783c 240377 gnustep-base_1.19.3-3ubuntu1.diff.gz
Files:
2d4c78e123aad5bd6db04aaa1da46c70 1721 gnustep optional gnustep-base_1.19.3-3ubuntu1.dsc
747d3757af1d009b7a4c90a03534a0b9 240377 gnustep optional gnustep-base_1.19.3-3ubuntu1.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkvsAtsACgkQnXjXEYa8KlD3nACfe67UgTm0Jtpeo3LZf70xY3Y2
fUAAn0Homfg/P99IpbxNAo0AP0Wpni7d
=dV/O
-----END PGP SIGNATURE-----
More information about the Maverick-changes
mailing list