Browse Source

install dpkg-safefilelist

Wichert Akkerman 26 years ago
parent
commit
b101715612
3 changed files with 5 additions and 3 deletions
  1. 1 0
      ChangeLog
  2. 1 1
      debian/changelog
  3. 3 2
      debian/rules

+ 1 - 0
ChangeLog

@@ -5,6 +5,7 @@ Sat Dec 25 04:04:48 CET 1999 Wichert Akkerman <wakkerma@debian.org>
   * Replace `Debian Linux' with `Debian GNU/Linux' in some more places
   * Update Spanish translation
   * main/enquire.c: always use a minimum width of 80 in list1package
+  * debian/rules: install dpkg-safefilelist
 
 Sat Dec 25 02:50:31 CET 1999 Wichert Akkerman <wakkerma@debian.org>
 

+ 1 - 1
debian/changelog

@@ -14,7 +14,7 @@ dpkg (1.6.5) unstable; urgency=low
   * Fix segfaults when producing a diff between current and new conffile,
     Closes: Bug# 52197
 
- -- Wichert Akkerman <wakkerma@debian.org>  Sat, 25 Dec 1999 04:12:05 +0100
+ -- Wichert Akkerman <wakkerma@debian.org>  Sat, 25 Dec 1999 04:34:06 +0100
 
 dpkg (1.6.4) unstable; urgency=low
 

+ 3 - 2
debian/rules

@@ -129,14 +129,15 @@ binary-dpkg-dev: stamp-binary
 	set -e ; for i in dpkg-name dpkg-source dpkg-genchanges dpkg-gencontrol \
 		dpkg-shlibdeps dpkg-buildpackage dpkg-distaddfile 822-date \
 		dpkg-scanpackages dpkg-scansources dpkg-architecture \
-		dpkg-parsechangelog ; do \
+		dpkg-parsechangelog dpkg-safefilelist ; do \
 		mv $(TMP)/usr/bin/$$i $(TMP_DPKG_DEV)/usr/bin/ ; \
 	done
 	set -e ; for i in "" ja ; do \
 		install -d -m 755 -o root -g root $(TMP_DPKG_DEV)/usr/share/man/$$i/man1 ; \
 		for m in dpkg-name.1 dpkg-source.1 822-date.1 dpkg-architecture.1 \
 			dpkg-buildpackage.1 dpkg-distaddfile.1 dpkg-genchanges.1 \
-			dpkg-gencontrol.1 dpkg-parsechangelog.1 dpkg-shlibdeps.1 ; do \
+			dpkg-gencontrol.1 dpkg-parsechangelog.1 dpkg-shlibdeps.1 \
+			dpkg-safefilelist.1 ; do \
 			if [ -e $(TMP)/usr/share/man/$$i/man1/$$m ] ; then \
 				mv $(TMP)/usr/share/man/$$i/man1/$$m $(TMP_DPKG_DEV)/usr/share/man/$$i/man1/$$m ; \
 			fi ; \