r47640 - in /trunk/libpar-packer-perl/debian: changelog patches/fix-undefined-sprintf-usage

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Nov 22 19:28:41 UTC 2009


Author: jawnsy-guest
Date: Sun Nov 22 19:28:36 2009
New Revision: 47640

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47640
Log:
dch -r, proceed with our override plan

Modified:
    trunk/libpar-packer-perl/debian/changelog
    trunk/libpar-packer-perl/debian/patches/fix-undefined-sprintf-usage

Modified: trunk/libpar-packer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/changelog?rev=47640&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/changelog (original)
+++ trunk/libpar-packer-perl/debian/changelog Sun Nov 22 19:28:36 2009
@@ -1,12 +1,13 @@
-libpar-packer-perl (1.000-1) UNRELEASED; urgency=low
+libpar-packer-perl (1.000-1) unstable; urgency=low
 
   * New upstream release
   * Update dependencies per upstream
   * Add myself to Uploaders and Copyright
   * Add copyright info for Test::Builder::IO::Scalar
   * Add override to quiet lintian
+  * Refresh patch
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 22 Nov 2009 08:49:52 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 22 Nov 2009 11:09:16 -0500
 
 libpar-packer-perl (0.991-3) unstable; urgency=low
 

Modified: trunk/libpar-packer-perl/debian/patches/fix-undefined-sprintf-usage
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/patches/fix-undefined-sprintf-usage?rev=47640&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/patches/fix-undefined-sprintf-usage (original)
+++ trunk/libpar-packer-perl/debian/patches/fix-undefined-sprintf-usage Sun Nov 22 19:28:36 2009
@@ -3,7 +3,7 @@
 
 --- a/myldr/mktmpdir.c
 +++ b/myldr/mktmpdir.c
-@@ -169,9 +169,9 @@
+@@ -192,9 +192,9 @@
              lseek(f, -58, 2);
              read(f, buf, 41);
              sprintf(
@@ -16,7 +16,7 @@
              );
          }
          else {
-@@ -189,9 +189,9 @@
+@@ -213,9 +213,9 @@
              }
              sha1[40] = '\0';
              sprintf(
@@ -29,7 +29,7 @@
              );
          }
      }
-@@ -203,9 +203,9 @@
+@@ -227,9 +227,9 @@
  
          par_setenv("PAR_CLEAN", "1");
          sprintf(
@@ -42,7 +42,7 @@
          );
  
          /* Ensure we pick an unused directory each time.  If the directory
-@@ -217,9 +217,9 @@
+@@ -241,9 +241,9 @@
          while (my_mkdir(stmpdir, 0755) == -1 && errno == EEXIST) {
              stmpdir[len] = 0;
              sprintf(




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