Package: quilt / 0.63-8

Metadata

Package Version Patches format
quilt 0.63-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
quilt init | (download)

bash_completion | 2 1 + 1 - 0 !
quilt/init.in | 49 49 + 0 - 0 !
test/one.test | 3 3 + 0 - 0 !
3 files changed, 53 insertions(+), 1 deletion(-)

 adds a simple "quilt init" that creates the needed meta-data
dep3mail ### Sent 2014 01 18 | (download)

quilt/mail.in | 22 19 + 3 - 0 !
1 file changed, 19 insertions(+), 3 deletions(-)

 allow mail command to grab the mail title from dep3 formalism
 If the patch is formatted according to http://dep.debian.net/deps/dep3/ 
 then the mail subcommand will manage to extract a mail subject and
 description out of this formalism.
check_SERIES_exists ### Sent 2014 01 18 | (download)

quilt/scripts/patchfns.in | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 verbose error message when the serie file does not exist
 patchfns.in(cat_series): Displays an error message when the $SERIES
 file does not exist, and when run  in verbose mode.
Bug-Debian: http://bugs.debian.org/369908 
Upstream-status: submitted 2014-01-18


setup dont read pc ### Sent 2014 01 18 | (download)

quilt/setup.in | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 setup don't obey the settings of any englobing .pc 
 .
 This is mainly intended to get the setup.test working even if the
 debian package contains a .pc directory. Without this patch, the
 debian packaging stuff will get the testsuite using debian/patches
 instead of patches (because it's the way it goes in our .pc). The
 test breaks with that setting.
 .
 The patch changes the setup command to not take the settings of any
 .pc directory found, and reset QUILT_PC QUILT_PATCHES and QUILT_SERIES
 to their default values.
Bug-Debian: http://bugs.debian.org/573689
graph_depends_on_graphviz ### Committed upstream | (download)

quilt/graph.in | 12 12 + 0 - 0 !
quilt/mail.in | 2 1 + 1 - 0 !
2 files changed, 13 insertions(+), 1 deletion(-)

 informative message when using graph without graphviz
 Previously, trying to use the graph subcommand without graphviz being
 installed resulted in a cryptic error message: 
 .
 Can't exec "tred": No such file or directory at /usr/lib/perl/5.14/IO/File.pm line 66, <STDIN> line 1.
 .
 graphviz is already in the Suggests field of the debian package, and
 we cannot raise this dependency severity given the central role of
 quilt in the debian infrastructure. This informative error message is
 much more sensible.
 .
 This fix is also interesting when generating the documentation, as
 it allows to generate the doc correctly without having graphviz in
 our build-depends (Closes: #748384).
 .
 Also, merge the error message with the one from quilt mail when
 formail is not installed to ease the life of translators.
restrict patch names | (download)

quilt/fork.in | 2 2 + 0 - 0 !
quilt/import.in | 2 2 + 0 - 0 !
quilt/new.in | 2 2 + 0 - 0 !
quilt/rename.in | 2 2 + 0 - 0 !
quilt/scripts/patchfns.in | 17 17 + 0 - 0 !
test/restrict-patch-names.test | 56 56 + 0 - 0 !
6 files changed, 81 insertions(+)

 enforce valid patch names
 Allowing patch names to contain spaces would require major changes
 (such as the format of the series file), so we'd better detect that
 the user tries to use spaces in the patch name, and refuse it.
 .
 Also, refuse patches named series, as it would result in awful
 corruptions of the internal state.
fail_on_missing | (download)

quilt/push.in | 7 7 + 0 - 0 !
test/missing.test | 4 4 + 0 - 0 !
2 files changed, 11 insertions(+)

 verbosly fail when trying to push a non existant patch
 Useful if there is a typo in the serie file.
 This can be overriden by providing -f.
Bug-Debian: http://bugs.debian.org/358875
shell subcommand | (download)

bash_completion | 2 1 + 1 - 0 !
quilt/shell.in | 67 67 + 0 - 0 !
2 files changed, 68 insertions(+), 1 deletion(-)

 implement a new "quilt shell" command
 The command launches a shell in a duplicate environment. After exiting
 the shell, any modifications made in this environment are applied to the
 topmost patch.
use sensible editor | (download)

quilt/edit.in | 2 1 + 1 - 0 !
quilt/header.in | 2 1 + 1 - 0 !
quilt/mail.in | 2 1 + 1 - 0 !
test/edit.test | 1 1 + 0 - 0 !
4 files changed, 4 insertions(+), 3 deletions(-)

 default the value of editor with debian's sensible-editor instead of vi
 the original bug that triggered this change was that quilt doesn't honour $VISUAL
Bug-Debian: http://bugs.debian.org/509076
dep3_headers | (download)

quilt/header.in | 30 28 + 2 - 0 !
1 file changed, 28 insertions(+), 2 deletions(-)

 adds the --dep3 option to include a dep-3 template in the header.
 .
 Intensively using quilt for Debian packages and trying to adopt the
 DEP-3 Patch Tagging Guidelines for my patches, I often get to go on
 http://dep.debian.net/ to find the correct fields.
 .
 The proposed patch adds a --dep3 option to "quilt -e header" that
 adds a template feeded to $EDITOR if the header is empty. The
 template contains all fields and documents them, with indications of
 required/optional.
push_timeskew | (download)

quilt/push.in | 22 17 + 5 - 0 !
quilt/scripts/backup-files.in | 3 2 + 1 - 0 !
test/push_timeskew.test | 86 86 + 0 - 0 !
3 files changed, 105 insertions(+), 6 deletions(-)

 ensure that all mtime of modified files are equal when pushing
 This is intended to avoid time skew in build systems in some cases.
 .
 See the discussion
 http://lists.debian.org/debian-policy/2008/02/msg00030.html for more
 context information.
Bug-Debian: http://bugs.debian.org/466360
Upstream-status: to be submitted 


fixbuildrun | (download)

test/run | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
diff_binary | (download)

test/faildiff.test | 15 1 + 14 - 0 !
1 file changed, 1 insertion(+), 14 deletions(-)

---
manpage typo.patch | (download)

quilt/header.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---