Your message dated Sun, 27 Aug 2017 19:50:21 +0000
with message-id <[email protected]>
and subject line Bug#872524: fixed in git-buildpackage 0.9.0~exp4
has caused the Debian Bug report #872524,
regarding git-buildpackage: documenting import from upstream git
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
872524: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872524
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: git-buildpackage
Version: 0.8.18
Severity: minor
Tags: patch

thanks

Hi,
I was looking in the manual for information on starting from scratch
with an upstream git and found it a little terse for newbies like me.
Please would you consider applying the attached patches.
The published version [1] was tagged 0.9.0~exp3 but the text
is the same in the sid version.

I was not quite sure what to say about the --no-checkout argument;
something like this seems appropriate

   The <replaceable>debian/sid</replaceable> branch will start
   empty. Over time only debian packaging changes will be added here,
   usually just the <filename>debian/</filename> directory.

but I may be misunderstanding.

I also have a related question. The upstream repository has no tags;
what should one tell gpb to do in this case?
One can invent versions like 0~yymmdd [2] and apply such tags
locally but that doesn't seem quite right.


Kind regards
Vince

[1] 
http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.import.html#GBP.IMPORT.UPSTREAM-GIT
[2] https://www.debian.org/doc/manuals/maint-guide/first.en.html#namever
>From 5fedfb4801933d80bbef804106971d288ea17169 Mon Sep 17 00:00:00 2001
From: mci156 <[email protected]>
Date: Fri, 18 Aug 2017 15:46:12 +1000
Subject: [PATCH 1/2] Add paragraph break

---
 docs/chapters/import.sgml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/chapters/import.sgml b/docs/chapters/import.sgml
