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

X Strike Force X.Org X11 SVN commit: r1125 - in branches/modular/data/xkbdata-X11R7.0-1.0.1: . debian



Author: dnusinow
Date: 2006-01-26 22:05:12 -0500 (Thu, 26 Jan 2006)
New Revision: 1125

Added:
   branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/
   branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/changelog
   branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/compat
   branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/control
   branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/copyright
   branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/rules
Log:
Add packaging for xkbdata.

Added: branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/changelog
===================================================================
--- branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/changelog	2006-01-27 02:57:42 UTC (rev 1124)
+++ branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/changelog	2006-01-27 03:05:12 UTC (rev 1125)
@@ -0,0 +1,5 @@
+xkb-data (1.0.1-1) experimental; urgency=low
+
+  * First upload to Debian
+
+ -- David Nusinow <dnusinow@debian.org>  Thu, 26 Jan 2006 21:59:13 -0500

Added: branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/compat
===================================================================
--- branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/compat	2006-01-27 02:57:42 UTC (rev 1124)
+++ branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/compat	2006-01-27 03:05:12 UTC (rev 1125)
@@ -0,0 +1 @@
+4

Added: branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/control
===================================================================
--- branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/control	2006-01-27 02:57:42 UTC (rev 1124)
+++ branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/control	2006-01-27 03:05:12 UTC (rev 1125)
@@ -0,0 +1,18 @@
+Source: xkbdata
+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: debhelper (>= 4.0.0)
+Standards-Version: 3.6.1.0
+
+Package: xkbdata
+Architecture: all
+Depends: ${misc:Depends}
+Conflicts: xlibs-data (<< 6.8.2-35), xkb-data
+Replaces: xlibs-data (<< 6.8.2-35), xkb-data
+Pre-Depends: x11-common (>= 1:1.0.0-1)
+Description: Classic XKB data
+ This package contains the old xkb datasets. Note that this package is more
+ or less unsupported by upstream, and the new xkb-data package will replace
+ it.

Added: branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/copyright
===================================================================
--- branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/copyright	2006-01-27 02:57:42 UTC (rev 1124)
+++ branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/copyright	2006-01-27 03:05:12 UTC (rev 1125)
@@ -0,0 +1,23 @@
+Copyright 1996, 1998  The Open Group
+
+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.
+
+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 OPEN GROUP 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 name of The Open Group 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 Open Group.

Added: branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/rules
===================================================================
--- branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/rules	2006-01-27 02:57:42 UTC (rev 1124)
+++ branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/rules	2006-01-27 03:05:12 UTC (rev 1125)
@@ -0,0 +1,91 @@
+#!/usr/bin/make -f
+# debian/rules for the Debian xbitmaps 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
+
+
+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) && CFLAGS="$(CFLAGS)" \
+	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
+	             --infodir=\$${prefix}/share/info --sysconfdir=/etc \
+		     $(confflags)
+	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/xbitmaps install
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+
+	dh_installdocs
+	dh_install --sourcedir=debian/tmp
+	dh_installchangelogs
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-independent files here.
+binary-indep: build install
+# Nothing to do
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: branches/modular/data/xkbdata-X11R7.0-1.0.1/debian/rules
___________________________________________________________________
Name: svn:executable
   + *



Reply to: