r34713 - in /trunk/libnet-google-authsub-perl/debian: ./ changelog compat control copyright rules watch

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Mon May 4 06:21:54 UTC 2009


Author: mogaal-guest
Date: Mon May  4 06:21:14 2009
New Revision: 34713

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

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

Added: trunk/libnet-google-authsub-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-authsub-perl/debian/changelog?rev=34713&op=file
==============================================================================
--- trunk/libnet-google-authsub-perl/debian/changelog (added)
+++ trunk/libnet-google-authsub-perl/debian/changelog Mon May  4 06:21:14 2009
@@ -1,0 +1,5 @@
+libnet-google-authsub-perl (0.4-1) unstable; urgency=low
+
+  * Initial Release (Closes: #526869).
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Mon, 04 May 2009 01:40:21 -0430

Added: trunk/libnet-google-authsub-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-authsub-perl/debian/compat?rev=34713&op=file
==============================================================================
--- trunk/libnet-google-authsub-perl/debian/compat (added)
+++ trunk/libnet-google-authsub-perl/debian/compat Mon May  4 06:21:14 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libnet-google-authsub-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-authsub-perl/debian/control?rev=34713&op=file
==============================================================================
--- trunk/libnet-google-authsub-perl/debian/control (added)
+++ trunk/libnet-google-authsub-perl/debian/control Mon May  4 06:21:14 2009
@@ -1,0 +1,20 @@
+Source: libnet-google-authsub-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: liburi-perl, libwww-perl, libtest-pod-perl, libtest-pod-coverage-perl, perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Net-Google-AuthSub/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-google-authsub-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-google-authsub-perl/
+
+Package: libnet-google-authsub-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, liburi-perl, libwww-perl
+Description: Module to interact with sites that implement Google style AuthSub
+ With the module you can interact with sites that implement Google style
+ AuthSub. The module is an API for the Authentication Service of google.
+ It can be used to access both regular Google accounts and hosted
+ Google accounts (Google Apps).

Added: trunk/libnet-google-authsub-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-authsub-perl/debian/copyright?rev=34713&op=file
==============================================================================
--- trunk/libnet-google-authsub-perl/debian/copyright (added)
+++ trunk/libnet-google-authsub-perl/debian/copyright Mon May  4 06:21:14 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Simon Wistow <simon at thegestalt.org>
+Upstream-Source: http://search.cpan.org/dist/Net-Google-AuthSub/
+Upstream-Name: Net-Google-AuthSub
+
+Files: *
+Copyright: 2007 - Simon Wistow <simon at thegestalt.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Alejandro Garrido Mota <garridomota at gmail.com>
+License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libnet-google-authsub-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-authsub-perl/debian/rules?rev=34713&op=file
==============================================================================
--- trunk/libnet-google-authsub-perl/debian/rules (added)
+++ trunk/libnet-google-authsub-perl/debian/rules Mon May  4 06:21:14 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libnet-google-authsub-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libnet-google-authsub-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-authsub-perl/debian/watch?rev=34713&op=file
==============================================================================
--- trunk/libnet-google-authsub-perl/debian/watch (added)
+++ trunk/libnet-google-authsub-perl/debian/watch Mon May  4 06:21:14 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Net-Google-AuthSub/   .*/Net-Google-AuthSub-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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