index d45522d..f8432e3 100644
--- a/docs/chapters/import.sgml
+++ b/docs/chapters/import.sgml
@@ -338,7 +338,10 @@ upstream-tag = v%(version%.%_)s
 </programlisting>
 	  The above makes sure we have <replaceable>debian/sid</replaceable> for the &debian; packaging. We didn't create
 	  any <replaceable>upstream/*</replaceable> branches; they're not needed for the packaging and only need to be
-	  kept up to date. After adding the &debian; packaging, we build the package. This assumes you're using &pristine-tar;
+	  kept up to date.
+      </para>
+
+      <para>After adding the &debian; packaging, we build the package. This assumes you're using &pristine-tar;
 	  and upstream uses a version number format as described above:
 <programlisting>
   <command>gbp buildpackage</command> --git-pristine-tar --git-pristine-tar-commit --git-upstream-tag='v%(version)s' --git-debian-branch=debian/sid
-- 
2.1.4

>From 7bc2c824164c6953956269822d6ee7c9b718bde2 Mon Sep 17 00:00:00 2001
From: mci156 <[email protected]>
Date: Fri, 18 Aug 2017 15:58:54 +1000
Subject: [PATCH 2/2] Explain the v1.0 <starting point>

---
 docs/chapters/import.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/chapters/import.sgml b/docs/chapters/import.sgml
index f8432e3..2e9c97f 100644
--- a/docs/chapters/import.sgml
+++ b/docs/chapters/import.sgml
@@ -338,7 +338,7 @@ upstream-tag = v%(version%.%_)s
 </programlisting>
 	  The above makes sure we have <replaceable>debian/sid</replaceable> for the &debian; packaging. We didn't create
 	  any <replaceable>upstream/*</replaceable> branches; they're not needed for the packaging and only need to be
-	  kept up to date.
+	  kept up to date. We started the branch at the commit corresponding to the tag <replaceable>v1.0</replaceable>.
       </para>
 
       <para>After adding the &debian; packaging, we build the package. This assumes you're using &pristine-tar;
-- 
2.1.4


--- End Message ---
--- Begin Message ---
Source: git-buildpackage
Source-Version: 0.9.0~exp4

We believe that the bug you reported is fixed in the latest version of
git-buildpackage, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guido Günther <[email protected]> (supplier of updated git-buildpackage package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 27 Aug 2017 17:38:19 +0200
Source: git-buildpackage
Binary: git-buildpackage git-buildpackage-rpm
Architecture: source
Version: 0.9.0~exp4
Distribution: experimental
Urgency: medium
Maintainer: Guido Günther <[email protected]>
Changed-By: Guido Günther <[email protected]>
Description:
 git-buildpackage - Suite to help with Debian packages in Git repositories
 git-buildpackage-rpm - Suite to help with RPM packages in Git repositories
Closes: 872141 872351 872524
Changes:
 git-buildpackage (0.9.0~exp4) experimental; urgency=medium
 .
   [ Ken Dreyer ]
   * [0ca5283] doc: expand --git-pbuilder-options docs.
     Give an example of how to use the --git-pbuilder-options option, and
     explain how it interacts with git-pbuilder.
 .
   [ Guido Günther ]
   * [b7c34cc] export-orig: drop sloppy mode from the docs since it's not
     useful here
   * [dab6761] import-dsc: cleanup error printing and exceptions.
     Raise exceptions with the error message instead of printing these first.
   * [a7b96a7] export-orig: print absolute path of created tarball.
     To avoid paths like '/a/b/../c'
   * [d5c3101] config: make dch-opt a list option.
     This unbreaks dch-opt when used in gbp.conf (Closes: #872141)
   * [5032688] spawn_dch: fail if dch failed.  We pass quiet=True to avoid
     duplicate error messages
   * [40b1883] gbp.conf: drop --noconf since it needs to be dch's first option
   * [ec643d9] Revert "buildpackage: don't prepare any tarballs in overlay mode"
     This breaks workflows where people have a detache debian/ dir
     but keep upstream VCS and pristine-tar in the same repo.
     This reverts commit 3e4e7950d2b0e81a8821f60e9a6d842c88e8b7fb.
     Thanks to Maximiliano Curia for the report
   * [d76834c] pq: use more gittish commit message in --commit.  Use present
     instead of past tense
   * [5d40d44] pq-rpm: Correctly pass abbrev to format-patch
     broken by 75e18fc5bb4831df924bc708130b0a6ab311a230
   * [b23e958] tests: remove duplication in test options
   * [f8714dc] log: don't color the log message, only the marker
     to improve readability
   * [40acd04] tests: Move pristine-tar test data to tests/data as well
   * [19310dc] Spell pristine_tar consistently
   * [9dc2129] pq: properly retry non-ascii charset on patch body encode.
     The current code tried to catch the wrong exception
   * [6d3e34c] patch_series: report decoding errors when reading patch files
 .
   [ mci156 ]
   * [d115b67] docs: Add paragraph break
   * [e5be602] docs: Explain the v1.0 <starting point> (Closes: #872524)
 .
   [ Chris Lamb ]
   * [f97b910] pq: make --abbrev= configurable (Closes: #872351)
Checksums-Sha1:
 29e54a07754cf9573ec57bc3c591fb9964687af2 2308 git-buildpackage_0.9.0~exp4.dsc
 1da7fa5b63236a8ae4a66484a905c1c92ecfdb42 2325484 
git-buildpackage_0.9.0~exp4.tar.xz
 dfcbde72f541baff5ba8d26a178e1aa15edf27e2 12705 
git-buildpackage_0.9.0~exp4_amd64.buildinfo
Checksums-Sha256:
 17f9a9547cdee6eebc1c7b5d2cd49ee5423a52c9cbacba9f6a6798ad2243085c 2308 
git-buildpackage_0.9.0~exp4.dsc
 bfe9f96e0a5c7a330346c3705ec0e5b8f0f987eaf0e61aa4f953de6851e28da2 2325484 
git-buildpackage_0.9.0~exp4.tar.xz
 7096691ba0da482ab29e3efb5a3f6ee2bdc67492669e33e506cd5decc8d2d2cf 12705 
git-buildpackage_0.9.0~exp4_amd64.buildinfo
Files:
 3c34ec977a3047cf7d7ed0aa9df1bab4 2308 vcs optional 
git-buildpackage_0.9.0~exp4.dsc
 fe6e07f99ca26ccaa4a01016acf01ed1 2325484 vcs optional 
git-buildpackage_0.9.0~exp4.tar.xz
 92939a42835143c64ca01f4d8ffe3007 12705 vcs optional 
git-buildpackage_0.9.0~exp4_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEvHzQcjh1660F3xzZB7i3sOqYEgsFAlmjH7sACgkQB7i3sOqY
EgtXpw//U8tH0OeECHEvvDLxjdX0TlTzEtQ+cCn5clgIYPQnMdMd7R1H0Fo8gtzE
osNX4K4XurGF64ICobqsIcb+mQHTQvo3+H9BR0ADE1CVyJxwTKRqdS9gna1QDU4f
H5p1Z9VIsxIAfCbqpzy2bq2UH5bkHvSjTAzqzBOBOfsQQc5G4KYBUPilSUFXAOC1
AEfvELs4QrZ6zvEqD47YkoQPCXRWcS5qmBW0CVJO3gdaNev9ZcbFIhSIx0Vd++iO
UGDRp0YNk+zx4Ru+oqroqfB1PxK5n74apCCtUNb+WlLYWfuhVOLUk/rvcoR2MheS
cpFrLdfORE5Fx7t97fzeC/A4aeySDEY+o8HZOLmdao9LYVWfFWfkG3H/Wd5cgfei
wXsBAKI46A3LtL9VjgiypJ0HLeRZo10uV2a4StbECPcwu7+64Y1LKaOg/Z6Kt6gy
ZWmFbdKCTIFq0BYNul4Y8hlSS4Yv/GGAUKUDS7Uijj/BcDKOJ6E54kz0nsWxV+lh
LyikAk/19EtuF1GzTtV9fRres3zZo3ZP2NxOUJkd+j43WYw38aCa9b569DA1nMzm
O60JXUfOqQ4KLKBJVH3c0TBmBO/7mYq5/HjQDeLeFE3RsCXPnCPWN8aNhMm8lNag
NClfKTt9ABlQQOi4rF5yRH0dz9H1H4kmyQWkSTPTgQyrCh8ophA=
=O9Rq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to