r289 - in /packages/gnash/trunk/debian: mozilla-plugin-gnash.dirs patches/series rules

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Wed Oct 15 12:52:22 UTC 2008


Author: miriam
Date: Wed Oct 15 12:52:22 2008
New Revision: 289

URL: http://svn.debian.org/wsvn/?sc=1&rev=289
Log:
Add missing dir
Fix patches


Modified:
    packages/gnash/trunk/debian/mozilla-plugin-gnash.dirs
    packages/gnash/trunk/debian/patches/series
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/mozilla-plugin-gnash.dirs
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/mozilla-plugin-gnash.dirs?rev=289&op=diff
==============================================================================
--- packages/gnash/trunk/debian/mozilla-plugin-gnash.dirs (original)
+++ packages/gnash/trunk/debian/mozilla-plugin-gnash.dirs Wed Oct 15 12:52:22 2008
@@ -1,1 +1,2 @@
 etc
+usr/lib/mozilla/plugins

Modified: packages/gnash/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/patches/series?rev=289&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/series (original)
+++ packages/gnash/trunk/debian/patches/series Wed Oct 15 12:52:22 2008
@@ -3,4 +3,3 @@
 disable_fvisibility-inlines-hidden
 #netstreamgst_free.patch
 fix_byte_size.patch
-libgnashserver.patch

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=289&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Wed Oct 15 12:52:22 2008
@@ -32,7 +32,10 @@
 # awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
 
 patch:
+	dh_testdir
+	@printf "\n == APPLYING PATCHES ============================================ \n\n"
 	$(MAKE) -f /usr/share/quilt/quilt.make patch
+	@printf "\n ----------------------------------- End of APPLYING PATCHES ---- \n\n"
 
 # CONFIGURE
 
@@ -56,12 +59,8 @@
 		--without-gcc-arch
 
 config: config-stamp
-config-stamp:
-	dh_testdir
-
-	@printf "\n == APPLYING PATCHES ============================================ \n\n"
-	$(MAKE) -f /usr/share/quilt/quilt.make patch
-	@printf "\n ----------------------------------- End of APPLYING PATCHES ---- \n\n"
+config-stamp: patch
+	dh_testdir
 
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub




More information about the pkg-flash-devel mailing list