Drop library version from source package name.

This commit is contained in:
Josh Triplett 2006-04-29 11:15:47 -07:00
parent eb3521283f
commit 4e26eefcd9
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -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.

2
debian/control vendored
View File

@ -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>