diff options
author | Josh Triplett <josh@freedesktop.org> | 2007-05-21 18:58:47 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2007-05-21 18:58:47 -0700 |
commit | 7ed407417c1f1970033175dbf848532e1619ac5e (patch) | |
tree | e01c21f5a728db0f4b24ba694ff7d713ce181a33 | |
parent | b8512bafeec99321b8b9f4f53c86d23c005a5e75 (diff) |
Changes for Debian package 1.0-2: incorporate Julien's NMU, add XS-Vcs-Browser, set distribution to unstable
* Incorporate NMU by Julien Cristau; thanks, Julien!
* Add XS-Vcs-Browser field to debian/control.
* Upload to unstable.
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8c07f03..a756ff2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libxcb (1.0-2) unstable; urgency=low + + * Incorporate NMU by Julien Cristau; thanks, Julien! + * Add XS-Vcs-Browser field to debian/control. + * Upload to unstable. + + -- Josh Triplett <josh@freedesktop.org> Mon, 21 May 2007 12:48:40 -0700 + libxcb (1.0-1.1) experimental; urgency=low * Non-maintainer upload. diff --git a/debian/control b/debian/control index 6faab79..4fbf156 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.or Build-Depends: libxau-dev, libxdmcp-dev, xcb-proto (>= 1.0), libpthread-stubs0-dev (>= 0.1-1), cdbs (>= 0.4.40), debhelper (>= 5.0.0), pkg-config, xsltproc (>= 1.1.19-1), check (>= 0.9.4-2), binutils (>= 2.12.90.0.9) Standards-Version: 3.7.2 XS-Vcs-Git: git://anongit.freedesktop.org/git/xcb/libxcb +XS-Vcs-Browser: http://gitweb.freedesktop.org/?p=xcb/libxcb.git Package: libxcb1 Section: libs |