gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog Makefile.am configure.ac packag... [relea


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog Makefile.am configure.ac packag... [release_0_8_2_rc1]
Date: Thu, 21 Feb 2008 22:32:16 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_8_2_rc1
Changes by:     Sandro Santilli <strk>  08/02/21 22:32:16

Modified files:
        .              : ChangeLog Makefile.am configure.ac 
Added files:
        packaging      : Makefile.am 
        packaging/debian: Makefile.am 
        packaging/doc  : Makefile.am 
        packaging/ipkg : Makefile.am 
        packaging/redhat: Makefile.am 

Log message:
        fine-tune Makefile.ams, gets distcheck a further.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.5711.2.3&r2=1.5711.2.4
http://cvs.savannah.gnu.org/viewcvs/gnash/Makefile.am?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.103&r2=1.103.2.1
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.479.2.1&r2=1.479.2.2
http://cvs.savannah.gnu.org/viewcvs/gnash/packaging/Makefile.am?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&rev=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/gnash/packaging/debian/Makefile.am?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&rev=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/gnash/packaging/doc/Makefile.am?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&rev=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/gnash/packaging/ipkg/Makefile.am?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&rev=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/gnash/packaging/redhat/Makefile.am?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&rev=1.1.2.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5711.2.3
retrieving revision 1.5711.2.4
diff -u -b -r1.5711.2.3 -r1.5711.2.4
--- ChangeLog   21 Feb 2008 19:01:41 -0000      1.5711.2.3
+++ ChangeLog   21 Feb 2008 22:32:14 -0000      1.5711.2.4
@@ -1,4 +1,12 @@
-2008-02-20 Bastiaan Jacques <address@hidden>
+2008-02-21 Sandro Santilli <address@hidden>
+
+       * Makefile.am, configure.ac, packaging/Makefile.am,
+         packaging/debian/Makefile.am, packaging/doc/Makefile.am,
+         packaging/ipkg/Makefile.am, packaging/redhat/Makefile.am:
+         fine-tune Makefile.ams, gets distcheck a further.
+
+
+2008-02-21 Bastiaan Jacques <address@hidden>
 
        * libmedia/gst/gstflvparse.c: Always send a GstMessage when a function
        is encountered (not just for onMetaData). Store the function name in a

Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/Makefile.am,v
retrieving revision 1.103
retrieving revision 1.103.2.1
diff -u -b -r1.103 -r1.103.2.1
--- Makefile.am 17 Feb 2008 00:18:53 -0000      1.103
+++ Makefile.am 21 Feb 2008 22:32:14 -0000      1.103.2.1
@@ -73,10 +73,9 @@
 
 # man_MANS = doc/gnash.1 doc/gprocessor.1 doc/dumpshm.1 soldumper.1
 
-DIST_SUBDIRS = $(STD_DIRS) cygnal doc extensions
+DIST_SUBDIRS = $(STD_DIRS) cygnal doc extensions packaging
 
 EXTRA_DIST =  autogen.sh \
-       packaging \
        config.rpath \
        macros/incllist macros/libslist \
        ChangeLog-0.8.0 ChangeLog-0.8.1

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.479.2.1
retrieving revision 1.479.2.2
diff -u -b -r1.479.2.1 -r1.479.2.2
--- configure.ac        21 Feb 2008 18:11:36 -0000      1.479.2.1
+++ configure.ac        21 Feb 2008 22:32:15 -0000      1.479.2.2
@@ -1883,6 +1883,11 @@
 cygnal/Makefile
 cygnal/testsuite/Makefile
 cygnal/testsuite/cygnal.all/Makefile
+packaging/Makefile
+packaging/debian/Makefile
+packaging/redhat/Makefile
+packaging/ipkg/Makefile
+packaging/doc/Makefile
 )
 
 ###

Index: packaging/Makefile.am
===================================================================
RCS file: packaging/Makefile.am
diff -N packaging/Makefile.am
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ packaging/Makefile.am       21 Feb 2008 22:32:15 -0000      1.1.2.1
@@ -0,0 +1,21 @@
+## Process this file with automake to generate Makefile.in
+# 
+#   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+#
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation; either version 3 of the License, or
+#   (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
+#
+#   You should have received a copy of the GNU General Public License
+#   along with this program; if not, write to the Free Software
+#   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+SUBDIRS = debian  doc ipkg redhat 
+
+EXTRA_DIST = alp.am bsd.am  deb.am rpm.am snapshot.am ipkg.am install-gnash.sh 

Index: packaging/debian/Makefile.am
===================================================================
RCS file: packaging/debian/Makefile.am
diff -N packaging/debian/Makefile.am
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ packaging/debian/Makefile.am        21 Feb 2008 22:32:15 -0000      1.1.2.1
@@ -0,0 +1,25 @@
+## Process this file with automake to generate Makefile.in
+# 
+#   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+#
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation; either version 3 of the License, or
+#   (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
+#
+#   You should have received a copy of the GNU General Public License
+#   along with this program; if not, write to the Free Software
+#   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+SUBDIRS = 
+
+EXTRA_DIST = changelog copyright docs gnash-klash.install \
+       gnash-plugin.substvars libgnash0.install rules compat \
+       gnash.dirs gnash-klash.substvars gnash.substvars \
+       libgnash0.substvars source.lintian-overrides control dirs \
+       gnash.install gnash-plugin.install libgnash0.dirs watch

Index: packaging/doc/Makefile.am
===================================================================
RCS file: packaging/doc/Makefile.am
diff -N packaging/doc/Makefile.am
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ packaging/doc/Makefile.am   21 Feb 2008 22:32:15 -0000      1.1.2.1
@@ -0,0 +1,23 @@
+## Process this file with automake to generate Makefile.in
+# 
+#   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+#
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation; either version 3 of the License, or
+#   (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
+#
+#   You should have received a copy of the GNU General Public License
+#   along with this program; if not, write to the Free Software
+#   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+SUBDIRS = 
+
+EXTRA_DIST = actionscript.html.in dumpshm.1.in gnash.html.in gprocessor.1.in \
+       soldumper.1.in actionscript.info.in cygnal.1.in gnash.1.in \
+       gnash.info.in

Index: packaging/ipkg/Makefile.am
===================================================================
RCS file: packaging/ipkg/Makefile.am
diff -N packaging/ipkg/Makefile.am
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ packaging/ipkg/Makefile.am  21 Feb 2008 22:32:15 -0000      1.1.2.1
@@ -0,0 +1,21 @@
+## Process this file with automake to generate Makefile.in
+# 
+#   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+#
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation; either version 3 of the License, or
+#   (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
+#
+#   You should have received a copy of the GNU General Public License
+#   along with this program; if not, write to the Free Software
+#   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+SUBDIRS = 
+
+EXTRA_DIST = control Gnash.desktop GnashG.xpm postinst prerm

Index: packaging/redhat/Makefile.am
===================================================================
RCS file: packaging/redhat/Makefile.am
diff -N packaging/redhat/Makefile.am
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ packaging/redhat/Makefile.am        21 Feb 2008 22:32:16 -0000      1.1.2.1
@@ -0,0 +1,21 @@
+## Process this file with automake to generate Makefile.in
+# 
+#   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+#
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation; either version 3 of the License, or
+#   (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
+#
+#   You should have received a copy of the GNU General Public License
+#   along with this program; if not, write to the Free Software
+#   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+SUBDIRS = 
+
+EXTRA_DIST = gnash.spec rpmrc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]