Просмотр исходного кода

Install debian/dselect.conffiles.

Adam Heath лет назад: 24
Родитель
Сommit
4f6fc3a3f6
3 измененных файлов с 6 добавлено и 0 удалено
  1. 4 0
      ChangeLog
  2. 1 0
      debian/changelog
  3. 1 0
      debian/rules

+ 4 - 0
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

+ 1 - 0
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 <doogie@debian.org>  Thu,  4 Jul 2002 21:08:09 -0500
 

+ 1 - 0
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