Bug#795197: kde-l10n-de: Incorrect translation

2015-08-12 Thread Jeremy Lainé
Hi Mark,

Thanks for spotting this. What would the correct wording be?

Thanks,
Jeremy


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55caf528.6050...@m4x.org



Bug#795197: AW: Bug#795197: kde-l10n-de: Incorrect translation

2015-08-12 Thread mark-m-frey...@t-online.de
List-Archive:
 https://lists.debian.org/118186521655cb05d5a1e1e3.68613...@email.t-online.de

I recommend "Aktion bei kritischem Akku-Ladestand" which means "Action upon 
critical battery load-status"

Best Regards
Mark

-Original-Nachricht-
Betreff: Re: Bug#795197: kde-l10n-de: Incorrect translation
Datum: Wed, 12 Aug 2015 09:26:41 +0200
Von: Jeremy Lainé 
An: Mark Freytag , 795...@bugs.debian.org, Debian 
Bug Tracking System 

Hi Mark,

Thanks for spotting this. What would the correct wording be?

Thanks,
Jeremy



Bug#795265: [plasma-workspace] weird error message when Exec= not in $PATH

2015-08-12 Thread Timo Weingärtner
Package: plasma-workspace
Version: 4:5.3.2-4
Severity: minor

When trying to launch golly from any application launcher menu or ALT+F2 this 
weird error message is shown:

KDEInit could not launch 'golly':
Could not open library '/usr/lib/x86_64-linux-gnu/libkdeinit5_golly'.
Cannot load library /usr/lib/x86_64-linux-gnu/libkdeinit5_golly: 
(/usr/lib/x86_64-linux-gnu/libkdeinit5_golly.so: cannot open shared object 
file: No such file or directory)

I guess there is a fallback to load a shared library and the error message is 
from that.

/usr/games not being in $PATH is caused by #794419.


Regards
Timo

signature.asc
Description: This is a digitally signed message part.


Processing of extra-cmake-modules_5.13.0-1_amd64.changes

2015-08-12 Thread Debian FTP Masters
extra-cmake-modules_5.13.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  extra-cmake-modules_5.13.0-1.dsc
  extra-cmake-modules_5.13.0.orig.tar.xz
  extra-cmake-modules_5.13.0-1.debian.tar.xz
  extra-cmake-modules_5.13.0-1_amd64.deb

Greetings,

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



Bug#794681: [Reproducible-builds] Bug#794681: qt4-x11: please support timestamps from environment

2015-08-12 Thread Lisandro Damián Nicanor Pérez Meyer
On Tuesday 11 August 2015 20:25:45 Dhole wrote:
[snip]
> Hi
> 
> I'm attaching an update of the submitted patch targeting the latest
> qt4-x11 version from Debian: 4:4.8.7+dfsg-3

Ah, this somehow went out of my radar. Will take a look soon, but do not 
expect an upload after the gcc5 transition ends.


Thanks!
-- 

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


signature.asc
Description: This is a digitally signed message part.


Bug#791287: marked as done (smokeqt: library transition may be needed when GCC 5 is the default)

2015-08-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Aug 2015 15:27:32 +0200
with message-id <20150812132732.ga29...@dogguy.org>
and subject line Re: Bug#791287: smokeqt: library transition may be needed when 
GCC 5 is the default
has caused the Debian Bug report #791287,
regarding smokeqt: library transition may be needed when GCC 5 is the default
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.)


-- 
791287: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791287
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:smokeqt
Version: 4.12.2-2
Severity: important
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: libstdc++-cxx11

Background [1]: libstdc++6 introduces a new ABI to conform to the
C++11 standard, but keeps the old ABI to not break existing binaries.
Packages which are built with g++-5 from experimental (not the one
from testing/unstable) are using the new ABI.  Libraries built from
this source package export some of the new __cxx11 or B5cxx11 symbols,
and dropping other symbols.  If these symbols are part of the API of
the library, then this rebuild with g++-5 will trigger a transition
for the library.

What is needed:

 - Rebuild the library using g++/g++-5 from experimental. Note that
   most likely all C++ libraries within the build dependencies need
   a rebuild too. You can find the log for a rebuild in
 https://people.debian.org/~doko/logs/gcc5-20150701/
   Search for "BEGIN GCC CXX11" in the log.

 - Decide if the symbols matching __cxx11 or B5cxx11 are part of the
   library API, and are used by the reverse dependencies of the
   library.

 - If there are no symbols matching __cxx11 or B5cxx11 in the symbols
   forming the library API, you should close this issue with a short
   explanation.
 
 - If there are no reverse dependencies, it should be the package
   maintainers decision if a transition is needed.  However this might
   break software which is not in the Debian archive, and built
   against these packages.

 - If a library transition is needed, please prepare for the change.
   Rename the library package, append "v5" to the name of the package
   (e.g. libfoo2 -> libfoo2v5). Such a change can be avoided, if you
   have a soversion bump and you upload this version instead of the
   renamed package.  Prepare a patch and attach it to this issue (mark
   this issue with patch), so that it is possible to NMU such a
   package. We'll probably have more than hundred transitions
   triggered. Then reassign the issue to release.debian.org and
   properly tag it as a transition issue, by sending an email to
   cont...@bugs.debian.org:
   
 user release.debian@packages.debian.org
 usertag  + transition
 block  by 790756
 reassign  release.debian.org
   
 - If unsure if a transition is needed, please tag the issue with help
   to ask for feedback from other Debian developers.

The libstdc++6 transition will be a large one, and it will come with a
lot of pain.  Please help it by preparing the follow-up transitions.

[1] https://wiki.debian.org/GCC5#libstdc.2B-.2B-_ABI_transition
--- End Message ---
--- Begin Message ---
On Fri, Jul 03, 2015 at 01:14:21PM +, Matthias Klose  
wrote:
>  - Decide if the symbols matching __cxx11 or B5cxx11 are part of the
>library API, and are used by the reverse dependencies of the
>library.
> 

No std::string or similar stuff mentioned in the wikipage exposed in the public
API. Closing this bug.

Regards,

-- 
Mehdi Dogguy--- End Message ---


extra-cmake-modules_5.13.0-1_amd64.changes ACCEPTED into unstable

