[SCM] Packaging for TooHardForYou branch, master, updated. debian/1.3-1-19-g22e5561

Gerfried Fuchs rhonda at debian.at
Thu Jul 10 21:41:06 UTC 2008


The following commit has been merged in the master branch:
commit ab07d4edb42f28e81e7dd45f3ec998f151b5ba33
Author: Gerfried Fuchs <rhonda at debian.at>
Date:   Thu Jul 10 23:01:27 2008 +0200

    install maintainer scripts, fix install target

diff --git a/debian/rules b/debian/rules
index 5e82773..3a9f490 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,10 +43,13 @@ install: build
 	$(checkdir)
 	$(checkroot)
 	-rm -rf $(TMP) debian/substvars
-	cd $(TMP) && $(INSTALL_DIR) usr/games usr/share/doc/$(PKG)
+	$(INSTALL_DIR) $(TMP)
+	cd $(TMP) && $(INSTALL_DIR) usr/games usr/share/doc/$(PKG)/html/images
 	$(INSTALL_PROGRAM) 2H4U $(TMP)/usr/games/2h4u
 	$(INSTALL_FILE) LISEZ-MOI.txt README.txt \
-		$(TMP)usr/share/doc/$(PKG)
+		$(TMP)/usr/share/doc/$(PKG)
+	$(INSTALL_FILE) help/*.htm $(TMP)/usr/share/doc/$(PKG)/html
+	$(INSTALL_FILE) help/images/* $(TMP)/usr/share/doc/$(PKG)/html/images
 
 
 # Build architecture-independent files here.
@@ -62,6 +65,8 @@ binary-arch: build install
 	$(INSTALL_FILE) debian/changelog \
 		$(TMP)/usr/share/doc/$(PKG)/changelog.Debian
 	gzip -9 $(TMP)/usr/share/doc/$(PKG)/changelog.Debian
+	$(INSTALL_SCRIPT) debian/postinst debian/postrm debian/prerm \
+		$(TMP)/DEBIAN
 	dpkg-shlibdeps -Tdebian/substvars -dDepends $(TMP)/usr/games/2h4u
 	dpkg-gencontrol -ldebian/changelog -isp -Tdebian/substvars -p$(PKG) \
 		-P$(TMP)

-- 
Packaging for TooHardForYou



More information about the Pkg-games-commits mailing list