r11326 - packages/trunk/love/debian

Miriam Ruiz miriam at alioth.debian.org
Fri Aug 27 17:09:32 UTC 2010


Author: miriam
Date: 2010-08-27 17:09:25 +0000 (Fri, 27 Aug 2010)
New Revision: 11326

Removed:
   packages/trunk/love/debian/doc/
Modified:
   packages/trunk/love/debian/copyright
   packages/trunk/love/debian/love-doc.install
   packages/trunk/love/debian/rules
Log:
Move docs to a different source tarball



Modified: packages/trunk/love/debian/copyright
===================================================================
--- packages/trunk/love/debian/copyright	2010-08-27 16:50:39 UTC (rev 11325)
+++ packages/trunk/love/debian/copyright	2010-08-27 17:09:25 UTC (rev 11326)
@@ -328,7 +328,7 @@
     3. This notice may not be removed or altered from any vector distribution.
 
 
-Documentation (debian/doc):
+Documentation (docs):
 
     Copyright (C) 2006-2010 LÖVE Development Team. All rights reserved.
 

Modified: packages/trunk/love/debian/love-doc.install
===================================================================
--- packages/trunk/love/debian/love-doc.install	2010-08-27 16:50:39 UTC (rev 11325)
+++ packages/trunk/love/debian/love-doc.install	2010-08-27 17:09:25 UTC (rev 11326)
@@ -1 +1 @@
-debian/doc/* usr/share/doc/love/html/
+docs/* usr/share/doc/love/html/

Modified: packages/trunk/love/debian/rules
===================================================================
--- packages/trunk/love/debian/rules	2010-08-27 16:50:39 UTC (rev 11325)
+++ packages/trunk/love/debian/rules	2010-08-27 17:09:25 UTC (rev 11326)
@@ -14,8 +14,6 @@
 configure-stamp: patch-stamp
 	dh_testdir
 	[ ! -d debian/pixmaps ] || { cd debian/pixmaps && for i in *.sng; do sng "$$i"; done; }
-	cd debian/doc/style && for i in *.sng; do sng "$$i"; done;
-	cd debian/doc/files && for i in *.sng; do sng "$$i"; done;
 
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
@@ -55,7 +53,6 @@
 	rm -f bin/*
 	rm -rf obj/*
 	rm -f `find . -name "*.o"`
-	rm -f debian/doc/style/*.png debian/doc/files/*.png
 	[ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	[ ! -d debian/pixmaps ] || rm -vf debian/pixmaps/*.png
 	dh_clean 
@@ -87,7 +84,6 @@
 	dh_installmime -i
 #	dh_installinfo -i
 	dh_link -i
-	rm `find $(CURDIR)/debian/love-doc -name "*.sng"`
 	dh_compress -i
 	dh_fixperms -i
 	test -e /usr/bin/dh_buildinfo && dh_buildinfo -i




More information about the Pkg-games-commits mailing list