r165 - in /packages/swftools/trunk/debian: changelog control patches/00list patches/01_manpages.dpatch python-rfxswf.README.Debian python-rfxswf.install python2.4-rfxswf.README.Debian python2.4-rfxswf.install rules

swk-guest at users.alioth.debian.org swk-guest at users.alioth.debian.org
Tue Oct 30 20:01:32 UTC 2007


Author: swk-guest
Date: Tue Oct 30 20:01:31 2007
New Revision: 165

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=165
Log:
* debian/changelog: updated the changes and incremented the version
* debian/patches/00list: added a note about the change in 01_manpages.dpatch
* debian/patches/01_manpages.dpatch: added fixes for the minus sign problems in man pages
* debian/control: removed the python2.4-rfxswf to comply with the policy
* debian/control: added python-support to the Build-Depends
* debian/control: changed python2.4-dev to python-all-dev in the Build-Depends
* debian/control: added Provides: ${python:Provides} to the python-rfxswf
* debian/control: added Replaces: python2.4-rfxswf to the python-rfxswf
* debian/rules: added dh_pysupport
* moved python2.4-rfxswf.install to python-rfxswf.install to comply with the policy
* moved python2.4-rfxswf.README.Debian to python-rfxswf.README.Debian to comply with the policy

Added:
    packages/swftools/trunk/debian/python-rfxswf.README.Debian
      - copied unchanged from r128, packages/swftools/trunk/debian/python2.4-rfxswf.README.Debian
    packages/swftools/trunk/debian/python-rfxswf.install
      - copied unchanged from r128, packages/swftools/trunk/debian/python2.4-rfxswf.install
Removed:
    packages/swftools/trunk/debian/python2.4-rfxswf.README.Debian
    packages/swftools/trunk/debian/python2.4-rfxswf.install
Modified:
    packages/swftools/trunk/debian/changelog
    packages/swftools/trunk/debian/control
    packages/swftools/trunk/debian/patches/00list
    packages/swftools/trunk/debian/patches/01_manpages.dpatch
    packages/swftools/trunk/debian/rules

