r93 - in /packages/gnash/branches/0.8.0/debian: changelog rules

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Sun Jun 10 19:03:32 UTC 2007


Author: baby-guest
Date: Sun Jun 10 19:03:32 2007
New Revision: 93

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=93
Log:
Removed SDL dependencies
fixed install bug


Modified:
    packages/gnash/branches/0.8.0/debian/changelog
    packages/gnash/branches/0.8.0/debian/rules

Modified: packages/gnash/branches/0.8.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/branches/0.8.0/debian/changelog?rev=93&op=diff
==============================================================================
--- packages/gnash/branches/0.8.0/debian/changelog (original)
+++ packages/gnash/branches/0.8.0/debian/changelog Sun Jun 10 19:03:32 2007
@@ -1,4 +1,4 @@
-gnash (0.8.0~cvs20070608.2100-1) unstable; urgency=low
+gnash (0.8.0~cvs20070610.1900-1) unstable; urgency=low
 
   * New Upstream Release. Downloaded from CVS. Release Branch 0.8.0
   * Added ming_headers.patch patch so that the missing definitions in ming
@@ -11,7 +11,7 @@
   * Reestructured the code in debian/rules so that multiple builds can be made.
   * Klash won't compile against AGG, only with OpenGL.
 
- -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 08 Jun 2007 18:59:46 +0000
+ -- Miriam Ruiz <little_miry at yahoo.es>  Sun, 10 Jun 2007 18:58:57 +0000
 
 gnash (0.7.2+cvs20070518.1557-1) unstable; urgency=low
 

Modified: packages/gnash/branches/0.8.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/branches/0.8.0/debian/rules?rev=93&op=diff
==============================================================================
--- packages/gnash/branches/0.8.0/debian/rules (original)
+++ packages/gnash/branches/0.8.0/debian/rules Sun Jun 10 19:03:32 2007
@@ -163,9 +163,13 @@
 	dh_clean -k 
 	dh_installdirs
 
-	@printf "\n == INSTALL ===================================================== \n\n"
+	@printf "\n == INSTALL GNASH =============================================== \n\n"
 	$(MAKE) install -C tmp-gnash DESTDIR=$(CURDIR)/debian/tmp-gnash
-	@printf "\n -------------------------------------------- End of INSTALL ---- \n\n"
+	@printf "\n -------------------------------------- End of INSTALL GNASH ---- \n\n"
+
+	@printf "\n == INSTALL KLASH =============================================== \n\n"
+	$(MAKE) install -C tmp-klash DESTDIR=$(CURDIR)/debian/tmp-klash
+	@printf "\n -------------------------------------- End of INSTALL KLASH ---- \n\n"
 
 	#cd debian/h2m; $(MAKE)
 




More information about the pkg-flash-devel mailing list