]> git.donarmstrong.com Git - debbugs.git/commitdiff
- Make file locking portable (closes: #293277)
authorDon Armstrong <don@donarmstrong.com>
Sun, 6 May 2007 07:04:43 +0000 (00:04 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 6 May 2007 07:04:43 +0000 (00:04 -0700)
cgi/bugreport.cgi
debian/changelog
debian/control

index c04854b8d7499bb5a6e8dec555ef86985d650bc7..4987816f8732101885b915cf9f6d303a12ffed42 100755 (executable)
@@ -125,7 +125,7 @@ sub display_entity ($$$$\$\@) {
        $$this .= '<pre class="mime">[<a href="' . bug_url(@dlargs) . qq{">$printname</a> } .
                  "($type, $disposition)]</pre>\n";
 
-       if ($msg and defined($att) and $att eq $#$attachments) {
+       if ($msg and defined($att) and $att == $#$attachments) {
            my $head = $entity->head;
            chomp(my $type = $entity->effective_type);
            my $body = $entity->stringify_body;
index ad298432ab9c35ed5cea40ef69cf31cdcd694f0f..80b1ce08296f4f3b0f32fc7ac3798da1509b6cb2 100644 (file)
@@ -167,6 +167,7 @@ debbugs (2.4.2) UNRELEASED; urgency=low
     - lc submitter address for comparsion in pkgreport.cgi
       (closes: #415628)
     - Add quotes around retitle'd titles (closes: #419202)
+    - Make file locking portable (closes: #293277)
 
   
  -- Colin Watson <cjwatson@debian.org>  Fri, 20 Jun 2003 18:57:25 +0100
index 20d9c01778e2d872b4832af1254a1cedb02aa5b5..e8591a77e6932ba4c80dfd5d2296d2aa592f015e 100644 (file)
@@ -2,7 +2,7 @@ Source: debbugs
 Section: misc
 Priority: extra
 Maintainer: Debbugs developers <debian-debbugs@lists.debian.org>
-Uploaders: Josip Rodin <joy-packages@debian.org>, Colin Watson <cjwatson@debian.org>
+Uploaders: Josip Rodin <joy-packages@debian.org>, Colin Watson <cjwatson@debian.org>, Don Armstrong <don@debian.org>
 Standards-Version: 3.2.1
 Build-Depends-Indep: debhelper, libparams-validate-perl, libmailtools-perl, libmime-perl, libio-stringy-perl, libmldbm-perl, liburi-perl, libsoap-lite-perl, libcgi-simple-perl, libhttp-server-simple-perl, libtest-www-mechanize-perl