[cairo-commit] packaging/debian/cairo/debian changelog, 1.30, 1.31 control, 1.25, 1.26 control.in, 1.3, NONE rules, 1.15, 1.16

Dave Beckett commit at pdx.freedesktop.org
Sat Aug 13 06:27:38 PDT 2005


Committed by: dajobe

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

Modified Files:
	changelog rules 
Added Files:
	control 
Removed Files:
	control.in 
Log Message:
Update for 0.9.2.  library package names are now libcairo2* reflecting stable API

Index: changelog
===================================================================
RCS file: /cvs/cairo/packaging/debian/cairo/debian/changelog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- changelog	9 Aug 2005 07:25:02 -0000	1.30
+++ changelog	13 Aug 2005 13:27:33 -0000	1.31
@@ -1,3 +1,12 @@
+libcairo (0.9.2-1) unstable; urgency=low
+
+  * New upstream release
+  * First stable API release - remove patching sonames
+  * libcairo2, libcairo2-dev and libcairo2-doc replace all previous versions
+  * No longer Depends: on libpixman, now an internal library
+
+ -- Dave Beckett <dajobe at debian.org>  Sat, 13 Aug 2005 14:16:46 +0100
+
 libcairo (0.9.0-1) unstable; urgency=low
 
   * New upstream release


--- control.in DELETED ---

Index: rules
===================================================================
RCS file: /cvs/cairo/packaging/debian/cairo/debian/rules,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- rules	29 Jul 2005 22:39:29 -0000	1.15
+++ rules	13 Aug 2005 13:27:33 -0000	1.16
@@ -2,7 +2,10 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+# No patches at present
+#include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
 # --disable-xcb just to be sure. Otherwise Build-Depend etc. on libxcb1-dev
 #
 # --enable-glitz just to be sure
@@ -10,10 +13,3 @@
 
 # make sure it depends on >=current-version
 DEB_DH_MAKESHLIBS_ARGS_ALL=-V
-
-UPVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2 | sed 's,-.*,,')
-
-pre-build:: debian/control 
-
-debian/control:: debian/control.in
-	sed -e 's/@UPVERSION@/${UPVERSION}/g' $@.in > $@




More information about the cairo-commit mailing list