[cairo-commit] packaging/debian/cairo/debian changelog, 1.32, 1.33 control, 1.26, 1.27 rules, 1.17, 1.18 watch, 1.1, 1.2

Dave Beckett commit at pdx.freedesktop.org
Wed Aug 24 10:23:16 PDT 2005


Committed by: dajobe

Update of /cvs/cairo/packaging/debian/cairo/debian
In directory gabe:/tmp/cvs-serv18479

Modified Files:
	changelog control rules watch 
Log Message:
cairo 1.0.0-1

Index: changelog
===================================================================
RCS file: /cvs/cairo/packaging/debian/cairo/debian/changelog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- changelog	15 Aug 2005 18:53:40 -0000	1.32
+++ changelog	24 Aug 2005 17:23:14 -0000	1.33
@@ -1,3 +1,12 @@
+libcairo (1.0.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Removed glitz backend as currently experimental and unsupported
+  * debian/watch: update to use stable release area
+  * Removed patch cairo-0.9.2-cache-eviction-fix.patch merged upstream.
+
+ -- Dave Beckett <dajobe at debian.org>  Wed, 24 Aug 2005 18:14:23 +0100
+
 libcairo (0.9.2-2) unstable; urgency=low
 
   * Add patch cairo-0.9.2-cache-eviction-fix.patch from Kristian Høgsberg

Index: control
===================================================================
RCS file: /cvs/cairo/packaging/debian/cairo/debian/control,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- control	13 Aug 2005 13:27:33 -0000	1.26
+++ control	24 Aug 2005 17:23:14 -0000	1.27
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Dave Beckett <dajobe at debian.org>
-Build-Depends: debhelper (>= 4.1.0), cdbs, autotools-dev, pkg-config, libfontconfig1-dev, libfreetype6-dev (>=2.1.0), libxrender-dev (>=0.6.0), libx11-dev, libpng12-dev, libglitz1-dev (>= 0.4.3+cvs20050728)
+Build-Depends: debhelper (>= 4.1.0), cdbs, autotools-dev, pkg-config, libfontconfig1-dev, libfreetype6-dev (>=2.1.0), libxrender-dev (>=0.6.0), libx11-dev, libpng12-dev
 Standards-Version: 3.6.2
 
 Package: libcairo2-dev
@@ -12,7 +12,7 @@
 Suggests: libcairo2-doc
 Section: libdevel
 Architecture: any
-Depends: libcairo2 (= ${Source-Version}), libfontconfig1-dev, libfreetype6-dev (>=2.1.0), libxrender-dev (>=0.6.0), libpng12-dev, libglitz1-dev (>= 0.4.3+cvs20050728)
+Depends: libcairo2 (= ${Source-Version}), libfontconfig1-dev, libfreetype6-dev (>=2.1.0), libxrender-dev (>=0.6.0), libpng12-dev
 Description: Development files for the Cairo 2D graphics library
  Cairo is a multi-platform library providing anti-aliased
  vector-based rendering for multiple target backends.

Index: rules
===================================================================
RCS file: /cvs/cairo/packaging/debian/cairo/debian/rules,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- rules	15 Aug 2005 18:53:40 -0000	1.17
+++ rules	24 Aug 2005 17:23:14 -0000	1.18
@@ -4,10 +4,25 @@
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-# --disable-xcb just to be sure. Otherwise Build-Depend etc. on libxcb1-dev
+# Supported backends:
+#   (internal) Image
+#   xlib       Xlib
 #
-# --enable-glitz just to be sure
-DEB_CONFIGURE_USER_FLAGS=--disable-xcb --enable-glitz
+# Experimental and unsupported backends:
+#   glitz  OpenGL (glitz)
+#   pdf    PDF
+#   ps     PostScript
+#   xcb    XCB  (requires Build-Depend on at least libxcb1-dev)
+#
+# Other platform backends are auto disabled: quartz/OSX, win32/Win32
+#
+# Features:
+# --enable-png  PNG (default enabled)
+#
+DEB_CONFIGURE_USER_FLAGS= \
+--enable-xlib \
+--disable-glitz --disable-pdf --disable-ps --disable-xcb \
+--enable-png
 
 # make sure it depends on >=current-version
 DEB_DH_MAKESHLIBS_ARGS_ALL=-V

Index: watch
===================================================================
RCS file: /cvs/cairo/packaging/debian/cairo/debian/watch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- watch	8 Nov 2004 21:37:29 -0000	1.1
+++ watch	24 Aug 2005 17:23:14 -0000	1.2
@@ -1,2 +1,2 @@
 version=2
-http://cairographics.org/snapshots/ cairo-([\d+\.]+|\d+)\.tar\.gz debian uupdate
+http://cairographics.org/releases/ cairo-([\d+\.]+|\d+)\.tar\.gz debian uupdate



More information about the cairo-commit mailing list