[Pkg-telepathy-commits] ./packages/unstable/telepathy-spec r28: Use debhelper 7; symlink spec into /usr/share/doc/; remove spurious ${shlibs:Depends}

Simon McVittie smcv at debian.org
Fri May 9 11:13:10 UTC 2008


------------------------------------------------------------
revno: 28
committer: Simon McVittie <smcv at debian.org>
branch nick: telepathy-spec-unstable
timestamp: Fri 2008-05-09 12:13:10 +0100
message:
  Use debhelper 7; symlink spec into /usr/share/doc/; remove spurious ${shlibs:Depends}
added:
  telepathy-specification.docs
  telepathy-specification.links
modified:
  changelog
  control
  rules
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2008-05-09 10:31:37 +0000
+++ b/changelog	2008-05-09 11:13:10 +0000
@@ -2,6 +2,10 @@
 
   * New upstream release
   * Use my debian.org address in Uploaders
+  * Update years in debian/copyright
+  * Use debhelper 7 instead of cdbs
+  * Symlink the spec into /usr/share/doc/telepathy-specification
+  * Remove ${shlibs:Depends}, we have no binaries
 
  -- Simon McVittie <smcv at debian.org>  Fri, 09 May 2008 11:29:40 +0100
 

=== modified file 'control'
--- a/control	2008-05-09 10:34:20 +0000
+++ b/control	2008-05-09 11:13:10 +0000
@@ -5,8 +5,7 @@
 Uploaders: Laurent Bigonville <bigon at bigon.be>,
            Simon McVittie <smcv at debian.org>,
            Sjoerd Simons <sjoerd at debian.org>
-Build-Depends: cdbs,
-               debhelper (>= 7)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: xsltproc, python-elementtree
 Standards-Version: 3.7.3
 Vcs-Bzr: http://bzr.debian.org/pkg-telepathy/packages/unstable/telepathy-spec/
@@ -16,8 +15,7 @@
 Package: telepathy-specification
 Architecture: all
 Section: doc
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends}
 Suggests: doc-base
 Enhances: libtelepathy-dev, libtelepathy-glib-doc
 Description: Telepathy D-Bus specification

=== modified file 'rules'
--- a/rules	2007-09-23 00:51:20 +0000
+++ b/rules	2008-05-09 11:13:10 +0000
@@ -1,5 +1,18 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/class/makefile.mk
+build:
+	dh build
+
+clean:
+	dh clean
+
+install: build
+	dh install
+
+binary-arch: install
+	# do nothing
+
+binary-indep: install
+	dh binary-indep
+
+binary: binary-indep

=== added file 'telepathy-specification.docs'
--- a/telepathy-specification.docs	1970-01-01 00:00:00 +0000
+++ b/telepathy-specification.docs	2008-05-09 11:13:10 +0000
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README

=== added file 'telepathy-specification.links'
--- a/telepathy-specification.links	1970-01-01 00:00:00 +0000
+++ b/telepathy-specification.links	2008-05-09 11:13:10 +0000
@@ -0,0 +1,1 @@
+usr/share/gtk-doc/html/telepathy-spec/spec.html usr/share/doc/telepathy-specification/spec.html



More information about the Pkg-telepathy-commits mailing list