Package: devscripts Version: 2.9.9 Severity: normal Tags: patch [0] [EMAIL PROTECTED]:~/debian/sponsor/lprof 2s $debdiff /var/cache/apt/archives/lprof_1.10.1.dfsg-2_i386.deb /srv/pbuilder/result/lprof_1.10.1.dfsg-4_i386.deb Files in second .deb but not in first ------------------------------------- /-rw-r--r-- root/root 2687010 2005-10-15 22:17:40 ./usr/share/lprof/data/pics/monitor patches.tif
Files in first .deb but not in second
-------------------------------------
/-rw-r--r-- root/root 2687010 2005-09-28 15:37:48
./usr/share/lprof/data/pics/monitor patches.tif
The following lines in the control files differ (wdiff output format):
----------------------------------------------------------------------
Version: [-1.10.1.dfsg-2-] {+1.10.1.dfsg-4+}
Depends: libc6 (>= 2.3.5-1), libgcc1 (>= 1:4.0.1), liblcms1 (>= 1.08-1),
libqt3-mt (>= 3:3.3.5), libstdc++6 (>= [-4.0.1-9),-] {+4.0.2),+} libtiff4
The patch below fixes that.
diff -Nru /srv/tmp/3yYPFlnOe3/devscripts-2.9.7/debdiff.pl
/srv/tmp/a4tCatcZcs/devscripts-2.9.7/debdiff.pl
--- /srv/tmp/3yYPFlnOe3/devscripts-2.9.7/debdiff.pl 2005-07-31
15:51:54.000000000 +0200
+++ /srv/tmp/a4tCatcZcs/devscripts-2.9.7/debdiff.pl 2005-10-15
22:30:09.000000000 +0200
@@ -591,7 +591,8 @@
# Format of dpkg-deb -c output:
# permissions owner/group size date time name ['->' link destination]
# And remember the slink -> potato stuff
- $data =~ s/^(\S+\s+){5}(\S+)( (->|link to) \S+)?\s*$/$2/mg;
+ $data =~ s/^(\S+\s+){5}//mg;
+ $data =~ s/^ (->|link to) .*$//mg;
$data =~ s,^\./,/,mg;
$data =~ s,^([^/]),/$1,mg;
@filelist = grep ! m|^/$|, split /\n/, $data; # don't bother keeping '/'
[0] [EMAIL PROTECTED]:~/debian/devscripts/devscripts-2.9.7 2s $./debdiff.pl
/var/cache/apt/archives/lprof_1.10.1.dfsg-2_i386.deb
/srv/pbuilder/result/lprof_1.10.1.dfsg-4_i386.deb
File lists identical (after any substitutions)
The following lines in the control files differ (wdiff output format):
----------------------------------------------------------------------
Version: [-1.10.1.dfsg-2-] {+1.10.1.dfsg-4+}
Depends: libc6 (>= 2.3.5-1), libgcc1 (>= 1:4.0.1), liblcms1 (>= 1.08-1),
libqt3-mt (>= 3:3.3.5), libstdc++6 (>= [-4.0.1-9),-] {+4.0.2),+} libtiff4
-- System Information:
Debian Release: testing/unstable
APT prefers experimental
APT policy: (1, 'experimental')
Architecture: i386 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-11-amd64-k8
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages devscripts depends on:
ii debianutils 2.14.3 Miscellaneous utilities specific t
ii dpkg-dev 1.13.11 package building tools for Debian
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
ii perl 5.8.7-5 Larry Wall's Practical Extraction
ii sed 4.1.4-4 The GNU sed stream editor
Versions of packages devscripts recommends:
ii fakeroot 1.5.1 Gives a fake root environment
-- no debconf information
Christoph
--
[EMAIL PROTECTED] | http://www.df7cb.de/
signature.asc
Description: Digital signature

