Hi, On Wed, 18 Apr 2012, Guo Yixuan wrote: > This bug seems to be fixed, as I tried what Timo has done: > > $ dget http://people.debian.org/~hertzog/packages/debsrc3.0/sample7_1.0-1.dsc > $ dpkg-source -x sample*.dsc > $ cd sample7-1.0
Here you need to modify upstream/README to actually match the case described in this bug report: $ echo "foo" >>upstream/README > $ touch -d 1970-01-01 upstream/README > $ dpkg-buildpackage -rfakeroot -us -uc And here, nowadays, you have to allow the change to be automatically recorded: $ dpkg-buildpackage -us -uc --source-option=--auto-commit > $ ls -l upstream/ > total 4 > -rw-r--r-- 1 gyx gyx 437 Jan 1 1970 README And then you can see that it's not fixed: $ ls -l upstream/ total 4 -rw-r--r-- 1 rhertzog rhertzog 441 avril 19 00:07 README Cheers, -- Raphaël Hertzog ◈ Debian Developer Pre-order a copy of the Debian Administrator's Handbook and help liberate it: http://debian-handbook.info/liberation/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org