r61237 - in /trunk/libverilog-perl/debian: changelog control patches/ patches/digest-sha.diff patches/series

aelmahmoudy-guest at users.alioth.debian.org aelmahmoudy-guest at users.alioth.debian.org
Thu Aug 5 15:34:43 UTC 2010


Author: aelmahmoudy-guest
Date: Thu Aug  5 15:34:26 2010
New Revision: 61237

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61237
Log:
* Added digest-sha.diff patch to use Digest::SHA instead of Digest::SHA1
* Remove libdigest-sha1-perl from Build-Deps

Added:
    trunk/libverilog-perl/debian/patches/
    trunk/libverilog-perl/debian/patches/digest-sha.diff
    trunk/libverilog-perl/debian/patches/series
Modified:
    trunk/libverilog-perl/debian/changelog
    trunk/libverilog-perl/debian/control

Modified: trunk/libverilog-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libverilog-perl/debian/changelog?rev=61237&op=diff
==============================================================================
--- trunk/libverilog-perl/debian/changelog (original)
+++ trunk/libverilog-perl/debian/changelog Thu Aug  5 15:34:26 2010
@@ -1,9 +1,8 @@
 libverilog-perl (3.301-1) UNRELEASED; urgency=low
 
   * New upstream release.
-  * debian/control:
-    + Bumped Standards-Version to 3.9.1 (no changes needed)
-    + Added libdigest-sha1-perl to Build-Depends.
+  * debian/control: Bumped Standards-Version to 3.9.1 (no changes needed)
+  * Added digest-sha.diff patch to use Digest::SHA instead of Digest::SHA1
 
  -- أحÙ
د الÙ
Ø­Ù
ودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>  Thu, 05 Aug 2010 17:57:59 +0300
 

Modified: trunk/libverilog-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libverilog-perl/debian/control?rev=61237&op=diff
==============================================================================
--- trunk/libverilog-perl/debian/control (original)
+++ trunk/libverilog-perl/debian/control Thu Aug  5 15:34:26 2010
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~), perl (>= 5.10), flex, bison, libtest-pod-perl,
- libbit-vector-perl, libdigest-sha1-perl
+ libbit-vector-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: أحÙ
د الÙ
Ø­Ù
ودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>,
  Nathan Handler <nhandler at ubuntu.com>, Jonathan Yu <jawnsy at cpan.org>,

Added: trunk/libverilog-perl/debian/patches/digest-sha.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libverilog-perl/debian/patches/digest-sha.diff?rev=61237&op=file
==============================================================================
--- trunk/libverilog-perl/debian/patches/digest-sha.diff (added)
+++ trunk/libverilog-perl/debian/patches/digest-sha.diff Thu Aug  5 15:34:26 2010
@@ -1,0 +1,44 @@
+Description: Use Digest::SHA instead of Digest::SHA1
+Forwarded: http://www.veripool.org/issues/show/277
+Author: أحÙ
د الÙ
Ø­Ù
ودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
+--- a/META.yml
++++ b/META.yml
+@@ -15,7 +15,7 @@
+     Data::Dumper:                  1
+     warnings:                      1
+ build_requires:
+-    Digest::SHA1:                  0
++    Digest::SHA:                   0
+     Test:                          1
+     Test::More:                    0
+     Time::HiRes:                   1
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -101,7 +101,7 @@
+ 		  'warnings' => 1,
+ 	      },
+ 	      BUILD_REQUIRES => {
+-		  'Digest::SHA1' => 0,
++		  'Digest::SHA' => 0,
+ 		  'Test' => 1,
+ 		  'Test::More' => 0,
+ 		  'Time::HiRes' => 1,
+--- a/Preproc/toolhash
++++ b/Preproc/toolhash
+@@ -1,6 +1,6 @@
+ #!/usr/bin/perl -w
+ 
+-use Digest::SHA1;
++use Digest::SHA;
+ use File::Copy qw(copy);  # Core module
+ use IO::File;
+ use strict;
+@@ -36,7 +36,7 @@
+ mkdir "gen", 0777;
+ 
+ # Hash of command, including this program args
+-my $digest = Digest::SHA1->new;
++my $digest = Digest::SHA->new(1);
+ {
+     my $str = 'toolhash_1.0';
+     $str .= '----'.join('  ', at opt_in);

Added: trunk/libverilog-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libverilog-perl/debian/patches/series?rev=61237&op=file
==============================================================================
--- trunk/libverilog-perl/debian/patches/series (added)
+++ trunk/libverilog-perl/debian/patches/series Thu Aug  5 15:34:26 2010
@@ -1,0 +1,1 @@
+digest-sha.diff




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