summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2006-04-29 11:15:47 -0700
committerJosh Triplett <josh@freedesktop.org>2006-04-29 11:15:47 -0700
commit4e26eefcd9a035c4f7ee1d5f267095edc7df7c89 (patch)
tree5c9db0f0c5f55b1ac025e39ff297434bbc1eff0e /debian
parenteb3521283f91a84ce149fcc416720289ca37e29f (diff)
Drop library version from source package name.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 1c95409..278195c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxcb0 (0.9-3) experimental; urgency=low
+libxcb (0.9-3) experimental; urgency=low
* Stop running autoreconf in debian/rules, and remove Build-Depends for
autoconf, automake, and libtool.
@@ -11,6 +11,7 @@ libxcb0 (0.9-3) experimental; urgency=low
* Install headers to /usr/include/X11, not /usr/X11R6/include/X11.
* Pre-Depends: x11-common (>= 1:1.09).
* Create library, -dev, and -dbg packages for each new extension library.
+ * Drop library version from source package name.
* Remove Bugs field in control, so bugs go to the Debian BTS.
* Set distribution to experimental.
diff --git a/debian/control b/debian/control
index b11c11b..88e8fac 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: libxcb0
+Source: libxcb
Priority: optional
Maintainer: XCB Developers <xcb@lists.freedesktop.org>
Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org>