gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11827: don't remove the Makefiles,


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11827: don't remove the Makefiles, get riud of extraneous '.'
Date: Thu, 28 Jan 2010 10:40:23 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11827
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Thu 2010-01-28 10:40:23 -0700
message:
  don't remove the Makefiles, get riud of extraneous '.'
modified:
  packaging/debian/control
  packaging/debian/rules
=== modified file 'packaging/debian/control'
--- a/packaging/debian/control  2010-01-28 03:56:22 +0000
+++ b/packaging/debian/control  2010-01-28 17:40:23 +0000
@@ -25,7 +25,6 @@
  the Flash specification. This lets a flash movie communicate over a TCP/IP
  socket, and parse the incoming XML message. This lets a movie be a remote
  control for other devices or applications.
- .
 
 Package: gnash-common
 Section: libs
@@ -37,7 +36,6 @@
  plugin for Firefox/Mozilla or Konqueror.
  .
  This package includes the common, gui-independent files/libraries
- .
 
 Package: gnash
 Section: utils
@@ -55,7 +53,6 @@
  .
  This package includes the standalone GTK+-based player that uses software
  rendering.
- .
 
 Package: klash
 Section: utils
@@ -77,7 +74,6 @@
  control for other devices or applications.
  .
  Klash is a free standalone Flash movie player for KDE.
- .
 
 Package: gnash-tools
 Section: utils
@@ -99,7 +95,6 @@
  control for other devices or applications.
  .
  This package includes command-line utilities based in gnash.
- .
 
 Package: gnash-cygnal
 Section: utils
@@ -121,7 +116,6 @@
  control for other devices or applications.
  .
  Cygnal is Gnash's media server.
- .
 
 Package: mozilla-plugin-gnash
 Section: utils
@@ -135,7 +129,6 @@
  plugin for Firefox/Mozilla or Konqueror.
  .
  This package includes the plugin for Firefox/Mozilla Web Browser.
- .
 
 Package: konqueror-plugin-gnash
 Section: utils
@@ -146,7 +139,6 @@
  plugin for Firefox/Mozilla or Konqueror.
  .
  This package includes the plugin for Konqueror.
- .
 
 Package: gtk-plugin-gnash
 Section: libs
@@ -159,4 +151,3 @@
  Sugar Labs.
  .
  This package includes the plugin for Gtk and PyGtk..
- .

=== modified file 'packaging/debian/rules'
--- a/packaging/debian/rules    2010-01-28 03:56:22 +0000
+++ b/packaging/debian/rules    2010-01-28 17:40:23 +0000
@@ -32,7 +32,7 @@
 
 # CONFIGURE
 
-config.status: configure.ac
+config.status: configure
        dh_testdir
 
        @printf "\n == APPLYING PATCHES 
============================================ \n\n"
@@ -98,11 +98,9 @@
        dh_testdir
        dh_testroot
        rm -f build-stamp 
-       rm -f `find . -name "Makefile"| grep -v "debian/"`
        rm -f `find . -name "*.o"`
        rm -rf `find . -name ".libs"`
        rm -rf `find . -name ".deps"`
-       rm -f config.h.in
 
        @printf "\n == CLEANING PATCHES 
============================================ \n\n"
        # we have no patches, we're the developers!


reply via email to

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