r66994 - in /trunk/get-flash-videos/debian: ./ README.source changelog compat control copyright rules source/ source/format watch

jump-guest at users.alioth.debian.org jump-guest at users.alioth.debian.org
Wed Jan 5 06:19:44 UTC 2011


Author: jump-guest
Date: Wed Jan  5 06:19:33 2011
New Revision: 66994

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66994
Log:
[svn-inject] Applying Debian modifications (1.24-1) to trunk

Added:
    trunk/get-flash-videos/debian/
    trunk/get-flash-videos/debian/README.source
    trunk/get-flash-videos/debian/changelog
    trunk/get-flash-videos/debian/compat
    trunk/get-flash-videos/debian/control
    trunk/get-flash-videos/debian/copyright
    trunk/get-flash-videos/debian/rules   (with props)
    trunk/get-flash-videos/debian/source/
    trunk/get-flash-videos/debian/source/format
    trunk/get-flash-videos/debian/watch

Added: trunk/get-flash-videos/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/get-flash-videos/debian/README.source?rev=66994&op=file
==============================================================================
--- trunk/get-flash-videos/debian/README.source (added)
+++ trunk/get-flash-videos/debian/README.source Wed Jan  5 06:19:33 2011
@@ -1,0 +1,6 @@
+get-flash-videos for Debian
+---------------------------
+
++ Repacked upstream tarball with bz2 compression
++ Renamed upstream tarball and folder to get best package name
+

Added: trunk/get-flash-videos/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/get-flash-videos/debian/changelog?rev=66994&op=file
==============================================================================
--- trunk/get-flash-videos/debian/changelog (added)
+++ trunk/get-flash-videos/debian/changelog Wed Jan  5 06:19:33 2011
@@ -1,0 +1,5 @@
+get-flash-videos (1.24-1) unstable; urgency=low
+
+  * Initial release (Closes: #608975)
+
+ -- Julián Moreno Patiño <darkjunix at gmail.com>  Tue, 04 Jan 2011 18:24:02 -0500

Added: trunk/get-flash-videos/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/get-flash-videos/debian/compat?rev=66994&op=file
==============================================================================
--- trunk/get-flash-videos/debian/compat (added)
+++ trunk/get-flash-videos/debian/compat Wed Jan  5 06:19:33 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/get-flash-videos/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/get-flash-videos/debian/control?rev=66994&op=file
==============================================================================
--- trunk/get-flash-videos/debian/control (added)
+++ trunk/get-flash-videos/debian/control Wed Jan  5 06:19:33 2011
@@ -1,0 +1,23 @@
+Source: get-flash-videos
+Section: utils
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Julián Moreno Patiño <darkjunix at gmail.com>
+Build-Depends: debhelper (>= 7.0.50~), perl, libwww-perl, liburi-perl,
+ libtie-ixhash-perl, libwww-mechanize-perl
+Standards-Version: 3.9.1
+Homepage: http://code.google.com/p/get-flash-videos/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/get-flash-videos/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/get-flash-videos/
+
+Package: get-flash-videos
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, 
+ liburi-perl, libwww-mechanize-perl, mplayer
+Recommends: libxml-simple-perl, libcompress-zlib-perl,
+ rtmpdump | flvstreamer, libdigest-sha-perl, liblwp-protocol-socks-perl
+Description: Video downloader for various Flash-based video hosting sites
+ Download videos from various Flash-based video hosting sites, without having
+ to use the Flash player. Handy for saving videos for watching offline, and
+ means you don't have to keep upgrading Flash for sites that insist on a newer
+ version of the player.

Added: trunk/get-flash-videos/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/get-flash-videos/debian/copyright?rev=66994&op=file
==============================================================================
--- trunk/get-flash-videos/debian/copyright (added)
+++ trunk/get-flash-videos/debian/copyright Wed Jan  5 06:19:33 2011
@@ -1,0 +1,22 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Upstream-Name: get-flash-videos
+Upstream-Contact: MonsieurVideo <monsieurvideo at gmail.com>
+Source: http://code.google.com/p/get-flash-videos/
+
+Copyright: 2009, 2010 MonsieurVideo <monsieurvideo at gmail.com>
+           2009, 2010 zakflash
+License: Apache 2.0
+
+Files: debian/*
+Copyright: Copyright 2011 Julián Moreno Patiño <darkjunix at gmail.com>
+License: Apache 2.0
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may
+ not use this file except in compliance with the License. You may obtain a
+ copy of the License at
+   http://www.apache.org/licenses/LICENSE-2.0
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations
+ under the License.

Added: trunk/get-flash-videos/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/get-flash-videos/debian/rules?rev=66994&op=file
==============================================================================
--- trunk/get-flash-videos/debian/rules (added)
+++ trunk/get-flash-videos/debian/rules Wed Jan  5 06:19:33 2011
@@ -1,0 +1,6 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 

Propchange: trunk/get-flash-videos/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/get-flash-videos/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/get-flash-videos/debian/source/format?rev=66994&op=file
==============================================================================
--- trunk/get-flash-videos/debian/source/format (added)
+++ trunk/get-flash-videos/debian/source/format Wed Jan  5 06:19:33 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/get-flash-videos/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/get-flash-videos/debian/watch?rev=66994&op=file
==============================================================================
--- trunk/get-flash-videos/debian/watch (added)
+++ trunk/get-flash-videos/debian/watch Wed Jan  5 06:19:33 2011
@@ -1,0 +1,2 @@
+version=3
+http://code.google.com/p/get-flash-videos/downloads/list .*/App-get_flash_videos-(.*)\.tar\.gz




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