r37461 - in /trunk/libnet-oauth-perl/debian: changelog control libnet-oauth-perl.examples rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jun 5 12:37:59 UTC 2009


Author: gregoa
Date: Fri Jun  5 12:37:54 2009
New Revision: 37461

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37461
Log:
* Set Standards-Version to 3.8.1 (no changes).
* debian/control:
  - mention module name in long description
  - bump debhelper dependency to get the --skipdeps feature
  - B-D: add perl-modules (>= 5.10) to libmodule-build-perl
* Adjust debian/libnet-oauth-perl.examples and debian/rules to the new
  structure of the demos.
* Minimize debian/rules.

Modified:
    trunk/libnet-oauth-perl/debian/changelog
    trunk/libnet-oauth-perl/debian/control
    trunk/libnet-oauth-perl/debian/libnet-oauth-perl.examples
    trunk/libnet-oauth-perl/debian/rules

Modified: trunk/libnet-oauth-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-oauth-perl/debian/changelog?rev=37461&op=diff
==============================================================================
--- trunk/libnet-oauth-perl/debian/changelog (original)
+++ trunk/libnet-oauth-perl/debian/changelog Fri Jun  5 12:37:54 2009
@@ -1,6 +1,14 @@
 libnet-oauth-perl (0.15-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Set Standards-Version to 3.8.1 (no changes).
+  * debian/control:
+    - mention module name in long description
+    - bump debhelper dependency to get the --skipdeps feature
+    - B-D: add perl-modules (>= 5.10) to libmodule-build-perl
+  * Adjust debian/libnet-oauth-perl.examples and debian/rules to the new
+    structure of the demos.
+  * Minimize debian/rules.
 
  -- gregor herrmann <gregoa at debian.org>  Fri, 05 Jun 2009 14:22:26 +0200
 

Modified: trunk/libnet-oauth-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-oauth-perl/debian/control?rev=37461&op=diff
==============================================================================
--- trunk/libnet-oauth-perl/debian/control (original)
+++ trunk/libnet-oauth-perl/debian/control Fri Jun  5 12:37:54 2009
@@ -1,14 +1,14 @@
 Source: libnet-oauth-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends: debhelper (>= 7.2.13), perl-modules (>= 5.10) | 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>,
  gregor herrmann <gregoa at debian.org>, Brian Cassidy <brian.cassidy at gmail.com>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 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/viewsvn/pkg-perl/trunk/libnet-oauth-perl/
@@ -19,8 +19,9 @@
  libuniversal-require-perl, libclass-data-inheritable-perl,
  libdigest-hmac-perl, libclass-accessor-perl, liburi-perl
 Description: 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."
+ Net::OAuth implements OAuth, which 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.

Modified: 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=37461&op=diff
==============================================================================
--- trunk/libnet-oauth-perl/debian/libnet-oauth-perl.examples (original)
+++ trunk/libnet-oauth-perl/debian/libnet-oauth-perl.examples Fri Jun  5 12:37:54 2009
@@ -1,1 +1,1 @@
-demo/
+demos/*

Modified: trunk/libnet-oauth-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-oauth-perl/debian/rules?rev=37461&op=diff
==============================================================================
--- trunk/libnet-oauth-perl/debian/rules (original)
+++ trunk/libnet-oauth-perl/debian/rules Fri Jun  5 12:37:54 2009
@@ -3,27 +3,9 @@
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
 
-install: install-stamp
-install-stamp: build-stamp
-	dh install --until dh_installexamples
-	$(RM) -v $(TMP)/usr/share/doc/libnet-oauth-perl/examples/demo/oauth-demo.zip
-	$(RM) -rv $(TMP)/usr/lib/
-	dh install --remaining
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+override_dh_installexamples:
+	dh_installexamples
+	$(RM) -v $(TMP)/usr/share/doc/libnet-oauth-perl/examples/*/oauth-demo.zip




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