r27935 - in /trunk/libcatalyst-component-instancepercontext-perl/debian: changelog control copyright rules

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Tue Dec 9 12:57:15 UTC 2008


Author: bricas-guest
Date: Tue Dec  9 12:57:10 2008
New Revision: 27935

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27935
Log:
work on debian/*

Modified:
    trunk/libcatalyst-component-instancepercontext-perl/debian/changelog
    trunk/libcatalyst-component-instancepercontext-perl/debian/control
    trunk/libcatalyst-component-instancepercontext-perl/debian/copyright
    trunk/libcatalyst-component-instancepercontext-perl/debian/rules

Modified: trunk/libcatalyst-component-instancepercontext-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-component-instancepercontext-perl/debian/changelog?rev=27935&op=diff
==============================================================================
--- trunk/libcatalyst-component-instancepercontext-perl/debian/changelog (original)
+++ trunk/libcatalyst-component-instancepercontext-perl/debian/changelog Tue Dec  9 12:57:10 2008
@@ -1,5 +1,5 @@
 libcatalyst-component-instancepercontext-perl (0.001001-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #508262)
 
  -- Brian Cassidy <brian.cassidy at gmail.com>  Mon, 8 Dec 2008 16:20:28 -0400

Modified: trunk/libcatalyst-component-instancepercontext-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-component-instancepercontext-perl/debian/control?rev=27935&op=diff
==============================================================================
--- trunk/libcatalyst-component-instancepercontext-perl/debian/control (original)
+++ trunk/libcatalyst-component-instancepercontext-perl/debian/control Tue Dec  9 12:57:10 2008
@@ -14,6 +14,5 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libcatalyst-perl, libmoose-perl
 Description: Moose role to create only one instance of component per context
- Moose role to create only one instance of component per context
- .
- This description was automagically extracted from the module by dh-make-perl.
+ Catalyst::Component::InstancePerContext provides a simple reusable component 
+ for per-request object instantiation.

Modified: trunk/libcatalyst-component-instancepercontext-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-component-instancepercontext-perl/debian/copyright?rev=27935&op=diff
==============================================================================
--- trunk/libcatalyst-component-instancepercontext-perl/debian/copyright (original)
+++ trunk/libcatalyst-component-instancepercontext-perl/debian/copyright Tue Dec  9 12:57:10 2008
@@ -3,17 +3,17 @@
 Upstream-Maintainer: Guillermo Roditi (groditi) <groditi at cpan.org>
 Upstream-Source: http://search.cpan.org/dist/Catalyst-Component-InstancePerContext/
 Upstream-Name: Catalyst-Component-InstancePerContext
-Disclaimer: This copyright info was automatically extracted 
-    from the perl module. It may not be accurate, so you better 
-    check the module sources in order to ensure the module for its 
-    inclusion in Debian or for general legal information. Please, 
-    if licensing information is incorrectly generated, file a bug 
-    on dh-make-perl.
 
 Files: *
 Copyright: Guillermo Roditi (groditi) <groditi at cpan.org>
 License-Alias: Perl
 License: Artistic | GPL-1+
+
+Files: inc/*
+Copyright: Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy.
+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: 2008, Brian Cassidy <brian.cassidy at gmail.com>

Modified: trunk/libcatalyst-component-instancepercontext-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-component-instancepercontext-perl/debian/rules?rev=27935&op=diff
==============================================================================
--- trunk/libcatalyst-component-instancepercontext-perl/debian/rules (original)
+++ trunk/libcatalyst-component-instancepercontext-perl/debian/rules Tue Dec  9 12:57:10 2008
@@ -1,8 +1,12 @@
 #!/usr/bin/make -f
+
+PERL ?= /usr/bin/perl
 
 build: build-stamp
 build-stamp:
-	dh build
+	dh build --before dh_auto_configure
+	$(PERL) Makefile.PL INSTALLDIRS=vendor --skipdeps
+	dh build --after dh_auto_configure
 	touch $@
 
 clean:




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