r273 - in /packages/gnash/trunk/debian: changelog control rules

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Mon Jun 23 14:38:30 UTC 2008


Author: miriam
Date: Mon Jun 23 14:38:29 2008
New Revision: 273

URL: http://svn.debian.org/wsvn/?sc=1&rev=273
Log:
Upgraded Standards-Version to 3.8.0
Added patch target to debian/rules


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/packages/gnash/trunk/debian/changelog?rev=273&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Mon Jun 23 14:38:29 2008
@@ -14,6 +14,8 @@
   * Fixed patch do-not-delete-gmo-files
   * Modified README.Debian file
   * Generate man pages while building the package
+  * Upgraded Standards-Version to 3.8.0
+    - Added patch target to debian/rules
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Thu, 12 Jun 2008 16:49:26 +0000
 

Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/control?rev=273&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Mon Jun 23 14:38:29 2008
@@ -12,7 +12,7 @@
  libcaca-dev, libavcodec-dev, libavformat-dev, libming-dev,
  libming-util, libgstreamer-plugins-base0.10-dev, libqt3-mt-dev (>=3:3.3.8),
  libboost-serialization-dev, python
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Section: utils
 Homepage: http://www.gnu.org/software/gnash/
 

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=273&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Mon Jun 23 14:38:29 2008
@@ -30,6 +30,9 @@
 # awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
 #major=`ls src/.libs/lib*.so.* | \
 # awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
+
+patch:
+	$(MAKE) -f /usr/share/quilt/quilt.make patch
 
 # CONFIGURE
 




More information about the pkg-flash-devel mailing list