Bug#736683: sadt: executable not available

2014-01-25 Thread Nicolas Boulenguez
Package: devscripts Version: 2.14.0 Severity: normal The changelog claims to add sadt, but the executable is missing. # dpkg --listfiles devscripts | grep sadt /usr/share/man/de/man1/sadt.1.gz /usr/share/man/man1/sadt.1.gz /usr/share/man/fr/man1/sadt.1.gz Versions of packages devscripts depends

Bug#733111: update uscan Files-Excluded parsing to support escaped names

2014-02-03 Thread Nicolas Boulenguez
Package: devscripts Followup-For: Bug #733111 Hello. I believe that this bug should be reopened. Having described \* \\ and \?, [1] states that Any other character following a backslash is an error.. My understanding is: - The 'foo\ bar' glob discussed in this bug report is illegal. - It is not

Bug#733111: update uscan Files-Excluded parsing to support escaped names

2014-02-04 Thread Nicolas Boulenguez
'foo*' removes the whole tree The more accurate foo foo/* should be used instead of foo* because the latter also matches foobar. I added the part of these suggestions not related to Files-Excluded to #688481. ___ devscripts-devel mailing list

Modifying Files-Excluded pattern specification

2014-03-22 Thread Nicolas Boulenguez
In-Reply-To=20140321105301.ge18...@an3as.eu Package: debian-policy Followup-For: Bug #685506 Joachim Breitner wrote: File-Excluded: foo/bar.js to exclude * foo/bar.js (in case of a dirty tarball) * pkg-1.0/foo/bar.js (as in your implementation) as well as * pkg-1.0/docs/foo/bar.js (this

Bug#781963: sadt should handle the Test-Command syntax

2016-01-12 Thread Nicolas Boulenguez
Package: devscripts Version: 2.15.10 Followup-For: Bug #781963 Control: tags -1 + patch Hello. I believe that the attached patch fixes the issue. diff --git a/scripts/sadt b/scripts/sadt old mode 100755 new mode 100644 index aec1024..3845258 --- a/scripts/sadt +++ b/scripts/sadt @@ -158,6 +158,7

Bug#863118: devscripts needs proper configuration file parsing

2018-02-13 Thread Nicolas Boulenguez
Package: devscripts Followup-For: Bug #863118 Control: tags -1 + patch Hi. The attached changes fix this bug. They are intrusive and probably introduce new bugs, but they should ease the maintenance in the long run. Regards. suggestions.tar.gz Description: application/gzip

Bug#863118: devscripts needs proper configuration file parsing

2018-02-20 Thread Nicolas Boulenguez
Package: devscripts Followup-For: Bug #863118 Please ignore previous attachment, and consider this one instead. It brings various improvements, including tests. It also splits the unrelated changes in order to ease review. Thanks. devscripts_confvar.tar.gz Description: application/gzip

Bug#863118: devscripts needs proper configuration file parsing

2018-02-23 Thread Nicolas Boulenguez
Package: devscripts Followup-For: Bug #863118 Hi. Please also consider these two patches. Thanks. >From a97cd3da68e8abeb1d3d3cf52bc66e092c0ed3d3 Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez <nicolas.bouleng...@free.fr> Date: Fri, 23 Feb 2018 10:28:27 +0100 Subject: [PATCH 1/2] Cle