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

X Strike Force X.Org X11 SVN commit: r897 - in branches/modular/font: adobe-100dpi adobe-100dpi/debian adobe-75dpi adobe-75dpi/debian



Author: dnusinow
Date: 2005-11-24 19:39:00 -0500 (Thu, 24 Nov 2005)
New Revision: 897

Added:
   branches/modular/font/adobe-100dpi/debian/
   branches/modular/font/adobe-100dpi/debian/changelog
   branches/modular/font/adobe-100dpi/debian/compat
   branches/modular/font/adobe-100dpi/debian/control
   branches/modular/font/adobe-100dpi/debian/copyright
   branches/modular/font/adobe-100dpi/debian/rules
   branches/modular/font/adobe-100dpi/debian/xfonts-100dpi.install
   branches/modular/font/adobe-75dpi/debian/
   branches/modular/font/adobe-75dpi/debian/changelog
   branches/modular/font/adobe-75dpi/debian/compat
   branches/modular/font/adobe-75dpi/debian/control
   branches/modular/font/adobe-75dpi/debian/copyright
   branches/modular/font/adobe-75dpi/debian/rules
   branches/modular/font/adobe-75dpi/debian/xfonts-75dpi.install
Log:
* Add preliminary packaging for xfonts-100dpi and xfonts-75dpi


Added: branches/modular/font/adobe-100dpi/debian/changelog
===================================================================
--- branches/modular/font/adobe-100dpi/debian/changelog	2005-11-25 00:37:46 UTC (rev 896)
+++ branches/modular/font/adobe-100dpi/debian/changelog	2005-11-25 00:39:00 UTC (rev 897)
@@ -0,0 +1,5 @@
+xfonts-100dpi (1:0.99.1-1) UNRELEASED; urgency=low
+
+  * First modular upload to Debian
+
+ -- David Nusinow <dnusinow@debian.org>  Mon, 31 Oct 2005 20:35:29 -0500

Added: branches/modular/font/adobe-100dpi/debian/compat
===================================================================
--- branches/modular/font/adobe-100dpi/debian/compat	2005-11-25 00:37:46 UTC (rev 896)
+++ branches/modular/font/adobe-100dpi/debian/compat	2005-11-25 00:39:00 UTC (rev 897)
@@ -0,0 +1 @@
+4

Added: branches/modular/font/adobe-100dpi/debian/control
===================================================================
--- branches/modular/font/adobe-100dpi/debian/control	2005-11-25 00:37:46 UTC (rev 896)
+++ branches/modular/font/adobe-100dpi/debian/control	2005-11-25 00:39:00 UTC (rev 897)
@@ -0,0 +1,27 @@
+Source: xfonts-100dpi
+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), pkg-config
+Standards-Version: 3.6.1.0
+
+Package: xfonts-100dpi
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
+Description: 100 dpi fonts for X 
+ xfonts-100dpi provides a set of bitmapped fonts at 100 dots per inch.  In
+ most cases it is desirable to have the X font server (xfs) and/or an X server
+ installed to make the fonts available to X clients.
+ .
+ This package contains only fonts in the ISO 10646-1 and ISO 8859-1
+ encodings, to conserve disk space.  For other encodings, see the
+ xfonts-100dpi-transcoded package.
+ .
+ This package and xfonts-75dpi provide the same set of fonts, rendered at
+ different resolutions; only one or the other is necessary, but both may be
+ installed.  xfonts-100dpi may be more suitable for large monitors and/or
+ large screen resolutions (over 1024x768).
+ .
+ This package requires the xutils package to prepare the font directories for
+ use by an X server or X font server.

Added: branches/modular/font/adobe-100dpi/debian/copyright
===================================================================
--- branches/modular/font/adobe-100dpi/debian/copyright	2005-11-25 00:37:46 UTC (rev 896)
+++ branches/modular/font/adobe-100dpi/debian/copyright	2005-11-25 00:39:00 UTC (rev 897)
@@ -0,0 +1,19 @@
+Copyright 1984-1989, 1994 Adobe Systems Incorporated.
+Copyright 1988, 1994 Digital Equipment Corporation.
+
+Adobe is a trademark of Adobe Systems Incorporated which may be
+registered in certain jurisdictions.
+Permission to use these trademarks is hereby granted only in
+association with the images described in this file.
+
+Permission to use, copy, modify, distribute and sell this software
+and its documentation for any purpose and without fee is hereby
+granted, provided that the above copyright notices appear in all
+copies and that both those copyright notices and this permission
+notice appear in supporting documentation, and that the names of
+Adobe Systems and Digital Equipment Corporation not be used in
+advertising or publicity pertaining to distribution of the software
+without specific, written prior permission.  Adobe Systems and
+Digital Equipment Corporation make no representations about the
+suitability of this software for any purpose.  It is provided "as
+is" without express or implied warranty.

