r63454 - in /trunk/libjifty-plugin-chart-perl: MANIFEST debian/changelog debian/control debian/repack.local debian/repack.stub debian/watch

bremner-guest at users.alioth.debian.org bremner-guest at users.alioth.debian.org
Thu Oct 7 02:44:26 UTC 2010


Author: bremner-guest
Date: Thu Oct  7 02:44:20 2010
New Revision: 63454

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63454
Log:
Add infrastructure to repack upstream tarball, removing non-free swf
files and corresponding perl module.

Add myself to uploaders.

Bump version in changelog entry; add note on repacking.

Update MANIFEST to match repacked tarball.

Added:
    trunk/libjifty-plugin-chart-perl/debian/repack.local
    trunk/libjifty-plugin-chart-perl/debian/repack.stub
Modified:
    trunk/libjifty-plugin-chart-perl/MANIFEST
    trunk/libjifty-plugin-chart-perl/debian/changelog
    trunk/libjifty-plugin-chart-perl/debian/control
    trunk/libjifty-plugin-chart-perl/debian/watch

Modified: trunk/libjifty-plugin-chart-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-chart-perl/MANIFEST?rev=63454&op=diff
==============================================================================
--- trunk/libjifty-plugin-chart-perl/MANIFEST (original)
+++ trunk/libjifty-plugin-chart-perl/MANIFEST Thu Oct  7 02:44:20 2010
@@ -21,7 +21,6 @@
 lib/Jifty/Plugin/Chart/Renderer/GoogleViz/AnnotatedTimeline.pm
 lib/Jifty/Plugin/Chart/Renderer/PlotKit.pm
 lib/Jifty/Plugin/Chart/Renderer/SimpleBars.pm
-lib/Jifty/Plugin/Chart/Renderer/XMLSWF.pm
 lib/Jifty/Plugin/Chart/View.pm
 lib/Jifty/Plugin/Chart/Web.pm
 Makefile.PL
@@ -29,29 +28,9 @@
 META.yml
 README
 share/web/static/css/simple_bars.css
-share/web/static/flash/xmlswf/charts.swf
-share/web/static/flash/xmlswf/charts_library/arno.swf
-share/web/static/flash/xmlswf/charts_library/arst.swf
-share/web/static/flash/xmlswf/charts_library/brfl.swf
-share/web/static/flash/xmlswf/charts_library/brno.swf
-share/web/static/flash/xmlswf/charts_library/brst.swf
-share/web/static/flash/xmlswf/charts_library/cl3d.swf
-share/web/static/flash/xmlswf/charts_library/clfl.swf
-share/web/static/flash/xmlswf/charts_library/clno.swf
-share/web/static/flash/xmlswf/charts_library/clp3.swf
-share/web/static/flash/xmlswf/charts_library/cls3.swf
-share/web/static/flash/xmlswf/charts_library/clst.swf
-share/web/static/flash/xmlswf/charts_library/cnno.swf
-share/web/static/flash/xmlswf/charts_library/lnno.swf
-share/web/static/flash/xmlswf/charts_library/mxno.swf
-share/web/static/flash/xmlswf/charts_library/pi3d.swf
-share/web/static/flash/xmlswf/charts_library/pino.swf
-share/web/static/flash/xmlswf/charts_library/pono.swf
-share/web/static/flash/xmlswf/charts_library/scno.swf
 share/web/static/js/chart_img_behaviour.js
 share/web/static/js/mochikit.noexport.js
 share/web/static/js/MochiKit/__package__.js
-share/web/static/js/MochiKit/MochiKit.js
 share/web/static/js/PlotKit/excanvas.js
 share/web/static/js/PlotKit/PlotKit_Packed-20060807-custom.js
 share/web/static/js/simple_bars.js

Modified: trunk/libjifty-plugin-chart-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-chart-perl/debian/changelog?rev=63454&op=diff
==============================================================================
--- trunk/libjifty-plugin-chart-perl/debian/changelog (original)
+++ trunk/libjifty-plugin-chart-perl/debian/changelog Thu Oct  7 02:44:20 2010
@@ -1,5 +1,9 @@
-libjifty-plugin-chart-perl (1.01-2) UNRELEASED; urgency=low
+libjifty-plugin-chart-perl (1.01+dfsg-1) UNRELEASED; urgency=low
 
+  [ David Bremner ]
+  * Repacked upstream tarball. Removed XMLSWF and corrsponding renderer
+    module. (Closes: #591976)
+  
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
@@ -11,7 +15,7 @@
   [ gregor herrmann ]
   * debian/watch: adjust uversionmangle to newer uscan/PET.
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 01 Sep 2009 21:19:06 -0700
+ -- David Bremner <bremner at unb.ca>  Wed, 06 Oct 2010 22:14:18 -0300
 
 libjifty-plugin-chart-perl (1.01-1) unstable; urgency=low
 

Modified: trunk/libjifty-plugin-chart-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-chart-perl/debian/control?rev=63454&op=diff
==============================================================================
--- trunk/libjifty-plugin-chart-perl/debian/control (original)
+++ trunk/libjifty-plugin-chart-perl/debian/control Thu Oct  7 02:44:20 2010
@@ -6,7 +6,7 @@
  libjifty-perl (>= 0.90519), libchart-perl, libgd-gd2-perl, libimage-info-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
- Jonathan Yu <jawnsy at cpan.org>
+ Jonathan Yu <jawnsy at cpan.org>, David Bremner <bremner at unb.ca>
 Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Jifty-Plugin-Chart/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libjifty-plugin-chart-perl/

Added: trunk/libjifty-plugin-chart-perl/debian/repack.local
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-chart-perl/debian/repack.local?rev=63454&op=file
==============================================================================
--- trunk/libjifty-plugin-chart-perl/debian/repack.local (added)
+++ trunk/libjifty-plugin-chart-perl/debian/repack.local Thu Oct  7 02:44:20 2010
@@ -1,0 +1,3 @@
+MANIFEST=1
+rm -rf share/web/static/flash/xmlswf
+rm lib/Jifty/Plugin/Chart/Renderer/XMLSWF.pm

Added: trunk/libjifty-plugin-chart-perl/debian/repack.stub
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-chart-perl/debian/repack.stub?rev=63454&op=file
==============================================================================
--- trunk/libjifty-plugin-chart-perl/debian/repack.stub (added)
+++ trunk/libjifty-plugin-chart-perl/debian/repack.stub Thu Oct  7 02:44:20 2010
@@ -1,0 +1,82 @@
+#!/bin/sh
+
+: <<=cut
+=pod
+
+=head1 NAME
+
+repack.stub - script to repack upstream tarballs from uscan
+
+=head1 INSTRUCTIONS
+
+put this in debian/repack.stub and add "debian sh debian/repack.stub" to
+the end of the line in debian/watch. you will also need to add a version
+mangle to debian/watch.
+
+then create a debian/repack.local. this is a shell script that is
+sources under "set -e", so be careful to check returns codes.
+
+=head1 FUNCTIONS
+
+=over 4
+
+=item rm
+
+rm is replaced by a function that does some magic ("rm -rv" by default), but also changes MANIFEST if $MANIFEST is 1
+
+=item mv
+
+mv is replaced by a function that just does mv (by default), but also changes MANIFEST if $MANIFEST is 1
+
+=item requires_version
+
+requires_version is there for future usage for requiring certain versions of the script
+
+=back
+
+=head1 VARIABLES
+
+=over 4
+
+=item SUFFIX
+
+defaults to +dfsg
+
+what to append to the upstream version
+
+=item RM_OPTS
+
+defaults to -vrf
+
+options to pass to rm
+
+=item MANIFEST
+
+defaults to 0, set to 1 to turn on.
+
+this will manipulate MANIFEST files in CPAN tarballs.
+
+=item UP_BASE
+
+this is the directory where the upstream source is.
+
+=back
+
+=cut
+
+if [ -z "$REPACK_SH" ]; then
+    if [ -f ../../scripts/repack.sh ]; then
+        REPACK_SH=../../scripts/repack.sh
+    fi
+    if [ -z "$REPACK_SH" ] && which repack.sh > /dev/null; then
+        REPACK_SH=$(which repack.sh)
+    fi
+fi
+
+if [ ! -f "$REPACK_SH" ]; then
+    echo "Couldn't find a repack.sh. please put it in your PATH, put it at ../../scripts/repack.sh, or put it somewhere else and set the REPACK_SH variable"
+    echo "You can get it from http://svn.debian.org/viewsvn/pkg-perl/scripts/repack.sh"
+    exit 1
+fi
+
+exec "$REPACK_SH" "$@"

Modified: trunk/libjifty-plugin-chart-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-chart-perl/debian/watch?rev=63454&op=diff
==============================================================================
--- trunk/libjifty-plugin-chart-perl/debian/watch (original)
+++ trunk/libjifty-plugin-chart-perl/debian/watch Thu Oct  7 02:44:20 2010
@@ -1,3 +1,3 @@
 version=3
-options=uversionmangle=s/0\.\d{4}$/$&0/;s/0\.\d{3}$/$&00/;s/0\.\d{2}$/$&000/;s/0\.\d{1}$/$&0000/ \
-	http://search.cpan.org/dist/Jifty-Plugin-Chart/   .*/Jifty-Plugin-Chart-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+options=dversionmangle=s/\+dfsg\d*$//,uversionmangle=s/0\.\d{4}$/$&0/;s/0\.\d{3}$/$&00/;s/0\.\d{2}$/$&000/;s/0\.\d{1}$/$&0000/ \
+	http://search.cpan.org/dist/Jifty-Plugin-Chart/   .*/Jifty-Plugin-Chart-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian sh debian/repack.stub




More information about the Pkg-perl-cvs-commits mailing list