Przeglądaj źródła

buildsystem update

Wichert Akkerman 26 lat temu
rodzic
commit
c37b74d839
2 zmienionych plików z 4 dodań i 3 usunięć
  1. 1 1
      debian/rules
  2. 3 2
      scripts/Makefile.in

+ 1 - 1
debian/rules

@@ -98,7 +98,7 @@ binary-dpkg: stamp-binary
 		done ; \
 		install -d -m 755 -o root -g root $(TMP_DPKG)/usr/share/man/$$i/man8 ; \
 		for m in dpkg.8 dselect.8 dpkg-split.8 start-stop-daemon.8 \
-		    	cleanup-info.8 dpkg-divert.8 \
+		    	cleanup-info.8 dpkg-divert.8 dpkg-statoverride.8 \
 			install-info.8 update-alternatives.8 update-rc.d.8 ; do \
 			if [ -f $(TMP)/usr/share/man/$$i/man8/$$m ] ; then \
 				mv $(TMP)/usr/share/man/$$i/man8/$$m $(TMP_DPKG)/usr/share/man/$$i/man8/$$m ; \

+ 3 - 2
scripts/Makefile.in

@@ -12,10 +12,11 @@ BIN_SCRIPTS		= dpkg-name dpkg-source dpkg-genchanges \
 SBIN_SCRIPTS		= update-rc.d update-alternatives install-info \
 			  dpkg-divert dpkg-statoverride cleanup-info
 
-MAN1PAGES		= dpkg-name.1 dpkg-source.1 822-date.1 dpkg-architecture.1
+MAN1PAGES		= dpkg-name.1 dpkg-source.1 822-date.1 \
+			  dpkg-architecture.1
 MAN8PAGES		= update-rc.d.8 update-alternatives.8 install-info.8  \
 			  cleanup-info.8 dpkg-scanpackages.8 dpkg-scansources.8 \
-			  dpkg-divert.8
+			  dpkg-divert.8 dpkg-statoverride.8
 
 CHANGELOG_PARSERS	= cl-debian