Your message dated Sun, 27 Aug 2017 19:50:21 +0000 with message-id <[email protected]> and subject line Bug#872141: fixed in git-buildpackage 0.9.0~exp4 has caused the Debian Bug report #872141, regarding gbp-dch: TypeError with new dch_opts 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.) -- 872141: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872141 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: git-buildpackage Version: 0.9.0~exp3 Severity: normal -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Thanks for adding the possibility to pass options to dch! I tried to example from /etc/git-buildpackage/gbp.conf, i.e. I added [dch] ... dch-opt = ['--mainttrailer', '--noconf'] to my ~/.gbp.conf, but the result shows a problem: % gbp dch -a --verbose Traceback (most recent call last): File "/usr/bin/gbp", line 151, in <module> sys.exit(supercommand()) File "/usr/bin/gbp", line 147, in supercommand return module.main(args) File "/usr/lib/python3/dist-packages/gbp/scripts/dch.py", line 426, in main options, args, dch_options, editor_cmd = parse_args(argv) File "/usr/lib/python3/dist-packages/gbp/scripts/dch.py", line 413, in parse_args dch_options = process_options(options, parser) File "/usr/lib/python3/dist-packages/gbp/scripts/dch.py", line 282, in process_options return dch_options + options.dch_opts TypeError: can only concatenate list (not "str") to list Cheers, gregor -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlmRqmFfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ qgY1fw//ViQgnxdq6KQwsNkJMJUXRMhheq7ZB5EVc4CnY+98l5v3n3EyylZqmnzA xtdyfTtnxIHkOMZMREskwBT4bY3xhacl0mw7EQtq4C7Fd2LJ+HoLj5RxBt1U6oMp H8DJv8oArT6HBpJvSDlGks0hs3FUmRlT/JJ8jEjYiMIFbJ9CMskHcWQ5wOz4k9Xm lH+cJf7kEaCuZukwAhz3jKHRtCfPg/p65Yb/n6MX/MBOU+Kt17H/6iiBC61sDEIv +6jU8Z0cChawoppwxK9jzCfLKtAosrwzhdwHA+XaxgN5sxygP6A88h5V7EYQKzIP 4QEjEdw+H6IO9tkyKWS2zSTDDBA+sfDd91t/2/g02ru097Xeqzp9no4xOvhE2hVX V+KZ8AMyUqdrhtRGzxha2UWQMAO/ZBlYMJBupFsSM1mIGggJWlE/PR3ToYf4AnfY 1geo3rgvyW164xJvD46Ev39Jbowq6zcBoQqplDKwtFtTXtWu8lqzCS4lLFAiZS9v nplBRoJ+fFIsShhe9Qj4pPOFKGsRjiSc1XwIdw0v6SZ/vMdPjjSSB0K2iIXqm+Ji tuPrUyY4v5YyWA4Oe1OanustyRPiUothn2muEKqamvN22wLrSW0ZfKEkZs5yJOY0 f8GRzNZJnvfU78X+zvCBti3jYZ615cqyo4qliuYo3v4S8li4jAM= =Z6BW -----END PGP SIGNATURE-----
--- 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 ---

