~ubuntu-branches/ubuntu/vivid/xbitmaps/vivid

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois, Julien Cristau, Cyril Brulebois
  • Date: 2011-01-13 23:25:16 UTC
  • mfrom: (1.1.4 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110113232516-g9kjh4qnai3bmbun
Tags: 1.1.1-1
[ Julien Cristau ]
* Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
  good reason.  Thanks, Colin Watson!

[ Cyril Brulebois ]
* New upstream release.
* Add myself to Uploaders.
* Switch dh_install from --list-missing to --fail-missing for added
  safety.
* Adapt xbitmaps.install: xbitmaps.pc moved from /usr/lib/pkgconfig to
  /usr/share/pkgconfig.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit df1dfeaee913f6ce1f82189b90493c14cb011564
 
2
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
 
3
Date:   Wed Dec 8 22:25:45 2010 -0800
 
4
 
 
5
    xbitmaps 1.1.1
 
6
    
 
7
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
 
8
 
 
9
commit ba8d08a029c82aeb60b8c24fad76de8be288022b
 
10
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
 
11
Date:   Wed Nov 10 20:12:11 2010 -0800
 
12
 
 
13
    Install xbitmaps.pc to $(datadir)/pkgconfig instead of $(libdir)
 
14
    
 
15
    The xbitmaps package consists entirely of X bitmap data files, which
 
16
    are platform-independent text files containing a C language format
 
17
    representation of the encoded bitmap image, which are installed to
 
18
    $(includedir)/X11/bitmaps so that programs can #include them into
 
19
    their sources at build time.
 
20
    
 
21
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
 
22
    Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
 
23
 
 
24
commit 5c89f362c67dadd858f3001d5cc79a8cb86e4a3d
 
25
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
 
26
Date:   Wed Nov 10 20:09:29 2010 -0800
 
27
 
 
28
    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
 
29
    
 
30
    Regroup AC statements under the Autoconf initialization section.
 
31
    Regroup AM sttaements under the Automake initialization section.
 
32
    Add missing AC_CONFIG_SRCDIR
 
33
    
 
34
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
 
35
 
 
36
commit a908a28058b299390b250db7fccca078fa1f4065
 
37
Author: Gaetan Nadon <memsize@videotron.ca>
 
38
Date:   Mon Mar 29 13:24:09 2010 -0400
 
39
 
 
40
    config: update AC_PREREQ statement to 2.60
 
41
    
 
42
    Unrelated to the previous patches, the new value simply reflects
 
43
    the reality that the minimum level for autoconf to configure
 
44
    all x.org modules is 2.60 dated June 2006.
 
45
    
 
46
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
 
47
    
 
48
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
49
 
 
50
commit 48e794ca241e9fe29644a1790115b80733a59669
 
51
Author: Gaetan Nadon <memsize@videotron.ca>
 
52
Date:   Mon Mar 29 11:37:20 2010 -0400
 
53
 
 
54
    config: do not clean xbitmaps.pc
 
55
    
 
56
    This file is part of the configuration and is removed
 
57
    by running "make distclean"
 
58
    
 
59
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
60
 
 
61
commit be7a40a5fd45c2ad6c3ed1ab87537431613691a0
 
62
Author: Gaetan Nadon <memsize@videotron.ca>
 
63
Date:   Mon Mar 29 11:35:30 2010 -0400
 
64
 
 
65
    config: remove the pkgconfig pc.in file from EXTRA_DIST
 
66
    
 
67
    Automake always includes it in the tarball.
 
68
    
 
69
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
70
 
 
71
commit 2b5713c691be826ff79617c5e5dfa30614d3cb94
 
72
Author: Gaetan Nadon <memsize@videotron.ca>
 
73
Date:   Sun Nov 29 19:33:52 2009 -0500
 
74
 
 
75
    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
 
76
    
 
77
    Automake 'foreign' option is specified in configure.ac.
 
78
    Remove from Makefile.am
 
79
 
 
80
commit c9b67f5c37d78cfaf81a0c7a76de1bd913cbc8f2
 
81
Author: Gaetan Nadon <memsize@videotron.ca>
 
82
Date:   Wed Oct 28 14:09:09 2009 -0400
 
83
 
 
84
    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
 
85
    
 
86
    Add missing INSTALL file. Use standard GNU file on building tarball
 
87
    README may have been updated
 
88
    Remove AUTHORS file as it is empty and no content available yet.
 
89
    Remove NEWS file as it is empty and no content available yet.
 
90
 
 
91
commit 2b573f8ba774b474639c2ec1be563fb0bf0de6af
 
92
Author: Gaetan Nadon <memsize@videotron.ca>
 
93
Date:   Mon Oct 26 22:08:40 2009 -0400
 
94
 
 
95
    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
 
96
    
 
97
    ChangeLog filename is known to Automake and requires no further
 
98
    coding in the makefile.
 
99
 
 
100
commit 4276fdbb9d614f1d29e8c62f8c24c709537947a5
 
101
Author: Gaetan Nadon <memsize@videotron.ca>
 
102
Date:   Thu Oct 22 12:34:16 2009 -0400
 
103
 
 
104
    .gitignore: use common defaults with custom section # 24239
 
105
    
 
106
    Using common defaults will reduce errors and maintenance.
 
107
    Only the very small or inexistent custom section need periodic maintenance
 
108
    when the structure of the component changes. Do not edit defaults.
 
109
 
 
110
commit c0527c7664ee7ff6a1eeb14aa5d4715fab86f51a
 
111
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
 
112
Date:   Wed Oct 21 12:47:22 2009 -0700
 
113
 
 
114
    This is not a GNU project, so declare it foreign.
 
115
    
 
116
    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
 
117
    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
 
118
    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
 
119
    > > was quite annoying to work around since 'autoreconf -fvi' replaces
 
120
    > > it and git wants to commit it.  Should these files even be in git?
 
121
    > > Can I nuke them for the betterment of humanity and since they get
 
122
    > > created by autoreconf anyways?
 
123
    >
 
124
    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
 
125
    
 
126
    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
 
127
    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
 
128
    of the INSTALL file. It is also part of the 24206 solution.
 
129
    
 
130
    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
 
131
 
1
132
commit 193b9cc84f98af912e15fe7dc8bd16537b6a5f46
2
133
Author: Alan Coopersmith <alan.coopersmith@sun.com>
3
134
Date:   Mon Oct 12 22:10:25 2009 -0700