r3817 - in /packages/libwww-myspace-perl/trunk: debian/ lib/WWW/ lib/WWW/Myspace/ sample_scripts/ scripts/

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Sep 14 23:12:16 UTC 2006


Author: gregoa-guest
Date: Thu Sep 14 23:12:15 2006
New Revision: 3817

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3817
Log:
Load libwww-myspace-perl-0.48 into packages/libwww-myspace-perl/trunk.

Added:
    packages/libwww-myspace-perl/trunk/debian/
    packages/libwww-myspace-perl/trunk/debian/changelog
    packages/libwww-myspace-perl/trunk/debian/compat
    packages/libwww-myspace-perl/trunk/debian/control
    packages/libwww-myspace-perl/trunk/debian/copyright
    packages/libwww-myspace-perl/trunk/debian/rules   (with props)
Modified:
    packages/libwww-myspace-perl/trunk/lib/WWW/Myspace.pm   (props changed)
    packages/libwww-myspace-perl/trunk/lib/WWW/Myspace/Comment.pm   (props changed)
    packages/libwww-myspace-perl/trunk/lib/WWW/Myspace/FriendAdder.pm   (props changed)
    packages/libwww-myspace-perl/trunk/lib/WWW/Myspace/Message.pm   (props changed)
    packages/libwww-myspace-perl/trunk/lib/WWW/Myspace/MyBase.pm   (props changed)
    packages/libwww-myspace-perl/trunk/sample_scripts/already_commented   (props changed)
    packages/libwww-myspace-perl/trunk/sample_scripts/approve_friends   (props changed)
    packages/libwww-myspace-perl/trunk/sample_scripts/browse   (props changed)
    packages/libwww-myspace-perl/trunk/sample_scripts/cleanup_inbox   (props changed)
    packages/libwww-myspace-perl/trunk/sample_scripts/delete_friend   (props changed)
    packages/libwww-myspace-perl/trunk/sample_scripts/friend_changes   (props changed)
    packages/libwww-myspace-perl/trunk/sample_scripts/get_friend_page   (props changed)
    packages/libwww-myspace-perl/trunk/sample_scripts/get_friends   (props changed)
    packages/libwww-myspace-perl/trunk/sample_scripts/get_inbox   (props changed)
    packages/libwww-myspace-perl/trunk/sample_scripts/search_music   (props changed)
    packages/libwww-myspace-perl/trunk/sample_scripts/send_all   (props changed)
    packages/libwww-myspace-perl/trunk/sample_scripts/send_message   (props changed)
    packages/libwww-myspace-perl/trunk/sample_scripts/test_message   (props changed)
    packages/libwww-myspace-perl/trunk/sample_scripts/todo   (props changed)
    packages/libwww-myspace-perl/trunk/scripts/add_friends   (props changed)
    packages/libwww-myspace-perl/trunk/scripts/approve_friends   (props changed)
    packages/libwww-myspace-perl/trunk/scripts/comment_myspace   (props changed)
    packages/libwww-myspace-perl/trunk/scripts/message_group   (props changed)

