summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-10-07 23:07:17 -0700
committerJamey Sharp <jamey@minilop.net>2006-10-08 01:12:03 -0700
commitae2ac93618a37cbe3c0173dd3ba602634561e0ac (patch)
treee5b49036765b549bceb98182f057f8995dd4f520
parent4b738b87b2e3791877e9e0d6ba66f48282f174f7 (diff)
Update Debian packaging for 1.0 RC2 release.
* New upstream release. * No longer installs files to /usr/include/X11, so remove Pre-Depends on x11-common. * Update to Standards-Version 3.7.2 (no changes required). * Point specifically to http://xcb.freedesktop.org/dist in copyright file, rather than http://xcb.freedesktop.org . * Add debian/watch file. * Drop Depends line, which only contained empty substitution variables. * Add debian/xcb-proto.install, to install the pkgconfig file to /usr/share rather than /usr/lib. Add DEB_DH_INSTALL_SOURCEDIR and DEB_DESTDIR to debian/rules, pointing to debian/tmp, to allow use of dh_install for renaming files. Authors: Josh Triplett <josh@freedesktop.org>, Jamey Sharp <jamey@minilop.net>
-rw-r--r--debian/changelog17
-rw-r--r--debian/control4
-rw-r--r--debian/copyright.debian2
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/watch2
-rw-r--r--debian/xcb-proto.install2
6 files changed, 25 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index d64f165..bc23001 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+xcb-proto (0.9.92-1) experimental; urgency=low
+
+ * New upstream release.
+ * No longer installs files to /usr/include/X11, so remove Pre-Depends on
+ x11-common.
+ * Update to Standards-Version 3.7.2 (no changes required).
+ * Point specifically to http://xcb.freedesktop.org/dist in copyright file,
+ rather than http://xcb.freedesktop.org .
+ * Add debian/watch file.
+ * Drop Depends line, which only contained empty substitution variables.
+ * Add debian/xcb-proto.install, to install the pkgconfig file to /usr/share
+ rather than /usr/lib. Add DEB_DH_INSTALL_SOURCEDIR and DEB_DESTDIR to
+ debian/rules, pointing to debian/tmp, to allow use of dh_install for
+ renaming files.
+
+ -- Jamey Sharp <sharpone@debian.org> Sat, 07 Oct 2006 22:55:07 -0700
+
xcb-proto (0.9-3) experimental; urgency=low
* Stop running autoreconf in debian/rules, and remove Build-Depends for
diff --git a/debian/control b/debian/control
index 248c618..e2ca70c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,10 @@ Priority: optional
Maintainer: XCB Developers <xcb@lists.freedesktop.org>
Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org>
Build-Depends: cdbs, debhelper (>= 4.0.0), libxml2-utils
-Standards-Version: 3.6.1
+Standards-Version: 3.7.2
Package: xcb-proto
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding - protocol descriptions
xcb-proto contains descriptions of the X Window System core protocol and
selected extensions in an XML-based data format. The X C Binding (XCB)
diff --git a/debian/copyright.debian b/debian/copyright.debian
index 7cd330a..fa33d3c 100644
--- a/debian/copyright.debian
+++ b/debian/copyright.debian
@@ -3,7 +3,7 @@ Thu, 18 Mar 2004 00:48:42 -0800, and later updated by Josh Triplett
<josh@freedesktop.org>. The package is co-maintained by the XCB developers
via the XCB mailing list <xcb@lists.freedesktop.org>.
-It was downloaded from http://xcb.freedesktop.org.
+It was downloaded from http://xcb.freedesktop.org/dist
Upstream Authors: Jamey Sharp <sharpone@debian.org>
Josh Triplett <josh@freedesktop.org>
diff --git a/debian/rules b/debian/rules
index 631795d..229aac4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_MAKE_CHECK_TARGET=check
+DEB_DH_INSTALL_SOURCEDIR=debian/tmp
+DEB_DESTDIR=$(CURDIR)/debian/tmp
debian/copyright: debian/copyright.debian COPYING
cat $+ > $@
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..3d87793
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://xcb.freedesktop.org/dist/xcb-proto-([0-9].*)\.tar\.gz
diff --git a/debian/xcb-proto.install b/debian/xcb-proto.install
new file mode 100644
index 0000000..4fbbf54
--- /dev/null
+++ b/debian/xcb-proto.install
@@ -0,0 +1,2 @@
+usr/lib/pkgconfig/xcb-proto.pc usr/share/pkgconfig
+usr/share/xcb