Processed: tagging 747733, notfixed 745076 in 0.4.1~r3557-2.2+rm, notfixed 736730 in 1.10518+dfsg-3+rm ...

2015-02-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 747733 + sid
Bug #747733 {Done: Debian FTP Masters } 
[src:ruby-heckle] broken with ruby-parser >= 3 and ruby-ruby2ruby >= 2
Added tag(s) sid.
> notfixed 745076 0.4.1~r3557-2.2+rm
Bug #745076 {Done: Debian FTP Masters } [enna] 
enna cannot be installe due to unsatisfiable dependencies
There is no source info for the package 'enna' at version '0.4.1~r3557-2.2+rm' 
with architecture ''
Unable to make a source version for version '0.4.1~r3557-2.2+rm'
No longer marked as fixed in versions 0.4.1~r3557-2.2+rm.
> notfixed 736730 1.10518+dfsg-3+rm
Bug #736730 {Done: Debian FTP Masters } 
[src:jifty] [src:jifty] Sourceless file
The source 'jifty' and version '1.10518+dfsg-3+rm' do not appear to match any 
binary packages
No longer marked as fixed in versions 1.10518+dfsg-3+rm.
> notfixed 723909 1.10518+dfsg-3+rm
Bug #723909 {Done: Debian FTP Masters } 
[src:jifty] jifty: FTBFS: test failures
The source 'jifty' and version '1.10518+dfsg-3+rm' do not appear to match any 
binary packages
No longer marked as fixed in versions 1.10518+dfsg-3+rm.
> notfixed 716963 0.8b4+cvs20100914-5+rm
Bug #716963 {Done: Debian FTP Masters } 
[src:nvclock] nvclock: I don't think this is useful any longer
The source 'nvclock' and version '0.8b4+cvs20100914-5+rm' do not appear to 
match any binary packages
No longer marked as fixed in versions 0.8b4+cvs20100914-5+rm.
> tags 710311 + squeeze-ignore
Bug #710311 {Done: Vasudev Kamath } [xmail] xmail: 
postinst uses /usr/share/doc content (Policy 12.3)
Added tag(s) squeeze-ignore.
> notfixed 718623 0.4.2+bzr125-4+rm
Bug #718623 {Done: Debian FTP Masters } 
[trac-bzr] trac-bzr: needs to be updated for trac 1.x
There is no source info for the package 'trac-bzr' at version 
'0.4.2+bzr125-4+rm' with architecture ''
Unable to make a source version for version '0.4.2+bzr125-4+rm'
No longer marked as fixed in versions 0.4.2+bzr125-4+rm.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
710311: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710311
716963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716963
718623: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718623
723909: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723909
736730: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736730
745076: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745076
747733: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747733
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.14232749051141.transcr...@bugs.debian.org



Bug#775896: marked as done (libdumbnet-dev: copyright file missing after upgrade (policy 12.5))

2015-02-06 Thread Debian Bug Tracking System
Your message dated Fri, 06 Feb 2015 21:19:36 +
with message-id 
and subject line Bug#775896: fixed in libdumbnet 1.12-6
has caused the Debian Bug report #775896,
regarding libdumbnet-dev: copyright file missing after upgrade (policy 12.5)
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.)


-- 
775896: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775896
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libdumbnet-dev
Version: 1.12-4
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

a test with piuparts revealed that your package misses the copyright
file after an upgrade, which is a violation of Policy 12.5:
https://www.debian.org/doc/debian-policy/ch-docs.html#s-copyrightfile

After the upgrade /usr/share/doc/$PACKAGE/ is just an empty directory.

This was observed on the following upgrade paths:

  lenny -> squeeze -> wheezy -> jessie

>From the attached log (scroll to the bottom...):

4m9.4s ERROR: WARN: Inadequate results from running adequate!
  libdumbnet-dev: missing-copyright-file /usr/share/doc/libdumbnet-dev/copyright
  
  MISSING COPYRIGHT FILE: /usr/share/doc/libdumbnet-dev/copyright
  # ls -lad /usr/share/doc/libdumbnet-dev
  drwxr-xr-x 2 root root 40 Jan 15 15:20 /usr/share/doc/libdumbnet-dev
  # ls -la /usr/share/doc/libdumbnet-dev/
  total 0
  drwxr-xr-x   2 root root   40 Jan 15 15:20 .
  drwxr-xr-x 116 root root 2460 Jan 15 15:21 ..

Additional info may be available here:
https://wiki.debian.org/MissingCopyrightFile

Note that dpkg intentionally does not replace directories with symlinks
and vice versa, you need the maintainer scripts to do this.
See in particular the end of point 4 in
https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-unpackphase

It is recommended to use the dpkg-maintscript-helper commands
'dir_to_symlink' and 'symlink_to_dir' (available since dpkg 1.17.14)
to perform the conversion, ideally using d/$PACKAGE.mainstscript.
Do not forget to add 'Pre-Depends: ${misc:Pre-Depends}' in d/control.
See dpkg-maintscript-helper(1) and dh_installdeb(1) for details.