2015-08-12 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 12 Aug 2015 14:56:17 +0200
Source: extra-cmake-modules
Binary: extra-cmake-modules
Architecture: source amd64
Version: 5.13.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Maximiliano Curia 
Description:
 extra-cmake-modules - Extra modules and scripts for CMake
Changes:
 extra-cmake-modules (5.13.0-1) unstable; urgency=medium
 .
   * New upstream release (5.13.0).
Checksums-Sha1:
 abef9f6e640d703cc4a576836bd2cc125903b99d 2173 extra-cmake-modules_5.13.0-1.dsc
 9e96bbcf249b1dcf3cfd21c112791404fcf359d6 132216 
extra-cmake-modules_5.13.0.orig.tar.xz
 6b1501397f7252f1e36920a2319650c8e47b9c7b 4280 
extra-cmake-modules_5.13.0-1.debian.tar.xz
 ea8b588342063da201fbbdf9443fa172a2d325df 51744 
extra-cmake-modules_5.13.0-1_amd64.deb
Checksums-Sha256:
 5b377e2b80caafa0a0e77e56190c9c9ac3d1ed5e72dea2433fdd83ece35b277f 2173 
extra-cmake-modules_5.13.0-1.dsc
 ba52848a75347fb70c55f1bcd28c3594c067075c17a46b1f8c2951ebe0d3d5c2 132216 
extra-cmake-modules_5.13.0.orig.tar.xz
 bf09cae59a3bbcf2bdc5311951d9890634bcebb97d8ce3afd290f9d78784dc8b 4280 
extra-cmake-modules_5.13.0-1.debian.tar.xz
 e56db156508ea0b85bef3cccb2058d1493b73a912c3c86725dca8045b1955ba9 51744 
extra-cmake-modules_5.13.0-1_amd64.deb
Files:
 f5816672abc1cdf61eed766fa97ee024 2173 libs optional 
extra-cmake-modules_5.13.0-1.dsc
 26b970f7e02fd8d4b1828784f7359d18 132216 libs optional 
extra-cmake-modules_5.13.0.orig.tar.xz
 f015d80d90ddea073795f2d84912d661 4280 libs optional 
extra-cmake-modules_5.13.0-1.debian.tar.xz
 09c300948c71fb278bd5b10cad7a15b1 51744 libs optional 
extra-cmake-modules_5.13.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVy0RyAAoJEMcZdpmymyMqlmwP/2AziWmJ1abRqIGLVvxGVvZX
hH4fdYvfc+AVnEZpHXeEiycrTMaj+54D0h7xMiveBcxL8pET/UIOL8+k46Kh0smY
Flpv7kvYz2LplQdppv1CR+w2jsGUR9/BoU3R+TWWoJBx/nLS5lciqIhj7EbnPaB6
srHy73HePFY/II185e/Yd5JNiDLoLjqoluhhbxL6z8KefGW9LkznfLHks9V+RZcA
R6dBNtX78/BtSgUEpx50B/0wtOHc/lOj21aUKaOq3NAefRVUk4XPYdSv5BPzVgMw
voiQNcke95GnwiVqn5JuTb9dUuMeL5VxvWM3x0Uk6PtYg3CqGQiHs/rE6QfE792o
AFTYBTOilM8r0HDpxcgkp622Yt6DwGY914pBS/H/SQP9XzRkFuG9vNK7u3jYA9sA
FytFQyfJhcPqcWTFx28wnIwbvV/RtVX2To6VeccHPXENmLInJVK0zdFJCon288HJ
47CS4uqe1bnIcGF5TiWUDKq8Ypn0LsFTxJFskLK1rDepohjaj+58NGC8JXbyjCMT
ZGAkw83KH4HsWQDXdsxTWrRZhinjZ1VUwJiLrDrz1Fd7tkKGelc0JZwBGq2+M27p
elADGAEfl9iCKmYveIgU5jYrqVygN0kUtjhsDLxnAbAmsvhzSAYD/eHP7Oe/O1pz
KOotl1PSrnWLf2eoPrvp
=jBFM
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of ki18n_5.13.0-1_amd64.changes

2015-08-12 Thread Debian FTP Masters
ki18n_5.13.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  ki18n_5.13.0-1.dsc
  ki18n_5.13.0.orig.tar.xz
  ki18n_5.13.0-1.debian.tar.xz
  libkf5i18n-data_5.13.0-1_all.deb
  libkf5i18n-dev_5.13.0-1_amd64.deb
  libkf5i18n5-dbg_5.13.0-1_amd64.deb
  libkf5i18n5_5.13.0-1_amd64.deb

Greetings,

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



ki18n_5.13.0-1_amd64.changes ACCEPTED into unstable

2015-08-12 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 12 Aug 2015 15:17:04 +0200
Source: ki18n
Binary: libkf5i18n-dev libkf5i18n5 libkf5i18n-data libkf5i18n5-dbg
Architecture: source all amd64
Version: 5.13.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Maximiliano Curia 
Description:
 libkf5i18n-data - Advanced internationalization framework.
 libkf5i18n-dev - Advanced internationalization framework.
 libkf5i18n5 - Advanced internationalization framework.
 libkf5i18n5-dbg - debug symbols for ki18n
Changes:
 ki18n (5.13.0-1) unstable; urgency=medium
 .
   * Drop XS-Testsuite field.
   * New upstream release (5.13.0).
Checksums-Sha1:
 a8124d0a78be991024b7a39f54cc292bfb5c3d27 2269 ki18n_5.13.0-1.dsc
 872090c46054521bb99150cd72bf4f869e47eac5 593416 ki18n_5.13.0.orig.tar.xz
 018287cbe2ede7475c747102fa5c33514099b558 5588 ki18n_5.13.0-1.debian.tar.xz
 107fbcd47235b35c533b64f82fa16f0707509272 1021636 
libkf5i18n-data_5.13.0-1_all.deb
 884d5a774a90e7c34b63f737888dd66ab2f1d687 22668 
libkf5i18n-dev_5.13.0-1_amd64.deb
 100f6d9b210d3469d2dc28b9997c5d58561188a0 1172196 