Added: branches/modular/font/adobe-100dpi/debian/rules
===================================================================
--- branches/modular/font/adobe-100dpi/debian/rules	2005-11-25 00:37:46 UTC (rev 896)
+++ branches/modular/font/adobe-100dpi/debian/rules	2005-11-25 00:39:00 UTC (rev 897)
@@ -0,0 +1,93 @@
+#!/usr/bin/make -f
+# debian/rules for the Debian xfonts-100dpi 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
+
+# set this to the name of the main shlib's binary package
+PACKAGE = xfonts-100dpi
+
+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 $(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-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+
+	dh_installdocs
+	dh_install --sourcedir=debian/tmp
+	dh_installchangelogs
+	dh_link
+	dh_strip --dbg-package=$(PACKAGE)
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_makeshlibs
+	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/font/adobe-100dpi/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: branches/modular/font/adobe-100dpi/debian/xfonts-100dpi.install
===================================================================

Added: branches/modular/font/adobe-75dpi/debian/changelog
===================================================================
--- branches/modular/font/adobe-75dpi/debian/changelog	2005-11-25 00:37:46 UTC (rev 896)
+++ branches/modular/font/adobe-75dpi/debian/changelog	2005-11-25 00:39:00 UTC (rev 897)
@@ -0,0 +1,5 @@
+xfonts-75dpi (1:0.99.1-1) UNRELEASED; urgency=low
+
+  * First modular upload to Debian
+
+ -- David Nusinow <dnusinow@debian.org>  Mon, 31 Oct 2005 20:35:29 -0500

Added: branches/modular/font/adobe-75dpi/debian/compat
===================================================================
--- branches/modular/font/adobe-75dpi/debian/compat	2005-11-25 00:37:46 UTC (rev 896)
+++ branches/modular/font/adobe-75dpi/debian/compat	2005-11-25 00:39:00 UTC (rev 897)
@@ -0,0 +1 @@
+4

Added: branches/modular/font/adobe-75dpi/debian/control
===================================================================
--- branches/modular/font/adobe-75dpi/debian/control	2005-11-25 00:37:46 UTC (rev 896)
+++ branches/modular/font/adobe-75dpi/debian/control	2005-11-25 00:39:00 UTC (rev 897)
@@ -0,0 +1,27 @@
+Source: xfonts-75dpi
+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), pkg-config
+Standards-Version: 3.6.1.0
+
+Package: xfonts-74dpi
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
+Description: 100 dpi fonts for X 
+ xfonts-75dpi provides a set of bitmapped fonts at 75 dots per inch.  In
+ most cases it is desirable to have the X font server (xfs) and/or an X server
+ installed to make the fonts available to X clients.
+ .
+ This package contains only fonts in the ISO 10646-1 and ISO 8859-1
+ encodings, to conserve disk space.  For other encodings, see the
+ xfonts-75dpi-transcoded package.
+ .
+ This package and xfonts-100dpi provide the same set of fonts, rendered at
+ different resolutions; only one or the other is necessary, but both may be
+ installed.  xfonts-75dpi may be more suitable for small monitors and/or
+ small screen resolutions (under 1024x768).
+ .
+ This package requires the xutils package to prepare the font directories for
+ use by an X server or X font server.

Added: branches/modular/font/adobe-75dpi/debian/copyright
===================================================================
--- branches/modular/font/adobe-75dpi/debian/copyright	2005-11-25 00:37:46 UTC (rev 896)
+++ branches/modular/font/adobe-75dpi/debian/copyright	2005-11-25 00:39:00 UTC (rev 897)
@@ -0,0 +1,19 @@
+Copyright 1984-1989, 1994 Adobe Systems Incorporated.
+Copyright 1988, 1994 Digital Equipment Corporation.
+
+Adobe is a trademark of Adobe Systems Incorporated which may be
+registered in certain jurisdictions.
+Permission to use these trademarks is hereby granted only in
+association with the images described in this file.
+
+Permission to use, copy, modify, distribute and sell this software
+and its documentation for any purpose and without fee is hereby
+granted, provided that the above copyright notices appear in all
+copies and that both those copyright notices and this permission
+notice appear in supporting documentation, and that the names of
+Adobe Systems and Digital Equipment Corporation not be used in
+advertising or publicity pertaining to distribution of the software
+without specific, written prior permission.  Adobe Systems and
+Digital Equipment Corporation make no representations about the
+suitability of this software for any purpose.  It is provided "as
+is" without express or implied warranty.

Added: branches/modular/font/adobe-75dpi/debian/rules
===================================================================
--- branches/modular/font/adobe-75dpi/debian/rules	2005-11-25 00:37:46 UTC (rev 896)
+++ branches/modular/font/adobe-75dpi/debian/rules	2005-11-25 00:39:00 UTC (rev 897)
@@ -0,0 +1,93 @@
+#!/usr/bin/make -f
+# debian/rules for the Debian xfonts-75dpi 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
+
+# set this to the name of the main shlib's binary package
+PACKAGE = xfonts-75dpi
+
+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 $(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-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+
+	dh_installdocs
+	dh_install --sourcedir=debian/tmp
+	dh_installchangelogs
+	dh_link
+	dh_strip --dbg-package=$(PACKAGE)
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_makeshlibs
+	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/font/adobe-75dpi/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: branches/modular/font/adobe-75dpi/debian/xfonts-75dpi.install
===================================================================



Reply to: