r522 - in /packages/swfmill/trunk/debian: changelog control copyright docs patches/libpng-1.5.patch patches/missing_files.patch patches/series rules

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Mon Mar 5 21:11:28 UTC 2012


Author: miriam
Date: Mon Mar  5 21:11:25 2012
New Revision: 522

URL: http://svn.debian.org/wsvn/?sc=1&rev=522
Log:
Now Upstream Release


Removed:
    packages/swfmill/trunk/debian/patches/libpng-1.5.patch
Modified:
    packages/swfmill/trunk/debian/changelog
    packages/swfmill/trunk/debian/control
    packages/swfmill/trunk/debian/copyright
    packages/swfmill/trunk/debian/docs
    packages/swfmill/trunk/debian/patches/missing_files.patch
    packages/swfmill/trunk/debian/patches/series
    packages/swfmill/trunk/debian/rules

Modified: packages/swfmill/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/swfmill/trunk/debian/changelog?rev=522&op=diff
==============================================================================
--- packages/swfmill/trunk/debian/changelog (original)
+++ packages/swfmill/trunk/debian/changelog Mon Mar  5 21:11:25 2012
@@ -1,3 +1,12 @@
+swfmill (0.3.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Build-Depends on libpng-dev instead of libpng12-dev. Closes: #662516
+  * Upgraded Standards-Version from 3.9.2 to 3.9.3
+  * Refreshed patches
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Mon, 05 Mar 2012 21:26:37 +0100
+
 swfmill (0.3.1-3) unstable; urgency=low
 
   * Added patch to build against with libpng 1.5. Closes: #636008

Modified: packages/swfmill/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/swfmill/trunk/debian/control?rev=522&op=diff
==============================================================================
--- packages/swfmill/trunk/debian/control (original)
+++ packages/swfmill/trunk/debian/control Mon Mar  5 21:11:25 2012
@@ -3,8 +3,9 @@
 Maintainer: Debian Flash Team <pkg-flash-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>
 Build-Depends: debhelper (>= 5), quilt, autotools-dev, pkg-config, help2man,
- xsltproc, libxml2-dev, libxslt1-dev, zlib1g-dev, libfreetype6-dev, libpng12-dev 
-Standards-Version: 3.9.2
+ xsltproc, libxml2-dev, libxslt1-dev, zlib1g-dev, libfreetype6-dev, 
+ libpng-dev | libpng12-dev
+Standards-Version: 3.9.3
 Section: libs
 Homepage: http://www.swfmill.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-flash/packages/swfmill/trunk

Modified: packages/swfmill/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/packages/swfmill/trunk/debian/copyright?rev=522&op=diff
==============================================================================
--- packages/swfmill/trunk/debian/copyright (original)
+++ packages/swfmill/trunk/debian/copyright Mon Mar  5 21:11:25 2012
@@ -2,6 +2,8 @@
 Wed, 14 Mar 2007 14:55:11 +0100.
 
 It was downloaded from http://swfmill.org/
+
+Latest source code available from https://github.com/djcsdy/swfmill
 
 Upstream Author:
  * Daniel Cassidy <mail at danielcassidy.me.uk>

Modified: packages/swfmill/trunk/debian/docs
URL: http://svn.debian.org/wsvn/packages/swfmill/trunk/debian/docs?rev=522&op=diff
==============================================================================
--- packages/swfmill/trunk/debian/docs (original)
+++ packages/swfmill/trunk/debian/docs Mon Mar  5 21:11:25 2012
@@ -1,4 +1,3 @@
 README
 AUTHORS
 NEWS
-TODO

Modified: packages/swfmill/trunk/debian/patches/missing_files.patch
URL: http://svn.debian.org/wsvn/packages/swfmill/trunk/debian/patches/missing_files.patch?rev=522&op=diff
==============================================================================
--- packages/swfmill/trunk/debian/patches/missing_files.patch (original)
+++ packages/swfmill/trunk/debian/patches/missing_files.patch Mon Mar  5 21:11:25 2012
@@ -4,7 +4,7 @@
 #
 
 --- /dev/null
-+++ b/src/xslt/README
++++ swfmill-0.3.2/src/xslt/README
 @@ -0,0 +1,19 @@
 +
 +2005-07-19 building the internal stylesheets
@@ -26,17 +26,7 @@
 +(PS, yes i know about xsl:import and :include, but i would have to hack
 +libxslt to read from something like memory:// urls, which is not nice either)
 --- /dev/null
-+++ b/src/xslt/xslt.h
-@@ -0,0 +1,7 @@
-+#ifndef SWF_XSLT_H
-+#define SWF_XSLT_H
-+
-+// definitions for "in-memory" stylesheets
-+extern const char *xslt_simple;
-+
-+#endif
---- /dev/null
-+++ b/src/xslt/xslt_pack.cpp
++++ swfmill-0.3.2/src/xslt/xslt_pack.cpp
 @@ -0,0 +1,167 @@
 +#include "xslt.h"
 +#include <cstring>

Modified: packages/swfmill/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/packages/swfmill/trunk/debian/patches/series?rev=522&op=diff
==============================================================================
--- packages/swfmill/trunk/debian/patches/series (original)
+++ packages/swfmill/trunk/debian/patches/series Mon Mar  5 21:11:25 2012
@@ -1,2 +1,1 @@
 missing_files.patch
-libpng-1.5.patch

Modified: packages/swfmill/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/swfmill/trunk/debian/rules?rev=522&op=diff
==============================================================================
--- packages/swfmill/trunk/debian/rules (original)
+++ packages/swfmill/trunk/debian/rules Mon Mar  5 21:11:25 2012
@@ -44,8 +44,12 @@
 		LDFLAGS="-Wl,-z,defs -Wl,--as-needed -Wl,--no-undefined -lz"
 	touch $@
 
+build-indep:
+
+build-arch: build-stamp
+
 build: build-stamp
-build-stamp:  config-stamp
+build-stamp: config-stamp
 	dh_testdir
 	$(MAKE)
 	touch $@
@@ -96,4 +100,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: config build clean binary-indep binary-arch binary install 
+.PHONY: config build-indep build-arch build clean binary-indep binary-arch binary install 




More information about the pkg-flash-devel mailing list