[Pkg-telepathy-commits] [SCM] Telepathy specification packaging branch, debian, updated. upstream/0.17.16-60-g249d87b
Simon McVittie
smcv at debian.org
Thu Dec 18 01:00:58 UTC 2008
The following commit has been merged in the debian branch:
commit a68953ee43506f662243df26d38927377738c259
Author: Simon McVittie <smcv at debian.org>
Date: Thu Dec 18 00:19:48 2008 +0000
Switch packaging to git
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..708468b
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,19 @@
+Packaging using git
+===================
+
+The repository contains an appropriate debian/gbp.conf to build this package
+using git-buildpackage. The debian branch contains the latest upstream
+versions.
+
+Here's how to build it:
+
+ git clone git://git.debian.org/git/pkg-telepathy/telepathy-spec
+ cd telepathy-spec
+ git checkout debian
+ git-buildpackage -us -uc
+
+The branch 'upstream' is a copy of the contents of upstream tarballs. To import
+upstream tarballs use:
+
+ git checkout debian
+ git-import-orig ~/telepathy-spec-0.17.x.tar.gz
diff --git a/debian/changelog b/debian/changelog
index 9e2abfb..09b405b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+telepathy-spec (0.17.15-2) UNRELEASED; urgency=low
+
+ * Switch packaging to git
+
+ -- Simon McVittie <smcv at debian.org> Thu, 18 Dec 2008 00:13:38 +0000
+
telepathy-spec (0.17.15-1) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index 99db0f7..f03c2ff 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Build-Depends-Indep: xsltproc,
python (>= 2.5) | python-elementtree,
python-docutils
Standards-Version: 3.7.3
-Vcs-Bzr: http://bzr.debian.org/pkg-telepathy/packages/unstable/telepathy-spec/
+Vcs-Git: git://git.debian.org/git/pkg-telepathy/telepathy-spec.git
+Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/telepathy-spec.git
Homepage: http://telepathy.freedesktop.org/wiki/
XS-Dm-Upload-Allowed: yes
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..c5459e2
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,7 @@
+[DEFAULT]
+debian-branch = debian
+
+[git-buildpackage]
+tarball-dir = ../tarballs/
+export-dir = ../build-area/
+no-create-orig = True
--
Telepathy specification packaging
More information about the Pkg-telepathy-commits
mailing list