[Pkg-xmpp-commits] [jabberd2] 03/03: Add debian/gbp.conf and update debian/README.source. Update Standards-Version from 3.9.5 to 3.9.6.

Simon Josefsson jas at moszumanska.debian.org
Wed Apr 22 07:45:09 UTC 2015


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

jas pushed a commit to branch master
in repository jabberd2.

commit a36d13f9bac713771539d06269920ccffd42fbca
Author: Simon Josefsson <simon at josefsson.org>
Date:   Wed Apr 22 09:39:40 2015 +0200

    Add debian/gbp.conf and update debian/README.source. Update Standards-Version from 3.9.5 to 3.9.6.
---
 debian/README.source | 12 ++++++++----
 debian/changelog     |  2 ++
 debian/control       |  2 +-
 debian/gbp.conf      |  2 ++
 4 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index 40108ae..388443f 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -2,19 +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 https://alioth.debian.org/anonscm/git/pkg-xmpp/jabberd2.git
+git clone git://anonscm.debian.org/pkg-xmpp/jabberd2.git
 
 Build the package:
 
-git-buildpackage --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):
+
+gbp import-orig /path/to/new-release.tar.gz
diff --git a/debian/changelog b/debian/changelog
index ae80560..1f56f04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 jabberd2 (2.2.17+dfsg1-2) unstable; urgency=medium
 
   * Upload to unstable.
+  * Add debian/gbp.conf and update debian/README.source.
+  * Update Standards-Version from 3.9.5 to 3.9.6.
 
  -- Simon Josefsson <simon at josefsson.org>  Wed, 22 Apr 2015 09:37:54 +0200
 
diff --git a/debian/control b/debian/control
index 5a304ba..c937498 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Willem van den Akker <wvdakker at wilsoft.nl>, Simon Josefsson <simon at jo
 Build-Depends: debhelper (>= 9), autotools-dev, automake, libtool, libssl-dev, libgsasl7-dev (>= 0.2.27), 
  libdb-dev, libpam0g-dev, libmysqlclient15-dev, libpq-dev, libldap2-dev, libsqlite3-dev, libidn11-dev, libexpat1-dev, 
  libudns-dev, dh-autoreconf
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-xmpp/jabberd2.git
 Vcs-Git: git://anonscm.debian.org/pkg-xmpp/jabberd2.git
 Homepage: http://jabberd2.org/
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..9594d2b
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+sign-tags = True

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



More information about the Pkg-xmpp-commits mailing list