]> err.no Git - dpkg/commitdiff
Install debian/dselect.conffiles.
authorAdam Heath <doogie@debian.org>
Fri, 5 Jul 2002 02:34:11 +0000 (02:34 +0000)
committerAdam Heath <doogie@debian.org>
Fri, 5 Jul 2002 02:34:11 +0000 (02:34 +0000)
ChangeLog
debian/changelog
debian/rules

index 611545cfea0e519d023511db1599999392606b20..f098dec79501d2de0334b4f2f6563f955d07b60d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jul  4 21:31:57 CDT 2002 Adam Heath <doogie@debian.org>
+
+  * debian/rules: Install debian/dselect.conffiles.
+
 Thu Jul  4 19:33:20 CDT 2002 Adam Heath <doogie@debian.org>
 
   * scripts/dpkg-source.pl: Remove -Z from patch call, as it makes patch
index f33beede193735ff6445c08250142c0247683642..cda4bca27e8a073393b7911ba527d543e6e8c212 100644 (file)
@@ -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 <doogie@debian.org>  Thu,  4 Jul 2002 21:08:09 -0500
 
index a8d9ba6c003ede79f02b985b18af66d35d77a559..a9e350bb74baa77a76df1753af097f75b2e42c49 100755 (executable)
@@ -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