r21349 - in /trunk/libnet-google-perl/debian: ./ changelog compat control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 14:29:57 UTC 2008


Author: gregoa
Date: Sun Jun 15 14:29:57 2008
New Revision: 21349

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

Added:
    trunk/libnet-google-perl/debian/
    trunk/libnet-google-perl/debian/changelog
    trunk/libnet-google-perl/debian/compat
    trunk/libnet-google-perl/debian/control
    trunk/libnet-google-perl/debian/copyright
    trunk/libnet-google-perl/debian/rules   (with props)

Added: trunk/libnet-google-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-perl/debian/changelog?rev=21349&op=file
==============================================================================
--- trunk/libnet-google-perl/debian/changelog (added)
+++ trunk/libnet-google-perl/debian/changelog Sun Jun 15 14:29:57 2008
@@ -1,0 +1,55 @@
+libnet-google-perl (1.0.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump up Standards-Version to 3.7.2 (no changes).
+  * Fix typo in long description (Closes: #369354).
+    Thanks to Ted Percival <ted at midg3t.net>.
+  * Updated Maintainer field to use my debian.org address.
+  * Upstreams build system switched from ExtUtils::MakeMaker to Module::Build:
+    + Added libmodule-build-perl to Build-Depends.
+    + Adjusted debian/rules to use Build.PL instead of Makefile.PL.
+
+ -- Florian Ragwitz <rafl at debian.org>  Mon, 29 May 2006 14:09:05 +0200
+
+libnet-google-perl (0.62-2) unstable; urgency=low
+
+  * New Maintainer (Closes: #322100).
+  * Rewrote debian/rules.
+  * Using debhelper 4.
+  * Moved debhelper build-dep-indep to Build-Depends.
+  * Updated Standards-Version.
+  * Updated debain/copyright.
+  * Added libwww-perl dependency.
+
+ -- Florian Ragwitz <rafl at debianforum.de>  Fri, 12 Aug 2005 16:25:54 +0200
+
+libnet-google-perl (0.62-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Davide Puricelli (evo) <evo at debian.org>  Sat, 21 Aug 2004 18:14:30 +0200
+
+libnet-google-perl (0.60-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Davide Puricelli (evo) <evo at debian.org>  Thu, 23 Oct 2003 18:02:44 +0200
+
+libnet-google-perl (0.52-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Davide Puricelli (evo) <evo at debian.org>  Sun, 19 Jan 2003 19:35:00 +0100
+
+libnet-google-perl (0.5-2) unstable; urgency=low
+
+  * debian/copyright: added a pointer to Perl license; closes: #157617. 
+
+ -- Davide Puricelli (evo) <evo at debian.org>  Mon,  2 Sep 2002 10:49:19 +0200
+
+libnet-google-perl (0.5-1) unstable; urgency=low
+
+  * Initial Release, closes: #148163.
+
+ -- Davide Puricelli (evo) <evo at debian.org>  Sat, 25 May 2002 21:13:53 +0200
+

Added: trunk/libnet-google-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-perl/debian/compat?rev=21349&op=file
==============================================================================
--- trunk/libnet-google-perl/debian/compat (added)
+++ trunk/libnet-google-perl/debian/compat Sun Jun 15 14:29:57 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libnet-google-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-perl/debian/control?rev=21349&op=file
==============================================================================
--- trunk/libnet-google-perl/debian/control (added)
+++ trunk/libnet-google-perl/debian/control Sun Jun 15 14:29:57 2008
@@ -1,0 +1,14 @@
+Source: libnet-google-perl
+Section: perl
+Priority: optional
+Maintainer: Florian Ragwitz <rafl at debian.org>
+Build-Depends: debhelper (>= 4.0.2), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.0-7), libsoap-lite-perl, libwww-perl
+Standards-Version: 3.7.2
+
+Package: libnet-google-perl
+Architecture: all
+Depends: ${perl:Depends}, libsoap-lite-perl, libwww-perl
+Description: Simple OOP-ish interface to the Google SOAP API
+ Net::Google acts as a wrapper around the Google SOAP API to let you
+ query more that 2 billion web documents directly from your computer.

Added: trunk/libnet-google-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-perl/debian/copyright?rev=21349&op=file
==============================================================================
--- trunk/libnet-google-perl/debian/copyright (added)
+++ trunk/libnet-google-perl/debian/copyright Sun Jun 15 14:29:57 2008
@@ -1,0 +1,15 @@
+This package was debianized by Davide Puricelli (evo) <evo at debian.org> on Sat, 25 May 2002 21:21:50 +0200.
+
+It was downloaded from http://cpan.valueclick.com/authors/id/A/AS/ASCOPE/ 
+
+Upstream Author: Aaron Straup Cope <cpan at aaronland.net> 
+
+Copyright (c) 2002-2004, Aaron Straup Cope. 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'.

Added: trunk/libnet-google-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-perl/debian/rules?rev=21349&op=file
==============================================================================
--- trunk/libnet-google-perl/debian/rules (added)
+++ trunk/libnet-google-perl/debian/rules Sun Jun 15 14:29:57 2008
@@ -1,0 +1,54 @@
+#!/usr/bin/make -f
+
+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
+	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	[ ! -f Build ] || $(PERL) Build distclean
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(PERL) Build install destdir=$(TMP)
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	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/libnet-google-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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