Bug#845125: pegasus-wms: FTBFS when built with dpkg-buildpackage -A (dpkg-genbuildinfo error)

2016-11-20 Thread Santiago Vila
Package: src:pegasus-wms
Version: 4.4.0+dfsg-5
Severity: serious
Tags: patch

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:


[...]
 debian/rules build-indep
dh_testdir
# during build we need symlinks to system provided jars
(cd share/pegasus/java && \
 rm -f *.jar && \
 for JAR in commons-logging.jar commons-pool.jar gnu-getopt.jar log4j-1.2.jar 
mysql-connector-java.jar xml-resolver.jar xercesImpl.jar xmlParserAPIs.jar 
xmlrpc-common.jar jglobus-ssl-proxies.jar jglobus-gss.jar jglobus-gridftp.jar 
jglobus-gram.jar gson.jar; do \
 ln -s /usr/share/java/$JAR ; \
 done \
)
# build documentation to get updated PDFs
ant doc
Buildfile: /<>/pegasus-wms-4.4.0+dfsg/build.xml


[... snipped ...]

find debian/pegasus-wms/usr/share/doc -type d  -print0 2>/dev/null | 
xargs -0r chmod 0755
find debian/pegasus-wms/usr/share/man -type f  -print0 2>/dev/null | 
xargs -0r chmod 0644
find debian/pegasus-wms/usr/include -type f  -print0 2>/dev/null | 
xargs -0r chmod 0644
find debian/pegasus-wms/usr/share/applications -type f  -print0 
2>/dev/null | xargs -0r chmod 0644
find debian/pegasus-wms/usr/lib/x86_64-linux-gnu/perl5/5.24 
debian/pegasus-wms/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 
2>/dev/null | xargs -0r chmod a-X
find debian/pegasus-wms -perm -5 -type f \( -name '*.so.*' -o -name 
'*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name 
'*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' 
\)  -print0 2>/dev/null | xargs -0r chmod 0644
find debian/pegasus-wms/usr/lib -type f -name '*.ali'  -print0 
2>/dev/null | xargs -0r chmod uga-w
find debian/pegasus-wms-doc  -print0 2>/dev/null | xargs -0r chown 
--no-dereference 0:0
find debian/pegasus-wms-doc ! -type l  -print0 2>/dev/null | xargs -0r 
chmod go=rX,u+rw,a-s
find debian/pegasus-wms-doc/usr/share/doc -type f  ! -regex 
'debian/pegasus-wms-doc/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | 
xargs -0r chmod 0644
find debian/pegasus-wms-doc/usr/share/doc -type d  -print0 2>/dev/null 
| xargs -0r chmod 0755
find debian/pegasus-wms-doc/usr/share/man -type f  -print0 2>/dev/null 
| xargs -0r chmod 0644
find debian/pegasus-wms-doc/usr/include -type f  -print0 2>/dev/null | 
xargs -0r chmod 0644
find debian/pegasus-wms-doc/usr/share/applications -type f  -print0 
2>/dev/null | xargs -0r chmod 0644
find debian/pegasus-wms-doc/usr/lib/x86_64-linux-gnu/perl5/5.24 
debian/pegasus-wms-doc/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 
2>/dev/null | xargs -0r chmod a-X
find debian/pegasus-wms-doc -perm -5 -type f \( -name '*.so.*' -o -name 
'*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name 
'*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' 
\)  -print0 2>/dev/null | xargs -0r chmod 0644
find debian/pegasus-wms-doc/usr/lib -type f -name '*.ali'  -print0 
2>/dev/null | xargs -0r chmod uga-w
dh_installdeb
install -d debian/pegasus-wms/DEBIAN
install -d debian/pegasus-wms-doc/DEBIAN
dh_gencontrol
echo misc:Depends= >> debian/pegasus-wms.substvars
echo misc:Pre-Depends= >> debian/pegasus-wms.substvars
dpkg-gencontrol -ppegasus-wms -ldebian/changelog 
-Tdebian/pegasus-wms.substvars -Pdebian/pegasus-wms
dpkg-gencontrol: warning: Depends field of package pegasus-wms: unknown 
substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is 
not NFS-safe
chmod 0644 -- debian/pegasus-wms/DEBIAN/control
chown 0:0 -- debian/pegasus-wms/DEBIAN/control
echo misc:Depends= >> debian/pegasus-wms-doc.substvars
echo misc:Pre-Depends= >> debian/pegasus-wms-doc.substvars
dpkg-gencontrol -ppegasus-wms-doc -ldebian/changelog 
-Tdebian/pegasus-wms-doc.substvars -Pdebian/pegasus-wms-doc
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is 
not NFS-safe
chmod 0644 -- debian/pegasus-wms-doc/DEBIAN/control
chown 0:0 -- debian/pegasus-wms-doc/DEBIAN/control
dh_md5sums
(cd debian/pegasus-wms >/dev/null ; find . -type f  ! -regex 
'./DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > 
DEBIAN/md5sums) >/dev/null
chmod 0644 -- debian/pegasus-wms/DEBIAN/md5sums
chown 0:0 -- debian/pegasus-wms/DEBIAN/md5sums
(cd debian/pegasus-wms-doc >/dev/null ; find . -type f  ! -regex 
'./DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > 
DEBIAN/md5sums) >/dev/null
chmod 0644 -- debian/pegasus-wms-doc/DEBIAN/md5sums
chown 0:0 -- debian/pegasus-wms-doc/DEBIAN/md5sums
dh_builddeb -i
dpkg-deb --buil