libkf5i18n5-dbg_5.13.0-1_amd64.deb
 d574f2f2ba549f5e7da84a0f60efa58bd02b02eb 92348 libkf5i18n5_5.13.0-1_amd64.deb
Checksums-Sha256:
 34abbc05827befff79b08887df34768b80016e85038ea9844bed6201aaf3bca2 2269 
ki18n_5.13.0-1.dsc
 b50f3c2938aa27dc15a64a994a4318c198b77577a6c56a467dec6474a38af9c7 593416 
ki18n_5.13.0.orig.tar.xz
 4e0dc60d79edfac89ae111f23f0b3da660e564da94d1a7e7f680059e7ea491fe 5588 
ki18n_5.13.0-1.debian.tar.xz
 bcbf0a80711898c3e784515c40e95058b8a0c9107db240d67da5c848c647f19c 1021636 
libkf5i18n-data_5.13.0-1_all.deb
 b93932b4554af9c92ce43d10a1fdc0936d4c0b09fc5d8c55e5ba55d140b3836d 22668 
libkf5i18n-dev_5.13.0-1_amd64.deb
 5c79557a0386cdef3a746f1ed043a8b8c56affda2df6b074d50a294b0466 1172196 
libkf5i18n5-dbg_5.13.0-1_amd64.deb
 fb687a1bb4cc84e1993806d295080eab14e330757ef06c438bdbb14e137e3efb 92348 
libkf5i18n5_5.13.0-1_amd64.deb
Files:
 cbccd2cb67ae18e15f1b9d0c38fe3bcb 2269 libs optional ki18n_5.13.0-1.dsc
 cfd83c271590f9e627fafd3a2a0420c7 593416 libs optional ki18n_5.13.0.orig.tar.xz
 fc91397720bab7d440a7b5946c4d6989 5588 libs optional 
ki18n_5.13.0-1.debian.tar.xz
 c508819a5a9e081f68b2dfd0b52e09f7 1021636 libs optional 
libkf5i18n-data_5.13.0-1_all.deb
 0d0b4ed6b88d55eabba090a1435ee7d8 22668 libdevel optional 
libkf5i18n-dev_5.13.0-1_amd64.deb
 eac602dcf15fb631392af378a3da2338 1172196 debug extra 
libkf5i18n5-dbg_5.13.0-1_amd64.deb
 e0d6fcf03af2914767718c70981c7a7f 92348 libs optional 
libkf5i18n5_5.13.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVy0jIAAoJEMcZdpmymyMqkOUQAIDbc1ZW8plmIRGlLr4UyEgs
s5rM1Xjh/TMpB9yRKEvhr0uWP1KUyTvwtzIQo4fW3XYH2ql0iIqLuQUcGcYAmbw1
FD5FLy1t6pVlQUb/A2DWqHcfiVfNpMzCszTSu9tA1DAn2b40+O5y0Tj8LUrpmcXt
Caki3bkkhzPx4QrquA2NqA2hGbXrImiFUSct63/jns0EJgMDJwLBRjcuZVP5IazR
lnPlpxQiGcHNbHGn0VsS3MNKpYj5A27t57/4cFUnBNKCcfXjT5vOhJ+EjCXlfYyb
/wHS98g20CLy9N/ntihAvpjMdcE7CX2iaZmz7f12QwgihiCXSHCWFRc0XUQavL3/
GkPCALWDJrU2Zk0bxl7GCJ5B9t9jtRc6Dub3pcUHsV+b7QOAtMvAoWoLAKDn3jZL
4a4anJhT6onUZf4NNBuTMwGwsIQCkwngSMOJ8DM8pGtxdSbIPll5ugdcSsaHAwkn
woTxBtrt21iBtGVkoNt0hULPz26lhwuwPUIhRDBXOZhLZhwx3iC/FVjEVedFFXEH
sfq3yn/xeq/pUSQb4bx6ai8PFpwpxQmrCTrKX7+n++MA9nBZXP4oFM8Q/CKC8hMI
DUS7LRRDSVTj4bxeFhW/KGWqqXITLOZh9yItySfM5jwMeWTAZYIKsfZmTEQmcAso
hAIqgt11ivYBuyxvsQc8
=nj5i
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of kdnssd-kf5_5.13.0-1_amd64.changes

2015-08-12 Thread Debian FTP Masters
kdnssd-kf5_5.13.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  kdnssd-kf5_5.13.0-1.dsc
  kdnssd-kf5_5.13.0.orig.tar.xz
  kdnssd-kf5_5.13.0-1.debian.tar.xz
  libkf5dnssd-data_5.13.0-1_all.deb
  libkf5dnssd-dev_5.13.0-1_amd64.deb
  libkf5dnssd5-dbg_5.13.0-1_amd64.deb
  libkf5dnssd5_5.13.0-1_amd64.deb

Greetings,

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



kdnssd-kf5_5.13.0-1_amd64.changes ACCEPTED into unstable

2015-08-12 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 12 Aug 2015 15:26:31 +0200
Source: kdnssd-kf5
Binary: libkf5dnssd-dev libkf5dnssd5 libkf5dnssd-data libkf5dnssd5-dbg
Architecture: source all amd64
Version: 5.13.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Maximiliano Curia 
Description:
 libkf5dnssd-data - Abstraction to system DNSSD features.
 libkf5dnssd-dev - development files for kdnssd
 libkf5dnssd5 - Abstraction to system DNSSD features.
 libkf5dnssd5-dbg - debug symbols for kdnssd
Changes:
 kdnssd-kf5 (5.13.0-1) unstable; urgency=medium
 .
   * Drop XS-Testsuite field
   * New upstream release (5.13.0).
Checksums-Sha1:
 dcc3b2da629d1b76ff9ef0e49c50262b12f88fab 2353 kdnssd-kf5_5.13.0-1.dsc
 29a46bdc3940c2248b8cfcb2931746e4c6baaf82 56468 kdnssd-kf5_5.13.0.orig.tar.xz
 7107831424678c8e9bf252f844619cc17c01da48 5348 kdnssd-kf5_5.13.0-1.debian.tar.xz
 2b7b2b16d4ca7983ede309ddedd22ffa89e7b69c 11282 
libkf5dnssd-data_5.13.0-1_all.deb
 5489477315e29125f661bb3570777d3550c8f583 16344 
