[SCM] asciiportal - a puzzle jump'n'run adventure game branch, master, updated. upstream/1.2c-6-ga301912

Peter Pentchev roam at ringlet.net
Sun Sep 12 00:33:29 UTC 2010


The following commit has been merged in the master branch:
commit dfa6be61ed23430cc66e95b16bd614fbd73e641c
Author: Peter Pentchev <roam at ringlet.net>
Date:   Sun Sep 12 03:14:42 2010 +0300

    Install documentation files properly:
    - do not install what passes for a Makefile :)
    - split readme.txt into a README and a ChangeLog
    - only install documentation into the actual asciiportal package

diff --git a/debian/asciiportal.docs b/debian/asciiportal.docs
new file mode 100644
index 0000000..cccab03
--- /dev/null
+++ b/debian/asciiportal.docs
@@ -0,0 +1,2 @@
+README
+map_making_tips.txt
diff --git a/debian/clean b/debian/clean
index f3c7a7c..dfc38ea 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1 +1,4 @@
+ChangeLog
 Makefile
+README
+README.txt
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index 3506542..0000000
--- a/debian/docs
+++ /dev/null
@@ -1,4 +0,0 @@
-ASCIIpOrtal-linux-Makefile.txt
-map_making_tips.txt
-readme.txt
-readme.txt
diff --git a/debian/rules b/debian/rules
index f47a403..53912ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@
 
 override_dh_auto_configure:
 	ln -s ASCIIpOrtal-linux-Makefile.txt Makefile
+	tr -d '\r' < readme.txt > README.txt
+	sed -ne '/^Releases:$$/q;p;' README.txt > README
+	egrep -A 9999 -e '^Releases:$$' README.txt > ChangeLog
 
 %:
 	dh $@ 

-- 
asciiportal - a puzzle jump'n'run adventure game



More information about the Pkg-games-commits mailing list