tags 655405 + patch
tags 655405 + pending
thanks

Dear maintainer,

I've prepared an NMU for pacpl (versioned as 4.0.5-7.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru pacpl-4.0.5/debian/changelog pacpl-4.0.5/debian/changelog
--- pacpl-4.0.5/debian/changelog	2011-08-18 19:53:01.000000000 +0100
+++ pacpl-4.0.5/debian/changelog	2012-04-09 22:43:26.000000000 +0100
@@ -1,3 +1,13 @@
+pacpl (4.0.5-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: B-D and Depend on libogg-vorbis-header-pureperl-perl.
+  * debian/patches:
+    - added 60_use-ogg-vorbis-header-pureperl.patch to avoid use of
+      Ogg::Vorbis::Header. (Closes: #655405)
+
+ -- Tim Retout <dioc...@debian.org>  Mon, 09 Apr 2012 22:41:38 +0100
+
 pacpl (4.0.5-7) unstable; urgency=low
 
   * debian/control:
diff -Nru pacpl-4.0.5/debian/control pacpl-4.0.5/debian/control
--- pacpl-4.0.5/debian/control	2011-08-18 19:29:05.000000000 +0100
+++ pacpl-4.0.5/debian/control	2012-04-09 22:41:33.000000000 +0100
@@ -4,7 +4,7 @@
 Maintainer: Maxime Chatelle <m...@gmx.com>
 Build-Depends: debhelper (>= 8.0),
                libcddb-get-perl,
-               libogg-vorbis-header-perl,
+               libogg-vorbis-header-pureperl-perl,
                libmp3-tag-perl,
                libmp4-info-perl,
                libaudio-flac-header-perl,
@@ -19,7 +19,7 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends},
          libcddb-get-perl,
-         libogg-vorbis-header-perl,
+         libogg-vorbis-header-pureperl-perl,
          libmp3-tag-perl,
          libmp4-info-perl,
          libaudio-flac-header-perl,
diff -Nru pacpl-4.0.5/debian/patches/60_use-ogg-vorbis-header-pureperl.patch pacpl-4.0.5/debian/patches/60_use-ogg-vorbis-header-pureperl.patch
--- pacpl-4.0.5/debian/patches/60_use-ogg-vorbis-header-pureperl.patch	1970-01-01 01:00:00.000000000 +0100
+++ pacpl-4.0.5/debian/patches/60_use-ogg-vorbis-header-pureperl.patch	2012-04-09 22:49:51.000000000 +0100
@@ -0,0 +1,44 @@
+Description: Use Ogg::Vorbis::Header::PurePerl
+Author: Tim Retout <dioc...@debian.org>
+Bug-Debian: http://bugs.debian.org/655405
+
+--- a/pacpl
++++ b/pacpl
+@@ -26,7 +26,7 @@
+ use File::Spec::Functions qw(rel2abs);
+ 
+ # Tagging modules
+-use Ogg::Vorbis::Header;
++use Ogg::Vorbis::Header::PurePerl;
+ use MP3::Tag;
+ use Audio::FLAC::Header;
+ use MP4::Info;
+@@ -682,7 +682,7 @@
+                 TAGS    => {
+                              READ   => 1,
+                              WRITE  => 1,
+-                             MODULE => "Ogg::Vorbis::Header",
++                             MODULE => "Ogg::Vorbis::Header::PurePerl",
+                            },
+                },
+        
+@@ -2295,7 +2295,7 @@
+                         }
+ 
+            when ('ogg')   {
+-                            $tag_m = Ogg::Vorbis::Header->new("$out_file");
++                            $tag_m = Ogg::Vorbis::Header::PurePerl->new("$out_file");
+                             
+                             # this prevents duplicate tags =)
+                             $tag_m->clear_comments();
+--- a/configure
++++ b/configure
+@@ -3039,7 +3039,7 @@
+ 			File::Find
+ 			File::Spec::Functions
+ 			CDDB_get
+-			Ogg::Vorbis::Header
++			Ogg::Vorbis::Header::PurePerl
+ 			Audio::Musepack
+ 			Audio::APETags
+ 			Audio::WMA
diff -Nru pacpl-4.0.5/debian/patches/series pacpl-4.0.5/debian/patches/series
--- pacpl-4.0.5/debian/patches/series	2011-08-18 18:13:01.000000000 +0100
+++ pacpl-4.0.5/debian/patches/series	2012-04-09 22:35:14.000000000 +0100
@@ -3,3 +3,4 @@
 40_change-normalize-to-normalize-audio.patch
 45_case-independent-flac-tags.patch
 50_replace-depreciated-switch-by-given-for-perl5.14.patch
+60_use-ogg-vorbis-header-pureperl.patch

Reply via email to