libkf5dnssd-dev_5.13.0-1_amd64.deb
 ccf7bd626e4c1e42eee8690a5687015cb259b503 1537830 
libkf5dnssd5-dbg_5.13.0-1_amd64.deb
 f72b20034f818a0830b4e2627b3b4ebb7cf663e1 55716 libkf5dnssd5_5.13.0-1_amd64.deb
Checksums-Sha256:
 c2e326269407696b828fccca932c24b0705d883b3b3a9337f0581e85130b14d4 2353 
kdnssd-kf5_5.13.0-1.dsc
 d9b8cc9f4cb89350352d18e95c928b8263dffbc705c98006cdc1138c39454ac9 56468 
kdnssd-kf5_5.13.0.orig.tar.xz
 6dd6a6b378e9628685f4d040f26f9af881cb808d5f139aef708eed2d2614ef64 5348 
kdnssd-kf5_5.13.0-1.debian.tar.xz
 0fee7078021169aa7f75d66ef31b60a52d6ba878376bc0c8e3c3c62951a1216f 11282 
libkf5dnssd-data_5.13.0-1_all.deb
 f8e85ac2c4b91b9ded7d38b124335f6fcc71ac11ae7d93784fc4b0f0ac17555b 16344 
libkf5dnssd-dev_5.13.0-1_amd64.deb
 ba96d0117043462774cdf9ae74926bb318e9ff1f7b2791978dbcb5cb6ebf862f 1537830 
libkf5dnssd5-dbg_5.13.0-1_amd64.deb
 cf16613ecc2e8681a7700d6489593471ab8ecb674a41af1fc77dbd8e22af679c 55716 
libkf5dnssd5_5.13.0-1_amd64.deb
Files:
 0772ff819ce1f7a0cc81ad64af259951 2353 libs optional kdnssd-kf5_5.13.0-1.dsc
 aa6c92111aec32bf7428356bfbebda18 56468 libs optional 
kdnssd-kf5_5.13.0.orig.tar.xz
 8e9c43a7f1e286b13f6fca0171739567 5348 libs optional 
kdnssd-kf5_5.13.0-1.debian.tar.xz
 0d41127425b5bde2edf1346349fc757d 11282 libs optional 
libkf5dnssd-data_5.13.0-1_all.deb
 8aed08d3c781d868693a7205d563616d 16344 libdevel optional 
libkf5dnssd-dev_5.13.0-1_amd64.deb
 82039a8bb70815ca88c024dd7ec57acc 1537830 debug extra 
libkf5dnssd5-dbg_5.13.0-1_amd64.deb
 dce865c7612d7477036f74d96e1eaa8e 55716 libs optional 
libkf5dnssd5_5.13.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVy29pAAoJEMcZdpmymyMqTUIP+wdW0WNs2udZZIJmHRFRjh97
r+TWpKtk1fGRlxJMn6bCek6Ve936S8SqFEu4RtkgYinP69T/vRedLbBv4B0JYh0x
gmZmsf/LNag+A/4vP3NU4eOIR1NTtGAvTp6NTol9hsNOw1klchGULmfg+zDg
IJKAwVEFJaBWFn+bKNfGTtuWTVmosxghs9dTikWsLvSdq0B2bciGG4cVQFTr0Y6h
m1xAzbMGzM3j3DB0sY1soQiv7Aql5rSuaD+HNX3oX+D8i5XDbXaBhFa3IUooLE5t
xIpFUjv11tAdM7KiP4UgMuQhkzDQNu4xj3OjgB5HN1Zp5OTC7+ExHAboi93LH2m4
ngfIn4CpYvEornrqCD7oqOXtqMXwM1fuMzwR0rkbvhJ4VVwB8UfDvltlJw8USyga
dsqSFrJ7TILAwCOM857o8apdTxivlQSsxtBJAnChLGtL2agy2b/c9QEzhZl86ZpB
ePuhD0gAz0ggrKzbfOCaRMJY43brhpXq2dVBakl58dXgnaotrQbHedLHMykPC7RN
NOsgdEEzxJcfjZhIwEh/IvHmazIizdUEFVTOW1vjQlpuyklU1sMYFlbotwczZ4zd
a9CC2EJg3o1PmLWBx8ZLQhQP11CTMt0DCREcsizzu4cjIrO/5LuhIh5OnlYSiwlS
+UBFRbCkb0/zYhiVaPN2
=LhE7
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#795296: "You are not allowed to save the configuration" (both root and ordinary user)

2015-08-12 Thread Willi Mann
Package: kde-config-sddm
Version: 4:5.3.2-1
Severity: normal

Hi,

I get the message in the subject when I go to the SDDM config unit. It happens
both when I go there as ordinary user and as root. Let me know whether I can
provide further information to resolve this bug.

thanks
Willi


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (500, 
'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf

Kernel: Linux 4.0.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages kde-config-sddm depends on:
ii  libc6 2.19-19
ii  libkf5auth5   5.12.0-1
ii  libkf5configcore5 5.12.0-1
ii  libkf5configwidgets5  5.12.0-1
ii  libkf5coreaddons5 5.12.0-1
ii  libkf5i18n5   5.12.0-1
ii  libkf5kiowidgets5 5.12.0-1
ii  libqt5core5a  5.4.2+dfsg-5
ii  libqt5gui55.4.2+dfsg-5
ii  libqt5quickwidgets5   5.4.2-4
ii  libqt5widgets55.4.2+dfsg-5
ii  libqt5x11extras5  5.4.2-2+b1
ii  libstdc++65.1.1-14
ii  libx11-6  2:1.6.3-1
ii  libxcursor1   1:1.1.14-1+b1

kde-config-sddm recommends no packages.

kde-config-sddm suggests no packages.

-- no debconf information



Bug#795309: [kio] Very high CPU usage

2015-08-12 Thread Matteo Calorio
Package: kio
Version: 5.12.0-1
Severity: important

--- Please enter the report below this line. ---
I found my (old) system very slow and it seems these processes use most of 
CPU:

$ ps aux | greo kio_http
Me 17607  4.2  0.6 313364 39416 ?Sl   09:31   2:22 kdeinit4: kio_http 
[kdeinit] http local:/tmp/ksocket-theo/klauncherZ15713.slave-socket 
local:/tmp/ksocket-theo/akonadi_davgroupware_resource_1a17504.slave-socket
Me 17608  4.2  0.6 313364 39404 ?Sl   09:31   2:23 kdeinit4: kio_http 
[kdeinit] http local:/tmp/ksocket-theo/klauncherZ15713.slave-socket 
local:/tmp/ksocket-theo/akonadi_davgroupware_resource_2a17505.slave-socket
Me 17610  6.7  0.7 317988 44072 ?Sl   09:31   3:47 kdeinit4: kio_http 
[kdeinit] http local:/tmp/ksocket-theo/klauncherZ15713.slave-socket 
local:/tmp/ksocket-theo/akonadi_davgroupware_resource_1E17504.slave-socket
Me 17611  6.7  0.7 317988 44076 ?S09:31   3:47 kdeinit4: kio_http 
[kdeinit] http local:/tmp/ksocket-theo/klauncherZ15713.slave-socket 
local:/tmp/ksocket-theo/akonadi_davgroupware_resource_2E17505.slave-socket
Me 17664 15.2  0.9 334740 60740 ?Sl   09:31   8:27 kdeinit4: kio_http 
[kdeinit] https local:/tmp/ksocket-theo/klauncherZ15713.slave-socket 
local:/tmp/ksocket-theo/akonadi_davgroupware_resource_2V17505.slave-socket
Me 17665 15.2  0.9 334740 60760 ?Rl   09:31   8:27 kdeinit4: kio_http 
[kdeinit] https local:/tmp/ksocket-theo/klauncherZ15713.slave-socket 
local:/tmp/ksocket-theo/akonadi_davgroupware_resource_2c17505.slave-socket
Me 17670 15.2  0.9 334724 60772 ?Rl   09:31   8:27 kdeinit4: kio_http 
[kdeinit] https local:/tmp/ksocket-theo/klauncherZ15713.slave-socket 
local:/tmp/ksocket-theo/akonadi_davgroupware_resource_1c17504.slave-socket
Me 17671 15.2  0.9 334712 60748 ?Sl   09:31   8:27 kdeinit4: kio_http 
[kdeinit] https local:/tmp/ksocket-theo/klauncherZ15713.slave-socket 
local:/tmp/ksocket-theo/akonadi_davgroupware_resource_1V17504.slave-socket

Matteo

--- System information. ---
Architecture: amd64
Kernel:   Linux 4.1.0-1-amd64

Debian Release: stretch/sid
  500 testing www.deb-multimedia.org 
  500 testing security.debian.org 
  500 testing ftp.it.debian.org 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.


Processing of kidletime_5.13.0-1_amd64.changes

2015-08-12 Thread Debian FTP Masters
kidletime_5.13.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  kidletime_5.13.0-1.dsc
  kidletime_5.13.0.orig.tar.xz
  kidletime_5.13.0-1.debian.tar.xz
  libkf5idletime-dev_5.13.0-1_amd64.deb
  libkf5idletime5-dbg_5.13.0-1_amd64.deb
  libkf5idletime5_5.13.0-1_amd64.deb

Greetings,

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



Processing of kcoreaddons_5.13.0-1_amd64.changes

2015-08-12 Thread Debian FTP Masters
kcoreaddons_5.13.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  kcoreaddons_5.13.0-1.dsc
  kcoreaddons_5.13.0.orig.tar.xz
  kcoreaddons_5.13.0-1.debian.tar.xz
  libkf5coreaddons-bin-dev_5.13.0-1_amd64.deb
  libkf5coreaddons-data_5.13.0-1_all.deb
  libkf5coreaddons-dev_5.13.0-1_amd64.deb
  libkf5coreaddons5-dbg_5.13.0-1_amd64.deb
  libkf5coreaddons5_5.13.0-1_amd64.deb

Greetings,

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



kidletime_5.13.0-1_amd64.changes ACCEPTED into unstable

2015-08-12 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 12 Aug 2015 22:33:31 +0200
Source: kidletime
Binary: libkf5idletime-dev libkf5idletime5 libkf5idletime5-dbg
Architecture: source amd64
Version: 5.13.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Maximiliano Curia 
Description:
 libkf5idletime-dev - development headers for the kidletime library
 libkf5idletime5 - library to provide information about idle time
 libkf5idletime5-dbg - debugging symbols for the kidletime libraries
Changes:
 kidletime (5.13.0-1) unstable; urgency=medium
 .
   * Drop XS-Testsuite field
   * New upstream release (5.13.0).
   * Update symbols files.
   * Update install files.
   * Add the plugin symbols.
Checksums-Sha1:
 27c3b4682a9fc0be78a78dc15bda6b54eb49e80d 2314 kidletime_5.13.0-1.dsc
 093279519306c2ca135b17d0c32ab5be5232524a 26344 kidletime_5.13.0.orig.tar.xz
 b33a419aefddd12326072962be771e4b2418fda8 3860 kidletime_5.13.0-1.debian.tar.xz
 ec98e2dd78addf8082fe0a112c778d5bf2cd4569 8592 
libkf5idletime-dev_5.13.0-1_amd64.deb
 140936c2183eecec312cafa4345380dc1eb04566 508876 
libkf5idletime5-dbg_5.13.0-1_amd64.deb
 e912295385d49a6f1001aa03895843c7a4efd35d 23162 
libkf5idletime5_5.13.0-1_amd64.deb
Checksums-Sha256:
 08d0d00a2170434cab7aaddd590bf0e65483b95b9207a76032b38ad8cbe15cc0 2314 
kidletime_5.13.0-1.dsc
 623591eb891566c4e00ba338aea61a63eec35fdc71b737961e5e358e1a25d7b4 26344 
kidletime_5.13.0.orig.tar.xz
 7e96d8ed2215143a08f464156be76b74e80dbdd156033ba78a0e0322a2efbd9d 3860 
kidletime_5.13.0-1.debian.tar.xz
 8ecec8f7ef34111e5d23d81fcd0f7301294c79de87fb18ad58c7b3f95a26f30b 8592 
libkf5idletime-dev_5.13.0-1_amd64.deb
 7008bd4cbd01ab2a0c17a76d181000cd448874c413b3f12e1c93822cbf890122 508876 
libkf5idletime5-dbg_5.13.0-1_amd64.deb
 c8a1373f7c1fd2573f32f375b961f3c19223c8be4eba1ace7333b5a3ee266885 23162 
libkf5idletime5_5.13.0-1_amd64.deb
Files:
 83b3988f5a64b953a0be4f5e81494b46 2314 libs optional kidletime_5.13.0-1.dsc
 2461e099b2bf54ef26e0c1a7891db120 26344 libs optional 
kidletime_5.13.0.orig.tar.xz
 f77fbb0d34060c31ae98f382bee7fa3e 3860 libs optional 
kidletime_5.13.0-1.debian.tar.xz
 b4ae52d8ab0fe29ee051917c5bf432ac 8592 libdevel optional 
libkf5idletime-dev_5.13.0-1_amd64.deb
 58557f6d599c7442cbd5032c6d2cac6e 508876 debug extra 
libkf5idletime5-dbg_5.13.0-1_amd64.deb
 b115ecb1558fb8d2cdbc279ff944768c 23162 libs optional 
libkf5idletime5_5.13.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVy7KIAAoJEMcZdpmymyMqQCMP/2cmILgU1otcCGezS/yp30QR
xYqRS+zs64OQHWgBb/z9WLdtB+O6JOFIR4IsuF0R4b1ezGTka594VKPLl0/v5RXo
fJGu+eD4sXaXkS/cdNz/J7jpeY70mPK/7X3vgrnI/4VsCqTXxHU7DM/O23rHdTzu
EDrQvhzvKOLyDlujy/IGDccyWf21d6WB9Jc7A/gOYGIrbBPTpBwP2VxU/dMFkTid
jU9Z+8EH87XtddhPiaByXd/82awkrSskTxZD7iBNjCZuZbqmuRqwYpwidAckIWXv
Cq7grq1xmU7upI/CgIB8irZwuB8FskulXPvUES8K0wQNHkgfQLbjbQBxHirS5cf5
yLm+eezXFTSJU/PB+JUfN8F8flkxD0+TcKcauPVcFYVE6aaH2nKNku0mkqxTdMda
9bv9Or5P/RwilHOA0eeIkCxdqKapUI20iVERVPNxV2bgCi/ggc5jGnWoGo/bGhhN
6P/8ffcocQbUPOSq7oH7kQ0CjDBCYElZMS9rk2MwWBcb/bIoXgazNQolkQoTDo3M
zqicmDE3eAkForzsQ0ydJSo+t2WQ3kw+BK23nqmvKAkRC+RJ0waf2etvWIofJBgs
/Bama/9krJ8Fx91L1bFr6H+v9NnSQG8nI+jX9i2cBFdyNBnc1YlrGvdyARU5oPIC
2rD7yjeuCOtdhTirul2z
=wMPx
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



kcoreaddons_5.13.0-1_amd64.changes ACCEPTED into unstable

2015-08-12 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 12 Aug 2015 21:36:47 +0200
Source: kcoreaddons
Binary: libkf5coreaddons-dev libkf5coreaddons-bin-dev libkf5coreaddons5 
libkf5coreaddons-data libkf5coreaddons5-dbg
Architecture: source amd64 all
Version: 5.13.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Maximiliano Curia 
Description:
 libkf5coreaddons-bin-dev - KDE Frameworks 5 addons to QtCore - development 
files
 libkf5coreaddons-data - KDE Frameworks 5 addons to QtCore - data files
 libkf5coreaddons-dev - KDE Frameworks 5 addons to QtCore - development files
 libkf5coreaddons5 - KDE Frameworks 5 addons to QtCore
 libkf5coreaddons5-dbg - KDE Frameworks 5 addons to QtCore - debugging symbols
Changes:
 kcoreaddons (5.13.0-1) unstable; urgency=medium
 .
   * Drop XS-Testsuite field
   * New upstream release (5.13.0).
   * Update symbols files.
Checksums-Sha1:
 8036b6d8968b50dbad15754adf881be33ff76718 2494 kcoreaddons_5.13.0-1.dsc
 13cd56f4cb4bfed0198b67ea6d35077e8cf75a7c 302516 kcoreaddons_5.13.0.orig.tar.xz
 0c4e925e969a18dff0b2f0a32c64d9d3fa4c106f 11144 
kcoreaddons_5.13.0-1.debian.tar.xz
 cfd3f03b0a9fda4c76047c0692e5dd774bf8770c 20438 
libkf5coreaddons-bin-dev_5.13.0-1_amd64.deb
 f32343eddf10965915256cf58e6cfbf5735f2509 119852 
libkf5coreaddons-data_5.13.0-1_all.deb
 f7f95b90236dbb6ea53e66387cfe8f6b2cbb66a8 61240 
libkf5coreaddons-dev_5.13.0-1_amd64.deb
 352858c9ca5155cee5fbfb28a2e88a01fa03c2be 2884830 
libkf5coreaddons5-dbg_5.13.0-1_amd64.deb
 5cef15e1802f9b26c75d1ae67daecfede2027dc2 181408 
libkf5coreaddons5_5.13.0-1_amd64.deb
Checksums-Sha256:
 22623c985c44fad5beebb4f3ce3a3f203174f66ab5373f4893ac50e263e4f172 2494 
kcoreaddons_5.13.0-1.dsc
 bd42571c44ab2b6cc4514bcc16e8f689945ffab13b04e394fa192e9058a58961 302516 
kcoreaddons_5.13.0.orig.tar.xz
 06e8b87db1d6c4124ee895306a9889f49dcfa72df11acf02a2481ef52d8111bf 11144 
kcoreaddons_5.13.0-1.debian.tar.xz
 11f470c44d507a04fc4e229def68f372e818154aa7b47334aa46939c1f6ae521 20438 
libkf5coreaddons-bin-dev_5.13.0-1_amd64.deb
 51386f2414f66800fe7a14db4dfe71970575b891805fae961a0a913168f4fdd1 119852 
libkf5coreaddons-data_5.13.0-1_all.deb
 40d10932288df61b98b9977372e66c86dcb85313c98c7c1006dbea30d13fada7 61240 
libkf5coreaddons-dev_5.13.0-1_amd64.deb
 cfcf586adb212526c07501a03c940953302d23901316f2b7fcdef348fa27da15 2884830 
libkf5coreaddons5-dbg_5.13.0-1_amd64.deb
 326f12e315da300509f1b59efe85043b49564a398aeb1bbe240d8bb2bc14ccad 181408 
libkf5coreaddons5_5.13.0-1_amd64.deb
Files:
 d85633062a5d70d3b04ce2a5d35d90c1 2494 libs optional kcoreaddons_5.13.0-1.dsc
 6b433cfd7f6b6a6f5c69806a12594e79 302516 libs optional 
kcoreaddons_5.13.0.orig.tar.xz
 759112ad2fcc1e60c67b0124cd419da6 11144 libs optional 
kcoreaddons_5.13.0-1.debian.tar.xz
 69f9a067051707c7dae781423be824a3 20438 libdevel optional 
libkf5coreaddons-bin-dev_5.13.0-1_amd64.deb
 b980e46579b21a4630766adef066b454 119852 libs optional 
libkf5coreaddons-data_5.13.0-1_all.deb
 00ff6756c5eb58a7f230f0b60fd73cc6 61240 libdevel optional 
libkf5coreaddons-dev_5.13.0-1_amd64.deb
 e21a0e508b2f5c9c00d962a155f4b3dc 2884830 debug extra 
libkf5coreaddons5-dbg_5.13.0-1_amd64.deb
 4d48a321504053e9bfb6c379d2363de8 181408 libs optional 
libkf5coreaddons5_5.13.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVy7JlAAoJEMcZdpmymyMqTakQALXHvYpxtTqeMASIDT1+nuBF
+k23z2Vtit9B+y+8XIfFICuenZMdimCBxn2EsCq8plhCJ1jlq7g/YTViBnOAu1uD
6k/LvYcNb8hXoVBCYmQ2KjwgKu+foSspY/i6RsvJ+dxPlAALOf0pG1xppU0fCay/
8iRj+2ibGhhTylzg4nCso8T9mEQmanBe60R9R1KgGz18u59+NhWsRPd/xPrKh5dq
uva/iapKnrN3GXL6IjTU8WCxYPUF9LFAG29w88vn56+2qMEjgJkuosVzLgwXFXGE
fPw265cY4S8nDw+fDXr4/sJdd+o4MQcVFCrG12Krs5ax0nl2+HLShdQSb+/HgHGF
CRWeTtr70NNj+25Af0hHiMrM4jad5x93nbEOpZfatHlNWA8Fx/QxQl0b0jZ6nrK0
U4xjdiTtUSHKrR/scc0ea44I/lOrur053Ykne9zX8nyiBED2PniT8/fvJ9jODtl7
PTaKuJRr1feJPnygWwmPqAWGHzlNE9VoWWXd7XPk9XJuq7HTnAu5yOEj5GJ9wmh3
x+XB44ZQa1qJR6UY/XTiO3Ag5LQ/YX/wsk9ZiGN1gdyk7gwcYU2Zas5uyzk/N/AP
3xvYb5YWt1qeheXq2Jjt3q+tPgiSwTV6mKHgMdHEYYVUcEW5G28f0xhpesb4cKSa
PDP5uOlZf+5oZhdDH1lZ
=cCqu
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#791260: marked as done (qtruby: library transition may be needed when GCC 5 is the default)

2015-08-12 Thread Debian Bug Tracking System
Your message dated Thu, 13 Aug 2015 01:31:31 +0200
with message-id <20150812233131.ga15...@dogguy.org>
and subject line Re: Bug#791260: qtruby: library transition may be needed when 
GCC 5 is the default
has caused the Debian Bug report #791260,
regarding qtruby: library transition may be needed when GCC 5 is the default
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.)