Processing of pygresql_5.0.2-1_amd64.changes

2016-11-20 Thread Debian FTP Masters
pygresql_5.0.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  pygresql_5.0.2-1.dsc
  pygresql_5.0.2.orig.tar.gz
  pygresql_5.0.2-1.debian.tar.xz
  pygresql_5.0.2-1_amd64.buildinfo
  python-pygresql-dbgsym_5.0.2-1_amd64.deb
  python-pygresql-doc_5.0.2-1_all.deb
  python-pygresql_5.0.2-1_amd64.deb
  python3-pygresql-dbgsym_5.0.2-1_amd64.deb
  python3-pygresql_5.0.2-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Processing of gkrellmitime_1.0.1-6_source.changes

2016-11-20 Thread Debian FTP Masters
gkrellmitime_1.0.1-6_source.changes uploaded successfully to localhost
along with the files:
  gkrellmitime_1.0.1-6.dsc
  gkrellmitime_1.0.1-6.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



gkrellmitime_1.0.1-6_source.changes ACCEPTED into unstable

2016-11-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 20 Nov 2016 16:04:02 +0100
Source: gkrellmitime
Binary: gkrellmitime
Architecture: source
Version: 1.0.1-6
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group 
Changed-By: Reiner Herrmann 
Description:
 gkrellmitime - Internet time plugin for gkrellm
Changes:
 gkrellmitime (1.0.1-6) unstable; urgency=low
 .
   * QA upload.
   * Convert to source format 3.0 (quilt).
   * Convert to dh-style packaging and bump compatibility level to 10.
 - also enable all hardening options
   * Bump Standards-Version to 3.9.8.
   * Convert debian/copyright to DEP5.
   * Fix another spelling error found by lintian.
   * Add lintian overrides for no-homepage-field and
 debian-watch-file-is-missing, as upstream homepage is dead.
Checksums-Sha1:
 faca006fdc6eadb4ffe181f1e5b31eb38f86a5e0 1731 gkrellmitime_1.0.1-6.dsc
 00cdc8d61b966eff143747ccebfc0850e6c4f7cf 4424 
gkrellmitime_1.0.1-6.debian.tar.xz
Checksums-Sha256:
 5672a1fb9d1466b88e7fe4914cb49b8bdbb88c202a72990114dcb1da909e87ab 1731 
gkrellmitime_1.0.1-6.dsc
 c8fbb709b097dabe1b1aed457f6b294456056d3a4c67b0f8517cadcb50d4492e 4424 
gkrellmitime_1.0.1-6.debian.tar.xz
Files:
 0c4b012d689f04d6067c58cb176ee855 1731 misc optional gkrellmitime_1.0.1-6.dsc
 b0f4331ef56f597f5aa13870f3691345 4424 misc optional 
