r56549 - in /trunk/libmusicbrainz-discid-perl/debian: changelog control copyright libmusicbrainz-discid-perl.docs source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Apr 19 17:13:16 UTC 2010


Author: jawnsy-guest
Date: Mon Apr 19 17:13:01 2010
New Revision: 56549

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56549
Log:
add closes entry

Added:
    trunk/libmusicbrainz-discid-perl/debian/source/
    trunk/libmusicbrainz-discid-perl/debian/source/format
Removed:
    trunk/libmusicbrainz-discid-perl/debian/libmusicbrainz-discid-perl.docs
Modified:
    trunk/libmusicbrainz-discid-perl/debian/changelog
    trunk/libmusicbrainz-discid-perl/debian/control
    trunk/libmusicbrainz-discid-perl/debian/copyright

Modified: trunk/libmusicbrainz-discid-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmusicbrainz-discid-perl/debian/changelog?rev=56549&op=diff
==============================================================================
--- trunk/libmusicbrainz-discid-perl/debian/changelog (original)
+++ trunk/libmusicbrainz-discid-perl/debian/changelog Mon Apr 19 17:13:01 2010
@@ -1,5 +1,5 @@
 libmusicbrainz-discid-perl (0.03-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #578411)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 10 Apr 2010 21:58:51 -0400

Modified: trunk/libmusicbrainz-discid-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmusicbrainz-discid-perl/debian/control?rev=56549&op=diff
==============================================================================
--- trunk/libmusicbrainz-discid-perl/debian/control (original)
+++ trunk/libmusicbrainz-discid-perl/debian/control Mon Apr 19 17:13:01 2010
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl,
-  perl (>= 5.9.4)
+ pkg-config, libdiscid0, libdiscid0-dev, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.4
@@ -12,11 +12,9 @@
 
 Package: libmusicbrainz-discid-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Perl interface for the MusicBrainz libdiscid library
- MusicBrainz::DiscID is a class to calculate a MusicBrainz DiscID from an
- audio CD in the drive. The coding style is slightly different to the C
- interface to libdiscid, because it makes use of perl's Object Oriented
- functionality.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libdiscid0
+Description: Perl interface to the MusicBrainz libdiscid library
+ MusicBrainz::DiscID is a Perl interface to the MusicBrainz libdiscid library.
+ It is useful for calculating a MusicBrainz DiscID from an audio compact disc
+ in the drive. The coding style differs slightly from the C library as this
+ module supports Perl's Object-Oriented programming features.

Modified: trunk/libmusicbrainz-discid-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmusicbrainz-discid-perl/debian/copyright?rev=56549&op=diff
==============================================================================
--- trunk/libmusicbrainz-discid-perl/debian/copyright (original)
+++ trunk/libmusicbrainz-discid-perl/debian/copyright Mon Apr 19 17:13:01 2010
@@ -2,28 +2,14 @@
 Maintainer: Nicholas J. Humfrey <njh at aelius.com>
 Source: http://search.cpan.org/dist/MusicBrainz-DiscID/
 Name: MusicBrainz-DiscID
-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.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Nicholas J. Humfrey <njh at aelius.com>
-License: unparsable
+Copyright: 2009, Nicholas J. Humfrey <njh at aelius.com>
+License: GPL-2+
 
 Files: debian/*
 Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
-License: unparsable or Artistic or GPL-1+
-
-License: unparsable
- No known license could be automatically determined for this module.
- If this module conforms to a commonly used license, please report this
- as a bug in dh-make-perl. In any case, please find the proper license
- and fix this file!
+License: Artistic or GPL-1+
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify
@@ -40,3 +26,12 @@
  .
  On Debian GNU/Linux systems, the complete text of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL'
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'

Added: trunk/libmusicbrainz-discid-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmusicbrainz-discid-perl/debian/source/format?rev=56549&op=file
==============================================================================
--- trunk/libmusicbrainz-discid-perl/debian/source/format (added)
+++ trunk/libmusicbrainz-discid-perl/debian/source/format Mon Apr 19 17:13:01 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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