-- 
791260: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791260
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:qtruby
Version: 4.11.3-4.1
Severity: important
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: libstdc++-cxx11

Background [1]: libstdc++6 introduces a new ABI to conform to the
C++11 standard, but keeps the old ABI to not break existing binaries.
Packages which are built with g++-5 from experimental (not the one
from testing/unstable) are using the new ABI.  Libraries built from
this source package export some of the new __cxx11 or B5cxx11 symbols,
and dropping other symbols.  If these symbols are part of the API of
the library, then this rebuild with g++-5 will trigger a transition
for the library.

What is needed:

 - Rebuild the library using g++/g++-5 from experimental. Note that
   most likely all C++ libraries within the build dependencies need
   a rebuild too. You can find the log for a rebuild in
 https://people.debian.org/~doko/logs/gcc5-20150701/
   Search for "BEGIN GCC CXX11" in the log.

 - Decide if the symbols matching __cxx11 or B5cxx11 are part of the
   library API, and are used by the reverse dependencies of the
   library.

 - If there are no symbols matching __cxx11 or B5cxx11 in the symbols
   forming the library API, you should close this issue with a short
   explanation.
 
 - If there are no reverse dependencies, it should be the package
   maintainers decision if a transition is needed.  However this might
   break software which is not in the Debian archive, and built
   against these packages.

 - If a library transition is needed, please prepare for the change.
   Rename the library package, append "v5" to the name of the package
   (e.g. libfoo2 -> libfoo2v5). Such a change can be avoided, if you
   have a soversion bump and you upload this version instead of the
   renamed package.  Prepare a patch and attach it to this issue (mark
   this issue with patch), so that it is possible to NMU such a
   package. We'll probably have more than hundred transitions
   triggered. Then reassign the issue to release.debian.org and
   properly tag it as a transition issue, by sending an email to
   cont...@bugs.debian.org:
   
 user release.debian@packages.debian.org
 usertag  + transition
 block  by 790756
 reassign  release.debian.org
   
 - If unsure if a transition is needed, please tag the issue with help
   to ask for feedback from other Debian developers.

