gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash Makefile.am ChangeLog


From: Rob Savoye
Subject: [Gnash-commit] gnash Makefile.am ChangeLog
Date: Mon, 03 Mar 2008 16:08:22 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    08/03/03 16:08:21

Modified files:
        .              : Makefile.am ChangeLog 

Log message:
                * Makefile.am: Add packaging files to EXTRA_DIST. Drop the
                dist-hook.
                * packaging/debian: Minor changes to start working with HEAD.
                * packaging/deb.am: Copy the debian packaging files from the
                source tree to the snapshot directory do dpkg-buildpackage can
                find them.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/Makefile.am?cvsroot=gnash&r1=1.105&r2=1.106
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5784&r2=1.5785

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/Makefile.am,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -b -r1.105 -r1.106
--- Makefile.am 3 Mar 2008 02:54:21 -0000       1.105
+++ Makefile.am 3 Mar 2008 16:08:21 -0000       1.106
@@ -77,13 +77,19 @@
 EXTRA_DIST =  autogen.sh \
        config.rpath \
        macros/incllist macros/libslist \
-       ChangeLog-0.8.0 ChangeLog-0.8.1
+       ChangeLog-0.8.0 ChangeLog-0.8.1 \
+       packaging/deb.am \
+       packaging/snapshot.am \
+       packaging/alp.am \
+       packaging/ipkg.am
+       packaging/bsd.am \
+       packaging/rpm.am
 
 noinst_HEADERS = compatibility_include.h
 
-dist-hook:
-       @test -d "$(distdir)/packaging" || $(mkinstalldirs) 
"$(distdir)/packaging"
-       cp -p $(srcdir)/*.am $(top_distdir)/packaging/
+# dist-hook:
+#      @test -d "$(distdir)/packaging" || $(mkinstalldirs) 
"$(distdir)/packaging"
+#      cp -p $(srcdir)/*.am $(top_distdir)/packaging/
 
 #
 # Build an RPM package

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5784
retrieving revision 1.5785
diff -u -b -r1.5784 -r1.5785
--- ChangeLog   3 Mar 2008 15:35:29 -0000       1.5784
+++ ChangeLog   3 Mar 2008 16:08:21 -0000       1.5785
@@ -1,3 +1,12 @@
+2008-03-03  Rob Savoye  <address@hidden>
+
+       * Makefile.am: Add packaging files to EXTRA_DIST. Drop the
+       dist-hook.
+       * packaging/debian: Minor changes to start working with HEAD.
+       * packaging/deb.am: Copy the debian packaging files from the
+       source tree to the snapshot directory do dpkg-buildpackage can
+       find them.
+
 2008-03-03 Benjamin Wolsey <address@hidden>
 
        * doc/C/usermanual/ (various): some typo corrections, small additions
@@ -24,6 +33,15 @@
 
 2008-03-02  Rob Savoye  <address@hidden>
 
+       * packaging/redhat/gnash.spec: Update for current layout.
+       * configure.ac: Add a --disable-testsuite option for package
+       builders. This spends builds up, and we already tested Gnash
+       before packaging, right ?
+       * Makefile.am: Always include testsuite directory, but don't add it
+       to SUBDIRS. Install the packaging files.
+       * doc/C/Makefile.am: Add some extra dependencies to keep distcheck
+       happy.
+       
        * testsuite/samples/Makefile.am: Add AGG_LIBS.
        * doc/C/Makefile.am: Tweak how images get installed so distcheck
        is happy.




reply via email to

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