[Pkg-ocaml-maint-commits] [SCM] polygen packaging branch, master, updated. debian/1.0.6.ds2-9-8-geba5247

Ralf Treinen treinen at free.fr
Tue Jun 22 20:05:44 UTC 2010


The following commit has been merged in the master branch:
commit 32e90fa6494565da2b1c15b7535bf6bf03878cc7
Author: Ralf Treinen <treinen at free.fr>
Date:   Tue Jun 22 21:31:42 2010 +0200

    desactivate watch, binaries into /usr/games

diff --git a/debian/changelog b/debian/changelog
index 207c5da..1367c97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ polygen (1.0.6.ds2-10) unstable; urgency=low
     - removed Zack from uploaders on his request.
   * patch 02-grammar-typos.patch: fix a typo in grm/eng/manager.grm
     (closes: #307619).
+  * Install executables in /usr/games instead of /usr/bin.
+  * debian/watch: url of download page dead, put into comments
 
- -- Ralf Treinen <treinen at debian.org>  Tue, 22 Jun 2010 21:17:57 +0200
+ -- Ralf Treinen <treinen at debian.org>  Tue, 22 Jun 2010 21:31:30 +0200
 
 polygen (1.0.6.ds2-9) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 16e0558..aab4b79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ build/polygen::
 	find $(POLYGEN_BASE)/grm/ -name \*.grm | debian/make_polygen-data_manpage > polygen-data.6
 
 install/polygen::
-	install -o root -g root -m 755 $(POLYGEN) debian/$(cdbs_curpkg)/usr/bin/
+	install -o root -g root -m 755 $(POLYGEN) debian/$(cdbs_curpkg)/usr/games/
 	install -o root -g root -m 755 -d debian/$(cdbs_curpkg)/usr/share/doc/polygen
 	install -o root -g root -m 644 $(POLYGEN_BASE)/eng/HOWTO-Refman.html debian/$(cdbs_curpkg)/usr/share/doc/polygen/HOWTO-Refman.en.html
 	install -o root -g root -m 644 $(POLYGEN_BASE)/ita/HOWTO-Refman.html debian/$(cdbs_curpkg)/usr/share/doc/polygen/HOWTO-Refman.it.html
@@ -53,7 +53,7 @@ install/polygen::
 
 install/polygen-data::
 	# grammar data files
-	install -o root -g root -m 755 debian/polyrun debian/$(cdbs_curpkg)/usr/bin/
+	install -o root -g root -m 755 debian/polyrun debian/$(cdbs_curpkg)/usr/games/
 	chmod 0755 debian/install-grammars
 	debian/install-grammars $(POLYGEN_BASE)/grm/ita debian/$(cdbs_curpkg)/usr/share/polygen/ita
 	debian/install-grammars $(POLYGEN_BASE)/grm/eng debian/$(cdbs_curpkg)/usr/share/polygen/eng
diff --git a/debian/watch b/debian/watch
index d28bed6..4ac88f6 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
-http://www.polygen.org/gs/dist/polygen-(.*)-\d+-src.zip
+#version=3
+#http://www.polygen.org/gs/dist/polygen-(.*)-\d+-src.zip

-- 
polygen packaging



More information about the Pkg-ocaml-maint-commits mailing list