[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r708 - in branches/modular/proto/Damage: . debian



Author: dnusinow
Date: 2005-10-20 20:47:28 -0500 (Thu, 20 Oct 2005)
New Revision: 708

Added:
   branches/modular/proto/Damage/debian/
   branches/modular/proto/Damage/debian/changelog
   branches/modular/proto/Damage/debian/compat
   branches/modular/proto/Damage/debian/control
   branches/modular/proto/Damage/debian/copyright
   branches/modular/proto/Damage/debian/rules
   branches/modular/proto/Damage/debian/x11proto-damage-dev.install
Removed:
   branches/modular/proto/Damage/autom4te.cache/
Log:
Add debian packaging dir and remove spurious autom4te.cache

Added: branches/modular/proto/Damage/debian/changelog
===================================================================
--- branches/modular/proto/Damage/debian/changelog	2005-10-21 01:38:44 UTC (rev 707)
+++ branches/modular/proto/Damage/debian/changelog	2005-10-21 01:47:28 UTC (rev 708)
@@ -0,0 +1,17 @@
+x11proto-damage (6.8.99.7-3) UNRELEASED; urgency=low
+
+  * First packaging for Debian
+
+ -- David Nusinow <dnusinow@debian.org>  Thu, 20 Oct 2005 21:41:54 -0400
+
+x11proto-damage (6.8.99.7-2) breezy; urgency=low
+
+  * Add dependency on x11proto-fixes-dev.
+
+ -- Daniel Stone <daniel.stone@ubuntu.com>  Mon, 11 Jul 2005 19:11:11 +1000
+
+x11proto-damage (6.8.99.7-1) breezy; urgency=low
+
+  * First x11proto-damage release.
+
+ -- Daniel Stone <daniel.stone@ubuntu.com>  Mon, 16 May 2005 22:10:17 +1000

Added: branches/modular/proto/Damage/debian/compat
===================================================================
--- branches/modular/proto/Damage/debian/compat	2005-10-21 01:38:44 UTC (rev 707)
+++ branches/modular/proto/Damage/debian/compat	2005-10-21 01:47:28 UTC (rev 708)
@@ -0,0 +1 @@
+4

Added: branches/modular/proto/Damage/debian/control
===================================================================
--- branches/modular/proto/Damage/debian/control	2005-10-21 01:38:44 UTC (rev 707)
+++ branches/modular/proto/Damage/debian/control	2005-10-21 01:47:28 UTC (rev 708)
@@ -0,0 +1,24 @@
+Source: x11proto-damage
+Section: x11
+Priority: optional
+Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
+Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
+Build-Depends-Indep: debhelper (>= 4.0.0)
+Standards-Version: 3.6.1.0
+
+Package: x11proto-damage-dev
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, x-common, x11proto-fixes-dev, x11proto-core-dev
+Conflicts: libxdamage-dev (<< 6.8.2-16)
+Replaces: libxdamage-dev (<< 6.8.2-16)
+Pre-Depends: x-common (>= 1.0)
+Description: X11 Damage extension wire protocol
+ This package provides the wire protocol for the Damage extension, used to
+ notify clients of changes made to particular areas.
+ .
+ More information about X.Org can be found at:
+ <URL:http://xorg.freedesktop.org>
+ <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
+ .
+ This module can be found as the module 'proto/Damage' at
+ :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg

Added: branches/modular/proto/Damage/debian/copyright
===================================================================
--- branches/modular/proto/Damage/debian/copyright	2005-10-21 01:38:44 UTC (rev 707)
+++ branches/modular/proto/Damage/debian/copyright	2005-10-21 01:47:28 UTC (rev 708)
@@ -0,0 +1,21 @@
+$Id$
+
+Copyright © 2003 Keith Packard
+
+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.

Added: branches/modular/proto/Damage/debian/rules
===================================================================
--- branches/modular/proto/Damage/debian/rules	2005-10-21 01:38:44 UTC (rev 707)
+++ branches/modular/proto/Damage/debian/rules	2005-10-21 01:47:28 UTC (rev 708)
@@ -0,0 +1,92 @@
+#!/usr/bin/make -f
+# debian/rules for the Debian x11proto-damage-dev package.
+# Copyright © 2004 Scott James Remnant <scott@netsplit.com>
+# Copyright © 2005 Daniel Stone <daniel@fooishbar.org>
+# Copyright © 2005 David Nusinow <dnusinow@debian.org>
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PACKAGE = x11proto-damage-dev
+
+#include debian/xsfbs/xsfbs.mk
+
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
+	confflags += --build=$(DEB_HOST_GNU_TYPE)
+else
+	confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
+endif
+
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	mkdir obj-$(DEB_BUILD_GNU_TYPE)
+	cd obj-$(DEB_BUILD_GNU_TYPE) && \
+	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
+	             --infodir=\$${prefix}/share/info --disable-shared \
+	             $(confflags) CFLAGS="$(CFLAGS)" 
+	cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	rm -f config.cache config.log config.status
+	rm -f */config.cache */config.log */config.status
+	rm -f conftest* */conftest*
+	rm -rf autom4te.cache */autom4te.cache
+	rm -rf obj-*
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+
+	dh_installdocs
+	dh_installman
+	dh_install --sourcedir=debian/tmp
+	dh_installchangelogs
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# Nothing to do
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: branches/modular/proto/Damage/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: branches/modular/proto/Damage/debian/x11proto-damage-dev.install
===================================================================
--- branches/modular/proto/Damage/debian/x11proto-damage-dev.install	2005-10-21 01:38:44 UTC (rev 707)
+++ branches/modular/proto/Damage/debian/x11proto-damage-dev.install	2005-10-21 01:47:28 UTC (rev 708)
@@ -0,0 +1,2 @@
+usr/include/X11/extensions/*
+usr/lib/pkgconfig/damageproto.pc



Reply to: