r69635 - in /trunk/libbrowser-open-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Fri Feb 25 14:06:52 UTC 2011


Author: carnil
Date: Fri Feb 25 14:06:41 2011
New Revision: 69635

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

Added:
    trunk/libbrowser-open-perl/debian/
    trunk/libbrowser-open-perl/debian/changelog
    trunk/libbrowser-open-perl/debian/compat
    trunk/libbrowser-open-perl/debian/control
    trunk/libbrowser-open-perl/debian/copyright
    trunk/libbrowser-open-perl/debian/rules   (with props)
    trunk/libbrowser-open-perl/debian/source/
    trunk/libbrowser-open-perl/debian/source/format
    trunk/libbrowser-open-perl/debian/watch

Added: trunk/libbrowser-open-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbrowser-open-perl/debian/changelog?rev=69635&op=file
==============================================================================
--- trunk/libbrowser-open-perl/debian/changelog (added)
+++ trunk/libbrowser-open-perl/debian/changelog Fri Feb 25 14:06:41 2011
@@ -1,0 +1,5 @@
+libbrowser-open-perl (0.03-1) UNRELEASED; urgency=low
+
+  * Initial Release (Closes: #615038).
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 25 Feb 2011 15:00:34 +0100

Added: trunk/libbrowser-open-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbrowser-open-perl/debian/compat?rev=69635&op=file
==============================================================================
--- trunk/libbrowser-open-perl/debian/compat (added)
+++ trunk/libbrowser-open-perl/debian/compat Fri Feb 25 14:06:41 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libbrowser-open-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbrowser-open-perl/debian/control?rev=69635&op=file
==============================================================================
--- trunk/libbrowser-open-perl/debian/control (added)
+++ trunk/libbrowser-open-perl/debian/control Fri Feb 25 14:06:41 2011
@@ -1,0 +1,30 @@
+Source: libbrowser-open-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: perl,
+ perl (>= 5.10.1) | libparent-perl,
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.92)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Salvatore Bonaccorso <carnil at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Browser-Open/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libbrowser-open-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libbrowser-open-perl/
+
+Package: libbrowser-open-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ perl (>= 5.10.1) | libparent-perl
+Description: Perl module toopen a browser in a given URL
+ The functions optionaly exported by Browser::Open allows you to open URLs in
+ the user browser.
+ .
+ A set of known commands per OS-name is tested for presence, and the first one
+ found is executed. With an optional parameter, all known commands are
+ checked.
+ .
+ The "open_browser" uses the system() function to execute the command. If you
+ want more control, you can get the command with the "open_browser_cmd" or
+ "open_browser_cmd_all" functions and then use whatever method you want to
+ execute it.

Added: trunk/libbrowser-open-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbrowser-open-perl/debian/copyright?rev=69635&op=file
==============================================================================
--- trunk/libbrowser-open-perl/debian/copyright (added)
+++ trunk/libbrowser-open-perl/debian/copyright Fri Feb 25 14:06:41 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Pedro Melo <melo at cpan.org>
+Source: http://search.cpan.org/dist/Browser-Open/
+Name: Browser-Open
+
+Files: *
+Copyright: 2009, Pedro Melo <melo at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Salvatore Bonaccorso <carnil at debian.org>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libbrowser-open-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbrowser-open-perl/debian/rules?rev=69635&op=file
==============================================================================
--- trunk/libbrowser-open-perl/debian/rules (added)
+++ trunk/libbrowser-open-perl/debian/rules Fri Feb 25 14:06:41 2011
@@ -1,0 +1,12 @@
+#!/usr/bin/make -f
+
+PACKAGE = $(firstword $(shell dh_listpackages))
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+%:
+	dh $@
+
+override_dh_auto_install:
+		dh_auto_install
+		rm $(TMP)/usr/share/perl5/Browser/pod2htmd.tmp
+		rm $(TMP)/usr/share/perl5/Browser/pod2htmi.tmp

Propchange: trunk/libbrowser-open-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libbrowser-open-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbrowser-open-perl/debian/source/format?rev=69635&op=file
==============================================================================
--- trunk/libbrowser-open-perl/debian/source/format (added)
+++ trunk/libbrowser-open-perl/debian/source/format Fri Feb 25 14:06:41 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libbrowser-open-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbrowser-open-perl/debian/watch?rev=69635&op=file
==============================================================================
--- trunk/libbrowser-open-perl/debian/watch (added)
+++ trunk/libbrowser-open-perl/debian/watch Fri Feb 25 14:06:41 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Browser-Open/   .*/Browser-Open-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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