diff options
author | Simon McVittie <smcv@debian.org> | 2011-01-31 17:14:34 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2011-01-31 17:14:34 +0000 |
commit | 47d3de2c5a4969f2887eac9ab3216b6ef96e850d (patch) | |
tree | c0c2e67db9356c96f0ca976bf2cfe871e64e9918 | |
parent | 37f2f9f6593b7f3c73c7adac09cdc2d2a7273ce1 (diff) | |
download | dbus-47d3de2c5a4969f2887eac9ab3216b6ef96e850d.tar.gz |
Move to git; add debian/gbp.conf for git-buildpackage
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/gbp.conf | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 3e3c7a78..f9abaa63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dbus (1.2.24-5) UNRELEASED; urgency=low + + * Move to git; add debian/gbp.conf for git-buildpackage + + -- Simon McVittie <smcv@debian.org> Mon, 31 Jan 2011 17:14:04 +0000 + dbus (1.2.24-4) unstable; urgency=high * debian/patches/12-CVE-2010-4352-reject-deeply-nested-variants.patch diff --git a/debian/control b/debian/control index 47749d13..fcc83c7c 100644 --- a/debian/control +++ b/debian/control @@ -17,8 +17,8 @@ Build-Depends: cdbs (>= 0.4.43), libx11-dev, libselinux1-dev [linux-any] Standards-Version: 3.9.0 -Vcs-Svn: svn://svn.debian.org/pkg-utopia/packages/unstable/dbus/ -Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/ +Vcs-Git: git://git.debian.org/pkg-utopia/dbus.git +Vcs-Browser: http://git.debian.org/?p=pkg-utopia/dbus.git Homepage: http://dbus.freedesktop.org/ Package: dbus diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 00000000..cec628c7 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +pristine-tar = True |