r23234 - in /trunk/libnet-oauth-perl/debian: ./ changelog compat control copyright libnet-oauth-perl.docs libnet-oauth-perl.examples rules watch

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Tue Jul 15 13:32:14 UTC 2008


Author: yvesago-guest
Date: Tue Jul 15 13:32:11 2008
New Revision: 23234

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23234
Log:
* debian repository (svn-inject had a weird error)
* dh-make-perl don't find dep with build module

Added:
    trunk/libnet-oauth-perl/debian/
    trunk/libnet-oauth-perl/debian/changelog
    trunk/libnet-oauth-perl/debian/compat
    trunk/libnet-oauth-perl/debian/control
    trunk/libnet-oauth-perl/debian/copyright
    trunk/libnet-oauth-perl/debian/libnet-oauth-perl.docs
    trunk/libnet-oauth-perl/debian/libnet-oauth-perl.examples
    trunk/libnet-oauth-perl/debian/rules   (with props)
    trunk/libnet-oauth-perl/debian/watch

Added: trunk/libnet-oauth-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-oauth-perl/debian/changelog?rev=23234&op=file
==============================================================================
--- trunk/libnet-oauth-perl/debian/changelog (added)
+++ trunk/libnet-oauth-perl/debian/changelog Tue Jul 15 13:32:11 2008
@@ -1,0 +1,5 @@
+libnet-oauth-perl (0.12-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #490931)
+
+ -- AGOSTINI Yves <agostini at univ-metz.fr>  Tue, 15 Jul 2008 14:41:28 +0200

Added: trunk/libnet-oauth-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-oauth-perl/debian/compat?rev=23234&op=file
==============================================================================
--- trunk/libnet-oauth-perl/debian/compat (added)
+++ trunk/libnet-oauth-perl/debian/compat Tue Jul 15 13:32:11 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libnet-oauth-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-oauth-perl/debian/control?rev=23234&op=file
==============================================================================
--- trunk/libnet-oauth-perl/debian/control (added)
+++ trunk/libnet-oauth-perl/debian/control Tue Jul 15 13:32:11 2008
@@ -1,0 +1,25 @@
+Source: libnet-oauth-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.6.10-12), libcrypt-openssl-rsa-perl,
+ libuniversal-require-perl, libclass-data-inheritable-perl, 
+ libdigest-hmac-perl, libclass-accessor-perl, liburi-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Net-OAuth/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-oauth-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-oauth-perl/
+
+Package: libnet-oauth-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libcrypt-openssl-rsa-perl,
+ libuniversal-require-perl, libclass-data-inheritable-perl,
+ libdigest-hmac-perl, libclass-accessor-perl, liburi-perl
+Description: An implementation of the OAuth protocol
+ OAuth is "An open protocol to allow secure API authentication in a simple and
+ standard method from desktop and web applications."
+ .
+ In practical terms, OAuth is a mechanism for a Consumer to request protected
+ resources from a Service Provider on behalf of a user.

Added: trunk/libnet-oauth-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-oauth-perl/debian/copyright?rev=23234&op=file
==============================================================================
--- trunk/libnet-oauth-perl/debian/copyright (added)
+++ trunk/libnet-oauth-perl/debian/copyright Tue Jul 15 13:32:11 2008
@@ -1,0 +1,21 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=102
+Debianized-By: AGOSTINI Yves <agostini at univ-metz.fr>
+Debianized-Date: Tue, 15 Jul 2008 14:18:04 +0200
+Original-Source-Location: http://search.cpan.org/dist/Net-OAuth/
+Upstream-Author: Keith Grennan <kgrennan at cpan.org>
+
+Files: *
+Copyright: Copyright 2007, 2008 Keith Grennan
+License: GPL-1+ | Artistic
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+Files: debian/*
+Copyright: Copyright 2008 Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+License: GPL-1+ | Artistic
+ The Debian packaging is put under the same terms as the module 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-oauth-perl/debian/libnet-oauth-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-oauth-perl/debian/libnet-oauth-perl.docs?rev=23234&op=file
==============================================================================
--- trunk/libnet-oauth-perl/debian/libnet-oauth-perl.docs (added)
+++ trunk/libnet-oauth-perl/debian/libnet-oauth-perl.docs Tue Jul 15 13:32:11 2008
@@ -1,0 +1,1 @@
+demo/README.txt

Added: trunk/libnet-oauth-perl/debian/libnet-oauth-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-oauth-perl/debian/libnet-oauth-perl.examples?rev=23234&op=file
==============================================================================
--- trunk/libnet-oauth-perl/debian/libnet-oauth-perl.examples (added)
+++ trunk/libnet-oauth-perl/debian/libnet-oauth-perl.examples Tue Jul 15 13:32:11 2008
@@ -1,0 +1,1 @@
+demo/

Added: trunk/libnet-oauth-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-oauth-perl/debian/rules?rev=23234&op=file
==============================================================================
--- trunk/libnet-oauth-perl/debian/rules (added)
+++ trunk/libnet-oauth-perl/debian/rules Tue Jul 15 13:32:11 2008
@@ -1,0 +1,63 @@
+#!/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.
+#
+# It was later modified by Jason Kohles <email at jasonkohles.com>
+# http://www.jasonkohles.com/ to support Module::Build installed modules
+
+# 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
+export DH_ALWAYS_EXCLUDE=.svn
+
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build
+	$(PERL) Build test
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs Changes
+	dh_installexamples
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

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

Added: trunk/libnet-oauth-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-oauth-perl/debian/watch?rev=23234&op=file
==============================================================================
--- trunk/libnet-oauth-perl/debian/watch (added)
+++ trunk/libnet-oauth-perl/debian/watch Tue Jul 15 13:32:11 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Net-OAuth/   .*/Net-OAuth-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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