r41663 - in /trunk/libdevel-stacktrace-perl/debian: changelog control copyright rules

iulian-guest at users.alioth.debian.org iulian-guest at users.alioth.debian.org
Tue Aug 11 14:10:55 UTC 2009


Author: iulian-guest
Date: Tue Aug 11 14:09:47 2009
New Revision: 41663

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41663
Log:
* Run dh-make-perl --refresh.
* debian/control:
  - Add myself as an Uploader.
* debian/copyright:
  - Update debian/* copyright.
* debian/rules:
  - Switch to short format.
  - Add AUTOMATED_TESTING=1 to enable more tests at build time.

Modified:
    trunk/libdevel-stacktrace-perl/debian/changelog
    trunk/libdevel-stacktrace-perl/debian/control
    trunk/libdevel-stacktrace-perl/debian/copyright
    trunk/libdevel-stacktrace-perl/debian/rules

Modified: trunk/libdevel-stacktrace-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-stacktrace-perl/debian/changelog?rev=41663&op=diff
==============================================================================
--- trunk/libdevel-stacktrace-perl/debian/changelog (original)
+++ trunk/libdevel-stacktrace-perl/debian/changelog Tue Aug 11 14:09:47 2009
@@ -2,11 +2,22 @@
 
   IGNORE-VERSION: 1.2200-1
   No release necessary
-
+  
+  [ Jonathan Yu ]
   * New upstream release
     + Fix affecting Perl 5.8.5 (RT#47900)
 
- -- Jonathan Yu <frequency at cpan.org>  Thu, 16 Jul 2009 12:43:52 -0400
+  [ Iulian Udrea ]
+  * Run dh-make-perl --refresh.
+  * debian/control:
+    - Add myself as an Uploader.
+  * debian/copyright:
+    - Update debian/* copyright.
+  * debian/rules:
+    - Switch to short format.
+    - Add AUTOMATED_TESTING=1 to enable more tests at build time.
+
+ -- Iulian Udrea <iulian at ubuntu.com>  Tue, 11 Aug 2009 14:10:34 +0100
 
 libdevel-stacktrace-perl (1.2100-1) unstable; urgency=low
 

Modified: trunk/libdevel-stacktrace-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-stacktrace-perl/debian/control?rev=41663&op=diff
==============================================================================
--- trunk/libdevel-stacktrace-perl/debian/control (original)
+++ trunk/libdevel-stacktrace-perl/debian/control Tue Aug 11 14:09:47 2009
@@ -2,12 +2,11 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.0), libtest-pod-perl,
- libtest-pod-coverage-perl
+Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl, perl (>= 5.8.0)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ivan Kohler <ivan-debian at 420.am>,
  gregor herrmann <gregoa at debian.org>, Rene Mayorga <rmayorga at debian.org>,
- Nathan Handler <nhandler at ubuntu.com>
+ Nathan Handler <nhandler at ubuntu.com>, Iulian Udrea <iulian at ubuntu.com>
 Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Devel-StackTrace/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-stacktrace-perl/
@@ -15,7 +14,7 @@
 
 Package: libdevel-stacktrace-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl module containing stack trace and stack trace frame objects
  The Devel::StackTrace module contains two classes, Devel::StackTrace
  and Devel::StackTraceFrame.  The goal of this object is to encapsulate

Modified: trunk/libdevel-stacktrace-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-stacktrace-perl/debian/copyright?rev=41663&op=diff
==============================================================================
--- trunk/libdevel-stacktrace-perl/debian/copyright (original)
+++ trunk/libdevel-stacktrace-perl/debian/copyright Tue Aug 11 14:09:47 2009
@@ -1,7 +1,7 @@
 Format-Specification:
     http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Dave Rolsky <autarch at urth.org>
-Upstream-Source: http://search.cpan.org/dist/Devel-StackTrace
+Upstream-Maintainer: Dave Rolsky, <autarch at urth.org>
+Upstream-Source: http://search.cpan.org/dist/Devel-StackTrace/
 Upstream-Name: Devel-StackTrace
 
 Files: *
@@ -10,15 +10,19 @@
 License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: 2002-2009, various members of the Debian Perl Group, cf.
- debian/changelog
+Copyright: 2002-2004, Ivan Kohler <ivan-debian at 420.am>
+ 2008, Rene Mayorga <rmayorga at debian.org>
+ 2008, gregor herrmann <gregoa at debian.org>
+ 2009, Iulian Udrea <iulian at ubuntu.com>
+ 2009, Jonathan Yu <frequency at cpan.org>
+ 2009, Nathan Handler <nhandler at ubuntu.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
+    can be found in `/usr/share/common-licenses/Artistic'
 
 License: GPL-1+
     This program is free software; you can redistribute it and/or modify

Modified: trunk/libdevel-stacktrace-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-stacktrace-perl/debian/rules?rev=41663&op=diff
==============================================================================
--- trunk/libdevel-stacktrace-perl/debian/rules (original)
+++ trunk/libdevel-stacktrace-perl/debian/rules Tue Aug 11 14:09:47 2009
@@ -1,25 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build --before test
-	IS_MAINTAINER=1 $(MAKE) test
-	dh build --after test
-	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
+%:
+	AUTOMATED_TESTING=1 dh $@




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