Added: packages/libwww-myspace-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libwww-myspace-perl/trunk/debian/changelog?rev=3817&op=file
==============================================================================
--- packages/libwww-myspace-perl/trunk/debian/changelog (added)
+++ packages/libwww-myspace-perl/trunk/debian/changelog Thu Sep 14 23:12:15 2006
@@ -1,0 +1,18 @@
+libwww-myspace-perl (0.48-2) unstable; urgency=low
+
+  * Adding missing runtime dependencies (Closes: #375659, #375660, #375661, #375666).
+
+ -- David Moreno Garza <damog at debian.org>  Mon, 24 Jul 2006 20:56:26 -0500
+
+libwww-myspace-perl (0.48-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- David Moreno Garza <damog at debian.org>  Sat, 17 Jun 2006 11:34:43 -0500
+
+libwww-myspace-perl (0.47-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- David Moreno Garza <damog at debian.org>  Tue,  6 Jun 2006 12:04:03 -0500
+

Added: packages/libwww-myspace-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libwww-myspace-perl/trunk/debian/compat?rev=3817&op=file
==============================================================================
--- packages/libwww-myspace-perl/trunk/debian/compat (added)
+++ packages/libwww-myspace-perl/trunk/debian/compat Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+4

Added: packages/libwww-myspace-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libwww-myspace-perl/trunk/debian/control?rev=3817&op=file
==============================================================================
--- packages/libwww-myspace-perl/trunk/debian/control (added)
+++ packages/libwww-myspace-perl/trunk/debian/control Thu Sep 14 23:12:15 2006
@@ -1,0 +1,16 @@
+Source: libwww-myspace-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7), libspiffy-perl, libparams-validate-perl, libconfig-general-perl, libyaml-perl, libcontextual-return-perl, libversion-perl, libwant-perl, liblocale-subcountry-perl, libwww-mechanize-perl, libio-prompt-perl, libterm-readkey-perl, liblist-compare-perl, libmath-round-perl, libclass-dbi-loader-perl, libclass-dbi-abstractsearch-perl, libdatetime-perl
+Maintainer: David Moreno Garza <damog at debian.org>
+Standards-Version: 3.7.2
+
+Package: libwww-myspace-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, liblocale-subcountry-perl, libcontextual-return-perl, libwww-mechanize-perl, libconfig-general-perl, libspiffy-perl 
+Description:  Access MySpace.com profile information from Perl
+ WWW::Myspace.pm provides methods to access your myspace.com account
+ and functions automatically. It provides a simple interface for
+ scripts to log in, access lists of friends, scan user's profiles,
+ retreive profile data, send messages, and post comments.

Added: packages/libwww-myspace-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libwww-myspace-perl/trunk/debian/copyright?rev=3817&op=file
==============================================================================
--- packages/libwww-myspace-perl/trunk/debian/copyright (added)
+++ packages/libwww-myspace-perl/trunk/debian/copyright Thu Sep 14 23:12:15 2006
@@ -1,0 +1,39 @@
+This is the debian package for the WWW-Myspace module.
+It was created by David Moreno Garza <damog at debian.org> using dh-make-perl.
+
+This module copyright (C) 2005-2006 Grant Grueninger except
+FriendAdder.pm, (c) 2006 Olaf Alders.
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+- FriendAdder.pm:
+
+Copyright 2006 Olaf Alders, all rights reserved.
+
+This program 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'.
+
+--
+
+Upstream author would like to thank:
+
+Tom Kerswill (http://tomkerswill.co.uk) for the friend_url method, which
+also inspired the friend_user_name method.
+
+Olaf Alders (http://www.wundersolutions.com) for the human-readable status
+codes in send_friend request, for the excellent sample code which provides
+a workaround for CAPTCHA responses, and for the friends_from_profile
+idea..
+
+--
+
+The Debian packaging was initially done by David Moreno Garza,
+and this is in the public domain.

Added: packages/libwww-myspace-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libwww-myspace-perl/trunk/debian/rules?rev=3817&op=file
==============================================================================
--- packages/libwww-myspace-perl/trunk/debian/rules (added)
+++ packages/libwww-myspace-perl/trunk/debian/rules Thu Sep 14 23:12:15 2006
@@ -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
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+	dh_clean build-stamp install-stamp
+
+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) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	# As this is a architecture independent package, we are not
+	# supposed to install stuff to /usr/lib. MakeMaker creates
+	# the dirs, we delete them from the deb:
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+#	dh_installcron
+#	dh_installmenu
+	dh_installexamples sample_scripts/*
+	dh_installdocs README sample_scripts/todo
+	dh_installchangelogs Changes
+	dh_perl
+	dh_link
+	dh_strip
+	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: packages/libwww-myspace-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Propchange: packages/libwww-myspace-perl/trunk/lib/WWW/Myspace.pm
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/lib/WWW/Myspace/Comment.pm
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/lib/WWW/Myspace/FriendAdder.pm
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/lib/WWW/Myspace/Message.pm
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/lib/WWW/Myspace/MyBase.pm
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/sample_scripts/already_commented
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/sample_scripts/approve_friends
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/sample_scripts/browse
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/sample_scripts/cleanup_inbox
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/sample_scripts/delete_friend
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/sample_scripts/friend_changes
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/sample_scripts/get_friend_page
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/sample_scripts/get_friends
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/sample_scripts/get_inbox
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/sample_scripts/search_music
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/sample_scripts/send_all
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/sample_scripts/send_message
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/sample_scripts/test_message
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/sample_scripts/todo
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/scripts/add_friends
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/scripts/approve_friends
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/scripts/comment_myspace
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libwww-myspace-perl/trunk/scripts/message_group
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Thu Sep 14 23:12:15 2006
@@ -1,0 +1,1 @@
+*




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