From 9288730ff4e24639a455db5d963ca6ec09ca39c3 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Fri, 2 Feb 2007 16:27:18 +0100 Subject: document changes --- debian/NEWS | 6 ++++++ debian/changelog | 21 +++++++++++++-------- debian/examples | 1 + examples/git-pbuilder | 8 ++++++++ 4 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 debian/NEWS create mode 100644 debian/examples create mode 100755 examples/git-pbuilder diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 00000000..7eeace09 --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,6 @@ +git-buildpackage (0.2.25) unstable; urgency=low + + Generated tags are now by default put into debian/ and upstream/ namespaces. + This doesn't have any effect on already existing tags. + + -- Guido Guenther Fri, 2 Feb 2007 15:56:12 +0100 diff --git a/debian/changelog b/debian/changelog index 401e2696..e94c00ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,19 @@ git-buildpackage (0.2.25) unstable; urgency=low - * UNRELEASED - * posttag suport for git-buildpackage: use --git-posttag to run a command - after a successfull build with tag (e.g. --git-posttag='git-push --tags + * posttag support for git-buildpackage: use --git-posttag to run a command + after a successfull build and tag (e.g. --git-posttag='git-push --tags git.alioth.org') - * Repositories that never had the upstream sources as a single commit can be - made git-import-orig compatible by using git's grafts. Mention this in the - manual (Closes: #403988). - - -- Guido Guenther Thu, 1 Feb 2007 17:54:56 +0100 + * repositories that weren't created by git-import-dsc and never had the + upstream sources as a single commit (let alone an upstream branch) can be + made git-import-orig compatible by using git's grafts - mention this in + the manual. This (Closes: #403988) since with this every git repo can use + git-import-orig (with some preparation). + * Allow to specify the tag format. The format of generated tags can now be + specified via the debian-tag and upsteam-tag options. The default now puts + debian tags and upstream tags into different namespaces (Closes: #408990). + * add example for pbuilder + + -- Guido Guenther Fri, 2 Feb 2007 16:26:52 +0100 git-buildpackage (0.2.24) unstable; urgency=low diff --git a/debian/examples b/debian/examples new file mode 100644 index 00000000..e39721e2 --- /dev/null +++ b/debian/examples @@ -0,0 +1 @@ +examples/* diff --git a/examples/git-pbuilder b/examples/git-pbuilder new file mode 100755 index 00000000..d8e62e3d --- /dev/null +++ b/examples/git-pbuilder @@ -0,0 +1,8 @@ +#!/bin/sh -e +# +# pbuilder helper for git-buildpackage +# use this as "builder" in gbp.conf + +# pass all options to dpkg-buildpackage: +pdebuild --debbuildopts "$*" + -- cgit v1.2.3