- 04 Nov, 2017 2 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
devscripts Debian release 2.17.11
-
- 27 Oct, 2017 7 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Main reason is to shut up lintian's script-needs-depends-on-sensible-utils, but it makes sense anyway as it's a fairly important/used package that everybody should use u.U. Previously, it was always installed as it was a dependency of an Essential:yes package. In particular, it's needed by nmudiff, also very important to everybody! Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
The error message changed between 1.18 and 1.19. Gbp-Dch: Short Closes: #879798 Thanks: Adam Conrad <adconrad@debian.org> for the patch Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 25 Oct, 2017 1 commit
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 24 Oct, 2017 3 commits
-
-
Mattia Rizzolo authored
Thanks: anarcat for spotting the error and suggesting the solution Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Closes: #879207 Thanks: Stephen Kitt <skitt@debian.org> for the patch Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 08 Oct, 2017 2 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Closes: #862324 Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 07 Oct, 2017 6 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Closes: #871657 Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
debcheckout: update the manpage to mention that --bpo now targets stretch-backports, not jessie-backports Closes: #877877 Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 01 Oct, 2017 1 commit
-
-
Use file extensions instead of globs. Closes: #877440 Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 30 Sep, 2017 2 commits
-
-
Christoph Berg authored
-
Osamu Aoki authored
Now uscan respect USCAN_DOWNLOAD=no. So the fix proposed in 8536b843 ("origtargz: Add --force-download to uscan --download-current version; recent uscan versions require it.", 2017-09-27) is reactivated in slightly different way. Basically, always override USCAN_DOWNLOAD=nowhen calling from origtargz. Signed-off-by:
Osamu Aoki <osamu@debian.org>
-
- 29 Sep, 2017 5 commits
-
-
Osamu Aoki authored
Changed "rename" to "B<rename>". Signed-off-by:
Osamu Aoki <osamu@debian.org> -
Osamu Aoki authored
Closes: #877104 Signed-off-by:
Osamu Aoki <osamu@debian.org> -
Osamu Aoki authored
For cases when the version to be downloaded is not expected to be newer due to other options set such as * --download-version set in the command line option * --download-debversion set in the command line option * --download-current-version set in the command line option * "same" used as version after URL instead of "debian" in watch line * "previous" used as version after URL instead of "debian" in watch line Set $download=2 if $download == 1. Here, $download has the following meanings 0 = no-download, 1 = download (default, only-new), 2 = force-download (even if file is up-to-date version), 3 = overwrite-download (even if file exists) Signed-off-by:
Osamu Aoki <osamu@debian.org> -
Osamu Aoki authored
Let me fix this in uscan where the problem initiated. This reverts commit 8536b843 . Signed-off-by:
Osamu Aoki <osamu@debian.org> -
Chris Lamb authored
-
- 27 Sep, 2017 6 commits
-
-
Christoph Berg authored
origtargz: Add --force-download to uscan --download-current version; recent uscan versions require it.
-
Chris Lamb authored
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Osamu Aoki authored
Now team upload. Signed-off-by:
Osamu Aoki <osamu@debian.org>
-
- 24 Sep, 2017 1 commit
-
-
Osamu Aoki authored
Use of uninitialized value $1 in string eq at /usr/bin/debuild line 859. Signed-off-by:
Osamu Aoki <osamu@debian.org>
-
- 23 Sep, 2017 1 commit
-
-
Osamu Aoki authored
Previously supported dpkg-buildpackage options: --force-sign -us -uc New supported dpkg-buildpackage options: --no-sign --unsigned-source --unsigned-changes -ui --unsigned-buildinfo Adjust unusual -uc -us -ui combination response message to the reality. Bump dpkg-dev version to support -ui option for dpkg-buildpackage Signed-off-by:
Osamu Aoki <osamu@debian.org>
-
- 21 Sep, 2017 2 commits
-
-
Chris Lamb authored
-
Chris Lamb authored
scripts/reproducible-check: Dedent line to appease flake8's "E131 continuation line unaligned for hanging indent" warning.
-
- 16 Sep, 2017 1 commit
-
-
Chris Lamb authored
scripts/reproducible-check: Use the restricted JSON file that hides transient issues. (Closes: #875861)
-