r381 - in /packages/gnash/trunk/debian: changelog control rules
miriam at users.alioth.debian.org
miriam at users.alioth.debian.org
Fri Feb 19 22:26:33 UTC 2010
Author: miriam
Date: Fri Feb 19 22:26:32 2010
New Revision: 381
URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=381
Log:
Cleaned up rules and control a bit
Modified:
packages/gnash/trunk/debian/changelog
packages/gnash/trunk/debian/control
packages/gnash/trunk/debian/rules
Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/changelog?rev=381&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Fri Feb 19 22:26:32 2010
@@ -1,3 +1,10 @@
+gnash (0.8.7-2) UNRELEASED; urgency=low
+
+ [ Miriam Ruiz ]
+ * Cleaned up debian/rules a bit
+
+ -- Miriam Ruiz <little_miry at yahoo.es> Fri, 19 Feb 2010 23:25:26 +0100
+
gnash (0.8.7-1) unstable; urgency=low
[ Miriam Ruiz ]
Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/control?rev=381&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Fri Feb 19 22:26:32 2010
@@ -13,7 +13,7 @@
libboost-thread1.34.1-dev | libboost-thread-dev, libboost-date-time1.40-dev | libboost-date-time1.39-dev |
libboost-date-time1.38.0-dev | libboost-date-time1.37-dev | libboost-date-time1.36-dev |
libboost-date-time1.35-dev | libboost-date-time1.34.1-dev | libboost-date-time-dev, libgtk2.0-dev,
- libpango1.0-dev, libatk1.0-dev, python-dev |python2.6-dev | python2.5-dev | python2.4-dev, kdelibs5-dev,
+ libpango1.0-dev, libatk1.0-dev, python-dev | python2.6-dev | python2.5-dev | python2.4-dev, kdelibs5-dev,
libgtkglext1-dev, python-gtk2-dev, libavcodec-dev, libavformat-dev, libswscale-dev, libspeex-dev,
libgl1-mesa-dev, libsdl1.2-dev, libqt4-opengl-dev, qt4-qmake,
libgstreamer-plugins-base0.10-dev | gstreamer-plugins-base-dev, libgstreamer0.10-dev | gstreamer0.10-dev
Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=381&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Fri Feb 19 22:26:32 2010
@@ -48,7 +48,8 @@
# CONFIGURE
-CONFIGURE_FLAGS = CFLAGS="$(CFLAGS)" \
+CONFIGURE_FLAGS = \
+ CFLAGS="$(CFLAGS)" \
CXXFLAGS="$(CXXFLAGS)" \
LDFLAGS="$(LDFLAGS)" \
--host=$(DEB_HOST_GNU_TYPE) \
@@ -170,11 +171,6 @@
rm -f configure aclocal.m4 config.h.in
#-find . -name Makefile.in -exec rm {} \;
-rm `find . -name Makefile.in`
-
- rm -fv gnashconfig.h.in macros/ltdl.m4 macros/libtool.m4
-
- -rm -rf libltdl/autom4te.cache
- -rm -f libltdl/* ltmain.sh
-rm -f README.amf
-rm -f debian/*.png
More information about the pkg-flash-devel
mailing list