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

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Mon Jun 25 17:06:23 UTC 2007


Author: baby-guest
Date: Mon Jun 25 17:06:23 2007
New Revision: 121

URL: http://svn.debian.org/wsvn/?sc=1&rev=121
Log:
Added --disable-rpath to ./configure switches


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=121&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Mon Jun 25 17:06:23 2007
@@ -1,9 +1,10 @@
 gnash (0.8.0+cvs20070615.1440-1) experimental; urgency=low
 
-  * New Upstream Release. Downloaded from CVS.
-  * Reestructured the code in debian/rules so that multiple builds can be made.
-  * Releasing -agg and -opengl flavours now.
+  * New Upstream Release. Downloaded from CVS
+  * Reestructured the code in debian/rules so that multiple builds can be made
+  * Releasing -agg and -opengl flavours now
   * debian/control: added sharutils to Build-Depends
+  * Added --disable-rpath to ./configure switches
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 15 Jun 2007 16:41:41 +0200
 

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=121&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Mon Jun 25 17:06:23 2007
@@ -67,7 +67,7 @@
 	# In the future, I want to add LDFLAGS="-Wl,-z,defs"
 	test -e $@ || ( mkdir tmp-agg && cd tmp-agg && $(CURDIR)/configure \
 		CFLAGS="$(CFLAGS_AGG)" CXXFLAGS="$(CFLAGS_AGG)" \
-		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
+		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --disable-rpath \
 		--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
 		--enable-mp3 --enable-plugin --enable-klash --enable-gui=GTK \
 		--enable-gstreamer --enable-media=gst --enable-renderer=agg \
@@ -85,7 +85,7 @@
 	# In the future, I want to add LDFLAGS="-Wl,-z,defs"
 	test -e $@ || ( mkdir tmp-opengl && cd tmp-opengl && $(CURDIR)/configure \
 		CFLAGS="$(CFLAGS_OPENGL)" CXXFLAGS="$(CFLAGS_OPENGL)" \
-		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
+		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --disable-rpath \
 		--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
 		--enable-mp3 --enable-plugin --enable-klash --enable-gui=KDE \
 		--enable-gstreamer --enable-media=gst --enable-renderer=opengl \
@@ -190,9 +190,6 @@
 	@printf "\n ------------------------------- End of INSTALL GNASH/OPENGL ---- \n\n"
 
 	#cd debian/h2m; $(MAKE)
-
-	install -d $(CURDIR)/debian/tmp/usr/share/lintian/overrides/
-	cp debian/overrides/* $(CURDIR)/debian/tmp/usr/share/lintian/overrides/
 
 #	install -d $(CURDIR)/debian/tmp/usr/include/gnash/
 #	cp compatibility_include.h $(CURDIR)/debian/tmp/usr/include/gnash/
@@ -208,11 +205,6 @@
 #	cp backend/*.h $(CURDIR)/debian/tmp/usr/include/gnash/backend/
 #	install -d $(CURDIR)/debian/tmp/usr/include/gnash/gui/
 #	cp gui/*.h $(CURDIR)/debian/tmp/usr/include/gnash/gui/
-
-	install -d $(CURDIR)/debian/tmp/usr/share/pixmaps/
-	cp debian/*.xpm $(CURDIR)/debian/tmp/usr/share/pixmaps/
-	install -d $(CURDIR)/debian/tmp/usr/share/applications/
-	cp debian/*.desktop $(CURDIR)/debian/tmp/usr/share/applications/
 
 # CREATE PACKAGES
 




More information about the pkg-flash-devel mailing list