r53953 - in /trunk/libcddb-perl: ./ debian/ debian/patches/ debian/source/ eg/ lib/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Mar 8 17:48:54 UTC 2010


Author: jawnsy-guest
Date: Mon Mar  8 17:48:47 2010
New Revision: 53953

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53953
Log:
* New upstream release
* Install examples provided in eg/
* Standards-Version 3.8.4 (no changes)
* Use new 3.0 (quilt) source format

Added:
    trunk/libcddb-perl/debian/libcddb-perl.examples
    trunk/libcddb-perl/debian/source/
    trunk/libcddb-perl/debian/source/format
    trunk/libcddb-perl/eg/
      - copied from r53949, branches/upstream/libcddb-perl/current/eg/
Removed:
    trunk/libcddb-perl/debian/README.source
Modified:
    trunk/libcddb-perl/CHANGES
    trunk/libcddb-perl/HISTORY
    trunk/libcddb-perl/MANIFEST
    trunk/libcddb-perl/META.yml
    trunk/libcddb-perl/Makefile.PL
    trunk/libcddb-perl/README
    trunk/libcddb-perl/debian/changelog
    trunk/libcddb-perl/debian/control
    trunk/libcddb-perl/debian/patches/disable-internet-tests.t
    trunk/libcddb-perl/debian/rules
    trunk/libcddb-perl/lib/CDDB.pm
    trunk/libcddb-perl/t/01_cddb.t

Modified: trunk/libcddb-perl/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/CHANGES?rev=53953&op=diff
==============================================================================
--- trunk/libcddb-perl/CHANGES (original)
+++ trunk/libcddb-perl/CHANGES Mon Mar  8 17:48:47 2010
@@ -1,30 +1,59 @@
-=================================
-2009-07-27T16:02:08.268109Z v1_21
-=================================
+================================
+2010-03-08 01:18:09 -0500 v1_220
+================================
 
-  2009-07-27 16:01:44 (r9) by rcaputo; lib/CDDB.pm M
+  commit 90608ec10375b0009035a5f9e9df9c23a280e680
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Mon Mar 8 01:18:09 2010 -0500
+  
+    Prepare for git based distribution toolchain.
 
+  commit 65c2a4db273159842360735bdfa41de008de295a
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Mon Mar 8 01:14:12 2010 -0500
+  
+    Rearrange repository for git.
+
+  commit 2dc0e52f96553ea8f4adc285e87c6dfe3f9a6979
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Tue Aug 11 04:56:35 2009 -0400
+  
+    Create an OSX example program for Max Wassermann. 
+
+===============================
+2009-07-27 16:01:44 -0400 v1_21
+===============================
+
+  commit 9499e229156600db9e8233469aecf694c87ce6ed
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Mon Jul 27 16:01:44 2009 -0400
+  
     Reorganize documentation links.
 
-  2009-07-27 04:39:24 (r8) by rcaputo; lib/CDDB.pm M; Makefile.PL M
-
+  commit aad2ecd99348e5f27afe131ec8e06c2c3e7ec298
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Mon Jul 27 04:39:24 2009 -0400
+  
     Add machine-readable repository directory. Add BUG TRACKER,
     REPOSITORY and OTHER RESOURCES to the documentation. 
 
-=================================
-2009-07-26T03:54:46.902679Z v1_20
-=================================
+===============================
+2009-07-26 03:54:11 -0400 v1_20
+===============================
 
-  2009-07-26 03:54:11 (r6) by rcaputo
-  lib/CDDB.pm M; t/01_cddb.t M; Makefile.PL M
-
+  commit 9f4b0b679b787d46823fbf27c0758aa4aedcba61
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Sun Jul 26 03:54:11 2009 -0400
+  
     Upgrade tests to Test::More. Fix track offset calculations according
     to documented test input. Fix test input to match FreeDB
-    documentation. Many thanks to Chuck Cranor for reporting the issue. 
+    documentation. Many thanks to Chuck Cranor for reporting the issue.
 
-  2006-11-06 19:20:39 (r5) by rcaputo; Makefile.PL M
-
-    Set a LICENSE. Cheap kwalitee points!
+  commit ab74fb8fcc3af103c6641135fd69113aa7311091
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Mon Nov 6 19:20:39 2006 -0500
+  
+    Set a LICENSE. Cheap kwalitee points! 
 
 ==============
 End of Excerpt

