Package: quilt Version: 0.60-2em1 Severity: normal might be more general, but this is where I am running into this bug
I am removing a configure file in a patch series, so i can generate it from source using aclocal/autoconf. I then remove the file after building the package so that quilt will recreate it (quilt will not create new files when reversing patches!---might be a bug in debhelper that it doesn't ask for this...) But even after all this charades dpkg-source will complain that i've change the source on the next build because the configure script is now not executable. The patch removing the configure script is from git, and looks like this: diff --git a/configure b/configure deleted file mode 100755 index 96e4b63..0000000 --- a/configure +++ /dev/null @@ -1,5813 +0,0 @@ Id rather not be calling git checkout from my rules file to make this work, so can quilt support file permissions like git outputs? i guess I can probably work around this by doing a chmod +x in my dh_clean in the meantime... -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: armel (armv5tel) Kernel: Linux 3.4.0-tomoyo-00006-gfd64aac (PREEMPT) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Versions of packages quilt depends on: ii bsdmainutils 9.0.3 ii bzip2 1.0.6-3 ii diffstat 1.55-3 ii gettext 0.18.1.1-9 ii patch 2.6.1.136-31a7-1 ii perl 5.14.2-12 quilt recommends no packages. quilt suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org