cheers,

Andreas


libdumbnet-dev_1.12-4.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: libdumbnet
Source-Version: 1.12-6

We believe that the bug you reported is fixed in the latest version of
libdumbnet, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 775...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bernd Zeimetz  (supplier of updated libdumbnet package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 05 Feb 2015 19:06:08 +0100
Source: libdumbnet
Binary: libdumbnet1 libdumbnet-dev python-dumbnet
Architecture: source amd64
Version: 1.12-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Bernd Zeimetz 
Description:
 libdumbnet-dev - A dumb, portable networking library -- development files
 libdumbnet1 - A dumb, portable networking library -- shared library
 python-dumbnet - A dumb, portable networking library -- python bindings
Closes: 775896
Changes:
 libdumbnet (1.12-6) unstable; urgency=medium
 .
   * QA upload.
   * Make people who test upgrades from testing to unstable
 happy (Closes: #775896).
Checksums-Sha1:
 9b16a5f0350b9db6444f2cf1501135be31390cab 1915 libdumbnet_1.12-6.dsc
 a9ce0ee3e95bc867837c1ff4b7abcbee665d8e94 10856 libdumbnet_1.12-6.diff.gz
 7942fe608d73729b2f11a191e0449b7a62595b41 26420 libdumbnet1_1.12-6_amd64.deb
 a0c01f88f6bc6c95ee70d996c5bddf9ca38db90b 57924 libdumbnet-dev_1.12-6_amd64.deb
 8e80ca7112bfe9200069611291703a5e7023ad7c 61942 python-dumbnet_1.12-6_amd64.deb
Checksums-Sha256:
 55a770e20a6d2e4fb8ba7eda3e1204cb99340a996ad0f8a334c96c5319d6238f 1915 
libdumbnet_1.12-6.dsc
 b095d0d0a246e896826b3859e4c9e572818fbe58baa1f2d414acf789d2579665 10856 
libdumbnet_1.12-6.diff.gz
 56256b6dcfb6ba26a20cf2f1cde5d7a304bf257fec2e3e489d1eb0f395a1097e 26420 
libdumbnet1_1.12-6_amd64.deb
 3c26cfdc3603071cfab375b9545cfc75f75e81582a4d3463e5bb71d8dcc253f3 57924 
libdumbnet-dev_1.12-6_amd64.deb
 b431f7451c91c091b4bb2235a2b5abc22cef8dfc4cf6c50fea5eba2d87fd83b8 61942 
python-du

libdumbnet_1.12-6_amd64.changes ACCEPTED into unstable

2015-02-06 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 05 Feb 2015 19:06:08 +0100
Source: libdumbnet
Binary: libdumbnet1 libdumbnet-dev python-dumbnet
Architecture: source amd64
Version: 1.12-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Bernd Zeimetz 
Description:
 libdumbnet-dev - A dumb, portable networking library -- development files
 libdumbnet1 - A dumb, portable networking library -- shared library
 python-dumbnet - A dumb, portable networking library -- python bindings
Closes: 775896
Changes:
 libdumbnet (1.12-6) unstable; urgency=medium
 .
   * QA upload.
   * Make people who test upgrades from testing to unstable
 happy (Closes: #775896).
Checksums-Sha1:
 9b16a5f0350b9db6444f2cf1501135be31390cab 1915 libdumbnet_1.12-6.dsc
 a9ce0ee3e95bc867837c1ff4b7abcbee665d8e94 10856 libdumbnet_1.12-6.diff.gz
 7942fe608d73729b2f11a191e0449b7a62595b41 26420 libdumbnet1_1.12-6_amd64.deb
 a0c01f88f6bc6c95ee70d996c5bddf9ca38db90b 57924 libdumbnet-dev_1.12-6_amd64.deb
 8e80ca7112bfe9200069611291703a5e7023ad7c 61942 python-dumbnet_1.12-6_amd64.deb
Checksums-Sha256:
 55a770e20a6d2e4fb8ba7eda3e1204cb99340a996ad0f8a334c96c5319d6238f 1915 
libdumbnet_1.12-6.dsc
 b095d0d0a246e896826b3859e4c9e572818fbe58baa1f2d414acf789d2579665 10856 
libdumbnet_1.12-6.diff.gz
 56256b6dcfb6ba26a20cf2f1cde5d7a304bf257fec2e3e489d1eb0f395a1097e 26420 
libdumbnet1_1.12-6_amd64.deb
 3c26cfdc3603071cfab375b9545cfc75f75e81582a4d3463e5bb71d8dcc253f3 57924 
libdumbnet-dev_1.12-6_amd64.deb
 b431f7451c91c091b4bb2235a2b5abc22cef8dfc4cf6c50fea5eba2d87fd83b8 61942 
python-dumbnet_1.12-6_amd64.deb
Files:
 cb351063250470946b776c0f0a1d3d29 1915 libs optional libdumbnet_1.12-6.dsc
 77e883b1088526ae4c4b683ff11f6ed4 10856 libs optional libdumbnet_1.12-6.diff.gz
 f433e57ff78645665506bf2e307ab14a 26420 libs optional 
libdumbnet1_1.12-6_amd64.deb
 09055d57dff03f19ce1230ffeb6fbdec 57924 libdevel optional 
libdumbnet-dev_1.12-6_amd64.deb
 3b42475031fb6bf68f22ce956aac0df3 61942 python optional 
python-dumbnet_1.12-6_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJU07aFAAoJEOs2Fxpv+UNf8isP/13D5y4dI+v1vekwevFSoi7O
9jM685MP3fl0mSYcXgBM+pgNVHU33ZV8uY1RmlwCKCl5Nu/zSQZx36/2ZpzMVMOk
NXMb2BJAge31nH0IG4ZomsMHSKSzCMbA5aKsuyR2cBLWiTXgVm9xhMSiZQ/SxitV
GI2HdWOz/vEyT3IzmFOtrjKhjGQOxtRtttxH+oSpxjP3dIgYFg1ifgTbrTny4AwN
XhpD9VzCLeRsh10N7YZ2YX4HKek1t0WfjJvgzf9+TfXAejHiyAuAVcit9hRbYWmv
aEfAov67UHUVFlFCIoMcmaU/6nEZXS9l0T1213M0xluB2UvI0ESpfXKSDt0MbQZG
TFowwueJut0q8bX5vs7IEuiNskbOYuFJrKKwX3SjmCc59ZsIJeOqdcmVrw2n6t1S
CKGezltQSN8B/exEx3PFecfA1kSSzea/NjV6neVuOoAtJKYgvEjXFCu4o69xdt2D
sQKfR4h+i+EvvSJi6fFCd/JWdejRBaZW0WVqgQusr5X9hUXZW/7GNO8zHsGqs/7w
al40zrL082NZvSHWrVJ5euRaJwR6vYTRENGpl/TqG5fj3FNZxdNKTKc1QuZbXE8H
pST5D4m7+EJq7BTd2867sBOmRJbjluROClueyA5ScLTMAEDrBOuZ+L35FK+hQnLj
v0CNYuOLVgvsuhS83sth
=56ET
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yjqjm-0005pn...@franck.debian.org



Processing of libdumbnet_1.12-6_amd64.changes

2015-02-06 Thread Debian FTP Masters
libdumbnet_1.12-6_amd64.changes uploaded successfully to localhost
along with the files:
  libdumbnet_1.12-6.dsc
  libdumbnet_1.12-6.diff.gz
  libdumbnet1_1.12-6_amd64.deb
  libdumbnet-dev_1.12-6_amd64.deb
  python-dumbnet_1.12-6_amd64.deb

Greetings,

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


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yjoyz-0003lv...@franck.debian.org



Bug#775896: Bug#698982: libdumbnet RC bug fix? + Fwd: libnet-{libdnet6,frame-device,libdnet}-perl are marked for autoremoval from testing [origin: nore...@release.debian.org]

2015-02-06 Thread Peter Pentchev
On Thu, Feb 05, 2015 at 07:35:39PM +0100, Bernd Zeimetz wrote:
> hi,
> 
> >> Ah, right, thanks for the eye-opener. Oof, yeah, I should've
> >> wondered why the BTS still lists the bug as open :( OK, I'll get
> >> right on it.
> 
> I have a fix ready to upload, if you want me to.
> Patch is attached, in case you want to upload.

I'm not a DD, so it would be faster for you to upload it.
Thanks a lot for taking care of this!

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.net r...@freebsd.org p.penc...@storpool.com
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13


signature.asc
Description: Digital signature


Bug#777203: libofa0 is not Multi-Arch compatible

2015-02-06 Thread Francois Gouget
Package: libofa0
Version: 0.9.3-7
Severity: normal
Tags: patch

Dear Maintainer,

libofa0 is not multiarch compatible.
In turn this prevents installing the 32-bit gstreamer0.10-plugins-bad package 
on 64-bit Debian systems which then makes Wine's GStreamer support pretty 
useless.

So I propose the attached Debian packaging files to make libofa0 and 
libofa0-dev multiarch compatible (adjust the changelog to taste).


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


libofa_0.9.3-8.debian.tar.xz
Description: application/xz


Bug#777200: libcdaudio1 is not Multi-Arch compatible

2015-02-06 Thread Francois Gouget
Source: libcdaudio
Version: 0.99.12p2-13+b1
Severity: normal
Tags: patch

Dear Maintainer,

libcdaudio1 is not multiarch compatible.
In turn this prevents installing the 32-bit gstreamer0.10-plugins-bad package 
on 64-bit Debian systems which then makes Wine's GStreamer support pretty 
useless.

So I propose the attached Debian packaging files to make libcdaudio1, 
libcdaudio-dev and libcdaudio-dbg multiarch compatible (adjust the changelog to 
taste).


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


libcdaudio_0.99.12p2-14.debian.tar.xz
Description: application/xz


libcdaudio_0.99.12p2-14.debian.tar.xz
Description: application/xz