[cairo-commit] packaging/debian/slim/debian changelog,NONE,1.1 control,NONE,1.1 copyright,NONE,1.1 rules,NONE,1.1 slim-dev.files,NONE,1.1

Dave Beckett commit at pdx.freedesktop.org
Wed Oct 29 14:42:41 PST 2003


Committed by: dajobe

Update of /cvs/cairo/packaging/debian/slim/debian
In directory pdx:/tmp/cvs-serv22191

Added Files:
	changelog control copyright rules slim-dev.files 
Log Message:
Initial packaging

--- NEW FILE: changelog ---
slim (0.2.0-1) unstable; urgency=low

  * Initial package

 -- Dave Beckett <Dave.Beckett at bristol.ac.uk>  Wed, 29 Oct 2003 22:39:52 +0000


--- NEW FILE: control ---
Source: slim
Section: devel
Priority: optional
Maintainer: Dave Beckett <Dave.Beckett at bristol.ac.uk>
Build-Depends: debhelper (>> 3.0.0), autotools-dev
Standards-Version: 3.6.1

Package: slim-dev
Section: devel
Architecture: any
Description: slim - Shared Library Interface Macros
 Development libraries, header files and documentation needed by cairo.


--- NEW FILE: copyright ---
This is the Debian package of slim - a small set of headers used to
build cairographics ,

Packaged by Dave Beckett <dave.beckett at bristol.ac.uk>
2003-10-29

It was built from http://cairographics.org/snapshots/cairo-0.1.8.tar.gz

------------------------------------------------------------------------------
slim is Copyright © 2003 Richard Henderson

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 Richard Henderson not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.  Richard Henderson
makes no representations about the suitability of this software for
any purpose.  It is provided "as is" without express or implied
warranty.

RICHARD HENDERSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL RICHARD HENDERSON 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.
------------------------------------------------------------------------------

--- NEW FILE: rules ---
#!/usr/bin/make -f
#
# Debian rules for packaging slim-dev
#
# $Id: rules,v 1.1 2003/10/29 22:42:39 dajobe Exp $
#

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# This is the debhelper compatibility version to use.
export DH_COMPAT=3

package := tmp
destdir := $(PWD)/debian/$(package)
prefix  := /usr
share   := $(prefix)/share

version := $(shell dpkg-parsechangelog | \
		sed -ne 's/^Version: *\([0-9]\+:\)*//p')


configure-stamp:
	dh_testdir

	./configure --prefix=$(prefix)
	touch $@


build: configure-stamp

clean:
	rm -f build-stamp configure-stamp
	-rm -f config.h config.cache config.status config.log
	dh_clean


install: build
	dh_testdir
	dh_testroot
	dh_clean -k
	dh_installdirs
	$(MAKE) install DESTDIR=$(destdir)

# Build architecture-independent files here.
binary-indep: build install
	dh_testdir
	dh_testroot

	dh_installdocs -A NEWS README
	dh_installchangelogs

	dh_movefiles
	dh_compress
	dh_fixperms
	dh_installdeb
	dh_gencontrol
	dh_md5sums
	dh_builddeb



# Build architecture-dependent files here.
binary-arch: install
# We have nothing to do by default.

binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install

--- NEW FILE: slim-dev.files ---
usr/include
usr/lib/pkgconfig/slim.pc





More information about the cairo-commit mailing list