The libstdc++6 transition will be a large one, and it will come with a
lot of pain.  Please help it by preparing the follow-up transitions.

[1] https://wiki.debian.org/GCC5#libstdc.2B-.2B-_ABI_transition
--- End Message ---
--- Begin Message ---
On Fri, Jul 03, 2015 at 01:13:52PM +, Matthias Klose  
wrote:
>  - Decide if the symbols matching __cxx11 or B5cxx11 are part of the
>library API, and are used by the reverse dependencies of the
>library.
> 

Not affected. Closing.

Regards,

-- 
Mehdi Dogguy--- End Message ---


Processing of qbs_1.4.1+dfsg-8_amd64.changes

2015-08-12 Thread Debian FTP Masters
qbs_1.4.1+dfsg-8_amd64.changes uploaded successfully to localhost
along with the files:
  qbs_1.4.1+dfsg-8.dsc
  qbs_1.4.1+dfsg-8.debian.tar.xz
  qbs-doc-html_1.4.1+dfsg-8_all.deb
  qbs-doc_1.4.1+dfsg-8_all.deb
  qbs-examples_1.4.1+dfsg-8_all.deb

Greetings,

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



qbs_1.4.1+dfsg-8_amd64.changes ACCEPTED into unstable

2015-08-12 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 12 Aug 2015 20:55:48 +0300
Source: qbs
Binary: qbs libqbscore1 libqbsqtprofilesetup1 qbs-dev qbs-dbg qbs-examples 
qbs-doc qbs-doc-html
Architecture: source all
Version: 1.4.1+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Description:
 libqbscore1 - Qt Build Suite core library
 libqbsqtprofilesetup1 - Qt Build Suite profile setup library
 qbs- Qt Build Suite
 qbs-dbg- Qt Build Suite debugging symbols
 qbs-dev- Qt Build Suite development files
 qbs-doc- Qt Build Suite documentation
 qbs-doc-html - Qt Build Suite HTML documentation
 qbs-examples - Qt Build Suite examples