Modified: packages/swftools/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/swftools/trunk/debian/changelog?rev=165&op=diff
==============================================================================
--- packages/swftools/trunk/debian/changelog (original)
+++ packages/swftools/trunk/debian/changelog Tue Oct 30 20:01:31 2007
@@ -1,3 +1,11 @@
+swftools (0.8.1-2) unstable; urgency=low
+
+  * Fixed the python-rfxswf dependencies (Closes: #427834)
+  * Changed the python-rfxswf to comply with the policy
+  * Fixed the minus signs in the manpages
+
+ -- Simo Kauppi <swk at nic.fi>  Tue, 30 Oct 2007 20:10:01 +0200
+
 swftools (0.8.1-1) unstable; urgency=low
 
   * New upstream release 

Modified: packages/swftools/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-flash/packages/swftools/trunk/debian/control?rev=165&op=diff
==============================================================================
--- packages/swftools/trunk/debian/control (original)
+++ packages/swftools/trunk/debian/control Tue Oct 30 20:01:31 2007
@@ -2,7 +2,7 @@
 Section: utils
 Priority: extra
 Maintainer: Simo Kauppi <swk at nic.fi>
-Build-Depends: debhelper (>= 5.0.0), autotools-dev, dpatch (>= 2.0.21 ), libfontconfig1-dev (>= 2.4.2-1), libfreetype6-dev (>= 2.2.1-5), libjpeg62-dev (>= 6b-13), libt1-dev (>= 5.1.0-2), libungif4-dev (>= 4.1.4-4), zlib1g-dev (>= 1:1.2.3-13), libart-2.0-dev (>= 2.3.17-1) | libart-dev (>= 1.4.2-34), python2.4-dev (>= 2.4.4-2), python-imaging (>= 1.1.5-11)
+Build-Depends: debhelper (>= 5.0.0), autotools-dev, dpatch (>= 2.0.21 ), libfontconfig1-dev (>= 2.4.2-1), libfreetype6-dev (>= 2.2.1-5), libjpeg62-dev (>= 6b-13), libt1-dev (>= 5.1.0-2), libungif4-dev (>= 4.1.4-4), zlib1g-dev (>= 1:1.2.3-13), libart-2.0-dev (>= 2.3.17-1) | libart-dev (>= 1.4.2-34), python-all-dev (>= 2.3.5-11), python-imaging (>= 1.1.5-11), python-support (>= 0.4)
 Standards-Version: 3.7.2
 
 Package: swftools
@@ -36,24 +36,12 @@
  .
   Homepage: http://www.swftools.org/
 
-Package: python2.4-rfxswf
-Section: python
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, python-imaging (>= 1.1.5-11)
-Description: Python wrapper for the rfxswf library
- RFXSWF library is a fully featured library which can be used for standalone
- SWF generation. It includes support for Bitmaps, Buttons, Shapes, Text, Fonts,
- Sound etc. It also has support for ActionScript using the Ming ActionCompiler.
- .
- This is the wrapper for using the rfxswf library from the Python scripting
- language. The rfxswf library is in the librfxswf-dev package.
- .
-  Homepage: http://www.swftools.org/
-
 Package: python-rfxswf
 Section: python
 Architecture: any
-Depends: python2.4-rfxswf
+Provides: ${python:Provides}
+Replaces: python2.4-rfxswf (<< 0.8.1-2)
+Depends: ${python:Depends} ${shlibs:Depends}, ${misc:Depends}, python-imaging (>= 1.1.5-11)
 Description: Python wrapper for the rfxswf library
  RFXSWF library is a fully featured library which can be used for standalone
  SWF generation. It includes support for Bitmaps, Buttons, Shapes, Text, Fonts,

Modified: packages/swftools/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-flash/packages/swftools/trunk/debian/patches/00list?rev=165&op=diff
==============================================================================
--- packages/swftools/trunk/debian/patches/00list (original)
+++ packages/swftools/trunk/debian/patches/00list Tue Oct 30 20:01:31 2007
@@ -1,6 +1,7 @@
 #------------------------------------------------------------------------
 # Manpage fixes
 # - Replaced 'ö' with '\[:o]'
+# - Escapes the minus sings
 01_manpages.dpatch
 #------------------------------------------------------------------------
 # FAQ

Modified: packages/swftools/trunk/debian/patches/01_manpages.dpatch
URL: http://svn.debian.org/wsvn/pkg-flash/packages/swftools/trunk/debian/patches/01_manpages.dpatch?rev=165&op=diff
==============================================================================
--- packages/swftools/trunk/debian/patches/01_manpages.dpatch (original)
+++ packages/swftools/trunk/debian/patches/01_manpages.dpatch Tue Oct 30 20:01:31 2007
@@ -4,11 +4,25 @@
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: This patch fixes the jpg2swf.1 and swfstrings.1 manpages, which
 ## DP: have the letter 'ö' in the author's name.
+## DP: Fixes also the minus signs in swfextract.1, swfdump.1, swfbbox.1,
+## DP: font2swf.1, pdf2swf.1, wav2swf.1 and swfcombine.1 manpages.
 
 @DPATCH@
-diff -urNad swftools-0.8.0~/src/jpeg2swf.1 swftools-0.8.0/src/jpeg2swf.1
---- swftools-0.8.0~/src/jpeg2swf.1	2006-01-07 12:14:05.000000000 +0200
-+++ swftools-0.8.0/src/jpeg2swf.1	2006-02-05 14:07:31.000000000 +0200
+diff -urNad swftools-0.8.1~/src/font2swf.1 swftools-0.8.1/src/font2swf.1
+--- swftools-0.8.1~/src/font2swf.1	2007-01-13 19:19:12.000000000 +0200
++++ swftools-0.8.1/src/font2swf.1	2007-10-30 19:49:31.000000000 +0200
+@@ -20,7 +20,7 @@
+     Print short help message and exit
+ .TP
+ \fB\-v\fR, \fB\-\-verbose\fR 
+-    Be verbose. Use more than one -v for greater effect.
++    Be verbose. Use more than one \-v for greater effect.
+ .TP
+ \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
+     Write output to file \fIfilename\fR. (If not given, the output will go
+diff -urNad swftools-0.8.1~/src/jpeg2swf.1 swftools-0.8.1/src/jpeg2swf.1
+--- swftools-0.8.1~/src/jpeg2swf.1	2007-01-13 19:19:12.000000000 +0200
++++ swftools-0.8.1/src/jpeg2swf.1	2007-10-30 19:46:48.000000000 +0200
 @@ -54,7 +54,7 @@
      Make importable as asset with \fIassetname\fR
  .SH AUTHORS
@@ -18,9 +32,130 @@
  .TP
  Matthias Kramm
  
-diff -urNad swftools-0.8.0~/src/swfstrings.1 swftools-0.8.0/src/swfstrings.1
---- swftools-0.8.0~/src/swfstrings.1	2006-01-04 11:15:11.000000000 +0200
-+++ swftools-0.8.0/src/swfstrings.1	2006-02-05 14:08:03.000000000 +0200
+diff -urNad swftools-0.8.1~/src/pdf2swf.1 swftools-0.8.1/src/pdf2swf.1
+--- swftools-0.8.1~/src/pdf2swf.1	2006-08-16 16:02:05.000000000 +0300
++++ swftools-0.8.1/src/pdf2swf.1	2007-10-30 19:49:56.000000000 +0200
+@@ -3,7 +3,7 @@
+ pdf2swf - convert PDF files into SWF
+ .SH Synopsis
+ .B pdf2swf
+-[\fIoptions\fR] \fIfile.pdf\fR [-o \fIfile.swf\fR]
++[\fIoptions\fR] \fIfile.pdf\fR [\-o \fIfile.swf\fR]
+ .SH DESCRIPTION
+ This tools converts Acrobat PDF files into Flash SWF Animation
+ files.
+@@ -20,7 +20,7 @@
+ 3-5,10-12
+ .TP
+ \fB\-v\fR, \fB\-\-verbose\fR
+-Be verbose. Use more than one -v for greater effect.
++Be verbose. Use more than one \-v for greater effect.
+ .TP
+ \fB\-z\fR, \fB\-\-zlib\fR
+ Use Flash 6 (MX) zlib compression.
+diff -urNad swftools-0.8.1~/src/swfbbox.1 swftools-0.8.1/src/swfbbox.1
+--- swftools-0.8.1~/src/swfbbox.1	2007-01-13 19:19:12.000000000 +0200
++++ swftools-0.8.1/src/swfbbox.1	2007-10-30 19:49:14.000000000 +0200
+@@ -35,7 +35,7 @@
+     Clip bounding boxes to movie size
+ .TP
+ \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
+-    Set output filename to \fIfilename\fR (for -O)
++    Set output filename to \fIfilename\fR (for \-O)
+ .TP
+ \fB\-v\fR, \fB\-\-verbose\fR 
+     Be more verbose
+diff -urNad swftools-0.8.1~/src/swfcombine.1 swftools-0.8.1/src/swfcombine.1
+--- swftools-0.8.1~/src/swfcombine.1	2007-01-13 19:19:12.000000000 +0200
++++ swftools-0.8.1/src/swfcombine.1	2007-10-30 19:51:01.000000000 +0200
+@@ -47,7 +47,7 @@
+     Clip the slave objects by the corresponding master objects
+ .TP
+ \fB\-v\fR, \fB\-\-verbose\fR 
+-    Be verbose. Use more than one -v for greater effect 
++    Be verbose. Use more than one \-v for greater effect 
+ .TP
+ \fB\-d\fR, \fB\-\-dummy\fR 
+     Don't require the presence of slave objects. Usually used together with \fB\-X\fR, \fB\-Y\fR or \fB\-r\fR.
+@@ -69,10 +69,10 @@
+     Force the output to have the framerate \fIfps\fR. (Otherwise, the framerate of the master file will be used)
+ .TP
+ \fB\-X\fR, \fB\-\-width\fR \fIwidth\fR       
+-    Force movie bbox width to \fIwidth\fR (default: use master width (not with -t))
++    Force movie bbox width to \fIwidth\fR (default: use master width (not with \-t))
+ .TP
+ \fB\-Y\fR, \fB\-\-height\fR \fIheight\fR      
+-    Force movie bbox height to \fIheight\fR (default: use master height (not with -t))
++    Force movie bbox height to \fIheight\fR (default: use master height (not with \-t))
+ .TP
+ \fB\-z\fR, \fB\-\-zlib\fR \fIzlib\fR        
+     Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be
+@@ -105,7 +105,7 @@
+ Create two flash movies. Insert some rectangle into one of them, and give
+ it a name. (E.g. "foo") Now call
+ 
+-swfcombine -o combined.swf master.swf foo=slave.swf
++swfcombine \-o combined.swf master.swf foo=slave.swf
+ 
+ As a result, the slave movie should be visible inside the master movie
+ at the position where the rectangle used to be.
+diff -urNad swftools-0.8.1~/src/swfdump.1 swftools-0.8.1/src/swfdump.1
+--- swftools-0.8.1~/src/swfdump.1	2007-01-13 19:19:12.000000000 +0200
++++ swftools-0.8.1/src/swfdump.1	2007-10-30 19:48:54.000000000 +0200
+@@ -18,7 +18,7 @@
+     Print short help message and exit
+ .TP
+ \fB\-D\fR, \fB\-\-full\fR 
+-    Show everything. Same as -atp
++    Show everything. Same as \-atp
+ .TP
+ \fB\-V\fR, \fB\-\-version\fR 
+     Print version info and exit
+@@ -45,16 +45,16 @@
+     Print tag's bounding boxes
+ .TP
+ \fB\-X\fR, \fB\-\-width\fR 
+-    Print out the horizontal dimension of the movie, in a string of the form "-X width"
++    Print out the horizontal dimension of the movie, in a string of the form "\-X width"
+ .TP
+ \fB\-Y\fR, \fB\-\-height\fR 
+-    Print out the vertical dimension of the movie, in a string of the form "-Y height"
++    Print out the vertical dimension of the movie, in a string of the form "\-Y height"
+ .TP
+ \fB\-r\fR, \fB\-\-rate\fR 
+-    Print out the frame rate of the movie, in a string of the form "-r rate".
++    Print out the frame rate of the movie, in a string of the form "\-r rate".
+ .TP
+ \fB\-f\fR, \fB\-\-frames\fR 
+-    Print out the number of frames in the movie, in a string of the form "-f frames"
++    Print out the number of frames in the movie, in a string of the form "\-f frames"
+ .TP
+ \fB\-d\fR, \fB\-\-hex\fR 
+     Print hex output of tag data, too.
+diff -urNad swftools-0.8.1~/src/swfextract.1 swftools-0.8.1/src/swfextract.1
+--- swftools-0.8.1~/src/swfextract.1	2006-01-04 11:15:11.000000000 +0200
++++ swftools-0.8.1/src/swfextract.1	2007-10-30 19:47:37.000000000 +0200
+@@ -27,7 +27,7 @@
+ \fIids\fR is a range of JPEG IDs to extract. E.g. 1-2,3,14-
+ .TP
+ \fB\-p\fR, \fB\-\-pngs\fR \fIids\fR
+-\fIids\fR is a range of PNG IDs to extract. E.g. -10,20-30
++\fIids\fR is a range of PNG IDs to extract. E.g. \-10,20\-30
+ .TP
+ \fB\-f\fR, \fB\-\-frame\fR \fIframes\fR
+ \fIframes\fR is a range of frames to extract. E.g. 1-10,20-30,40-
+@@ -40,7 +40,7 @@
+ .TP
+ \fB\-P\fR, \fB\-\-placeobject\fR
+ Copy original placeobject tag for the given object into the
+-output file (Use with -i). This means that the object is
++output file (Use with \-i). This means that the object is
+ at the same position in the generated movie as in the
+ original movie.
+ .TP
+diff -urNad swftools-0.8.1~/src/swfstrings.1 swftools-0.8.1/src/swfstrings.1
+--- swftools-0.8.1~/src/swfstrings.1	2006-01-04 11:15:11.000000000 +0200
++++ swftools-0.8.1/src/swfstrings.1	2007-10-30 19:46:48.000000000 +0200
 @@ -20,5 +20,5 @@
  
  .SH AUTHOR
@@ -28,3 +163,12 @@
 -Rainer Böhme <rfxswf at reflex-studio.de>
 +Rainer B\[:o]hme <rfxswf at reflex-studio.de>
  
+diff -urNad swftools-0.8.1~/src/wav2swf.1 swftools-0.8.1/src/wav2swf.1
+--- swftools-0.8.1~/src/wav2swf.1	2007-01-13 19:19:12.000000000 +0200
++++ swftools-0.8.1/src/wav2swf.1	2007-10-30 19:50:11.000000000 +0200
+@@ -47,4 +47,4 @@
+     Set mp3 bitrate to \fIbps\fR (default: 32)
+ .TP
+ \fB\-v\fR, \fB\-\-verbose\fR 
+-    Be more verbose. (Use more than one -v for greater effect)
++    Be more verbose. (Use more than one \-v for greater effect)

Modified: packages/swftools/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/swftools/trunk/debian/rules?rev=165&op=diff
==============================================================================
--- packages/swftools/trunk/debian/rules (original)
+++ packages/swftools/trunk/debian/rules Tue Oct 30 20:01:31 2007
@@ -162,6 +162,7 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
+	dh_pysupport
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums




More information about the pkg-flash-devel mailing list