Modified: trunk/libcddb-perl/HISTORY
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/HISTORY?rev=53953&op=diff
==============================================================================
--- trunk/libcddb-perl/HISTORY (original)
+++ trunk/libcddb-perl/HISTORY Mon Mar  8 17:48:47 2010
@@ -1,4 +1,4 @@
-$Id: HISTORY 1 2005-09-17 19:46:28Z rcaputo $
+$Id$
 
 Changes after 1.16 are listed in the CHANGES file.
 

Modified: trunk/libcddb-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/MANIFEST?rev=53953&op=diff
==============================================================================
--- trunk/libcddb-perl/MANIFEST (original)
+++ trunk/libcddb-perl/MANIFEST Mon Mar  8 17:48:47 2010
@@ -1,4 +1,4 @@
-# $Id: MANIFEST 2 2005-09-17 19:54:22Z rcaputo $
+# $Id$
 CHANGES
 HISTORY
 MANIFEST
@@ -6,4 +6,5 @@
 README
 lib/CDDB.pm
 t/01_cddb.t
+eg/osx-lookup.pl
 META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libcddb-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/META.yml?rev=53953&op=diff
==============================================================================
--- trunk/libcddb-perl/META.yml (original)
+++ trunk/libcddb-perl/META.yml Mon Mar  8 17:48:47 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               CDDB
-version:            1.21
+version:            1.220
 abstract:           High-level interface to CDDB and freedb servers.
 author:
     - Rocco Caputo <rcaputo at cpan.org>
@@ -14,7 +14,7 @@
     Test::More:  0
 resources:
     license:     http://dev.perl.org/licenses/
-    repository:  http://thirdlobe.com/svn/cddb/trunk
+    repository:  http://github.com/rcaputo/cddb-perl
 no_index:
     directory:
         - t

Modified: trunk/libcddb-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/Makefile.PL?rev=53953&op=diff
==============================================================================
--- trunk/libcddb-perl/Makefile.PL (original)
+++ trunk/libcddb-perl/Makefile.PL Mon Mar  8 17:48:47 2010
@@ -1,5 +1,4 @@
 #!/usr/bin/perl
-# $Id: Makefile.PL 8 2009-07-27 04:39:24Z rcaputo $
 
 use ExtUtils::MakeMaker;
 
@@ -18,14 +17,14 @@
 	META_ADD     => {
 		resources  => {
 			license    => 'http://dev.perl.org/licenses/',
-			repository => 'http://thirdlobe.com/svn/cddb/trunk'
+			repository => 'http://github.com/rcaputo/cddb-perl'
 		},
 	},
 	dist         => {
 		COMPRESS   => 'gzip -9',
 		SUFFIX     => 'gz',
 		PREOP      => (
-			'svn-log.perl | tee ./$(DISTNAME)-$(VERSION)/CHANGES > ./CHANGES'
+			'git-log.pl | tee ./$(DISTNAME)-$(VERSION)/CHANGES > ./CHANGES'
 		),
 	},
 );

Modified: trunk/libcddb-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/README?rev=53953&op=diff
==============================================================================
--- trunk/libcddb-perl/README (original)
+++ trunk/libcddb-perl/README Mon Mar  8 17:48:47 2010
@@ -1,4 +1,4 @@
-$Id: README 1 2005-09-17 19:46:28Z rcaputo $
+$Id$
 
 -----
 ABOUT

Modified: trunk/libcddb-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/debian/changelog?rev=53953&op=diff
==============================================================================
--- trunk/libcddb-perl/debian/changelog (original)
+++ trunk/libcddb-perl/debian/changelog Mon Mar  8 17:48:47 2010
@@ -1,4 +1,10 @@
-libcddb-perl (1.21-2) UNRELEASED; urgency=low
+libcddb-perl (1.220-1) UNRELEASED; urgency=low
+
+  [ Jonathan Yu ]
+  * New upstream release
+  * Install examples provided in eg/
+  * Standards-Version 3.8.4 (no changes)
+  * Use new 3.0 (quilt) source format
 
   [ Ryan Niebur ]
   * Update jawnsy's email address