gkrellmitime_1.0.1-6.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCgAGBQJYMcd6AAoJEAgWueGMdiutyv8P/10VDYH/XNWs40iqxJZHoWlS
iyVNMAfGvE33jbo1IlILsF5LRiPDAVcIIeK+B/s8x6Wpp1ACQWLxdHoURonHZqnr
lWScLRQawtnrpC2h6/wGiA2xau7S2jC820INpYLAFa3beuz8BT3+NacGrkX36WSt
0eGNMiV3julfxrhMedhT/P5YPuuuLRHGNaOsLH/WzMUmujZReJ9sfJV0WfkDOFZJ
akkFyWBFfYS360VAQz0Rc+SbajUsrRcCT+d8RvwYeGRBzryk5pVBxmdBAGS+YqkW
LzuA1CE8SwL97k2ehs0FXgzfKlAqxbdqR7D1xPiH2LVpQHjTh3+WwTwQXuuAGshV
BI5WQBX24f7zJw5PDU/sPyQ3n3GLBo7QOZiBqW4mgfB6wMvA0YBeUn7ulSXau8si
VI0UX8T5DHxHmL69RAuQcZA9aSuP8oHb8BVAJV85TqOtIVQ9aY3QleGpUxFG4p7M
7UvsEMVWozzc2/tUbGFoIdwvD9zW+IC+HblfXIAdAgV6lFgWnCcTm3P9y3e6+E/c
vuIhQZI5mBq8YyKa9X41kDZvc8oyOeBHUJWUOf6VjmLy4Vt+no7gysnDXDc7I0Yf
7E+aIK3aCiBoWvcr51d4Ta8bDlpV7LoR9z/UCGnjDUw9Sr7F+sJeaODvaGciUjZY
tqGJVon9zzej2uC8AhXL
=BVZ8
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#845137: Some files don open and cause crash (please revert commit)

2016-11-20 Thread Rostislav Okulov

Package: abiword
Version: 3.0.2-1

Opening some files with 3.0.2 cause crash so please revert commit trunk@33154 

Additional info is here http://bugzilla.abisource.com/show_bug.cgi?id=13823 


Bug#152280: Problems with item delivery, n.1127266

2016-11-20 Thread FedEx SmartPost
Hello,
We could not deliver your item. Please, download Delivery Label attached to 
this email.
Kaitlynn Montono - Area Manager FedEx , CA
Yours sincerely


FedEx.doc
Description: MS-Word document


Bug#397795: marked as done (adzapper: separate the code and __DATA__)

2016-11-20 Thread Debian Bug Tracking System
Your message dated Mon, 21 Nov 2016 06:10:43 +
with message-id 
and subject line Bug#722717: Removed package(s) from unstable
has caused the Debian Bug report #397795,
regarding adzapper: separate the code and __DATA__
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
397795: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=397795
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: adzapper
Version: 20050316-1sarge1
Severity: wishlist

I believe, the existing quite simple design has it's obvious
disadvantages. First of them is horrible unsecurity of the 
automatic online updates of the executable (as made by
/usr/share/doc/adzapper/examples/update-zapper).

I suggest to separate the __DATA__ block and package it
alone (think about volatile.debian.net) or to update it online.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages adzapper depends on:
ii  perl  5.8.4-8sarge5  Larry Wall's Practical Extraction 
ii  squid 2.5.9-10sarge2 Internet Object Cache (WWW proxy c

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 20090301.dfsg.2-1+rm

Dear submitter,

as the package adzapper has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/722717

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---


Bug#588572: marked as done (adzapper blanks out an entire page)

2016-11-20 Thread Debian Bug Tracking System
Your message dated Mon, 21 Nov 2016 06:10:43 +
with message-id 
and subject line Bug#722717: Removed package(s) from unstable
has caused the Debian Bug report #588572,
regarding adzapper blanks out an entire page
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
588572: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588572
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: adzapper
Version: 20090301-1
Severity: normal



I've been several situations where a page will fail to display and all I get 
is "This ad zapped" when using adzapper.  For example:

http://www.ehow.com/how_2019322_prevent-poison-oak.html

Just did this. 

Often youtube.com does it as well.  And the page never loads. I don't want 
to whitelist these sites.  Any suggestions? 

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages adzapper depends on:
ii  perl  5.10.1-13  Larry Wall's Practical Extraction 

Versions of packages adzapper recommends:
ii  squid  2.7.STABLE9-2 Internet object cache (WWW proxy c

Versions of packages adzapper suggests:
pn  apache2 | httpd(no description available)
pn  konqueror  (no description available)
ii  wget  1.12-2 retrieves files from the web

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 20090301.dfsg.2-1+rm

Dear submitter,

as the package adzapper has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/722717

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---


Bug#722717: Removed package(s) from unstable

2016-11-20 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

  adzapper | 20090301.dfsg.2-1 | source, all

--- Reason ---
RoQA; not in stable, outdated
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive and will not propagate to any mirrors until the next
dinstall run at the earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close bugs which have been reported against this package
automatically. But please check all old bugs, if they were closed
correctly or should have been re-assigned to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 722...@bugs.debian.org.

The full log for this bug can be viewed at https://bugs.debian.org/722717

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)



Bug#722717: Removed package(s) from unstable

2016-11-20 Thread Debian FTP Masters
Version: 20090301.dfsg.2-1+rm

Dear submitter,

as the package adzapper has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/722717

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)