r530 - in /packages/flasm/trunk/debian: control copyright

pabs at users.alioth.debian.org pabs at users.alioth.debian.org
Sun Jun 2 07:08:07 UTC 2013


Author: pabs
Date: Sun Jun  2 07:08:07 2013
New Revision: 530

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=530
Log:
wrap-and-sort -sa

Modified:
    packages/flasm/trunk/debian/control
    packages/flasm/trunk/debian/copyright

Modified: packages/flasm/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-flash/packages/flasm/trunk/debian/control?rev=530&op=diff
==============================================================================
--- packages/flasm/trunk/debian/control (original)
+++ packages/flasm/trunk/debian/control Sun Jun  2 07:08:07 2013
@@ -2,7 +2,12 @@
 Section: utils
 Priority: extra
 Maintainer: Paul Wise <pabs at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), flex, bison, gperf, zlib1g-dev
+Build-Depends:
+ bison,
+ debhelper (>= 7.0.50~),
+ flex,
+ gperf,
+ zlib1g-dev
 Standards-Version: 3.9.1
 Homepage: http://flasm.sourceforge.net/
 Vcs-Svn: svn://anonscm.debian.org/pkg-flash/packages/flasm/trunk
@@ -10,7 +15,9 @@
 
 Package: flasm
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: assembler and disassembler for Flash (SWF) bytecode
  Flasm disassembles your entire SWF including all the timelines and
  events. Looking at disassembly, you learn how the Flash compiler works.
@@ -19,12 +26,12 @@
  into a new SWF.
  .
  It is also possible to embed Flasm actions in your ActionScript, making
- optimization of large projects more comfortable. 
+ optimization of large projects more comfortable.
  .
  Flasm is not a decompiler. What you get is the human readable
  representation of SWF bytecode, not ActionScript source.
  .
- Flasm can also compress and decompress SWF files. 
+ Flasm can also compress and decompress SWF files.
  .
  Flasm does not and may never work with Flash 9 files since Flash 9 is
  a new virtual machine and support for it would mean a full rewrite.

Modified: packages/flasm/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-flash/packages/flasm/trunk/debian/copyright?rev=530&op=diff
==============================================================================
--- packages/flasm/trunk/debian/copyright (original)
+++ packages/flasm/trunk/debian/copyright Sun Jun  2 07:08:07 2013
@@ -56,4 +56,3 @@
     your Debian GNU/Linux system, in /usr/share/common-licenses/GPL. if not,
     write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
     Boston, MA  02111-1307 USA or visit http://www.gnu.org/licenses/gpl.html
-




More information about the pkg-flash-devel mailing list