[Pkg-telepathy-commits] ./packages/unstable/telepathy-glib r20: * New upstream release with ABI additions, bump shlibs

Simon McVittie smcv at ianadd.pseudorandom.co.uk
Sat Feb 23 11:14:02 UTC 2008


------------------------------------------------------------
revno: 20
committer: Simon McVittie <smcv at ianadd.pseudorandom.co.uk>
branch nick: telepathy-glib-rc
timestamp: Mon 2008-02-04 16:58:51 +0000
message:
  * New upstream release with ABI additions, bump shlibs
  * Add a symbols file using the upstream versioned symbols
    (making *@TELEPATHY_GLIB_0.7.0 depend on version 0.7.1 is not a typo -
    versioned symbols were introduced upstream in 0.7.1)
  * Install example Valgrind suppressions and code in -doc
added:
  libtelepathy-glib-doc.examples
  libtelepathy-glib0.symbols
modified:
  changelog
  libtelepathy-glib-doc.install
  rules
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2008-01-31 16:25:34 +0000
+++ b/changelog	2008-02-04 16:58:51 +0000
@@ -1,6 +1,10 @@
-telepathy-glib (0.7.1~rc1-0) UNRELEASED; urgency=low
+telepathy-glib (0.7.1-1) UNRELEASED; urgency=low
 
-  * New upstream release candidate. NOT COMPATIBLE WITH ANYTHING
+  * New upstream release with ABI additions, bump shlibs
+  * Add a symbols file using the upstream versioned symbols
+    (making *@TELEPATHY_GLIB_0.7.0 depend on version 0.7.1 is not a typo -
+    versioned symbols were introduced upstream in 0.7.1)
+  * Install example Valgrind suppressions and code in -doc
 
  -- Simon McVittie <smcv at ianadd.pseudorandom.co.uk>  Thu, 31 Jan 2008 15:06:07 +0000
 

=== added file 'libtelepathy-glib-doc.examples'
--- a/libtelepathy-glib-doc.examples	1970-01-01 00:00:00 +0000
+++ b/libtelepathy-glib-doc.examples	2008-02-04 16:58:51 +0000
@@ -0,0 +1,5 @@
+examples/tp-glib-examples.supp
+examples/README
+examples/Makefile.am
+# The rest of the examples are in subdirectories, which dh_installexamples
+# can't do (without copying the whole directory, which we don't want either).

=== modified file 'libtelepathy-glib-doc.install'
--- a/libtelepathy-glib-doc.install	2007-04-20 14:36:04 +0000
+++ b/libtelepathy-glib-doc.install	2008-02-04 16:58:51 +0000
@@ -1,1 +1,21 @@
 debian/tmp/usr/share/doc/libtelepathy-glib-doc/telepathy-glib
+# Many of the examples are in subdirectories, which dh_installexamples
+# can't do (without copying the whole directory, which we don't want either)
+# so we do them here.
+examples/client/*.c /usr/share/doc/libtelepathy-glib-doc/examples/client
+examples/client/*.am /usr/share/doc/libtelepathy-glib-doc/examples/client
+examples/extensions/*.xml /usr/share/doc/libtelepathy-glib-doc/examples/extensions
+examples/extensions/*.c /usr/share/doc/libtelepathy-glib-doc/examples/extensions
+examples/extensions/*.h /usr/share/doc/libtelepathy-glib-doc/examples/extensions
+examples/extensions/*.am /usr/share/doc/libtelepathy-glib-doc/examples/extensions
+examples/cm/*.am /usr/share/doc/libtelepathy-glib-doc/examples/cm
+examples/cm/echo/*.am /usr/share/doc/libtelepathy-glib-doc/examples/cm/echo
+examples/cm/echo/*.c /usr/share/doc/libtelepathy-glib-doc/examples/cm/echo
+examples/cm/echo/*.h /usr/share/doc/libtelepathy-glib-doc/examples/cm/echo
+examples/cm/extended/*.am /usr/share/doc/libtelepathy-glib-doc/examples/cm/extended
+examples/cm/extended/*.c /usr/share/doc/libtelepathy-glib-doc/examples/cm/extended
+examples/cm/extended/*.h /usr/share/doc/libtelepathy-glib-doc/examples/cm/extended
+examples/cm/no-protocols/*.am /usr/share/doc/libtelepathy-glib-doc/examples/cm/no-protocols
+examples/cm/no-protocols/*.c /usr/share/doc/libtelepathy-glib-doc/examples/cm/no-protocols
+examples/cm/no-protocols/*.h /usr/share/doc/libtelepathy-glib-doc/examples/cm/no-protocols
+examples/cm/no-protocols/Makefile.am /usr/share/doc/libtelepathy-glib-doc/examples/cm/no-protocols

=== added file 'libtelepathy-glib0.symbols'
--- a/libtelepathy-glib0.symbols	1970-01-01 00:00:00 +0000
+++ b/libtelepathy-glib0.symbols	2008-02-04 16:58:51 +0000
@@ -0,0 +1,4 @@
+libtelepathy-glib.so.0 libtelepathy-glib0 #MINVER#
+* Build-Depends-Package: libtelepathy-glib-dev
+ *@TELEPATHY_GLIB_0.7.0 0.7.1
+ *@TELEPATHY_GLIB_0.7.1 0.7.1

=== modified file 'rules'
--- a/rules	2008-01-31 16:25:34 +0000
+++ b/rules	2008-02-04 16:58:51 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_DH_MAKESHLIBS_ARGS_libtelepathy-glib0 := -V"libtelepathy-glib0 (= 0.7.1~rc1-0)"
+DEB_DH_MAKESHLIBS_ARGS_libtelepathy-glib0 := -V"libtelepathy-glib0 (>= 0.7.1)"
 
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/autotools.mk



More information about the Pkg-telepathy-commits mailing list