[Pkg-xmpp-commits] [gsasl] 01/01: Add debian/gbp.conf and update debian/README.source.

Simon Josefsson jas at moszumanska.debian.org
Tue Apr 21 09:25:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

jas pushed a commit to branch master
in repository gsasl.

commit 438dc665646e60e9e37ada98392c9d7bff611bab
Author: Simon Josefsson <simon at josefsson.org>
Date:   Tue Apr 21 11:10:36 2015 +0200

    Add debian/gbp.conf and update debian/README.source.
---
 debian/README.source | 10 +++++-----
 debian/changelog     |  7 +++++++
 debian/gbp.conf      |  3 +++
 3 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index 8bd944e..7f5cf71 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -2,23 +2,23 @@ We describe here one way to work with the package sources.
 
 Initialize cowbuilder:
 
-sudo cowbuilder --create --distribution sid --mirror http://http.debian.net/debian --debootstrapopts "--keyring=/usr/share/keyrings/debian-archive-keyring.gpg" --basepath /var/cache/pbuilder/base-debian-sid.cow
+git-pbuilder create
 
 Optionally update cowbuilder:
 
-sudo cowbuilder --update --basepath /var/cache/pbuilder/base-debian-sid.cow
+git-pbuilder update
 
 Clone the repository:
 
-git clone git+ssh://git.debian.org/git/pkg-xmpp/gsasl.git
+git clone git://anonscm.debian.org/pkg-xmpp/gsasl.git
 
 Build the package:
 
-git-buildpackage --git-pristine-tar --git-builder="pdebuild --auto-debsign --pbuilder cowbuilder -- --twice --basepath /var/cache/pbuilder/base-debian-sid.cow"
+gbp buildpackage --git-pbuilder --git-pbuilder-options=--twice
 
 If all goes well, you should have newly built packages in
 /var/cache/pbuilder/result/.
 
 Update the package to a new upstream release (don't forget debian/changelog):
 
-git-import-orig --pristine-tar /path/to/new-release.tar.gz
+gbp import-orig /path/to/new-release.tar.gz
diff --git a/debian/changelog b/debian/changelog
index f9be91f..494ff47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gsasl (1.8.0-8) unstable; urgency=low
+
+  * Upload to unstable.
+  * Add debian/gbp.conf and update debian/README.source.
+
+ -- Simon Josefsson <simon at josefsson.org>  Tue, 21 Apr 2015 11:09:57 +0200
+
 gsasl (1.8.0-7) experimental; urgency=low
 
   * Build-Depends on 'libkrb5-dev' instead of 'krb5-multidev',
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..5474c60
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+pristine-tar = True
+sign-tags = True

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xmpp/gsasl.git



More information about the Pkg-xmpp-commits mailing list