Changes:
 qbs (1.4.1+dfsg-8) unstable; urgency=medium
 .
   * Tell qmake where to install libraries and plugins, rather than moving
 them after installing (LP: #1456593).
   * Remove lib/ directory in clean target.
   * Update symbols files for GCC 5, fixing a build failure.
Checksums-Sha1:
 619822b956bea8c921d76bf2664e38f36c8989e3 2462 qbs_1.4.1+dfsg-8.dsc
 13c52dacb8bc9a0a9986a5bddc1340e82c6feb91 18676 qbs_1.4.1+dfsg-8.debian.tar.xz
 aea568c354ef9dff9bf5bea6adacd15741bf86f5 73382 
qbs-doc-html_1.4.1+dfsg-8_all.deb
 7b2a4ad4cdf132d1890ddd749f69a63d70e8c529 147292 qbs-doc_1.4.1+dfsg-8_all.deb
 26d609250b6bf8cb4f892806e6012e6d52a81995 42142 
qbs-examples_1.4.1+dfsg-8_all.deb
Checksums-Sha256:
 bed4309bc6d5c1db225882274b1a8098665ed99954e73efbbb028d568f78f847 2462 
qbs_1.4.1+dfsg-8.dsc
 f583a512fbb03639776c98505df19cabdbeddbc1adafa4c4a1b5536a8825230c 18676 
qbs_1.4.1+dfsg-8.debian.tar.xz
 98ac755780bf605988fc5f80400d399ffef5ccffa1b5a154040839ab49e839d1 73382 
qbs-doc-html_1.4.1+dfsg-8_all.deb
 4c2572d3631401830f3c1d3eee597edefb844dec66b2ea9d7c49b4624ea63c15 147292 
qbs-doc_1.4.1+dfsg-8_all.deb
 2b6ce22ece131626b109225fba8c87e30041461382b7228eaa772c4b936d0e44 42142 
qbs-examples_1.4.1+dfsg-8_all.deb
Files:
 48088172f33521ef934175ad7498379b 2462 devel optional qbs_1.4.1+dfsg-8.dsc
 9a2c31c049f32e5e333094ac267a8716 18676 devel optional 
qbs_1.4.1+dfsg-8.debian.tar.xz
 b35b3ef1a6f613d0ed3dce45d0c9f6f9 73382 doc optional 
qbs-doc-html_1.4.1+dfsg-8_all.deb
 20916d8ce90076f42a8562f1843db6c3 147292 doc optional 
qbs-doc_1.4.1+dfsg-8_all.deb
 8a89cbf446fc4835d9238acb57c6e5d8 42142 doc optional 
qbs-examples_1.4.1+dfsg-8_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJVzCrwAAoJENb+cQNj+F3TygkP/3CUldq+o8TC1oyFLmIIyGbG
cdzIGqhm5H6BIhH2bEI0QvurpdUPIHUfN5K30sg715vlY5s3FmIJaiOgkXaTk7rw
q1oM1Oo1rp4yCdobpsUkyQooCk1zEnR+0vw6shsGHAUDfEvySqOPvpxHHOrcrRv2
t5vfekYcHIAG2Zf33Z8zP1AH+lOBoGYAjhZWYLNuyiNeeMfD42m9Uw7wUs5L2SQ3
Ad0/I+BZlIXqIbnr4V1/kxBaQb1MPwdrWQMtM/RUDd23lNjt5FE+k1ODtMinLRar
fZIGdbXuPLmSJPhoy41a9exQAem8d9/1b2QSzHpGqKanhlyQi5h+iep/hKvYnQ9C
B8JJ6OxCjbKMvCp5yk9xYas5uv4Ug9goFWQ0A2mKgLMbx/cU/dVcIuyW+4WYvJaX
2QFE6AAM8CeUWxRbUaH9d9FsDNpEtIjQxK9FTqJ93fGn/8tOHtf5wq75OHQaI1rR
N8L8j30NncQ/iNqTNEM7mF0tWTDuVElxFdlBoJw63h1zALszp4etFqrW0FKKEzvC
nwLfoR3A9P56KYGY8Zqj3F3yWjhIfXUBLA6ZvRW5b15fnUfSr3N+47U1UjknQbUg
cqFDyQjL8y1t1ghHuejFtXdFFMFVOgfch98WUpF8j6ws3I9A3A3wEWtffAiOAJXa
zLFaBaA2CqcDYN2pIkAg
=gU/+
-END PGP SIGNATURE-


Thank you for your contribution to Debian.