~ubuntu-branches/ubuntu/vivid/gnustep-base/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Yavor Doganov
  • Date: 2010-05-10 14:10:50 UTC
  • Revision ID: james.westby@ubuntu.com-20100510141050-tjcfhwsdj8i1ioc7
Tags: 1.19.3-3
* 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gnustep-base (1.19.3-3) unstable; urgency=low
 
2
 
 
3
  * debian/patches/powerpc-asm-local-labels.patch: New; should fix FTBFS
 
4
    on powerpc with GCC 4.4 and above.
 
5
  * debian/patches/series: Update.
 
6
  * debian/rules (LDFLAGS): Conditionally define to avoid FTBFS on
 
7
    GNU/Hurd.
 
8
 
 
9
 -- Yavor Doganov <yavor@gnu.org>  Mon, 10 May 2010 14:10:50 +0300
 
10
 
 
11
gnustep-base (1.19.3-2) unstable; urgency=high
 
12
 
 
13
  * debian/control.m4: Wrap all fields for diff-friendliness.
 
14
    (Uploaders): Add myself, remove Hubert.
 
15
    (Section): Change to `gnustep' to match the override file.
 
16
    (Standards-Version): Claim compliance to 3.8.4 as of this release.
 
17
    (Build-Depends): Drop obsolete version requirement of libffi-dev.  Add
 
18
    quilt.
 
19
    (gnustep-base-common) <Section>: Remove.
 
20
    (gnustep-base-runtime) <Section>: Likewise.
 
21
    <Description>: Extend short description.
 
22
    <Conflicts, Replaces>: Remove; obsolete.
 
23
    (libgnustep-base`'SOV_BASE) <Conflicts, Replaces>: Likewise.
 
24
    (libgnustep-base-dev): <Conflicts, Replaces, Provides>: Likewise.
 
25
    <Depends>: Remove ${shlibs:Depends}.
 
26
    (libgnustep-base`'SOV_BASE-dbg) <Section>: Change to `debug'.
 
27
    <Provides, Conflicts>: Remove; not needed.
 
28
    <Depends>: Remove ${shlibs:Depends}.
 
29
    (gnustep-base-examples) <Depends>: Likewise.
 
30
    (gnustep-base-doc) <Conflicts>: Remove.
 
31
    <Recommends>: Replace the runtime library with the -dev package.
 
32
    <Depends>: Add ${misc:Depends} and dpkg (>= 1.15.4) | install-info as
 
33
    per Policy 12.2.
 
34
    <Description>: Extend.
 
35
    (Homepage, Vcs-Arch): New fields.
 
36
  * debian/control: Regenerate.
 
37
  * debian/rules: Do not invoke dh_installdirs without arguments.  Include
 
38
    /usr/share/GNUstep/debian/config.mk, /usr/share/quilt/quilt.make and
 
39
    adjust the rules accordingly.  Do not use gs_make.
 
40
    (LDFLAGS): Define to -Wl,-z,defs -Wl,--as-needed.
 
41
    (OPTFLAG): Define conditionally based on the presence of `noopt' in
 
42
    DEB_BUILD_OPTIONS.
 
43
    (debian/build-shared-stamp, debian/build-static-stamp): Use it.
 
44
    (debian/configure-stamp): Pass LDFLAGS and --disable-bfd (Addresses:
 
45
    #528005).
 
46
    (debian/libgnustep-base$(sov_base).lintian-overrides): New rule to
 
47
    generate automatically a lintian override file.
 
48
    (clean_files): Add debian/libgnustep-base$(sov_base).lintian-overrides.
 
49
    (install-doc): Rename the Info manuals to be less ambiguous.
 
50
    (binary-arch): Add debian/libgnustep-base$(sov_base).lintian-overrides
 
51
    to prerequisites.  Invoke dh_lintian.  Install the newly added manual
 
52
    pages.
 
53
  * debian/patches/pldes-manpage-rename.patch:
 
54
  * debian/patches/NSBundle-PROCFS_EXE_LINK.patch: Add, extracted from the
 
55
    diff.gz.
 
56
  * debian/patches/avoid-tools-extra-linkage.patch: New, avoid linking the
 
57
    tools against all the external libraries that gnustep-base depends
 
58
    upon.
 
59
  * debian/patches/avoid-nsl-linkage.patch: New, use AC_SEARCH_LIBS
 
60
    instead of AC_CHECK_LIB to avoid useless linking against libnsl.
 
61
  * debian/patches/autoreconf.patch: New.
 
62
  * debian/patches/manpage-fixes.patch: New, fix some errors from man.
 
63
  * debian/patches/info-direntry.patch: New, use appropriate @dircategory
 
64
    and @direntry for the Info manuals.
 
65
  * debian/patches/gdomap-bug29755.patch: New, fix for some severe
 
66
    security issues; taken from upstream SVN (CVE-2010-1457).
 
67
  * debian/patches/series:
 
68
  * debian/source/format:
 
69
  * debian/README.source: New file.
 
70
  * debian/watch: Pass opts=pasv; don't uupdate.
 
71
  * debian/libgnustep-baseN.overrides.m4: New file, a template for the
 
72
    lintian overrides.
 
73
  * debian/gnustep-base-doc.doc-base.base:
 
74
  * debian/gnustep-base-doc.doc-base.additions:
 
75
  * debian/gnustep-base-doc.doc-base.tools:
 
76
  * debian/gnustep-base-doc.doc-base.manual:
 
77
  * debian/gnustep-base-doc.doc-base.standards: New files.
 
78
  * debian/gnustep-base-runtime.gdomap.in: Don't test for the presence of
 
79
    GNUstep.sh and do not source it -- the file is no longer executable,
 
80
    so this causes the init script to exit prematurely (Closes: #560740).
 
81
  * debian/gnustep-base-runtime.postinst.in: Make sure gdomap is not
 
82
    installed setuid root.  Remove obsolete code for gdnc and
 
83
    /var/run/GNUstep.
 
84
  * debian/HTMLLinker.1:
 
85
  * debian/make_strings.1: New manpages.
 
86
  * debian/copyright: Indicate that the daemons/tools are under GPLv3+
 
87
    now.  Update copyright years.
 
88
 
 
89
 -- Yavor Doganov <yavor@gnu.org>  Thu, 06 May 2010 10:25:31 +0300
 
90
 
1
91
gnustep-base (1.19.3-1) unstable; urgency=low
2
92
 
3
93
  * New upstream version.
4
94
  * Bump standards version.
5
95
 
6
96
 -- Gürkan Sengün <gurkan@phys.ethz.ch>  Wed, 18 Nov 2009 12:59:52 +0100
7
 
 
 
97
  
8
98
gnustep-base (1.19.0-2) unstable; urgency=low
9
99
 
10
100
  * Upload to unstable.