~ubuntu-branches/ubuntu/precise/libxt/precise-security

« back to all changes in this revision

Viewing changes to src/Object.c

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois, Julien Cristau, Robert Hooker, Christopher James Halse Rogers, Cyril Brulebois
  • Date: 2011-01-14 04:45:31 UTC
  • mfrom: (4.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110114044531-1fdwgh8s7vixn43p
Tags: 1:1.0.9-1
[ Julien Cristau ]
* Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
  good reason.  Thanks, Colin Watson!
* New upstream release.
* Update debian/copyright from upstream COPYING.

[ Robert Hooker ]
* Don't install makestrs and its man page in libxt-dev, it's not shipped
  anymore.

[ Christopher James Halse Rogers ]
* New new upstream release.
* Drop debian/patches/02_dont_export_private_deps.diff:
  - Upstream has trimmed the Required list in xt.pc, and a libXt header
    includes a #define which uses a libX11 symbol, so libX11 should be
    in the Requires field (and is).  This fixes lots of FTBFS with
    binutils-gold, which doesn't consider indirect dependencies.

[ Cyril Brulebois ]
* Update debian/copyright from upstream COPYING.
* Exclude libXt.la in dh_install call.
* Switch dh_install from --list-missing to --fail-missing for added
  safety.
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Xorg: Object.c,v 1.4 2001/02/09 02:03:56 xorgcvs Exp $ */
2
 
 
3
1
/***********************************************************
4
 
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
5
 
Copyright 1993 by Sun Microsystems, Inc. Mountain View, CA.
 
2
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
 
3
 
 
4
Permission is hereby granted, free of charge, to any person obtaining a
 
5
copy of this software and associated documentation files (the "Software"),
 
6
to deal in the Software without restriction, including without limitation
 
7
the rights to use, copy, modify, merge, publish, distribute, sublicense,
 
8
and/or sell copies of the Software, and to permit persons to whom the
 
9
Software is furnished to do so, subject to the following conditions:
 
10
 
 
11
The above copyright notice and this permission notice (including the next
 
12
paragraph) shall be included in all copies or substantial portions of the
 
13
Software.
 
14
 
 
15
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
16
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
17
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 
18
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
19
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 
20
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 
21
DEALINGS IN THE SOFTWARE.
 
22
 
 
23
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.
6
24
 
7
25
                        All Rights Reserved
8
26
 
10
28
documentation for any purpose and without fee is hereby granted,
11
29
provided that the above copyright notice appear in all copies and that
12
30
both that copyright notice and this permission notice appear in
13
 
supporting documentation, and that the names of Digital or Sun not be
 
31
supporting documentation, and that the name of Digital not be
14
32
used in advertising or publicity pertaining to distribution of the
15
33
software without specific, written prior permission.
16
34
 
22
40
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
23
41
SOFTWARE.
24
42
 
25
 
SUN DISCLAIMS ALL WARRANTIES WITH REGARD TO  THIS  SOFTWARE,
26
 
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT-
27
 
NESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SUN BE  LI-
28
 
ABLE  FOR  ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
29
 
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,  DATA  OR
30
 
PROFITS,  WHETHER  IN  AN  ACTION OF CONTRACT, NEGLIGENCE OR
31
 
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
32
 
THE USE OR PERFORMANCE OF THIS SOFTWARE.
33
 
 
34
43
******************************************************************/
35
44
 
36
45
/*
58
67
in this Software without prior written authorization from The Open Group.
59
68
 
60
69
*/
61
 
/* $XFree86: xc/lib/Xt/Object.c,v 1.5 2001/01/17 19:43:06 dawes Exp $ */
62
70
 
63
71
#ifdef HAVE_CONFIG_H
64
72
#include <config.h>