r248 - in /packages/gnash/trunk/debian: changelog rules

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Fri Jun 6 07:31:42 UTC 2008


Author: miriam
Date: Fri Jun  6 07:31:42 2008
New Revision: 248

URL: http://svn.debian.org/wsvn/?sc=1&rev=248
Log:
Fixed configure


Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/changelog?rev=248&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Fri Jun  6 07:31:42 2008
@@ -43,7 +43,7 @@
   * Removed "DM-Upload-Allowed: yes" from debian/control
   * Added alternative packages with OpenGL as rendering backend:
     gnash-common-opengl
-  * Removed bashism in debian/rules
+  * Removed bashism in debian/rules (Closes: #484384)
 
   [ Robert Millan ]
   * Removed debian/patches/rename_sysgnashrc_to_gnashrc.diff (merged).

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=248&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Fri Jun  6 07:31:42 2008
@@ -34,13 +34,23 @@
 # CONFIGURE
 
 CONFIGURE_FLAGS = VERSION="$(BUILD_VERSION)" CFLAGS="$(CFLAGS)" \
-		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
-		--prefix=/usr --mandir=\$${prefix}/share/man \
-		--infodir=\$${prefix}/share/info --disable-testsuite \
-		--enable-plugin --enable-gui='gtk,kde' --enable-cygnal \
-		--with-plugindir=\$${prefix}/lib/gnash \
-		--enable-shared=yes --enable-sdk-install \
-		--disable-rpath --enable-lotsa-warnings --without-gcc-arch
+		--host=$(DEB_HOST_GNU_TYPE) \
+		--build=$(DEB_BUILD_GNU_TYPE) \
+		--prefix=/usr \
+		--sysconfdir=/etc \
+		--mandir=\$${prefix}/share/man \
+		--infodir=\$${prefix}/share/info \
+		--disable-testsuite \
+		--enable-plugin \
+		--enable-gui='gtk,kde' \
+		--enable-cygnal \
+		--with-npapi-plugindir=\$${prefix}/lib/gnash \
+		--with-kde-pluginprefix=\$${prefix} \
+		--enable-shared=yes \
+		--enable-sdk-install \
+		--disable-rpath \
+		--enable-lotsa-warnings \
+		--without-gcc-arch
 
 config: config-stamp
 config-stamp:




More information about the pkg-flash-devel mailing list