From: Adam Heath Date: Fri, 5 Jul 2002 02:34:11 +0000 (+0000) Subject: Install debian/dselect.conffiles. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f6fc3a3f6c0f99242fc8108f846c5034385c94f;p=dpkg Install debian/dselect.conffiles. --- diff --git a/ChangeLog b/ChangeLog index 611545cf..f098dec7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jul 4 21:31:57 CDT 2002 Adam Heath + + * debian/rules: Install debian/dselect.conffiles. + Thu Jul 4 19:33:20 CDT 2002 Adam Heath * scripts/dpkg-source.pl: Remove -Z from patch call, as it makes patch diff --git a/debian/changelog b/debian/changelog index f33beede..cda4bca2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ dpkg (1.10.2) unstable; urgency=low in dpkg-source. Closes: #151691. * Remove -Z from patch call, in dpkg-source, as it makes patch warn about missing timestamps. Closes: #151965 + * Install debian/dselect.conffiles. -- Adam Heath Thu, 4 Jul 2002 21:08:09 -0500 diff --git a/debian/rules b/debian/rules index a8d9ba6c..a9e350bb 100755 --- a/debian/rules +++ b/debian/rules @@ -268,6 +268,7 @@ binary-dselect: stamp-binary # Final package creation install -d -m 755 -o root -g root $(TMP_DSELECT)/DEBIAN + install -p -m 644 -o root -g root debian/dselect.conffiles $(TMP_DPKG)/DEBIAN/conffiles install -p -m 644 -o root -g root debian/dselect.conffiles $(TMP_DSELECT)/DEBIAN/prerm install -p -m 755 -o root -g root debian/dselect.prerm $(TMP_DSELECT)/DEBIAN/prerm install -p -m 755 -o root -g root debian/dselect.postinst $(TMP_DSELECT)/DEBIAN/postinst