r8242 - in /trunk/libwwwbrowser-perl: WWWBrowser.pm debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch test.pl

segre at users.alioth.debian.org segre at users.alioth.debian.org
Sat Oct 13 17:06:59 UTC 2007


Author: segre
Date: Sat Oct 13 17:06:59 2007
New Revision: 8242

URL: http://svn.debian.org/wsvn/?sc=1&rev=8242
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libwwwbrowser-perl/debian/
    trunk/libwwwbrowser-perl/debian/changelog
    trunk/libwwwbrowser-perl/debian/compat
    trunk/libwwwbrowser-perl/debian/control
    trunk/libwwwbrowser-perl/debian/copyright
    trunk/libwwwbrowser-perl/debian/rules   (with props)
    trunk/libwwwbrowser-perl/debian/watch
Modified:
    trunk/libwwwbrowser-perl/WWWBrowser.pm
    trunk/libwwwbrowser-perl/test.pl

Modified: trunk/libwwwbrowser-perl/WWWBrowser.pm
URL: http://svn.debian.org/wsvn/trunk/libwwwbrowser-perl/WWWBrowser.pm?rev=8242&op=diff
==============================================================================
--- trunk/libwwwbrowser-perl/WWWBrowser.pm (original)
+++ trunk/libwwwbrowser-perl/WWWBrowser.pm Sat Oct 13 17:06:59 2007
@@ -346,7 +346,7 @@
 
 =head1 NAME
 
-WWWBrowser - platform independent mean to start a WWW browser
+WWWBrowser - platform independent means to start a WWW browser
 
 =head1 SYNOPSIS
 

Added: trunk/libwwwbrowser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwwwbrowser-perl/debian/changelog?rev=8242&op=file
==============================================================================
--- trunk/libwwwbrowser-perl/debian/changelog (added)
+++ trunk/libwwwbrowser-perl/debian/changelog Sat Oct 13 17:06:59 2007
@@ -1,0 +1,5 @@
+libwwwbrowser-perl (2.23-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Carlo Segre <segre at debian.org>  Fri, 05 Oct 2007 02:05:19 -0500

Added: trunk/libwwwbrowser-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libwwwbrowser-perl/debian/compat?rev=8242&op=file
==============================================================================
--- trunk/libwwwbrowser-perl/debian/compat (added)
+++ trunk/libwwwbrowser-perl/debian/compat Sat Oct 13 17:06:59 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libwwwbrowser-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libwwwbrowser-perl/debian/control?rev=8242&op=file
==============================================================================
--- trunk/libwwwbrowser-perl/debian/control (added)
+++ trunk/libwwwbrowser-perl/debian/control Sat Oct 13 17:06:59 2007
@@ -1,0 +1,20 @@
+Source: libwwwbrowser-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.8), xvfb, lynx, xterm, xbase-clients, 
+                     xfonts-base, libio-socket-ssl-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Carlo Segre <segre at debian.org>
+Homepage: http://user.cs.tu-berlin.de/~eserte/src/perl/WWWBrowser/
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwwwbrowser-perl/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libwwwbrowser-perl/
+
+Package: libwwwbrowser-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, lynx | www-browser
+Description:  Platform independent means to start a WWW browser
+ Perl module which starts a web browser, in the background for X11, with a 
+ specified URL.  Options exist to use a user-specified browser, including text 
+ browsers, which are started in a terminal window.

Added: trunk/libwwwbrowser-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libwwwbrowser-perl/debian/copyright?rev=8242&op=file
==============================================================================
--- trunk/libwwwbrowser-perl/debian/copyright (added)
+++ trunk/libwwwbrowser-perl/debian/copyright Sat Oct 13 17:06:59 2007
@@ -1,0 +1,18 @@
+This is the debian package for the WWWBrowser module.
+It was created by Carlo Segre <segre at debian.org> using dh-make-perl.
+
+It was downloaded from http://user.cs.tu-berlin.de/~eserte/src/perl/WWWBrowser/
+
+The upstream author is: Slaven Rezic <slaven at rezic.de>.
+
+Copyright (c) 1999,2000,2001,2003 Slaven Rezic. All rights reserved.
+This module is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
+The Debian packaging is (C) 2007, Carlo Segre <segre at debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libwwwbrowser-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwwwbrowser-perl/debian/rules?rev=8242&op=file
==============================================================================
--- trunk/libwwwbrowser-perl/debian/rules (added)
+++ trunk/libwwwbrowser-perl/debian/rules Sat Oct 13 17:06:59 2007
@@ -1,0 +1,83 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# As this is a architecture independent package, we are not
+	# supposed to install stuff to /usr/lib. MakeMaker creates
+	# the dirs, we prevent this by setting the INSTALLVENDORARCH
+	# and VENDORARCHEXP environment variables.
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor \
+		INSTALLVENDORARCH=/usr/share/perl5/ \
+		VENDORARCHEXP=/usr/share/perl5/
+	$(MAKE)
+	xvfb-run $(MAKE) test
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/PACKAGE_NAME here
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	# anybrowser should be an example script
+	rm -f $(TMP)/usr/bin/anybrowser
+
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples anybrowser
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

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

Added: trunk/libwwwbrowser-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libwwwbrowser-perl/debian/watch?rev=8242&op=file
==============================================================================
--- trunk/libwwwbrowser-perl/debian/watch (added)
+++ trunk/libwwwbrowser-perl/debian/watch Sat Oct 13 17:06:59 2007
@@ -1,0 +1,4 @@
+version=3
+http://user.cs.tu-berlin.de/~eserte/src/perl/WWWBrowser/WWWBrowser-(.*)\.tar\.gz \
+	debian
+

Modified: trunk/libwwwbrowser-perl/test.pl
URL: http://svn.debian.org/wsvn/trunk/libwwwbrowser-perl/test.pl?rev=8242&op=diff
==============================================================================
--- trunk/libwwwbrowser-perl/test.pl (original)
+++ trunk/libwwwbrowser-perl/test.pl Sat Oct 13 17:06:59 2007
@@ -23,7 +23,7 @@
 use File::Spec;
 
 if (!$ENV{BATCH}) {
-    WWWBrowser::start_browser("file:" . File::Spec->catfile(cwd, "test.html"));
+    WWWBrowser::start_browser("file:" . File::Spec->catfile(cwd, "test.html"), -browser => "lynx");
 }
 
 if (hostname eq 'vran.herceg.de') {




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