Author: branden Date: 2003-10-12 22:43:09 -0500 (Sun, 12 Oct 2003) New Revision: 7
Added: trunk/debian/ trunk/debian/README.Debian trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/libxcursor-dev.install trunk/debian/libxcursor1-dbg.install trunk/debian/libxcursor1.install trunk/debian/rules Log: Import xcursor 1.0.2-1 Debian package release. Added: trunk/debian/README.Debian =================================================================== --- trunk/debian/README.Debian 2003-10-13 03:30:30 UTC (rev 6) +++ trunk/debian/README.Debian 2003-10-13 03:43:09 UTC (rev 7) @@ -0,0 +1,10 @@ +Debian README for xcursor package + + Daniel's xfree86 experimental package also contains libXcursor. +So if you wish to install this on the environment, please divert +(or remove) some files provided by xlibs-dev package: + + /usr/X11R6/include/X11/Xcursor/Xcursor.h + /usr/lib/pkgconfig/xcursor.pc + +ISHIKAWA Mutsumi <[EMAIL PROTECTED]>, Tue Jun 3 01:12:01 2003 +0900 Added: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2003-10-13 03:30:30 UTC (rev 6) +++ trunk/debian/changelog 2003-10-13 03:43:09 UTC (rev 7) @@ -0,0 +1,37 @@ +xcursor (1.0.2-1) unstable; urgency=low + + * I'm back and Initial official upload release. + * libraries moved into /usr/lib/{,debug} instead of + /usr/X11R6/lib/{,debug} (adapt Debian policy section 12.8.7.) + * drop conflicts: xlibs* (>> 4.3.0-0), xlibs* (<< 4.3.0-0pre1v1) + because versioned AND conflicts are not supported. + + -- ISHIKAWA Mutsumi <[EMAIL PROTECTED]> Tue, 3 Jun 2003 00:35:13 +0900 + +xcursor (1.0.2-0beta4) unstable; urgency=low + + * only conflicts: xlibs* (>> 4.3.0-0), xlibs* (<< 4.3.0-0pre1v1) + + -- ISHIKAWA Mutsumi <[EMAIL PROTECTED]> Fri, 30 May 2003 01:35:26 +0900 + +xcursor (1.0.2-0beta3) unstable; urgency=low + + * migrate to use cdbs + * add Build-Depends: cdbs + * remove Daniel Stone from uploaders (because he is not DD, yet) + * Bump Standards-Version: 3.5.10 + + -- ISHIKAWA Mutsumi <[EMAIL PROTECTED]> Wed, 28 May 2003 03:10:50 +0900 + +xcursor (1.0.2-0beta2) unstable; urgency=low + + * fix to install Xcursor.h into correct place + + -- ISHIKAWA Mutsumi <[EMAIL PROTECTED]> Sat, 24 May 2003 03:55:44 +0900 + +xcursor (1.0.2-0beta1) unstable; urgency=low + + * Initial Beta Release. + + -- ISHIKAWA Mutsumi <[EMAIL PROTECTED]> Thu, 22 May 2003 02:31:37 +0900 + Added: trunk/debian/compat =================================================================== --- trunk/debian/compat 2003-10-13 03:30:30 UTC (rev 6) +++ trunk/debian/compat 2003-10-13 03:43:09 UTC (rev 7) @@ -0,0 +1 @@ +4 Added: trunk/debian/control =================================================================== --- trunk/debian/control 2003-10-13 03:30:30 UTC (rev 6) +++ trunk/debian/control 2003-10-13 03:43:09 UTC (rev 7) @@ -0,0 +1,50 @@ +Source: xcursor +Priority: optional +Maintainer: X Strike Force <debian-x@lists.debian.org> +Uploaders: Branden Robinson <[EMAIL PROTECTED]>, ISHIKAWA Mutsumi <[EMAIL PROTECTED]> +Build-Depends: debhelper (>> 4.0.0), xlibs-dev (>> 4.2.1), libxrender-dev, cdbs, autotools-dev +Standards-Version: 3.5.10 + +Package: libxcursor1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: X Cursor management library + Xcursor is a simple library designed to help locate and load cursors. + Cursors can be loaded from files or memory and can exist in several + sizes and the library automatically picks the best size. When using + images loaded from files, Xcursor prefers to use the Render extension + CreateCursor request for rendering cursor. + +Package: libxcursor1-dbg +Section: libdevel +Architecture: any +Depends: libxcursor1 (= ${Source-Version}), ${shlibs:Depends} +Description: X Cursor management library (unstripped) + Xcursor is a simple library designed to help locate and load cursors. + Cursors can be loaded from files or memory and can exist in several + sizes and the library automatically picks the best size. When using + images loaded from files, Xcursor prefers to use the Render extension + CreateCursor request for rendering cursor. + . + This package provides an unstripped shared object with debugging symbols, + useful to provide a backtrace with symbol names in a debugger; this + facilitates interpretation of core dumps, and aids in finding logic errors in + programs using this library (or the library itself). The library is + installed in /usr/lib/debug and can be used by placing that directory + in the LD_LIBRARY_PATH environment variable when the code to be debugged is + executed. Non-programmers will likely have little use for this package, and + should use libcursor1 instead. + +Package: libxcursor-dev +Section: libdevel +Architecture: any +Depends: libxcursor1 (= ${Source-Version}), ${shlibs:Depends}, libc6-dev | libc-dev +Description: X Cursor management library (development files) + Xcursor is a simple library designed to help locate and load cursors. + Cursors can be loaded from files or memory and can exist in several + sizes and the library automatically picks the best size. When using + images loaded from files, Xcursor prefers to use the Render extension + CreateCursor request for rendering cursor. + . + This package provides a static library and C header files. Added: trunk/debian/copyright =================================================================== --- trunk/debian/copyright 2003-10-13 03:30:30 UTC (rev 6) +++ trunk/debian/copyright 2003-10-13 03:43:09 UTC (rev 7) @@ -0,0 +1,56 @@ +This package was debianized by ISHIKAWA Mutsumi <[EMAIL PROTECTED]> on +Mon, 12 May 2003 05:14:45 +0900. + +It was downloaded from http://fontconfig.org/release/xcursor-1.0.2.tar.gz + +Upstream copyright: + + Copyright © 2001,2003 Keith Packard + +Upstream license: + + Permission to use, copy, modify, distribute, and sell this software and its + documentation for any purpose is hereby granted without fee, provided that + the above copyright notice appear in all copies and that both that copyright + notice and this permission notice appear in supporting documentation, and + that the name of Keith Packard not be used in advertising or publicity + pertaining to distribution of the software without specific, written prior + permission. Keith Packard makes no representations about the suitability of + this software for any purpose. It is provided "as is" without express or + implied warranty. + + KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT + SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL + DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS + ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS + SOFTWARE. + +The Debian packaging infrastructure in the debian/ directory of the source +package is independently authored and copyrighted. + +Debian copyright: + + Copyright 2003 Software in the Public Interest, Inc. + +Debian license: + + Permission to use, copy, modify, distribute, and sell this software and its + documentation for any purpose is hereby granted without fee, provided that + the above copyright notice appear in all copies and that both that copyright + notice and this permission notice appear in supporting documentation, and + that the name of Software in the Public Interest, Inc. not be used in + advertising or publicity pertaining to distribution of the software without + specific, written prior permission. Software in the Public Interest, Inc. + makes no representations about the suitability of this software for any + purpose. It is provided "as is" without express or implied warranty. + + SOFTWARE IN THE PUBLIC INTEREST, INC. DISCLAIMS ALL WARRANTIES WITH REGARD + TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS, IN NO EVENT SHALL SOFTWARE IN THE PUBLIC INTEREST, INC. BE LIABLE + FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER + RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF + CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + Added: trunk/debian/libxcursor-dev.install =================================================================== --- trunk/debian/libxcursor-dev.install 2003-10-13 03:30:30 UTC (rev 6) +++ trunk/debian/libxcursor-dev.install 2003-10-13 03:43:09 UTC (rev 7) @@ -0,0 +1,4 @@ +debian/tmp/usr/include/X11/Xcursor/Xcursor.h usr/X11R6/include/X11/Xcursor +debian/tmp/usr/lib/libXcursor.{a,la,so} +debian/tmp/usr/lib/pkgconfig/*.pc +debian/tmp/usr/share/man/man3/Xcursor.3 Added: trunk/debian/libxcursor1-dbg.install =================================================================== --- trunk/debian/libxcursor1-dbg.install 2003-10-13 03:30:30 UTC (rev 6) +++ trunk/debian/libxcursor1-dbg.install 2003-10-13 03:43:09 UTC (rev 7) @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/libXcursor.so.* usr/lib/debug/ + Added: trunk/debian/libxcursor1.install =================================================================== --- trunk/debian/libxcursor1.install 2003-10-13 03:30:30 UTC (rev 6) +++ trunk/debian/libxcursor1.install 2003-10-13 03:43:09 UTC (rev 7) @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/libXcursor.so.* usr/lib/ + Added: trunk/debian/rules =================================================================== --- trunk/debian/rules 2003-10-13 03:30:30 UTC (rev 6) +++ trunk/debian/rules 2003-10-13 03:43:09 UTC (rev 7) @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +# Copyrignt 2003 ISHIKAWA Mutsumi <[EMAIL PROTECTED]> + +include /usr/share/cdbs/1/rules/buildcore.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath + +# tight versioning +DEB_DH_MAKESHLIBS_ARGS := -V Property changes on: trunk/debian/rules ___________________________________________________________________ Name: svn:executable + *