diff options
author | Josh Triplett <josh@freedesktop.org> | 2007-05-21 14:01:26 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2007-05-21 14:02:06 -0700 |
commit | 3585fd720cac0167b83c4f06b38d89416892aecf (patch) | |
tree | a841be6eb9494f4d4f7d89368a0c465bb7cd1e19 | |
parent | 9b549c4185a7da96bf574b25a2369613ea7100b5 (diff) |
Changes for Debian package 0.1-2: XS-Vcs fields, set distribution to unstabledebian-0.1-2debian
* Add XS-Vcs-Git and XS-Vcs-Browser fields.
* Upload to unstable.
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9d700e2..26f124f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libpthread-stubs (0.1-2) unstable; urgency=low + + * Add XS-Vcs-Git and XS-Vcs-Browser fields. + * Upload to unstable. + + -- Josh Triplett <josh@freedesktop.org> Mon, 21 May 2007 14:00:38 -0700 + libpthread-stubs (0.1-1) experimental; urgency=low * Initial release. diff --git a/debian/control b/debian/control index 115574e..1f95a09 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Maintainer: XCB Developers <xcb@lists.freedesktop.org> Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org> Build-Depends: cdbs (>= 0.4.40), debhelper (>= 5.0.0) Standards-Version: 3.7.2 -XS-X-Vcs-Git: git://anongit.freedesktop.org/git/xcb/pthread-stubs +XS-Vcs-Git: git://anongit.freedesktop.org/git/xcb/pthread-stubs +XS-Vcs-Browser: http://gitweb.freedesktop.org/?p=xcb/pthread-stubs.git Package: libpthread-stubs0 Section: libs |