@@ -7,7 +13,7 @@
   * debian/control: add "Suggests: libmailtools-perl" to be able to submit new
     entries (closes: #563072).
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 01 Sep 2009 21:18:11 -0700
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 08 Mar 2010 13:13:48 -0500
 
 libcddb-perl (1.21-1) unstable; urgency=low
 

Modified: trunk/libcddb-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/debian/control?rev=53953&op=diff
==============================================================================
--- trunk/libcddb-perl/debian/control (original)
+++ trunk/libcddb-perl/debian/control Mon Mar  8 17:48:47 2010
@@ -1,11 +1,11 @@
 Source: libcddb-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Martín Ferrari <tincho at debian.org>, Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/CDDB/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcddb-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcddb-perl/
@@ -14,7 +14,7 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
 Suggests: libmailtools-perl
-Description: Perl interface to CDDB and freedb servers
+Description: module to query CDDB and freedb servers
  CDDB protocol servers provide compact disc information for programs that need
  it. This allows such programs to display disc and track titles automatically
  and it provides extended information like liner notes and lyrics. With this

Added: trunk/libcddb-perl/debian/libcddb-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/debian/libcddb-perl.examples?rev=53953&op=file
==============================================================================
--- trunk/libcddb-perl/debian/libcddb-perl.examples (added)
+++ trunk/libcddb-perl/debian/libcddb-perl.examples Mon Mar  8 17:48:47 2010
@@ -1,0 +1,1 @@
+eg/*

Modified: trunk/libcddb-perl/debian/patches/disable-internet-tests.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/debian/patches/disable-internet-tests.t?rev=53953&op=diff
==============================================================================
--- trunk/libcddb-perl/debian/patches/disable-internet-tests.t (original)
+++ trunk/libcddb-perl/debian/patches/disable-internet-tests.t Mon Mar  8 17:48:47 2010
@@ -7,7 +7,7 @@
 Author: Jonathan Yu <frequency at cpan.org>
 --- a/t/01_cddb.t
 +++ b/t/01_cddb.t
-@@ -8,12 +8,18 @@
+@@ -7,12 +7,18 @@
  
  use strict;
  use CDDB;

Modified: trunk/libcddb-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/debian/rules?rev=53953&op=diff
==============================================================================
--- trunk/libcddb-perl/debian/rules (original)
+++ trunk/libcddb-perl/debian/rules Mon Mar  8 17:48:47 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@

Added: trunk/libcddb-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/debian/source/format?rev=53953&op=file
==============================================================================
--- trunk/libcddb-perl/debian/source/format (added)
+++ trunk/libcddb-perl/debian/source/format Mon Mar  8 17:48:47 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libcddb-perl/lib/CDDB.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/lib/CDDB.pm?rev=53953&op=diff
==============================================================================
--- trunk/libcddb-perl/lib/CDDB.pm (original)
+++ trunk/libcddb-perl/lib/CDDB.pm Mon Mar  8 17:48:47 2010
@@ -1,4 +1,3 @@
-# $Id: CDDB.pm 9 2009-07-27 16:01:44Z rcaputo $
 # Documentation and Copyright exist after __END__
 
 package CDDB;
@@ -8,7 +7,7 @@
 use vars qw($VERSION);
 use Carp;
 
-$VERSION = '1.21';
+$VERSION = '1.220';
 
 BEGIN {
 	if ($^O eq 'MSWin32') {

Modified: trunk/libcddb-perl/t/01_cddb.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/t/01_cddb.t?rev=53953&op=diff
==============================================================================
--- trunk/libcddb-perl/t/01_cddb.t (original)
+++ trunk/libcddb-perl/t/01_cddb.t Mon Mar  8 17:48:47 2010
@@ -1,8 +1,7 @@
 #!perl -w
-# $Id: 01_cddb.t 6 2009-07-26 03:54:11Z rcaputo $
 # vim: filetype=perl
 # 
-# Copyright 1998-2005 Rocco Caputo <troc at netrus.net>.  All rights
+# Copyright 1998-2020 Rocco Caputo <rcaputo at cpan.org>.  All rights
 # reserved.  This program is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 




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