Hi, I think this is another user configuration problem on Ubuntu which is not really my business to fix but let me try.
This maint-guide is written for the new quilt 0.48-7 in Debian stable. > ii quilt 0.48-7 Tool to work with series of > patche You are running Ubuntu but the same version for quilt (older for devscripts). hmmmm.... Are not you experiencing this in older machine? This is second time Ubuntu user complained. See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609607#60 Please send BTS the "dpkg -l quilt" for the system you run this and also try the same as below and sen us the log. My system is functioning fine as below. --trace is the way to search root cause. ================ $ cd tmp /home/osamu/tmp $ mkdir -p boo/debian; cd boo /home/osamu/tmp/boo $ mkdir -p debian/patches $ touch foo $ dquilt new p1 Patch p1 is now on top $ dquilt add foo File foo added to patch p1 $ echo "AAAAAAAAA" >foo $ dquilt refresh Refreshed patch p1 $ cat debian/patches/p1 --- /dev/null +++ b/foo @@ -0,0 +1 @@ +AAAAAAAAA $ dquilt --trace refresh + . /usr/share/quilt/refresh +++ type -t patch_file_name ++ '[' '' '!=' function ']' ++ '[' -r /usr/share/quilt/scripts/patchfns ']' ++ . /usr/share/quilt/scripts/patchfns +++ export TEXTDOMAIN=quilt +++ TEXTDOMAIN=quilt +++ export TEXTDOMAINDIR=/usr/share/locale +++ TEXTDOMAINDIR=/usr/share/locale +++ : en_US.utf8 +++ : en_US.utf8 +++ ORIGINAL_LANG=en_US.utf8 +++ export LANG=POSIX +++ LANG=POSIX +++ export QUILT_PATCHES QUILT_PC SUBDIR SERIES DB +++ DB_VERSION=2 +++ : .pc +++ '[' -d /usr/share/quilt/compat ']' +++ export PATH=/usr/share/quilt/compat:/usr/share/quilt/compat:/home/osamu/bin:/home/osamu/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin:/sbin +++ PATH=/usr/share/quilt/compat:/usr/share/quilt/compat:/home/osamu/bin:/home/osamu/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin:/sbin +++ unset CDPATH +++ shopt -s dotglob +++ '[' -e /home/osamu/.quiltrc-dpkg ']' +++ source /home/osamu/.quiltrc-dpkg ++++ d=. +++++ readlink -e . ++++ '[' '!' -d ./debian -a /home/osamu/tmp/boo '!=' / ']' ++++ '[' -d ./debian ']' ++++ '[' -z '' ']' ++++ QUILT_PATCHES=debian/patches ++++ QUILT_PATCH_OPTS=--unified-reject-files ++++ QUILT_DIFF_ARGS='-p ab --no-timestamps --no-index --color=auto' ++++ QUILT_REFRESH_ARGS='-p ab --no-timestamps --no-index' ++++ QUILT_COLORS='diff_hdr=1;32:diff_add=1;34:diff_rem=1;31:diff_hunk=1;33:diff_ctx=35:diff_cctx=33' ++++ '[' -d ./debian/patches ']' +++ '[' -n refresh ']' ++++ echo refresh ++++ tr a-z A-Z +++ args=QUILT_REFRESH_ARGS [... cut here for long output ...] (Unless I get report with above information, I will close this bug.) Osamu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org