r56031 - in /trunk/libclass-adapter-perl/debian: changelog copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 12 16:31:00 UTC 2010


Author: gregoa
Date: Mon Apr 12 16:30:55 2010
New Revision: 56031

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56031
Log:
* debian/rules: remove AUTOMATED_TESTING, not used by tests anymore.
* debian/copyright: s/GPL-1+ or Artistic/Artistic or GPL-1+/ (lintian ...)

Modified:
    trunk/libclass-adapter-perl/debian/changelog
    trunk/libclass-adapter-perl/debian/copyright
    trunk/libclass-adapter-perl/debian/rules

Modified: trunk/libclass-adapter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-adapter-perl/debian/changelog?rev=56031&op=diff
==============================================================================
--- trunk/libclass-adapter-perl/debian/changelog (original)
+++ trunk/libclass-adapter-perl/debian/changelog Mon Apr 12 16:30:55 2010
@@ -1,5 +1,6 @@
 libclass-adapter-perl (1.07-1) unstable; urgency=low
 
+  [ Ansgar Burchardt ]
   * New upstream release.
   * debian/copyright: Update years of copyright.
   * debian/control: Remove build-dependencies for tests moved to xt/.
@@ -8,6 +9,9 @@
   * Fix spelling error in documentation.
     + new patch: spelling.patch
   * Bump Standards-Version to 3.8.4 (no changes).
+
+  [ gregor herrmann ]
+  * debian/rules: remove AUTOMATED_TESTING, not used by tests anymore.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 12 Apr 2010 11:32:07 +0900
 

Modified: trunk/libclass-adapter-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-adapter-perl/debian/copyright?rev=56031&op=diff
==============================================================================
--- trunk/libclass-adapter-perl/debian/copyright (original)
+++ trunk/libclass-adapter-perl/debian/copyright Mon Apr 12 16:30:55 2010
@@ -4,15 +4,15 @@
 Source: http://search.cpan.org/dist/Class-Adapter/
 
 Copyright: © 2005-2010, Adam Kennedy <adamk at cpan.org>
-License: GPL-1+ or Artistic
+License: Artistic or GPL-1+
 
 Files: inc/*
 Copyright: © 2002-2010, Brian Ingerson, Audrey Tang and Adam Kennedy.
-License: GPL-1+ or Artistic
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: © 2008, Vincent Danjean <vdanjean at debian.org>
-License: GPL-1+ or Artistic
+License: Artistic or GPL-1+
 
 License: Artistic
     This program is free software; you can redistribute it and/or modify

Modified: trunk/libclass-adapter-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-adapter-perl/debian/rules?rev=56031&op=diff
==============================================================================
--- trunk/libclass-adapter-perl/debian/rules (original)
+++ trunk/libclass-adapter-perl/debian/rules Mon Apr 12 16:30:55 2010
@@ -1,3 +1,4 @@
 #!/usr/bin/make -f
+
 %:
-	AUTOMATED_TESTING=1 dh $@
+	dh $@




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