debian/0000755000000000000000000000000012250621150007160 5ustar debian/copyright0000644000000000000000000000524311764311262011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: xcb-util-image Upstream-Contact: XCB Mailing List Source: http://xcb.freedesktop.org Files: * Copyright: 2007-2008 Bart Massey 2008 Julien Danjou 2008 Keith Packard License: MIT/X Consortium License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the names of the authors or their institutions shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the authors. Files: debian/* Copyright: 2008-2012, Julien Danjou 2011-2012, Arnaud Fontaine License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/libxcb-image0.install0000644000000000000000000000003411764311262013161 0ustar usr/lib/*/libxcb-image.so.* debian/changelog0000644000000000000000000001033412250621150011033 0ustar xcb-util-image (0.3.9-1ubuntu2) trusty; urgency=medium * Build using dh-autoreconf. -- Matthias Klose Sat, 07 Dec 2013 14:27:49 +0100 xcb-util-image (0.3.9-1ubuntu1) raring; urgency=low * debian/rules: - Enable tests during build -- Michael Terry Thu, 21 Feb 2013 11:21:41 +0000 xcb-util-image (0.3.9-1) unstable; urgency=low * New upstream release. + debian/rules: - Do not remove autogen.sh (shipped) and Doxyfile (deleted). * debian/control: + Fix duplicated short description on development package. + Bump Standards-Version to 3.9.3. - debian/copyright: switch to machine-readable format. * Convert to multiarch. * debian/libxcb-image0-dev.install: add xcb_pixel.h previously missing. -- Arnaud Fontaine Fri, 08 Jun 2012 13:52:35 +0900 xcb-util-image (0.3.8-1) unstable; urgency=low * New upstream release. + xcb-util has been split up into several modules, so rename source package. * debian/control: + Bump Standards-Version to 3.9.2. No changes needed. + Now maintain as part of pkg-xorg team. * Switch to "3.0 (quilt)" source format. -- Arnaud Fontaine Fri, 06 May 2011 22:26:34 +0900 xcb-util (0.3.6-1) unstable; urgency=low * New upstream release * Bump standard version -- Julien Danjou Mon, 24 Aug 2009 10:55:14 +0200 xcb-util (0.3.5-1) unstable; urgency=low * New upstream release -- Julien Danjou Fri, 29 May 2009 11:51:03 +0200 xcb-util (0.3.4-1) unstable; urgency=low * New upstream release + Bump version of keysyms + Remove wm library * Bump standard version -- Julien Danjou Wed, 15 Apr 2009 16:04:31 +0200 xcb-util (0.3.3-2) unstable; urgency=low * Add versioned link to GPL. -- Julien Danjou Sun, 15 Feb 2009 12:58:13 +0100 xcb-util (0.3.3-1) experimental; urgency=low * New upstream release -- Julien Danjou Sat, 31 Jan 2009 15:56:59 +0100 xcb-util (0.3.2-1) experimental; urgency=low * New upstream release * Add ${misc:Depends} on -dev packages -- Julien Danjou Tue, 16 Dec 2008 14:47:17 +0100 xcb-util (0.3.1-2) experimental; urgency=low * Add sh in front of autogen.sh (Closes: #506393) -- Julien Danjou Fri, 21 Nov 2008 10:17:40 +0100 xcb-util (0.3.1-1) experimental; urgency=low * New upstream release -- Julien Danjou Thu, 20 Nov 2008 16:15:51 +0100 xcb-util (0.3.0-2) experimental; urgency=low * Add x11proto-core-dev versioned to build-dep (Closes: #505336) -- Julien Danjou Tue, 11 Nov 2008 21:09:06 +0100 xcb-util (0.3.0-1) experimental; urgency=low * New upstream release -- Julien Danjou Wed, 17 Sep 2008 15:04:55 +0200 xcb-util (0.2.1+git1-1) unstable; urgency=low * New git snapshot * dh_makeshlibs get a -V -- Julien Danjou Wed, 06 Aug 2008 17:44:13 +0200 xcb-util (0.2+git41-1) unstable; urgency=low * New git snapshot * Fix sections, set libs for libs packages and libdevel for -dev packages (Closes: #491534) -- Julien Danjou Tue, 22 Jul 2008 10:02:18 +0200 xcb-util (0.2+git36-1) unstable; urgency=low [ Arnaud Fontaine ] * debian/control: + Add missing dependencies to libxcb*-dev packages. Closes: #480524. * patches: + Add icccm_remove_useless_functions patch which removes useless function for accessing 'flags' which were also buggy because they were returning a 'uint8_t' whereas 'flags' is a 'uint32_t'. + Add icccm_fix_incorrect_copy which correctly copies the reply value according to its format. + Add icccm_fix_incorrect_pointer_usage which fixes incorrect pointer usage. * debian/copyright: + Update copyright years. [ Julien Danjou ] * Switch to git based packaging * Tweak get-orig-source * Add autoconf as build dependency * debian/control + Bump standard version + Add Vcs-* field -- Julien Danjou Thu, 12 Jun 2008 10:20:10 +0200 xcb-util (0.2-1) experimental; urgency=low * Initial release (Closes: #437681) -- Julien Danjou Tue, 25 Mar 2008 19:14:42 +0100 debian/compat0000644000000000000000000000000211764311262010367 0ustar 8 debian/control0000644000000000000000000000467512250621122010576 0ustar Source: xcb-util-image Section: libdevel Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian X Strike Force Uploaders: Julien Danjou , Arnaud Fontaine Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 8.1.3), dh-autoreconf, libxcb1-dev (>= 1.6), libxcb-util0-dev, libxcb-shm0-dev, pkg-config, libtool, x11proto-core-dev (>= 7.0.12), autotools-dev, autoconf, automake, xutils-dev Standards-Version: 3.9.3 Homepage: http://xcb.freedesktop.org Vcs-Git: git://git.debian.org/pkg-xorg/lib/xcb-util-image.git Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/xcb-util-image.git Package: libxcb-image0 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: utility libraries for X C Binding -- image This package contains the library files needed to run software using libxcb-image, providing port of Xlib's XImage and XShmImage functions. . The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Package: libxcb-image0-dev Architecture: any Multi-Arch: same Depends: libxcb-image0 (= ${binary:Version}), libxcb1-dev, libxcb-shm0-dev, ${misc:Depends} Description: utility libraries for X C Binding -- image, development files This package contains the header and library files needed to build software using libxcb-image, providing port of Xlib's XImage and XShmImage functions. . The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. debian/rules0000755000000000000000000000151212250621105010237 0ustar #!/usr/bin/make -f DEB_DH_INSTALL_SOURCEDIR=debian/tmp include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) DEB_DH_MAKESHLIBS_ARGS=-V DEB_MAKE_CHECK_TARGET = check ORIG_MAJOR=$(shell git describe upstream | cut -d- -f1) ORIG_GIT=$(shell git describe upstream | cut -d- -f2) post-patches:: configure-stamp configure-stamp: test -f configure || sh ./autogen.sh $(DEB_CONFIGURE_NORMAL_ARGS) touch configure-stamp cleanbuilddir:: rm -f configure-stamp # Specific to Git Debian package rm -f .gitmodules m4/xcb_util_m4_with_include_path.m4 get-orig-source: git archive upstream | gzip -9 > ../xcb-util-image_$(ORIG_MAJOR)+git$(ORIG_GIT).orig.tar.gz .PHONY: get-orig-source debian/libxcb-image0-dev.install0000644000000000000000000000021411764311262013735 0ustar usr/include/xcb/xcb_image.h usr/include/xcb/xcb_pixel.h usr/lib/*/libxcb-image.a usr/lib/*/libxcb-image.so usr/lib/*/pkgconfig/xcb-image.pc debian/source/0000755000000000000000000000000011764300661010472 5ustar debian/source/format0000644000000000000000000000001411764311262011677 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000011411764311262010216 0ustar version=3 http://xcb.freedesktop.org/dist/xcb-util-image-([0-9.]*)\.tar\.gz