Bug#1057334: ITP: python-asyncclick -- AsyncClick is a fork of Click that works well with trio or asyncio

2023-12-03 Thread Carles Pina i Estany
Package: wnpp
Severity: wishlist
Owner: Carles Pina i Estany 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: python-asyncclick
  Version : 8.1.7.0+async
  Upstream Contact: python-trio team (to be confirmed)
* URL : https://github.com/python-trio/asyncclick
* License : BSD-3-Clause
  Programming Lang: Python
  Description : AsyncClick is a fork of Click that works well with trio or 
asyncio


This Python module is needed in order to package python-ring-doorbell
(#1057331).

I plan to maintain in inside the Python team.



Bug#1057331: ITP: python-ring-doorbell -- Library written for Python 3.8+ that exposes the Ring.com devices as Python objects

2023-12-03 Thread Carles Pina i Estany
Package: wnpp
Severity: wishlist
Owner: Carles Pina i Estany 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: python-ring-doorbell
  Version : 0.8.3
  Upstream Contact: Marcelo Moreira de Mello 
* URL : https://github.com/tchellomello/python-ring-doorbell
* License : LGPL-3.0
  Programming Lang: Python
  Description : Library written for Python 3.8+ that exposes the Ring.com 
devices as Python objects

Other relevant information:
 - This is a dependency of simplemonitor (ITP #1016113)
 - I plan to maintain as part of Python team



Bug#1053817: ITP: python-ping3 -- Python module and command to ping hosts using raw sockets

2023-10-11 Thread Carles Pina i Estany
Package: wnpp
Severity: wishlist
Owner: Carles Pina i Estany 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: python-ping3
  Version : 4.0.4
  Upstream Contact: kyan001 
* URL : https://github.com/kyan001/ping3
* License : MIT
  Programming Lang: Python
  Description : Python module and command to ping hosts using raw sockets

 Ping3 is a pure Python 3 version of the ICMP ping implementation using
 raw sockets.

 This package installs the library for Python 3 and also the "ping3" command.

-
This is a soft dependency of "simplemonitor" (ITP #1016113).

"Soft" dependency because simplemonitor can operate without it if not
using the monitor "ping" (and, instead, using the monitor "host" which
spawns /usr/bin/ping).

Users using "simplemonitor" in Debian, if "ping3" is not available,
would not be able to share files between a simplemonitor from pypi or
from Debian.

Using python-ping3 in simplemonitor also improve efficiency.

I plan to maintain it isnide the debian-python team.

I am looking for a sponsor.



Bug#1053480: ITP: qnetload -- Display graphically network speed and usage

2023-10-04 Thread Carles Pina i Estany
Package: wnpp
Severity: wishlist
Owner: Carles Pina i Estany 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: qnetload
  Version : 1.3.2
  Upstream Contact: Carles Pina i Estany 
* URL : https://github.com/cpina/qnetload
* License : GPL-3.0
  Programming Lang: C++
  Description : Display graphically network speed and usage

 Similar look and feel to xnetload with some extra features (keeping the
 retro UI).
 .
 Change the monitored interface, on startup it uses previous interface,
 and right click on the interface name to see the IP.
 .
 Show the current speed and total downloaded/uploaded from the start
 of qnetload to now. Click on graph to calculate the MB/hour projected.
 Click on the Started / Elapsed to rotate between them.

I used to use xnetload which is not part of Debian anymore (since before
2017 I think). xnetload is available in
https://github.com/rsmith-nl/xnetload but no updates, when I checked
(this might be fixed) had problems if an interface transmited more than
2^32 (4 GB).

qnetload is a more modern (Qt) but similar UI alternative.

I've found {x,q}netload very useful on situations such as:
- metered connections (e.g. mobile 4G+, etc.) to see that data is not
  being over-used. Also to get an estimate (with a click of the mouse)
  on how much data this video-call or radio station is going to use over
  one hour
- very flaky connections (e.g. on a ship, airplane, train, etc.)
- useful for debugging the connection (application got stuck or all the
  network stopped transmitting for some seconds?)

In 2017, when I started implementing qnetload, I could not find any
alternative to it.

I plan to maintain it myself.

I need a sponsor.

I have a working package that I will upload to
https://mentors.debian.net/ in about 2 or 3 days.



Bug#1053134: ITP: python-cloudscraper -- Python module to bypass Cloudflare's anti-bot page

2023-09-27 Thread Carles Pina i Estany
Package: wnpp
Severity: wishlist
Owner: Carles Pina i Estany 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: python-cloudscraper
  Version : 1.2.68
  Upstream Contact: VeNoMouS
* URL : https://github.com/VeNoMouS/cloudscraper
* License : MIT
  Programming Lang: Python
  Description : Python module to bypass Cloudflare's anti-bot page

---
A simple Python module to bypass Cloudflare's anti-bot page (also known
as "I'm Under Attack Mode", or IUAM), implemented with Requests.
Cloudflare changes their techniques periodically, so I will update this
repo frequently.

This can be useful if you wish to scrape or crawl a website protected
with Cloudflare. Cloudflare's anti-bot page currently just checks if the
client supports Javascript, though they may add additional techniques in
the future.

Due to Cloudflare continually changing and hardening their protection
page, cloudscraper requires a JavaScript Engine/interpreter to solve
Javascript challenges. This allows the script to easily impersonate a
regular web browser without explicitly deobfuscating and parsing
Cloudflare's Javascript.
---

I ITP simplemonitor (#1016113). One of simplemonitor dependencies is
pyaarlo (#1053132). python-cloudscraper is a dependency of pyaarlo.

Incidentally, I've used cloudscraper (from upstream) previously so I'm
familiar with it.

I plan to package it inside the Debian Python Team. I will need a sponsor.



Bug#1053132: ITP: python-pyaarlo -- Module for Python that provides asynchronous access to Netgear Arlo cameras

2023-09-27 Thread Carles Pina i Estany
Package: wnpp
Severity: wishlist
Owner: Carles Pina i Estany 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: python-pyaarlo
  Version : 0.8.0.beta.8
  Upstream Contact: Ntwrecked
* URL : https://github.com/twrecked/pyaarlo
* License : LGPL-3.0
  Programming Lang: Python
  Description : Module for Python that provides asynchronous access to 
Netgear Arlo cameras

-
It starts a background thread that opens a single, persistant connection, an 
event stream, to the Arlo servers. As things happen to the Arlo devices - 
motion detected, battery level changes, mode changes, etc... - the Arlo servers 
post these events onto the event stream. The background thread reads these 
events from the stream, updates Pyaarlo's internal state and calls any user 
registered callbacks.
-

I submitted an ITP bug for simplemonitor (#1016113). pyarlo is a
dependency of simplemonitor.

I plan to maintain it inside the Debian Python Team. I will need a
sponsor.



Bug#1026341: ITP: python3-trove-classifiers -- A package to validate classifiers in packages for PyPI upload or download

2022-12-18 Thread Gudjon I. Gudjonsson
Package: wnpp
X-Debbugs-Cc: debian-devel@lists.debian.org
Owner: "Gudjon I. Gudjonsson" 
Severity: wishlist

* Package name: python3-trove-classifiers
  Version : 2022.12.1
  Upstream Contact: 
* URL : https://pypi.org/project/trove-classifiers/
* License : Apache 2.0
  Programming Lang: Python
  Description : A package to validate classifiers in packages for PyPI 
upload or download

Long description
 The package provides a canonical source for classifiers on PyPI.
 .
 TheClassifiers categorize projects per PEP 301. Use this package to validate   
 
 classifiers in packages for PyPI upload or download.

Reasons for packaging
 - The eric ide depends on the package. There is no other package
   providing the functionality.
 - I would prefer to make the 
   Debian Python Team 
   as the maintainer and I do have a few candidates as sponsors.



Bug#981189: ITP: node-protobufjs -- pure JavaScript Protocol Buffers implementation

2021-01-27 Thread Jirawat I.
Package: wnpp
Severity: wishlist
Owner: Jirawat Iamsamang 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-protobufjs
  Version : 6.10.2
  Upstream Author : Daniel Wirtz 
* URL : https://protobufjs.github.io/protobuf.js/
* License : BSD-3-Clause
  Programming Lang: JavaScript
  Description : pure JavaScript Protocol Buffers implementation


 According to #977564,

 protobuf.js is a pure JavaScript Protocol Buffers implementation
 with TypeScript support for node.js and the browser.

 It is a dependency of node-castv2, an implementation of the
 Chromecast CASTV2 protocol.


Bug#966302: ITP: dukpy -- Simple JavaScript interpreter for Python

2020-07-26 Thread Sao I Kuan
Package: wnpp
Severity: wishlist
Owner: Sao I Kuan 

* Package name: dukpy
  Version : 0.2.3
  Upstream Author : Alessandro Molina 
* URL : https://github.com/amol-/dukpy
* License : Expat
  Programming Lang: Python
  Description : Simple JavaScript interpreter for Python

 A simple javascript interpreter for Python built on top of duktape engine
 without any external dependency. It comes with a bunch of common 
 transpilers built-in for convenience.



Bug#963743: ITP: benten -- Language server for Common Workflow Language documents

2020-06-26 Thread Sao I Kuan
Package: wnpp
Severity: wishlist
Owner: Sao I Kuan 

* Package name: benten
  Version : 2020.06.03
  Upstream Author : Kaushik Ghose 
* URL : http://github.com/rabix/benten
* License : Apache-2.0
  Programming Lang: Python
  Description : Language server for Common Workflow Language documents

 Benten is written using Python3 and developed against VS Code. The
 language server component will work with any editor/IDE that offers
 language server support. Syntax highlighting is currently only
 available for the VS Code extension. The VS Code extension is written
 in Typescript.

This package is a work which is part of COVID-19 hackathon[1].
The package will be team maintained (med-team).

[1] https://lists.debian.org/debian-med/2020/06/msg00071.html



Bug#963480: ITP: duckpy -- A simple Python library for searching on DuckDuckGo

2020-06-22 Thread Sao I Kuan
Package: wnpp
Severity: wishlist
Owner: Sao I Kuan 

* Package name: duckpy
  Version : 2.1.1
  Upstream Author : Alisson Lauffe 
* URL : https://github.com/AmanoTeam/duckpy
* License : Expat
  Programming Lang: Python
  Description : A simple Python library for searching on DuckDuckGo

 A simple Python module for searching on DuckDuckGo. And also provide an 
 asynchronous version inside the duckpy.aio package.
 .
 Can also set up proxies and/or enable or disable random User-Agents 
 depending on your needs.

This package is a dependency of upcoming package Benton[1].
The package will be team maintained (med-team).

[1] https://github.com/rabix/benten



Bug#963234: ITP: cwlformat -- opinionated code formatter for CWL

2020-06-21 Thread Sao I Kuan
Package: wnpp
Severity: wishlist
Owner: Sao I Kuan 

* Package name: cwlformat
  Version : 2020.05.19
  Upstream Author : Kaushik Ghose 
* URL : https://github.com/rabix/cwl-format
* License : Apache-2.0
  Programming Lang: Python
  Description : opinionated code formatter for CWL

 CWL Format is a specification and a reference implementation for a
 very opinionated CWL code formatter.
 .
 It outputs CWL in a standardized YAML format. It has no settings or
 options because you have better things to do with your time. And
 because CWL Format is always correct.

This package is a dependency work which is part of COVID-19 hackathon [1].
The package will be team maintained (med-team).

[1] https://lists.debian.org/debian-med/2020/06/msg00071.html



Bug#962942: ITP: seirsplus -- Models of SEIRS epidemic dynamics with extensions

2020-06-16 Thread Sao I Kuan
Package: wnpp
Severity: wishlist
Owner: Sao I Kuan 

* Package name: seirsplus
  Version : 0.0~git20200528.5c04080
  Upstream Author : Ryan Seamus McGee
* URL : https://github.com/ryansmcgee/seirsplus
* License : Expat
  Programming Lang: Python
  Description : Models of SEIRS epidemic dynamics with extensions

 This package implements generalized SEIRS infectious disease
 dynamics models with extensions that model the effect of factors
 including population structure, social distancing, testing, contact
 tracing, and quarantining detected cases.
 .
 Notably, this package includes stochastic implementations of these
 models on dynamic networks.

This package is a work which is part of COVID-19 hackathon [1].
The package will be team maintained (med-team).

[1] https://lists.debian.org/debian-med/2020/06/msg00071.html



Bug#961331: ITP: insilicoseq -- A sequencing simulator producing realistic illumina reads

2020-05-23 Thread Sao I Kuan
Package: wnpp
Severity: wishlist
Owner: Sao I Kuan 

* Package name: insilicoseq
  Version : 1.4.6
  Upstream Author : Hadrien Gourle 
* URL : http://github.com/HadrienG/InSilicoSeq
* License : Expat
  Programming Lang: Python
  Description : A sequencing simulator producing realistic illumina reads
 
 Primarily intended for simulating metagenomic samples, it can also be
 used to produce sequencing data from a single genome.
 .
 InSilicoSeq is written in python, and use kernel density estimators to
 model the read quality of real sequencing data.
 .
 InSilicoSeq support substitution, insertion and deletion errors. If
 you don't have the use for insertion and deletion error a basic
 error model is provided.

This package is a dependency of idseq-bench (#956033) and will be
team-maintained with Debian Med Packaging Team.



Bug#961319: ITP: ncbi-acc-download -- Download genome files from NCBI by accession

2020-05-23 Thread Sao I Kuan
Package: wnpp
Severity: wishlist
Owner: Sao I Kuan 

* Package name: ncbi-acc-download
  Version : 0.2.6
  Upstream Author : Kai Blin 
* URL : https://github.com/kblin/ncbi-acc-download
* License : Apache-2.0
  Programming Lang: Python
  Description : Download genome files from NCBI by accession

 This package provides a script to download sequences from GenBank/RefSeq
 by accession through the NCBI ENTREZ API.

This package is a dependency of idseq-bench (#956033) and will be
team-maintained with Debian Med Packaging Team.



Bug#956455: ITP: smart-open -- utils for streaming large files

2020-04-11 Thread Sao I Kuan
Package: wnpp
Severity: wishlist
Owner: Sao I Kuan 

* Package name: smart-open
  Version : 1.11.1
  Upstream Author : Radim Rehurek 
* URL : https://github.com/piskvorky/smart_open
* License : Expat
  Programming Lang: Python
  Description : utils for streaming large files

 smart-open is a library for efficient streaming of very large files
 from/to storages such as HDFS, WebHDFS, HTTP, HTTPS, SFTP, or local
 filesystem. It supports transparent, on-the-fly (de-)compression for a
 variety of different formats (gzip, bz2, etc.).

This package is a dependency of idseq-bench (#956033)[0].

[0] https://bugs.debian.org/956033

This package is a work which is part of COVID-19 BioHackathon[1,2].
The package will be team maintained (med-team).

[1] 
https://salsa.debian.org/med-team/community/2020-covid19-hackathon/-/wikis/Covid-19-hackathon
[2] 
https://salsa.debian.org/med-team/community/2020-covid19-hackathon/-/wikis/COVID-19-Hackathon-packages-needing-work



Bug#956089: ITP: recan -- genetic distance plotting for recombination events analysis

2020-04-07 Thread Sao I Kuan
Package: wnpp
Severity: wishlist
Owner: Sao I Kuan 

* Package name: recan
  Version : 0.1.2
  Upstream Author : Yuriy Babin 
* URL : https://github.com/babinyurii/recan
* License : Expat
  Programming Lang: Python
  Description : genetic distance plotting for recombination events analysis

 recan is a Python package which allows to construct genetic distance   
   
 plots to explore and discover recombination events in viral genomes.   
   
 .  
   
 This method has been previously implemented in desktop software
   
 tools: RAT, Simplot and RDP4.

This package is a work which is part of COVID-19 BioHackathon [1,2].
The package will be team maintained (med-team).

[1] 
https://salsa.debian.org/med-team/community/2020-covid19-hackathon/-/wikis/Covid-19-hackathon
[2] 
https://salsa.debian.org/med-team/community/2020-covid19-hackathon/-/wikis/COVID-19-Hackathon-packages-needing-work



Bug#956033: ITP: idseq-bench -- Benchmark generator for the IDseq Portal

2020-04-06 Thread Sao I Kuan
Package: wnpp
Severity: wishlist
Owner: Sao I Kuan 

* Package name: idseq-bench
  Version : 0.0~git20191121.9623264
  Upstream Author : Chan Zuckerberg Initiative
* URL : https://github.com/chanzuckerberg/idseq-bench
* License : Expat
  Programming Lang: Python
  Description : Benchmark generator for the IDseq Portal

 IDseq (Infectious Disease Sequencing Platform) is an unbiased global
 software platform that helps scientists identify pathogens in
 metagenomic sequencing data.
 .
  * Discover - Identify the pathogen landscape
  * Detect - Monitor and review potential outbreaks
  * Decipher - Find potential infecting organisms in large datasets
 .
 This package provides the benchmark generator for the IDseq Portal.

This package is a work which is part of COVID-19 BioHackathon [1,2].
The package will be team maintained (med-team).

[1] 
https://salsa.debian.org/med-team/community/2020-covid19-hackathon/-/wikis/Covid-19-hackathon
[2] 
https://salsa.debian.org/med-team/community/2020-covid19-hackathon/-/wikis/COVID-19-Hackathon-packages-needing-work



Ważne Pytanie

2019-11-26 Thread Strony i Sklepy WWW

Dzień dobry,

Zastanawiasz się ile powinna kosztować nowoczesna *Strona WWW*?

Odpisz na tego maila w treści wpisując *TAK*,
a my błyskawicznie zaproponujemy Ci atrakcyjne warunki dla Twojego biznesu!

/--/
/Agencja Interaktywna z charakterem/


W sprawie współpracy

2019-11-19 Thread Strony i Sklepy WWW

Dzień dobry,

Zastanawiasz się ile powinna kosztować nowoczesna *Strona WWW*?

Odpowiedz na tego maila w treści wpisując *Tak*,
a my błyskawicznie zaproponujemy Ci atrakcyjne warunki dla Twojego biznesu!

/--/
/Agencja Interaktywna z charakterem/


Accepted qscintilla2 2.11.2+dfsg-3 (source) into unstable

2019-11-14 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 02 Nov 2019 09:13:04 +0100
Source: qscintilla2
Architecture: source
Version: 2.11.2+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Gudjon I. Gudjonsson 
Changes:
 qscintilla2 (2.11.2+dfsg-3) unstable; urgency=medium
 .
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Update symbols files with buildds' logs.
Checksums-Sha1:
 bb199c2e053ea72d8a6313038a28c5d7736e1ebe 2950 qscintilla2_2.11.2+dfsg-3.dsc
 7d2a3d5dafbc76586542f9fbc89cbd4b0c4dbcb9 109908 
qscintilla2_2.11.2+dfsg-3.debian.tar.xz
 f95ee8fb5d3102bb9044cff8f1a35e62bd56854a 11149 
qscintilla2_2.11.2+dfsg-3_source.buildinfo
Checksums-Sha256:
 9c506bf7f58b3fc98a0d8192f22415abd5b4bd54e00190f6685cc7e23909d0d0 2950 
qscintilla2_2.11.2+dfsg-3.dsc
 44d3f0ebccef318f39d43965cd2a24d4ec68ab96d26ef049631f734e286e16dc 109908 
qscintilla2_2.11.2+dfsg-3.debian.tar.xz
 826b75230f19fa16a18ae21cf720363e9a629bfe2cf1c82fe13c547a6b0a5432 11149 
qscintilla2_2.11.2+dfsg-3_source.buildinfo
Files:
 0bdf3986efb3faad7e781264d9fe7b9a 2950 libs optional 
qscintilla2_2.11.2+dfsg-3.dsc
 7d5dc409135f0592814b6ff036535343 109908 libs optional 
qscintilla2_2.11.2+dfsg-3.debian.tar.xz
 ce644ea0234579a5a8e00e07edb6987b 11149 libs optional 
qscintilla2_2.11.2+dfsg-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEEt36hKwjsrvwSzE8q2RfQGKGp9AFAl3NU1cACgkQq2RfQGKG
p9Ba6hAAmMbbq7b7bxd8n4S/ZXaTPdiu664K+Wx6sQGTH7FoEvKoieJjX/JE6rAK
BCrI1u0MEy8J54hKRZqTIl/IWPyIzcGu2m1gmnbp80ZGcX6QfMc4h3eo0PSOgh5y
dONr3q7x3PM0NG5qnLiYN3k7ZX/3JHnjnEYvUMH+8hg5aO9OQ7fGF/UAALbkAsa7
tClszpiB9xu0XEpd+TgDaSJkcqzAnpP/3Nd8H8AmIZuegsmnN9oQtjTyw7Zb8kXr
cFNUsvMvqlJ0Pix4LSDMHs1cVrTrjwi4GoYQTkap2UC0aV8nLZYzx/XkvUo6KANs
AgirBmKl/278XxDcWjyV7DNv/CZafWAe3OO9E5WPK4dS/zXw7Vtv+El69V8lt+rF
ZcsfrCMmStl8X1Azl13Qpt5Y3qZBjoz/d9e0NuDZHdAOtsZgZIFTv0msHSSnhCvL
HDWohbZx5Bg6d5DwuwzqRR5RF54FBuoGMn4WqkdaHmSRq35B5nMler7sGcnej7wm
n0WV8ge5bvR7wMrUZQfxCr5l+N5xEcuA/cis2Ib4mJSJZyC+ULFZ6Zc7kJ8qfoac
7KO7CWLEWN8zn0IzXeWTkYVdW3qnlEY62XsLf9IKbfyBbIHqPs6SEgv0QIpBnADA
Ee4tuRMg0hYq5IpFyP6a2i1Q/I5S5n9JcsZwfyOazSrQc5+ZdwY=
=QLP2
-END PGP SIGNATURE-



Accepted sdcc 3.8.0+dfsg-3 (source) into unstable

2019-10-27 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 06 Oct 2019 13:40:34 +0200
Source: sdcc
Architecture: source
Version: 3.8.0+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Electronics Packaging Team 

Changed-By: Gudjon I. Gudjonsson 
Closes: 941546
Changes:
 sdcc (3.8.0+dfsg-3) unstable; urgency=medium
 .
   * Bump standards version to 4.4.1
   * Change texlive dependency (Closes: #941546)
Checksums-Sha1:
 74c3ec86f5101c880dcf942d932f9580357f2b61 2463 sdcc_3.8.0+dfsg-3.dsc
 74637f25d8296820aae4b45240e19c53da73a635 28500 sdcc_3.8.0+dfsg-3.debian.tar.xz
 79e1fb940f47aad98a640a988a1be32cc3e3df02 14520 
sdcc_3.8.0+dfsg-3_amd64.buildinfo
Checksums-Sha256:
 8017f457af1116adbdecc0fb609932d2c55bc0d36d0dc9a2e2e5ccd4435623cf 2463 
sdcc_3.8.0+dfsg-3.dsc
 aba2c4e67a4a455939c72050b9594ec11050e739dfeb3291b689c0d1b393dfa3 28500 
sdcc_3.8.0+dfsg-3.debian.tar.xz
 8f02bea83bb82445ababedf1b72fe9361cef59c859264cb24133015be38be2df 14520 
sdcc_3.8.0+dfsg-3_amd64.buildinfo
Files:
 d00c5519f3f63a39f983026131ee4bd7 2463 electronics optional 
sdcc_3.8.0+dfsg-3.dsc
 50da61526a527936db3e8c6c2a0b6b75 28500 electronics optional 
sdcc_3.8.0+dfsg-3.debian.tar.xz
 d4194eb1e4e23db0113c450533360513 14520 electronics optional 
sdcc_3.8.0+dfsg-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEERUuPEyEc/2gMWDpQ/xYvxc8/utEFAl217zMACgkQ/xYvxc8/
utFK3xAAyL2xtSdd7Zx9d5gWWBrd+bEyeQN4klMd9E76u6o/NFsQNxZYS1s5iLBY
NvocysVIjehO6iAppcLmlv7CL82+Q7Wh/8IbkdRGqSoWWZYtVu0Qq7FnSj8+O/Mz
u7g6qh3DylJjAcWVYY4XI13CSO/Hr5v0xUfwj9yjIer98vlv1StvqJmh+6rMICl5
uIAAQUR+THc7/v77H5HBOEPnnjoG7qMK92S2nw2OJRwxwCylDprfY/ZYKAbpnw2p
BUjgzpzqeGnE/37f/R8PxQwKz2rH7Li2Lli3HNjtDRLfjJb+NF6tRaJeWIX0mVez
HlJrIqJHaiEbkWNGdb/AfoJTVnZKWRLNPx345vKuxk6rjjAmaleWaMGtJvoM+nt0
+CAL4SEIkSTaKb9Hywt9DIEVxsdoFbEURGW23+5Dhpi+IRjCW3Kc8LA15XbTXetb
vomTI8cYj0abVPsQCPrzjRKziGumh3QSRp+ILSSLJ8JDoXCyVOuYxghhmEx86o8c
pgUSF+o03vtqStUTVe6yFrRZ77vizsH2vcfHBzJBp97iWaE9huuELFAV9foGdOyz
soMCg5y+wEa40CfRm3ZnL7pIns4p6kxiuYs6M070ACNizqmGTB4Z+ZLQc8DHy52v
NZtkcoKk1eTJbCMStaFcN3JWUSLXNc4NWwDI0sK4nXEdgvFZxSo=
=tCHI
-END PGP SIGNATURE-



Accepted gspiceui 1.2.36+dfsg-1 (source) into unstable

2019-10-05 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 21 Sep 2019 16:00:05 +0200
Source: gspiceui
Architecture: source
Version: 1.2.36+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson 
Changed-By: Gudjon I. Gudjonsson 
Closes: 933457
Changes:
 gspiceui (1.2.36+dfsg-1) unstable; urgency=medium
 .
   * Bump standards to 4.4.0
   * Add gbp.conf
   * Refresh all patches
   * Change dependency to libwxgtk3.0-gtk3-dev (Closes: #933457)
   * Add src/test-apps/obj/ to files excluded
   * Fix clean target
Checksums-Sha1:
 5887f2499ca123be7373fd8e9ffd2d531910deee 1934 gspiceui_1.2.36+dfsg-1.dsc
 545f7459da5d070d3731592d8cdd57e80fb994e5 603804 
gspiceui_1.2.36+dfsg.orig.tar.xz
 954cc2afa76110008306554f60a161c6e07a8da4 5748 
gspiceui_1.2.36+dfsg-1.debian.tar.xz
 11f94622e9aa456c4dbc3f37e13888f73b096bb5 11702 
gspiceui_1.2.36+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 063b20cd1ce514351bf9e1845c3df9dfe4578d1655439b3ee47d2d20638caa9b 1934 
gspiceui_1.2.36+dfsg-1.dsc
 19161da32562e0d9bad0caa9c62cf2b51d3bd254d2ced8595d2f8bb354ced42b 603804 
gspiceui_1.2.36+dfsg.orig.tar.xz
 cb6e797d8b7bd3999dd506eaace8d857167a97b9e78b57dcc681bc532d5401e3 5748 
gspiceui_1.2.36+dfsg-1.debian.tar.xz
 36851b27fe46881e2d155cd015025dd95208eee1db1f21ab89ffbf00b832fb3b 11702 
gspiceui_1.2.36+dfsg-1_amd64.buildinfo
Files:
 9143fd2c2795a13ad5ab71d5d08e2b06 1934 electronics optional 
gspiceui_1.2.36+dfsg-1.dsc
 98d8eaa9874c6d4164ee51063263c9c8 603804 electronics optional 
gspiceui_1.2.36+dfsg.orig.tar.xz
 6aa503d0cf5250b410d00418df523308 5748 electronics optional 
gspiceui_1.2.36+dfsg-1.debian.tar.xz
 8ab74cb4582347587eb98ce27923da2d 11702 electronics optional 
gspiceui_1.2.36+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJCBAEBCgAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAl2Yu/8OHHRpbGxlYUBy
a2kuZGUACgkQV4oElNHGRtFLsg//Q5UGKmfKB+flfqtttcJOAE1zOMiAXOg1HxrZ
FvvACVL5X6pKSnII4SeYW94OyuOjoc14Jc1jSAtVO+B+WyKYHD+IOSSOjnSIsx3p
qn3/MOVIQjx+P+Bzl9Z4XiswzS7eSDXMt64msNcJ7pYUMU9cy7ZCIABhN6mi1eGi
hDSrecl3NGce3NqVVYKPVsypZ7O3Vgy8PaPiJe6urQq7VccSvXbHDHjR+KtFFJzJ
P13Ei9tXykfiORgTEWm0h0KKcZ2RM0gcJHO1Tbulz3JKjpCsUu7Y+pB13jvfa8w0
wtQGYsMWN9UzTUlNiT9OJWEtPc89l/ohl3LctRgbvVGkAXlcesa8pCl/iaHrUGOY
mnPL5Jc8Z7Asf++d+6Qbd0gNdv7bLVVSeejpMLFbaY+YkxtU48/TLYdOMC6anie5
WBu7VZ3umouKhXL23xT5N11Y/inmOUSPCG7RyEq9OkKhnSxGRFtcZmbMp3yz/4gb
6H/0y8mJJ0gspfIR0jcwGawy4NytThJDi3lCLZK0DGai/zcPm1rqpSmyaU8iFRD9
yPS4yNeOzISgdxLMbdFuehzHjZJHbvmN5szfO0YjLN5PNDINU2tHw1jD5ViD8/+d
jq68XducfWZufCUifXCtOgS7U7dCtvmDfCIcR1qKaSvMGn/9euSiX+a3Tmslr+64
GwCB8Gk=
=81Sx
-END PGP SIGNATURE-



Accepted qscintilla2 2.11.2+dfsg-1 (source all amd64) into experimental, experimental

2019-10-01 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 28 Sep 2019 11:16:33 +0200
Source: qscintilla2
Binary: libqscintilla2-doc libqscintilla2-qt5-15 libqscintilla2-qt5-15-dbgsym 
libqscintilla2-qt5-designer libqscintilla2-qt5-designer-dbgsym 
libqscintilla2-qt5-dev libqscintilla2-qt5-l10n libqt5scintilla2-designer 
pyqt5.qsci-dev python3-pyqt5.qsci python3-pyqt5.qsci-dbgsym
Architecture: source all amd64
Version: 2.11.2+dfsg-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Gudjon I. Gudjonsson 
Description:
 libqscintilla2-doc - API documentation for QScintilla 2
 libqscintilla2-qt5-15 - Qt5 port of the Scintilla source code editing widget
 libqscintilla2-qt5-designer - Qt5 Designer plugin for QScintilla 2
 libqscintilla2-qt5-dev - Scintilla source code editing widget for Qt5, 
development files
 libqscintilla2-qt5-l10n - Scintilla source code editing widget for Qt5, 
translation files
 libqt5scintilla2-designer - Qt5 Designer plugin for QScintilla 2 (Transitional 
package)
 pyqt5.qsci-dev - Development files for Python Qscintilla2 (Qt5)
 python3-pyqt5.qsci - Python 3 bindings for QScintilla 2 with Qt 5
Closes: 875144 926204 938318
Changes:
 qscintilla2 (2.11.2+dfsg-1) experimental; urgency=medium
 .
   [ Ondřej Nový ]
   * d/changelog: Remove trailing whitespaces.
 .
   [ Gudjon I. Gudjonsson ]
   * Update watch file, thanks to Dmitry Shachnev (Closes: #926204)
   * New upstream release
   * Refresh all patches
   * Add patch Add-import-QUrl, fixes compilation
   * Make two missing directories from rules file
   * Bump standards version to 4.4.0.1
   * Remove all -dbg files. They are autogenerated
   * Bump ABI version from -13 to -15
   * Rename -13 files to -15 in debian/
   * Remove -dbg strip arguments in rules
   * Bump SONAME in rules file to 15
   * Copy sip files to qsci packages
   * Add Build-Depends-Package to symbols files
   * Remove +dfsg from symbols files
   * Create new symbols files
   * Remove python2 and Qt4 packages (Closes: #938318, #875144).
 .
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Switch debian/copyright to use copyright format 1.0
 - Remove minified version of jquery.js.
Checksums-Sha1:
 2701b0bcfe0b2bcabfc7381ed8a072cfc112c766 2950 qscintilla2_2.11.2+dfsg-1.dsc
 bb7227d5de102823a828770793fdd0fc4b99ae13 1442468 
qscintilla2_2.11.2+dfsg.orig.tar.xz
 fc8f648625631f0cea9d77015818868bce1e5c86 101472 
qscintilla2_2.11.2+dfsg-1.debian.tar.xz
 900a7fff0c3d341a53d12bca9d149a4153d3fd33 682468 
libqscintilla2-doc_2.11.2+dfsg-1_all.deb
 4b2c8ed51953bc002600e564e4d7d6cd26e1d684 12429352 
libqscintilla2-qt5-15-dbgsym_2.11.2+dfsg-1_amd64.deb
 4202d79b0e5a39906dd964ef20fe18e4e3097313 1233308 
libqscintilla2-qt5-15_2.11.2+dfsg-1_amd64.deb
 be3856d09ae6ceb18a19393ef28db1ca0a2a68a7 488328 
libqscintilla2-qt5-designer-dbgsym_2.11.2+dfsg-1_amd64.deb
 f950c3facd4c21fb0ec564210da1ec756c405cb8 29112 
libqscintilla2-qt5-designer_2.11.2+dfsg-1_amd64.deb
 67413dbd6b416a8397cc8ebd8856716455096054 76508 
libqscintilla2-qt5-dev_2.11.2+dfsg-1_amd64.deb
 88eae043312b432df969405cee293115be492b6b 55836 
libqscintilla2-qt5-l10n_2.11.2+dfsg-1_all.deb
 5f0532bc4de08688b1aadda24ee2b0a7489a2216 20256 
libqt5scintilla2-designer_2.11.2+dfsg-1_all.deb
 db1ba7a6e5158723961918712cb83f3ab522a4f6 40840 
pyqt5.qsci-dev_2.11.2+dfsg-1_all.deb
 ac68c9cb6de62e28f362d86a7cde5c6b8a15edfd 646628 
python3-pyqt5.qsci-dbgsym_2.11.2+dfsg-1_amd64.deb
 838f89f57234beea15cfdb74e9bdc660d8774f74 233956 
python3-pyqt5.qsci_2.11.2+dfsg-1_amd64.deb
 6503e004b9174c4e105e2b1606ad8c4b81552e4d 15313 
qscintilla2_2.11.2+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 b60a91d3e08a18141bc28a41f666f313f92e1169aa5df07e62167dc63a3dc749 2950 
qscintilla2_2.11.2+dfsg-1.dsc
 09d2a7ac47a6153df32e4543f0b2d152676387ef6bae980cd9688c6371c32c47 1442468 
qscintilla2_2.11.2+dfsg.orig.tar.xz
 c6e63fc92302aa814c0b588ce2cfd08bddc323b10b1582c7ab60a76f7d128fac 101472 
qscintilla2_2.11.2+dfsg-1.debian.tar.xz
 0832f243fdc5cbe0cd13a7ef1b723c548e2975e43193f0a4ba8df07fd181b0ef 682468 
libqscintilla2-doc_2.11.2+dfsg-1_all.deb
 e8f4861dbbc8b77f8ee0134a9010cba367fb6fadb3f1a0d44b1628bbe966d906 12429352 
libqscintilla2-qt5-15-dbgsym_2.11.2+dfsg-1_amd64.deb
 9fae83f7661f206ee2a057b67ef11a5f38a84f39e623d5803cf5775514a69a07 1233308 
libqscintilla2-qt5-15_2.11.2+dfsg-1_amd64.deb
 310995a99ade77f9798bbc7ac70ee93b0b32cfcf6a6437ef81a04ff830c20266 488328 
libqscintilla2-qt5-designer-dbgsym_2.11.2+dfsg-1_amd64.deb
 52d54c836737182779eb28651bc3700ac722ed5b354d586aeb6135cf09563359 29112 
libqscintilla2-qt5-designer_2.11.2+dfsg-1_amd64.deb
 ca46e979cfef02f55f157d090e9103eac79b273e95f43e2ffab6614450928648 76508 
libqscintilla2-qt5-dev_2.11.2+dfsg-1_amd64.deb
 2dd14509cd6c492ca8cea8724b3d101aa87632e3af3f1f13e4f02e53aebbf74d 55836 
libqscintilla2-qt5-l10n_2.11.2+dfsg-1_all.deb
 a0981cdc06428847615f4ff9014e0204b14784ced6944dcb697ac12a22d2027c 20256 
libqt5scintilla2-designer_2.11.2+dfsg-1_all.deb

Accepted eric 19.8+ds1-1 (source) into unstable

2019-09-01 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 24 Aug 2019 11:16:35 +0200
Source: eric
Architecture: source
Version: 19.8+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson 
Changed-By: Gudjon I. Gudjonsson 
Changes:
 eric (19.8+ds1-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Bump Standards-Version to 4.4.0.
   * d/changelog: Remove trailing whitespaces.
 .
   [ Gudjon I. Gudjonsson ]
   * Fix new path in exclude files
   * New upstream release
   * Fix paths in docs file
   * Update eric config file
   * Fix patch 01_path_fix
   * Fix patch disable-update-warning
   * Fix patch debian_chardet
   * Fix patch no_blacklist
   * Fix patch desktop
   * Add patch to fix installdir
   * Fix clean target and eric6 directory in rules file
   * Fix new paths in rules file
   * Remove thirdparty asttokens, add dependency on python3-asttokens
   * Remove thirdparty Send2Trash, add dependency on python3-send2trash
   * Fix copyright file
   * Fix api files directory
   * Change all directories back to earlier Debian package directories
   * Remove unnecessary link to examples
   * Add patch fix_asttokens_import to fix import of debian package
   * Copy desktop files to correct location. Otherwise the patched files
 are not used.
Checksums-Sha1:
 f5d4cfcb28ec35c015450c0e85ab090f0363be95 2163 eric_19.8+ds1-1.dsc
 efbcefaa40ec9138f8af4823de09e3b18aba1b11 16833007 eric_19.8+ds1.orig.tar.gz
 fb1c3b57b143eb45139a8137aa861d756e3bf8c1 27352 eric_19.8+ds1-1.debian.tar.xz
 943580c2e4ad2e89c222442cea3d171af3942db2 10583 eric_19.8+ds1-1_amd64.buildinfo
Checksums-Sha256:
 32c038cc4d1b5505fd213c3126afbc918f6b6a44bb61363fc7e761dfcc917d53 2163 
eric_19.8+ds1-1.dsc
 d17df8c71f55039a92ef941fac5927f28222cd644af7967405cab4571884a268 16833007 
eric_19.8+ds1.orig.tar.gz
 1e5927f0d980426559f45120a6e48e3e5256e7ab60ebd6b2a421731fa3e9b115 27352 
eric_19.8+ds1-1.debian.tar.xz
 229ce97d665ff9d5b8e363296e93b259e1ee646ea38d2bfa81c8e87e311ee223 10583 
eric_19.8+ds1-1_amd64.buildinfo
Files:
 94ba49259b6a370a4d59bfa11cb18404 2163 devel optional eric_19.8+ds1-1.dsc
 a85bc8dac6765624db2b5a1a7ac5087d 16833007 devel optional 
eric_19.8+ds1.orig.tar.gz
 836f9c3b3a33996faad3ce38ace037e5 27352 devel optional 
eric_19.8+ds1-1.debian.tar.xz
 4bc85eb93b79f263d82184b85e28d7cf 10583 devel optional 
eric_19.8+ds1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAl1r5PcACgkQwpPntGGC
Ws5J6w/+J2YFKAW5wlcDOTj3mD2zLRE8go49Z6bJhAgkhWtfcUZD93NobMMcA8Qd
8CF2zpvsBYJaPLHaVYKQFLWqGrnTHJNeXleocz8nPeEWT+DoBfp/Vkyk6LueTIfd
nBJt2YclBxCLwSvrgjOWXDmhfeDOKtc8gFEg3VO3X4+185rM0arE5vWF2HoZC9xi
o/UsoF2qimCXziaMT5Xj8lS4xI2XT2BIHkOAtu1d5K7uhV72D426Zhp0OCa7GPcJ
soFwLxpzVZfOjXLjBFjMlZaIZuJ5MNW96DBVYW10ywBgaf3K1VbbTDzWFDZzR9C4
x3sWiNlq+1A7dfK+Fq5pHQrI9RMgdEZ29DI8qOrWVSqfm60cYWSczudo8qGhImoC
w0dtXXc6jrd3wed0EfkZBWRS0rCs/529LE0GMq7oa+BXevkRM7tuWq7KeSc/c9Sh
P1F8jXrZCgIPTmYx/UAOZcWt8+zSTPWTOXyugaDAabRNFWtdiG5Nexx6s5I5ZOTh
YKp9KGz0uPbeocLbIXmGXQ2cno5C+cV6oXRLRTaG+tPiy2GeIrgL43M/GTX0FUkD
9J8rPM/VWN3HlNZAJwKXzRIN8BWSVf5Io9rwAMK7LMDmK6VB5C8d0d3GBFbV+mhW
qRu2uu7VFtFKp/5wD8EkxFbrJbShgHRNUIarYHXnyyByoBp0+KA=
=6lFc
-END PGP SIGNATURE-



W nawiązaniu do Sklepu

2019-06-17 Thread Strony i Sklepy WWW

Dzień dobry,



reprezentuję firmę zajmującą się tworzeniem nowoczesnych *_Stron i Sklepów_* 
WWW.



Z przyjemnością podeślę naszą aktualną propozycję w tym zakresie.



Jeżeli mogę, proszę o e-mail zwrotny o treści*TAK.*

_ _ _
Z poważaniem,
Andrzej Mysiński
Strony i Sklepy WWW



RE: Hurd-i386 and kfreebsd-{i386,amd64} removal

2019-05-25 Thread i
Sorry if this is off-topic, but I can't help asking if that "15381 March 1977" 
was on purpose or just from some wonky email client: 15380 days after March 1st 
1977 happens to be April 10th 2019, so...

-- 
Pengcheng Xu
https://jsteward.moe/


> -Original Message-
> From: Aurelien Jarno 
> Sent: Saturday, May 25, 2019 4:56 PM
> To: debian-h...@lists.debian.org; debian-...@lists.debian.org; debian-
> de...@lists.debian.org; debian-po...@lists.debian.org; ftpmaster@ports-
> master.debian.org
> Subject: Re: Hurd-i386 and kfreebsd-{i386,amd64} removal
> 
> Hi,
> 
> On 2019-04-24 12:34, Joerg Jaspert wrote:
> > On 15381 March 1977, Aurelien Jarno wrote:
^^^ HERE
> >
> > > > > It would be nice to have a bit more than 2 weeks to do all of that.
> > > > Ok. How much? Is 6 or 8 weeks better? I don't think, given how
> > > > long this is on the table already, it doesn't make much difference if 
> > > > its 2
> or 8.
> > > > Just something thats clear defined and not some random, non-clear
> > > > "sometime in the future" point.
> > > The hurd-i386 architecture has been moved to to debian-ports yesterday.
> > > I hope it shows the willingness to do that. Please give us at least
> > > 4 more weeks to do the remaining kfreebsd-*. That will provide some
> > > margin to account for the non-infinite free time to work on that
> > > (especially in the freeze period) and possibly to get more disk
> > > space for the debian-ports machine.
> >
> > Thats ok, end of May is a nice point to take.
> >
> > Thanks for the work and the timeframe for the rest!
> 
> kfreebsd-amd64 and kfreebsd-i386 have now been moved to debian-ports.
> As
> hurd-i386 has been moved earlier, it means that all the 3 architectures have
> now been moved.
> 
> Aurelien
> 
> --
> Aurelien Jarno  GPG: 4096R/1DDD8C9B
> aurel...@aurel32.net http://www.aurel32.net


openpgp-digital-signature.asc
Description: PGP signature


Ważne Pytanie

2019-05-08 Thread Strony i Sklepy WWW

Dzień dobry, 

 zajmujemy się tworzeniem nowoczesnych, responsywnych*_ Stron i Sklepów 
internetowych. _*

 Jeśli chcieliby Państwo otrzymać bezpłatną propozycję w tym zakresie dla 
Państwa firmy prosimy o odpowiedź *TAK.*

 - - - -
Pozdrawiamy Serdecznie, 
Twórcy Stron i Sklepów WWW



Accepted pyqwt3d 0.1.8-5 (source all amd64) into unstable

2019-03-18 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 18 Mar 2019 06:55:14 +0100
Source: pyqwt3d
Binary: python-qwt3d-doc python3-qwt3d-qt5
Architecture: source all amd64
Version: 0.1.8-5
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson 
Changed-By: Gudjon I. Gudjonsson 
Description:
 python-qwt3d-doc - Documentation for the Python-qwt3d library
 python3-qwt3d-qt5 - Python bindings of the QwtPlot3D library
Closes: 924733
Changes:
 pyqwt3d (0.1.8-5) unstable; urgency=medium
 .
   * Add patch for fixing FTBFS with sip >= 4.19.14 (Closes: #924733)
Checksums-Sha1:
 5eb77b306b84a1fece94c59979b6be065a66b6f2 2211 pyqwt3d_0.1.8-5.dsc
 a0ef68d7a397e948f23b0c664fae46d7178f4392 7712 pyqwt3d_0.1.8-5.debian.tar.xz
 5b62c5f053daa598fd046fd6bcae2aeb0fc5d793 11548 pyqwt3d_0.1.8-5_amd64.buildinfo
 d795ef96b347544461c635dbebd2ba2292b6dd2e 26520 python-qwt3d-doc_0.1.8-5_all.deb
 617b3377053de726c6421da13a13acac773314bf 170632 
python3-qwt3d-qt5_0.1.8-5_amd64.deb
Checksums-Sha256:
 452d1adc5df783c2ac3922d090623156f68fa06bad84a1b15dbf35b9f9e6f6ba 2211 
pyqwt3d_0.1.8-5.dsc
 6587253326ead0537fbee06e48158d5dfe8066701b670628f8788f161a23e330 7712 
pyqwt3d_0.1.8-5.debian.tar.xz
 d022673b2d358e7a4ee6c6b85fb335bea26faa4aae0fe2b9d13d5f5a9a25d933 11548 
pyqwt3d_0.1.8-5_amd64.buildinfo
 d0fa32f62de30282dc6df617b3a9ddaab067ade5f6b5b5fd339ebea7f982cef8 26520 
python-qwt3d-doc_0.1.8-5_all.deb
 e68f82b07ecac95ed7f6ea755ec898d19adac75f608feb32aacd6aa8fd4e2f9a 170632 
python3-qwt3d-qt5_0.1.8-5_amd64.deb
Files:
 d0d480a176ac4c26572d010ffc9b2671 2211 python optional pyqwt3d_0.1.8-5.dsc
 675b0a8394b255881e15145552bc9330 7712 python optional 
pyqwt3d_0.1.8-5.debian.tar.xz
 9816273b43dcf6f8f048b3c0205febb6 11548 python optional 
pyqwt3d_0.1.8-5_amd64.buildinfo
 12471ed4c5aee3bfe07ccf7b3093d8c0 26520 doc optional 
python-qwt3d-doc_0.1.8-5_all.deb
 ff709501312a36f10bb6a45a9402f42a 170632 python optional 
python3-qwt3d-qt5_0.1.8-5_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEHS+omFjar2IXhi33rvbxoqdFdkUFAlyP/tMACgkQrvbxoqdF
dkWYqxAAzfg4HSINdgKRjqkBYgAV53q99uDOAkLFOx4f8RhApdo3SJNxLjgVN3Xm
mktrsZnIQJUed/qAFPzzgoQa3P8TYx+sv8t0+Gcr5230KV8LGPnWqjS7iDYFjXhW
o/V4bzWUfdfIMy4/ZwD9g10VLztfTYbS41e71eFivRMFiNgZA4gwyHUlS5+4OxAq
+hNwbT4Xwv2QMeqBRanJd/kXTP8goVJVRNXo44P7JaGBTrxbAugGX83Uy5Ce+z46
Man9cqqXvOnqY6EnymxAE3DWGb03A0I9W1gTrS4j3+AcvhM1zDVWPxd27hteRtwQ
MlehLuvZyTjYtC+rSD2ToccyXrA77Do5xL0BBo5c2f3AnXLoQEUlTVXlDuNzskr4
aLtUkKEhXnY4FBq2oKeN5uWFf327bkgr+8rw5l59GSGvpqiualwZCGHSxZ6UcC2m
VaPH3Tvz1xPxMsyRFb1flWG/jGRaxWk09YS9Hd2S4dl9VuYNnoraUJKqcqKUUAHx
9FSSMFL4JNuSIpdUg3ecqVx1SWTgqCKFVAIATeb068s4zAteqy5GP6hoEbsPICNA
UndovR29nxj04YOLDS4g0KM11pUh+BJsy56h72O8jTCiFfHgllV007Qc+0wayUqk
kjUSlKwKfBF7jwR7nmlGBed+AD3dEaRtBTadsACfqCaRPiogarY=
=BCx9
-END PGP SIGNATURE-



Accepted pyqwt5 5.2.1~cvs20091107+dfsg-10 (source all amd64) into unstable

2019-03-17 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 16 Mar 2019 09:11:48 +0100
Source: pyqwt5
Binary: python-qwt5-doc python-qwt5-qt4 python-qwt5-qt4-dbgsym
Architecture: source all amd64
Version: 5.2.1~cvs20091107+dfsg-10
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson 
Changed-By: Gudjon I. Gudjonsson 
Description:
 python-qwt5-doc - Python Qwt5 technical widget library, documentation and 
examples
 python-qwt5-qt4 - Python version of the Qwt5 technical widget library
Closes: 924651
Changes:
 pyqwt5 (5.2.1~cvs20091107+dfsg-10) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/changelog: Remove trailing whitespaces
   * d/control: Remove trailing whitespaces
   * d/rules: Remove trailing whitespaces
   * d/control: Remove ancient X-Python-Version field
   * Convert git repository from git-dpm to gbp layout
 .
   [ Gudjon I. Gudjonsson ]
   * Add patch to fix build error (Closes: #924651)
 .
   [ Piotr Ożarowski ]
   * Add dh-python to Build-Depends
Checksums-Sha1:
 7eaab1acb5fd44351508a62e3f613865e50d2bbf 2278 
pyqwt5_5.2.1~cvs20091107+dfsg-10.dsc
 2de4f17483283c86dbefaaa780ab2dcaaa9150ed 9492 
pyqwt5_5.2.1~cvs20091107+dfsg-10.debian.tar.xz
 0442a7e2bd541b643dc10c94a20d23b3e82ddf1d 9408 
pyqwt5_5.2.1~cvs20091107+dfsg-10_amd64.buildinfo
 24c8fa47f0f95f6938a09e94ae7d70d609b5371d 37232 
python-qwt5-doc_5.2.1~cvs20091107+dfsg-10_all.deb
 d46bedd1632611d105ce03944532850698d46a64 9135312 
python-qwt5-qt4-dbgsym_5.2.1~cvs20091107+dfsg-10_amd64.deb
 cc13bcf32cd57f4c32702224ad17c89ce8694557 359684 
python-qwt5-qt4_5.2.1~cvs20091107+dfsg-10_amd64.deb
Checksums-Sha256:
 f94b2725c7cf4b4597880cfb828284ed176dc63bb1209a40a49439e7e6d8afea 2278 
pyqwt5_5.2.1~cvs20091107+dfsg-10.dsc
 18a4e4f62bfe90a802c3dcf958e47d6f5490748569417de65520d44738db1cea 9492 
pyqwt5_5.2.1~cvs20091107+dfsg-10.debian.tar.xz
 d717e651046795d9f7f985c88326620a28d5f453da247c0d892fce7f9cce0781 9408 
pyqwt5_5.2.1~cvs20091107+dfsg-10_amd64.buildinfo
 3a5a477aee6aca28a2b3c966b880f89e860b6a798bed93dab4484f1946344a57 37232 
python-qwt5-doc_5.2.1~cvs20091107+dfsg-10_all.deb
 dc47d2f3e87831270dbdb992aeffc491e4cb3d5cfcab719df72bdd5af14b65e7 9135312 
python-qwt5-qt4-dbgsym_5.2.1~cvs20091107+dfsg-10_amd64.deb
 bf734780237ec4e544ea7bb098089f26906338923f707146a178dc2a91bccf7c 359684 
python-qwt5-qt4_5.2.1~cvs20091107+dfsg-10_amd64.deb
Files:
 197725ccc074cc29d736082f980640e1 2278 python optional 
pyqwt5_5.2.1~cvs20091107+dfsg-10.dsc
 a53116ca009c30a78f23b31fbe74201a 9492 python optional 
pyqwt5_5.2.1~cvs20091107+dfsg-10.debian.tar.xz
 1e4e686a28d0fe1e63d24ca3e5613ce6 9408 python optional 
pyqwt5_5.2.1~cvs20091107+dfsg-10_amd64.buildinfo
 8ab52d97bf189315cdd08d6d415a3683 37232 doc optional 
python-qwt5-doc_5.2.1~cvs20091107+dfsg-10_all.deb
 9ed55f53e1a44919c18e65eb4945592f 9135312 debug optional 
python-qwt5-qt4-dbgsym_5.2.1~cvs20091107+dfsg-10_amd64.deb
 6fbac6efa6cd230c69c110ca842e19d3 359684 python optional 
python-qwt5-qt4_5.2.1~cvs20091107+dfsg-10_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEHS+omFjar2IXhi33rvbxoqdFdkUFAlyOUYUACgkQrvbxoqdF
dkUAIw/8Dn6KgjBhdIZ4JyySa3BUP+3NfpHpM8LbQi3lgT71bK+yP9PM+UmTQAoQ
0mw+2sXv9DmObX2QhNCWzFxJ4CbpVciLWtWMcqhE7DvVOqgwDlOczRlH2P8oMo+L
WCrKcCoe3STnPiMBWZ/w11Jh0K9+bqkqX+dM71sAshojL6wtDml8gnnuIMM+TZ/z
kG/9qkcL+2iMQdoJZOoNKkW1z3fEHkzY/81jJYtFuzuxd85MZw5eSX3oDMgVffax
Bol+Wm34AmxiahS4qf3D5PSXmUfwD3BNMXYa1NkRoViVINUidzt5N2amVxMPk7Ew
C3XSP75mAfob9+1iHkjKih0+4tUb6UG3uiiuAQvxkxwOEucfcZp/O2ORLFq2uMF7
ltAwEzue8POUI+1pSzepMxmsoboqIdRdxtXX61akgiWHsrZXdlCWXn39TcGH9R+V
eYecnQVxeIlSe1wfxHHmlPdWLlqiu62b7NI7MwnTessryIjIzhG5Y6w2ylOaJPT/
AVy0V7PtW2Y5UE+i5JsriVHdL4o+XlUzltalHFifxtPxwvLstldrZFJGL6t5CMIn
w+L8hAp/2EDC0LZLvcPuRsmuhzjn+bT4hfuPAwf1BaDXdoSUV4X5O2Qsrhxrvczs
Aawu2/ZVrW6cS07GYrLeZT9nnbzdG25D04XEUzaaCemxz16t2R8=
=vlDO
-END PGP SIGNATURE-



Accepted qwt 6.1.4-1 (source) into unstable

2019-02-28 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 28 Feb 2019 16:09:24 +0100
Source: qwt
Binary: libqwt-headers libqwt-dev libqwt6abi1 libqwtmathml-dev 
libqwtmathml6abi1 libqwt-qt5-dev libqwt-qt5-6 libqwtmathml-qt5-dev 
libqwtmathml-qt5-6 libqwt-doc
Architecture: source
Version: 6.1.4-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson 
Changed-By: Gudjon I. Gudjonsson 
Description:
 libqwt-dev - Qt widgets library for technical applications (development, qt4)
 libqwt-doc - Qt widgets library for technical applications (documentation)
 libqwt-headers - Qt widgets library for technical applications (header files)
 libqwt-qt5-6 - Qt widgets library for technical applications (runtime, qt5)
 libqwt-qt5-dev - Qt widgets library for technical applications (development, 
qt5)
 libqwt6abi1 - Qt widgets library for technical applications (runtime, qt4)
 libqwtmathml-dev - Text Engine for Qwt (development, qt4)
 libqwtmathml-qt5-6 - Text Engine for Qwt (runtime, qt5)
 libqwtmathml-qt5-dev - Text Engine for Qwt (development, qt5)
 libqwtmathml6abi1 - Text Engine for Qwt (runtime, qt4)
Changes:
 qwt (6.1.4-1) unstable; urgency=medium
 .
   * New upstream release
   * Change watch file url to https.
   * Bump standards version to 4.3.0.2
   * Refresh all patches
   * Change 6.1.3 to 6.1.4 in rules file
   * Update symbols files
   * Don't exclude build of qt4 designer plugin
Checksums-Sha1:
 cf92686629f73773d84fac595ce197623dc30731 2521 qwt_6.1.4-1.dsc
 bf7ded4f9e42487c6c4b47c32e678d9e814c6300 3842407 qwt_6.1.4.orig.tar.bz2
 bf07b9e18d017a2af79d3f112d036eb1a43327e6 32236 qwt_6.1.4-1.debian.tar.xz
 48bbdb98c8f02e18baf443367cf9572adb5fb092 6042 qwt_6.1.4-1_source.buildinfo
Checksums-Sha256:
 0a85fed08f85982852353c665467be17d804ddb4ad385d892ab9be04fa329b1b 2521 
qwt_6.1.4-1.dsc
 71d04977b36852b9db7330bb9058299addfd934aff82ad4c83a4bd3cf086f233 3842407 
qwt_6.1.4.orig.tar.bz2
 a541635670f26272e4b974650c8430a33d01a7e26e2c3d5d7c7a5ce1b7eb9a07 32236 
qwt_6.1.4-1.debian.tar.xz
 ce2fb7206faaa5ebca0cc64cebb07cadb35971acda98df1ab98698c797bd6044 6042 
qwt_6.1.4-1_source.buildinfo
Files:
 9dcdaec89053919cf4dfb004d0eae4b2 2521 libs optional qwt_6.1.4-1.dsc
 92c75bd6905c0ca81d883bb24e3934eb 3842407 libs optional qwt_6.1.4.orig.tar.bz2
 8f949d82ac75de7baa4034ff6e833958 32236 libs optional qwt_6.1.4-1.debian.tar.xz
 8919cd90504a97b50f1ff9cf69c89141 6042 libs optional 
qwt_6.1.4-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEEt36hKwjsrvwSzE8q2RfQGKGp9AFAlx4BJkACgkQq2RfQGKG
p9BnRhAArn8ELUfpTVRrEuDC5QBLTBb2W119x17jrjZKvu6RZTduTxrVQvYH1nY7
RCkaUy7/vOieupHqBZoPBXstabaJsGSBhRshMgNhyP5bA3XhMZZz3PsWvFAYHV8q
hD+g/V5jeLNzmttPwVZSiYV1E7rHHJfsjGug14ZuIO+IWcQGY7V7LtpKvms4Lpe6
YC3UgauzPOhI931Fga1d9SNhRfzfJg8Kuy/VUvR5+4CUPuu2+e7yof5/tCxewaZa
719z9FRIDoQvejhnPc/44KlVFfA0PrwUTAbcSTaTEbO6aHj+2jeXrXfPcuyxlHpQ
A9MMstvFbggTj2DRyASFuJzBPVNJXKDoqNXU+Dk4tDi+fcLzBX2TNPbOY1nMvLr0
b4rhqlEI/KZnrZHEydjQJP1oj33hzumQex6Ad43nPHRKUqFvA2Qp82oBKOgb8u8p
F/94n0gTRiYJWOiG3uOYP9/wv+xUSVZwLCWw2o+vBPKqUdYFa9UzD2QIz629m5rp
HaR5kpTfpnNgRaJJCZs5cx0OewRZQjU7o3m78cuUJ+PI+5dn3cuLeydX7NjFZQ+G
CjWFSD3+C7+Mp6kT3Ojh+LSmanRx7QG0zF3Yt/JwBV5m5Aj/V/F8wiE4sMnmd0hp
0Fw0MIzM0K4IY3IOOphDzx0vPzRI9emijDhIJbnrwj5xHTf/iVM=
=og2N
-END PGP SIGNATURE-



Accepted pyqt-qwt 1.02.00-1 (source all amd64) into unstable

2019-02-24 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 23 Feb 2019 14:10:11 +0100
Source: pyqt-qwt
Binary: python-pyqt5.qwt-doc python3-pyqt5.qwt
Architecture: source all amd64
Version: 1.02.00-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson 
Changed-By: Gudjon I. Gudjonsson 
Description:
 python-pyqt5.qwt-doc - Python Qwt6 technical widget library, documentation and 
examples
 python3-pyqt5.qwt - Python version of the Qwt6 technical widget library 
(Python3)
Changes:
 pyqt-qwt (1.02.00-1) unstable; urgency=medium
 .
   * New upstream release
   * Bump standards version to 4.3.0.2, no changes needed
   * Add patch fix_ftbs. Needed for new sip version
Checksums-Sha1:
 16ad3fc9c875e117891d52b1b0bcd6fb7fded48a 2143 pyqt-qwt_1.02.00-1.dsc
 d1c113c5c8ae504bfc479dafdad94a2e459ecf09 103588 pyqt-qwt_1.02.00.orig.tar.gz
 046884e0438d1bd10d34d07c4705cbed99ab46a6 3580 pyqt-qwt_1.02.00-1.debian.tar.xz
 a177768d670e1fda325289de67ec0f01eb481fc3 11400 
pyqt-qwt_1.02.00-1_amd64.buildinfo
 6abb9e48eff5227c41d63c9f24303cc58e53e461 21460 
python-pyqt5.qwt-doc_1.02.00-1_all.deb
 07ca73a21e097de621afb5b02a8e9e069fb60eb2 284648 
python3-pyqt5.qwt_1.02.00-1_amd64.deb
Checksums-Sha256:
 414b2efac8391adc02b55dc792e174ec1100e6f7a2b74ebfc80269c897312392 2143 
pyqt-qwt_1.02.00-1.dsc
 cfdddf2c2c987f60b211fd76dd1b8dc4f41b4dda6d8c9aede206105d52eb503e 103588 
pyqt-qwt_1.02.00.orig.tar.gz
 7d3a1a24a03aeba758553c75974a7d05b461d3d1fc1eff661cc439bfe0b6dc50 3580 
pyqt-qwt_1.02.00-1.debian.tar.xz
 9a36ac7de9e72115eb89e34d779c909972fd908b342f38d43e9f2452899f8592 11400 
pyqt-qwt_1.02.00-1_amd64.buildinfo
 0276d552bb753fe1cd469ea5439faf4f8ce99ab18b06af39761eac56355bb36f 21460 
python-pyqt5.qwt-doc_1.02.00-1_all.deb
 8264499b406589d3dda9194f128e259cbaa6d808aec1475e85a2e51082688431 284648 
python3-pyqt5.qwt_1.02.00-1_amd64.deb
Files:
 304bebdb0e499d4c10f4a11b4bfec23f 2143 python optional pyqt-qwt_1.02.00-1.dsc
 4ef09cbfffaa4193a5ce3198c0cfcefb 103588 python optional 
pyqt-qwt_1.02.00.orig.tar.gz
 88ac8245d1979424261015e999703d20 3580 python optional 
pyqt-qwt_1.02.00-1.debian.tar.xz
 09e97ed39e00236928e19dc59f850211 11400 python optional 
pyqt-qwt_1.02.00-1_amd64.buildinfo
 9829747400c12571eda50b713fbdedb8 21460 doc optional 
python-pyqt5.qwt-doc_1.02.00-1_all.deb
 5d7a407affb13d462aef3811abff18d3 284648 python optional 
python3-pyqt5.qwt_1.02.00-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEHS+omFjar2IXhi33rvbxoqdFdkUFAlxys1MACgkQrvbxoqdF
dkUTtQ//SdKL7jJUv6B1gvmdYryzA2uBXkf00BeSCzWbuHSL5nkTFY/nP6fwnOoU
Fjg/glcLhNDEIBRDiD5TqP0ZOuGpASLUgUdIdBMDHQ9rp+COBEfx92GGic7klziF
NZkusIXPt8dO87tu2FC4VeN/dX+UwrgmGmyyJAN8nrdZoe4Uh8dbsKw098+uKxTm
BjL8aWxeQ5HIV7WAnWTQODvWSqNseRXAxa7/va975tw4txg5UXk0i4DwzVvoUzFU
My1Xi6GGKZTw0An0QdR904wqXG6AwdLCcHfTn4YmPdZsKpYqnwCZaGQCndDjRLKF
rukV1MiuNcoldu6GsfI8GcGCXofQQAXhJMPkCbSalYyuKaclUnkfSGX8NXwoFsvl
HDAofv/Rk1qB/63t7MtZwhmNuByw/AxXAvE8sj1nqxzFWpmnbWiwb2pHEy1wJipe
5I3hHi8RS80FPcVW/4lTkjrgxuBDeXwD4m/g8yIeOaoHFALtV5ObihdeIXFYcm/V
ZnjEXWNPGijhsW6nBUPBmzVX9Ai2LvrCQKkbM8SZKdvRL+UYDs8nJuIF/ECkM2Ed
lQ+y+Yk+tYi6BqO45LFvnAVAggazXMGSPQU0+akVufLP/YLoMJfRntdPuLqQsV0C
DhQ1Kcb6ZfM/+zevfwVhtlnpLIc4tMwrAkggCvRlU4LqUSKvlJk=
=/Vap
-END PGP SIGNATURE-



Accepted qscintilla2 2.10.4+dfsg-2 (source) into unstable

2019-02-21 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2019 19:34:03 +0100
Source: qscintilla2
Architecture: source
Version: 2.10.4+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Gudjon I. Gudjonsson 
Closes: 907172 912829
Changes:
 qscintilla2 (2.10.4+dfsg-2) unstable; urgency=medium
 .
   [ Scott Kitterman ]
   * Update symbols files from build logs (note: hppa not updated because the
 hppa differences are due to Qt 5.10 not being built for hppa)
   * Remove myself from uploaders
 .
   [ Ondřej Nový ]
   * d/control: Remove ancient X-Python3-Version field
   * d/watch: Use https protocol
 .
   [ Gudjon I. Gudjonsson ]
   * Add a patch to link designer (Closes: #907172)
   * Mark -l10n and -doc packages Multi-Arch: foreign.
 Thanks to Helmut Grohne (Closes: #912829)
   * Bump standards version to 4.3.0.2, no changes needed
   * Change debhelper dependency to 12
   * Update symbols files from build log
Checksums-Sha1:
 b4bcb6d67319f74960631babc1725b8a0f7fe40f 4449 qscintilla2_2.10.4+dfsg-2.dsc
 ffe8dc110d2655abb52f41de204cd015c4661b36 2772679 
qscintilla2_2.10.4+dfsg.orig.tar.gz
 0a28f541be7a6695e064cd9f6e7ac332eac97faa 103156 
qscintilla2_2.10.4+dfsg-2.debian.tar.xz
 5321c3546778a32b3d36348130251d8ee4ee9853 13441 
qscintilla2_2.10.4+dfsg-2_source.buildinfo
Checksums-Sha256:
 c7cfaca7d864fa5b1c74bcefc1a7998dc593b42e646f26f703f0068200fbf931 4449 
qscintilla2_2.10.4+dfsg-2.dsc
 4b8fdad20188fb1d84139a3c749f9f28c31bafd742062e11750abb8f72d622aa 2772679 
qscintilla2_2.10.4+dfsg.orig.tar.gz
 7bb544d8268a84aaa266ccc569943c2aae3c7170db2e00a19000efef73540035 103156 
qscintilla2_2.10.4+dfsg-2.debian.tar.xz
 741947296f4345d3086d9b5996b499e641c4fa8c904bc3f285dc692849dd4cef 13441 
qscintilla2_2.10.4+dfsg-2_source.buildinfo
Files:
 5f9e6b2f99a971030c1d7a42689a 4449 libs optional 
qscintilla2_2.10.4+dfsg-2.dsc
 fb2188266e7d78f2e06c20812ef535ce 2772679 libs optional 
qscintilla2_2.10.4+dfsg.orig.tar.gz
 79513767d1c1ae1d86200ab8bb5ddc40 103156 libs optional 
qscintilla2_2.10.4+dfsg-2.debian.tar.xz
 2a1fd89bbca1a6bc5e950f4f2dc7e08c 13441 libs optional 
qscintilla2_2.10.4+dfsg-2_source.buildinfo

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJcb4/EAAoJEHjX3vua1ZrxGYIP/2EBANOsJrz5w8Gv9K+5DmXS
9SoUg5Wc2DhBAy2ACzjnAr9wG9rJgVEgp/QOiZYS7j6HXfMq7A/hU3Pwk076Q69D
csCEvdulVAHVRN0SJbm4t7D5r+0hIwCXOBGyE4/9vnEIUtHGVXs21Cu0BoVsFXL6
5SELfYdySuRyCegVUkxCfLJYuNo7d3d+cT7FCxHggNCgaRSrG4AQH1iEvP1tvHW5
uc/p8ELEmZG8HYo3QS5s9Z6/rX1fwcE7bMnLl57ZnyQy6qmNB5amNttPJvM3zOAE
3AbWb7CnJEu6+Ne4AF1rs3ft1fVSkqWba3IFcRur6DKQCAybEx114KqXwpM+o2Rm
69Y5LeOpNwW+iLRSHaLOIidFMBbChVhZJQGQHYW4Ze10jqWAPmwmEDcGPAkwv5Ia
k5luTPXV2kqZ8g++otuWfXcwAlJ4ujJG/W+fMYl9moUQop2J9AH69sia2DjrnsZG
Gp8RZ4VKp3xBKEcuZZfONqsX7v5RwumiIEeuBjrJWOPhD0+QUovSyl8zncH5A6pr
Nju6V6ZOg5ViEbY3MfB3RbaeG2TLvZ3dIaaKvbpzc+sVIUKfjwZbUahl0GOElAZp
jfJeyJ9V9diHukCfo1gnfuwr0DygRs5z0cVUZmWCfmVcaU0l9GuBTIyuFea7WlGr
Ql3ffkxJGZDKGOevpJaD
=nlX+
-END PGP SIGNATURE-



Nowoczesna Strona lub Sklep internetowy, zobacz!

2019-01-16 Thread Strony i Sklepy Internetowe

Dzień dobry,



zajmujemy się tworzeniem nowoczesnych *Stron i Sklepów WWW*.



Jeśli chcieliby Państwo otrzymać propozycję w tym zakresie dla Państwa firmy 
prosimy o odpowiedź "*_TAK_*".







Serdecznie Pozdrawiamy



Accepted gerbv 2.6.2-1 (source) into unstable

2019-01-13 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Jan 2019 22:15:20 +0100
Source: gerbv
Binary: gerbv
Architecture: source
Version: 2.6.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Electronics Team 

Changed-By: Gudjon I. Gudjonsson 
Description:
 gerbv  - Gerber file viewer for PCB design
Closes: 859286
Changes:
 gerbv (2.6.2-1) unstable; urgency=medium
 .
   * New upstream release
   * Bump standards version to 4.3.0
 No further chnanges needed.
   * Fix homepage and VCS in control file
   * Update patch No-translation-available
   * Fix spelling error in manpage
   * Add keywords to desktop file
   * Change main desktop category to development
   * Remove unneded files
   * Set DEB_BUILD_MAINT_OPTIONS for hardening
   * Remove Ramakrishnan Muthukrishnan from the uploaders field
 Thanks Ramakrishnan for all packaging work in the past!
 (Closes: #859286)
   * Change required debhelper version to >=12, also bumping compat version
 accordingly
   * Remove -No-translation-available patch, not needed.
 Thanks to Carsten Schoenert for help with the packaging
Checksums-Sha1:
 e2264a83a1c82e151fd591a598c7ad22c2707589 1965 gerbv_2.6.2-1.dsc
 0e73b849fe186326c5f467ee319c64f7341d7ba3 2623437 gerbv_2.6.2.orig.tar.gz
 93e3fc55815d314a6089ac2e511f6a4f3aaa05b9 7540 gerbv_2.6.2-1.debian.tar.xz
 7e038a7ae8821113e59e87a8dffdbf44fb47b9b6 10680 gerbv_2.6.2-1_amd64.buildinfo
Checksums-Sha256:
 5bcb03f97f800a8d55c9f61b57cd0d4046b5fec5a431eb6a2db94cdfb66447f5 1965 
gerbv_2.6.2-1.dsc
 7c67922a077eaf5860fa5a428401319e95fe94c0006ffbcdfa9ababa6dc5b415 2623437 
gerbv_2.6.2.orig.tar.gz
 271c843d710a0805497dc5cc27f4e461b838e43eabbccc197c9e6b6c0f69d699 7540 
gerbv_2.6.2-1.debian.tar.xz
 cadd921481e4f9e3421d92695abd410e614eb28501e27edd831860d226bcbae3 10680 
gerbv_2.6.2-1_amd64.buildinfo
Files:
 d774b40e9ec0c4bcd42ee3abc8cf466f 1965 electronics optional gerbv_2.6.2-1.dsc
 144d94c50c089041288a0ffdd8890f78 2623437 electronics optional 
gerbv_2.6.2.orig.tar.gz
 65809d7817f02446c1d8826fad1b9fc6 7540 electronics optional 
gerbv_2.6.2-1.debian.tar.xz
 ba43822db835c3a4adf63395d6cfd554 10680 electronics optional 
gerbv_2.6.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAlw6/FoACgkQgwFgFCUd
HbD0ng/+PWO8GCg1z8E1FIuJJ7vLuvvpxz8f2NOShS0cJ8/xD1a/jIJl1uV4vGhA
MEIX+1jhSH6++BgQWV4dU+4wc4+4cIkEAjvK6gr03x0W+W8WUxbIUVtzaIgfdaiu
ir8fJ5ntL4TEZJEDoOaGoY3iUkKiQWuB/q+UuIvOSGBXq4YldXh7Hhqedo4EDqnC
KOdZfv7bNTgzHxW+NbJCz3DOWUEFIN08eJi6RKohPyQnhbxHzCT0uyRmMAgT2Qrg
UhkwMBaAVfgsuaguwP0b4O9LtKgdLdUwG8L+0ed2q+Migsma802XhIS3x4isZkdv
Dnuqua1kBCYHUBTqRqJkA8ijTbErN23rB9rd0f4QD88sPubbi7TQwLZNldqKLI9N
8VdMLAdXVqKdXeL2iRLsN8bHxoH2dV3AbAX2apaT2NPafLU5P2cQRsNDnDjks6OL
4VPXakK6qNNOJk9PLElSY+0xy4i1HauEGZ8KIOY5S6YEYIrvka1oTz0BWCS+KIWg
qEoMqAuy7hToVUfyANbtyRxH6EqPW5/VQttIrO1POgp/geFvtJADEjMtwqqV5E0U
8JKl4rRVIccVroRreBwlxwL1iDWxRh16XlR7M+ilFaHI/bMSfsE3FBdbWVzVDRDV
dWpkd2Iq9kEaEDZKyMm5aVcLUyVUFlVDeJmwVT4NNIXIZW16G8c=
=aw8o
-END PGP SIGNATURE-



Accepted pyqwt3d 0.1.8-4 (source all amd64) into unstable

2019-01-09 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 09 Jan 2019 06:55:28 +0100
Source: pyqwt3d
Binary: python3-qwt3d-qt5 python-qwt3d-doc
Architecture: source all amd64
Version: 0.1.8-4
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson 
Changed-By: Gudjon I. Gudjonsson 
Description:
 python-qwt3d-doc - Documentation for the Python-qwt3d library
 python3-qwt3d-qt5 - Python bindings of the QwtPlot3D library
Closes: 918680
Changes:
 pyqwt3d (0.1.8-4) unstable; urgency=medium
 .
   * Add -Wno-narrowing to OpenGL makefile, fixes FTBFS.
 Thanks to Christian Seiler (Closes: #918680)
Checksums-Sha1:
 216a6263f1e14a44ca896de4bc2e1ae7adad34e1 2211 pyqwt3d_0.1.8-4.dsc
 52ce45e1eac21e82bd9f3034d7f5fd55cc9478bc 7560 pyqwt3d_0.1.8-4.debian.tar.xz
 7ec716446e2301710fef87ff711a3e247374d451 11487 pyqwt3d_0.1.8-4_amd64.buildinfo
 afebcbeaa4b885ed3a510182f2a3403c2b481ce6 26468 python-qwt3d-doc_0.1.8-4_all.deb
 ed9749cd8402e6e52ee3cfcec4b92b891ce98584 171696 
python3-qwt3d-qt5_0.1.8-4_amd64.deb
Checksums-Sha256:
 1916a96908fefbe93c545696a4d0e6e987f092aaf2ba3d0589ba7e4c41927282 2211 
pyqwt3d_0.1.8-4.dsc
 003b9c5941854329bb868ee3c3e79567007708b6a8c23686bb49a785e6527394 7560 
pyqwt3d_0.1.8-4.debian.tar.xz
 19787c073130170b389ffd6f302a42d2fbd250da91595154ce251295aa5b2e67 11487 
pyqwt3d_0.1.8-4_amd64.buildinfo
 30ad0d894337f449f7c6eae85cc0c89e81a35f0a30c45a4752ae9989ca7c7bc4 26468 
python-qwt3d-doc_0.1.8-4_all.deb
 6998dfa232bc612d35f0734874f2be81b2c431eb80f46d61e01c8c228b10960d 171696 
python3-qwt3d-qt5_0.1.8-4_amd64.deb
Files:
 2e77fb915db2fed10fb1bf41e3a4d143 2211 python optional pyqwt3d_0.1.8-4.dsc
 c273c13bd503a7b92353dc1cb2d6b8f9 7560 python optional 
pyqwt3d_0.1.8-4.debian.tar.xz
 74d9f2da306df6741d1b298bfb4aee48 11487 python optional 
pyqwt3d_0.1.8-4_amd64.buildinfo
 428567c4867019555ed6a323521310b4 26468 doc optional 
python-qwt3d-doc_0.1.8-4_all.deb
 90c51b2f6aa796fc06cc89ceae840ba9 171696 python optional 
python3-qwt3d-qt5_0.1.8-4_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEHS+omFjar2IXhi33rvbxoqdFdkUFAlw2fcIACgkQrvbxoqdF
dkVPxw/9FHAV6UrZD/F8wjKzb4dxZzJCB2XirJXM10apeKP60Fz4lkn8gn8GcZsy
8Pn6d31kXkZx9I9KpJmFw1hZa+3zlAfkO/9qMggGkCf8baQmaAiRSB9i1tVQhjEk
oKIh0eGLogt9LRuXlPRShaT/pbjs4K6Qm2BacaZtJb85cEYV4JMobW5vCXyZshQx
MRfjaAoO/zBjpeXUyyBh0uwDPA63/xJqVgR78Ths7y9SNB9/qgVpJPLo+XWNhwOQ
ZSOhHyNQ0Lx5UvufZ2RFUVuRLUCkiKoB8oa4cXzXjx5ucYY5rl0ry5w1RLmHdkib
awEKGZr9fGHslCpTrBzWlk06VtmeQZzbswlubVwNqR7g9qw3hlaKsNlQa4Ng76QV
EtSt4EiNcekurtHnYpt5Y/8GuIEdNatneJMH0H2WIAGRz/AE5F3XrUKrkSv0TrBb
lNHc+KqVz3bAQixqmdIzTHyFxlz6h5AMZtsICj9n9MhPy1+WGhZkGH4y7NqXNZQs
26GCDv+vIl6Pasrifl0YTK+1KzylJ7t++JEJchmEQ7Hatit4ORPHlvzmvAIGlRao
VZ9G21uL+uSxjR336+EOg5iCSWMEm5W9CkPExUq+UbHmcqO3pT/djh26DeMHB8Ne
7pHLZxebVxUK+uANw52LROBc9nW0OYtnvvD3kLKesnuSRTsFB8Y=
=huuK
-END PGP SIGNATURE-



Accepted pyqwt3d 0.1.8-3 (source all amd64) into unstable

2019-01-07 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 07 Jan 2019 13:42:59 +0100
Source: pyqwt3d
Binary: python3-qwt3d-qt5 python-qwt3d-doc
Architecture: source all amd64
Version: 0.1.8-3
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson 
Changed-By: Gudjon I. Gudjonsson 
Description:
 python-qwt3d-doc - Documentation for the Python-qwt3d library
 python3-qwt3d-qt5 - Python bindings of the QwtPlot3D library
Closes: 916293
Changes:
 pyqwt3d (0.1.8-3) unstable; urgency=medium
 .
   * Remove hardcoding of qt_inc_dir with 01_configure patch,
 fixes FTBFS (Closes: #916293)
   * Bump standards version to 4.3.0, no changes needed
Checksums-Sha1:
 ae1aeddea159a25470f8332f26c08af53a51c87f 2211 pyqwt3d_0.1.8-3.dsc
 e8d3b3029fb1aa492f3537a6ccd69b52a9400019 7420 pyqwt3d_0.1.8-3.debian.tar.xz
 37aaca3a7b23c947de676dde0a0a50c852c88566 11491 pyqwt3d_0.1.8-3_amd64.buildinfo
 92c5b94ba593ed98dd158eadc2e124f067f4da2b 26400 python-qwt3d-doc_0.1.8-3_all.deb
 1b40a37972797ea227f503a7b498cf9dbf68556d 171848 
python3-qwt3d-qt5_0.1.8-3_amd64.deb
Checksums-Sha256:
 72c42680f8097bac26492d737622005b65b3922b529a958fcdac24a8a2016d92 2211 
pyqwt3d_0.1.8-3.dsc
 d989d061dd90937535df608176f2b3951a733e12c2d9a55b73e56cc73c33745e 7420 
pyqwt3d_0.1.8-3.debian.tar.xz
 f2613bfd3ef538781da2d9252e721f49cd44f23d5374c8c9477f4936db2b9bfc 11491 
pyqwt3d_0.1.8-3_amd64.buildinfo
 e0c1396d5fbb6b82f677a6f29f8f1de26feec9b5ddedb2078657699a3e270991 26400 
python-qwt3d-doc_0.1.8-3_all.deb
 07f638e643646c9302a0d188773a8417ded0af8409ab865cb840fda709c5 171848 
python3-qwt3d-qt5_0.1.8-3_amd64.deb
Files:
 d25d6bb1dbf377b5a53961216d9e9289 2211 python optional pyqwt3d_0.1.8-3.dsc
 8ab48f344783a272fb2f21408de460a4 7420 python optional 
pyqwt3d_0.1.8-3.debian.tar.xz
 2053e1826ce4986d452f05fe1105c251 11491 python optional 
pyqwt3d_0.1.8-3_amd64.buildinfo
 9ff9f0f6d0bd0bb6908391e06b6bcafe 26400 doc optional 
python-qwt3d-doc_0.1.8-3_all.deb
 f69c2a982f1cadc9023e8b85a6baef29 171848 python optional 
python3-qwt3d-qt5_0.1.8-3_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEHS+omFjar2IXhi33rvbxoqdFdkUFAlwzUHgACgkQrvbxoqdF
dkX5dhAAlqpbwCmLCQTSR2fHoFB5WiaXtE9zZnglPhQHRhEJT20oopiRMVXnmqtW
lfgEMIc/y5PxnrbynD92RsulVKvNzTQSaVGV7BwWsOSsTkk2ejwsxgzshlIaHJN5
QQeCn2Q8x7X4rH3y/kF+jNgIKNosWaXdIFdQsU9RT1Apj1ohIPb1tIBctIxKfcKQ
lWM9MYmtWY8uM2q8mJCy/5R0b1dP/iTJfei/Bqa++OS99tF5DNlq1EkXy9MVXy1n
7IWD+G7F5E437vJUM8MmKFxiHFYmqJRxU4LWOTpDg74ovKZnqP80ulzwGAHxwcFD
jnUcXJqq+XoLgJntoCif9wKQdwObDtspUxEUmXbxlUfuqWOcIByMaxSVbCQdXL+/
J+z+ipQcyMBHQgBbReEwHJmCzShxEpa7VBNv9OIxmopN/aJr7ML19IoP7af82VHf
SdrAIHXGqIqv02iKpot9F9ypdvXtdf4jzk+ZkW+92A/0Gxo6eqJxH6ZFuRpeIumx
+U66JOCk+5VuLcThRGFvTyaSDbGeFqqCUpX+al9obKhCreHwAJuA4AJGZW9qbC5e
Z8vDoXq4NSXkUiHczgJMlVSf/oAJopY1ej/TVN+BMsiWtRw+j+Qbu4tBqim/o70i
k5O/O8urmTpFDo2mcZEMc3Y+29w4VTtEwnA8SLX7hlkbE1yFrDk=
=1BuE
-END PGP SIGNATURE-



Accepted sdcc 3.8.0+dfsg-2 (source amd64 all) into unstable

2019-01-01 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 01 Jan 2019 17:59:22 +0100
Source: sdcc
Binary: sdcc sdcc-libraries sdcc-ucsim sdcc-doc
Architecture: source amd64 all
Version: 3.8.0+dfsg-2
Distribution: sid
Urgency: medium
Maintainer: Debian Electronics Packaging Team 

Changed-By: Gudjon I. Gudjonsson 
Description:
 sdcc   - Small Device C Compiler
 sdcc-doc   - Small Device C Compiler (documentation)
 sdcc-libraries - Small Device C Compiler (libraries)
 sdcc-ucsim - Micro-controller simulator for SDCC
Changes:
 sdcc (3.8.0+dfsg-2) unstable; urgency=medium
 .
   * Add build dependency on texlive-latex-extra (Closing #917692)
   * Bump standards version to 4.3.0, no changes needed
Checksums-Sha1:
 86e2688f4430e92b23996af6cf6b213f4e25da34 2469 sdcc_3.8.0+dfsg-2.dsc
 548307192eede98b4c57f3124f19a9bf51d00c87 28476 sdcc_3.8.0+dfsg-2.debian.tar.xz
 3fc31923bfe246d8745551b9b4ae21ce4bac29b1 4003276 
sdcc-dbgsym_3.8.0+dfsg-2_amd64.deb
 fbd08cf0c0cad31ca21369c365a2bdcba61ba562 873384 sdcc-doc_3.8.0+dfsg-2_all.deb
 5cbcb27f4d732f0742a5244fcb7376d6c88057ec 1172616 
sdcc-libraries_3.8.0+dfsg-2_all.deb
 40b6c71d81243aace63fc6e98f4bb5f6c1e5ca9f 885260 
sdcc-ucsim_3.8.0+dfsg-2_amd64.deb
 90444e28e1103ba1a1eb560fcab6e7047f21939f 14239 
sdcc_3.8.0+dfsg-2_amd64.buildinfo
 9b7776c3c1bbc5ab810d531fa30eddfeaa76e738 1852860 sdcc_3.8.0+dfsg-2_amd64.deb
Checksums-Sha256:
 4bfc52da2601187c5692625e95c377fe8624fead7e519d012242eb31903a6a4b 2469 
sdcc_3.8.0+dfsg-2.dsc
 b748e95d902ff8bce960ffbdfd3d49421bc28fc75f6d8b01da39f254da224a0d 28476 
sdcc_3.8.0+dfsg-2.debian.tar.xz
 02e946032eae9c68f50b47b8bebc771e734eb05ab981530d43f511ce485d04c0 4003276 
sdcc-dbgsym_3.8.0+dfsg-2_amd64.deb
 ae39789640d825a7ab47d394095f73df494b1b7afc46d1495e7cfc74fd65129d 873384 
sdcc-doc_3.8.0+dfsg-2_all.deb
 b19e5f094bbd3849035b78ffc2199e04b8c7e2397cf05c36fb91d3b14db59116 1172616 
sdcc-libraries_3.8.0+dfsg-2_all.deb
 43b335c8d53ef649c650e5d7783e80d8b111bd26c770eba79919d08dfe8ad974 885260 
sdcc-ucsim_3.8.0+dfsg-2_amd64.deb
 3ef0ba4a77098a416615bb561dd0a6bdc87e336791dab2fcb8fac9174e07663a 14239 
sdcc_3.8.0+dfsg-2_amd64.buildinfo
 d810ab3ccf34f3cb209b4097b542a30f4e50d35af379c200330837606a614790 1852860 
sdcc_3.8.0+dfsg-2_amd64.deb
Files:
 67bf806ff5d70c8f7e115a48e1283e5b 2469 electronics optional 
sdcc_3.8.0+dfsg-2.dsc
 410295849afdc8fd913e9f4a8e6349b3 28476 electronics optional 
sdcc_3.8.0+dfsg-2.debian.tar.xz
 9f64e046a8037bde0fe827425687254d 4003276 debug optional 
sdcc-dbgsym_3.8.0+dfsg-2_amd64.deb
 7ee10002f46c0d6f6a6ddcce628bb763 873384 doc optional 
sdcc-doc_3.8.0+dfsg-2_all.deb
 713b5a49c07d81b5da326ec09e5ce556 1172616 electronics optional 
sdcc-libraries_3.8.0+dfsg-2_all.deb
 dca1bec7825c8a45c359058c47529407 885260 electronics optional 
sdcc-ucsim_3.8.0+dfsg-2_amd64.deb
 926c091310b78e4531fb7e02e069e636 14239 electronics optional 
sdcc_3.8.0+dfsg-2_amd64.buildinfo
 6264edaecaf04c245a4399fc9ad023c0 1852860 electronics optional 
sdcc_3.8.0+dfsg-2_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE/S8txYRw4wP3eXWjSgDzSK903QIFAlwr7K8ACgkQSgDzSK90
3QJAvRAArCFCeXY46PbpHKlAgAEs4jSEvvu1g9S/IKw5YZM4ogDhK9XYmVsI99uf
+rU2qaoct5ZsZVGLLaacErXcnOsw2aE/nhOOMQzzX/+P3BY2B/UUh1XwUj8w5q8Q
NYMlLTl1Fr37w74jUMx1rZ4Ii1gFWbiUkriIntwllKV1EDQ4qjIBaQ5RA3+llC7O
lLBm6qXYzSbj4aCj9fAqCDNsVdqghSB0IWuFzh3RG3WyysRMYtT7cwXwjoAJjO4u
DRs4/D6/Tp1sdoc8Kc0xcPxB68CS5LjcLRVKTRyAUAnvQSE6+oznZMWxJ/1yxyUu
6ooCgvbLxVgtVxWwsC6yOac8p4i2nZ7u1ZM/whBdpZLdNePzEsk8UAFjamoXDKes
2kZEJVfXkuGEOj639BrBw0/LWCoCSJe/nEcHmIH32dzANC6aI2hGp7r2QIR5djvH
T61vca9H4h9k1Nwz2oGrLTO0Q4a6UXFHXLHgflcL3gvS/+UIx2a9ktCoDkD3sVRR
NkZuC5N+6kaPURJ8+H3IiM3pZD/5dknXHi8jIPRpkG2C5bkJFIzfOTcLcmM47l++
ouZKl9vMTYLfY8YhhfqAXLiJ7Ly+P3BUJub9yrtj4GwcmAiAWPJhgxf9ri6PC48Y
1H5TEtWt5kw3KTAMfXf3FUiIqcowt8b2i/zx7bqUJtZr3411dd0=
=TEd0
-END PGP SIGNATURE-



Accepted comedilib 0.11.0-1 (source) into unstable

2018-12-31 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 31 Dec 2018 00:32:36 +0100
Source: comedilib
Binary: libcomedi-dev libcomedi0 python-comedilib python3-comedilib
Architecture: source
Version: 0.11.0-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson 
Changed-By: Gudjon I. Gudjonsson 
Description:
 libcomedi-dev - Development library for Comedi
 libcomedi0 - Library for Comedi
 python-comedilib - Python wrapper for Comedilib
 python3-comedilib - Python3 wrapper for Comedilib
Changes:
 comedilib (0.11.0-1) unstable; urgency=medium
 .
   * New upstream release
   * Bump standards version to 4.3.0
   * Change watch file url to https
   * Remove ancient conflict with libcomedi-0.7.22
   * Change get-orig-source target to use DEB_VERSION_UPSTREAM
   * Update symbols file
   * Remove python dbgsym files
Checksums-Sha1:
 5f2dc71de07a8db2f42ab1c32ed64bd64a64bf15 2448 comedilib_0.11.0-1.dsc
 f5bb659eb950bf31bee70f5c5eae89a6947a974a 231320 
comedilib_0.11.0.orig-comedi-calibrate.tar.gz
 39a1f80804f820707b6f96ffa33ab866c6f4e785 1802501 comedilib_0.11.0.orig.tar.gz
 b2b6f05196ab346a98086cae4634b3d3c0769151 10240 comedilib_0.11.0-1.debian.tar.xz
 a4f354168e2694c8f526a11e0bf89d2b138ccaaa 13986 
comedilib_0.11.0-1_amd64.buildinfo
Checksums-Sha256:
 58f7bf59cfdfefbeb94e70cce638df184d5053e86739448fa557c7a732f94d6b 2448 
comedilib_0.11.0-1.dsc
 93d930f1bad67c499b9392470743075a37d1e72604068f897c5e4bf7d93db48f 231320 
comedilib_0.11.0.orig-comedi-calibrate.tar.gz
 cc9c699ea3061a98e4b0ea8d6efdaabf1f96721c61d2cd943815fd2c335ae698 1802501 
comedilib_0.11.0.orig.tar.gz
 c7ad82916a5af5097019906d3ac7b99794ebe9a09881e356b4b45e24e1925326 10240 
comedilib_0.11.0-1.debian.tar.xz
 74750edc13285735b27a9bc555fcc7dfbb7df645ec67a0f7090e28f11b4ceb4e 13986 
comedilib_0.11.0-1_amd64.buildinfo
Files:
 44398ee0a8df413d487d2e2f7569b371 2448 devel optional comedilib_0.11.0-1.dsc
 0afd3ac9c036096866430f93af80146c 231320 devel optional 
comedilib_0.11.0.orig-comedi-calibrate.tar.gz
 4def45b32a5e96ce0f7810aaf5feee9e 1802501 devel optional 
comedilib_0.11.0.orig.tar.gz
 5c67d3d317ef13de2fa66722b7a6b395 10240 devel optional 
comedilib_0.11.0-1.debian.tar.xz
 044f935f0a109ee267227da44631654f 13986 devel optional 
comedilib_0.11.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEB8qH3cTCsGJAtrF0UEHxiR9E4JAFAlwqckcACgkQUEHxiR9E
4JC0sg//VG4w9PkmlTtIuo2r1NgcW6RmzcV8C+Hipvic6IVngIkvk/z4R20giJnK
X0uMhKYVlZyJ0XZ1ucSZNZYZ/X8MCSjuAtD3BkmbmXjrTjuaSxvaUhIixGRBStp9
I1055OVeH/IHS9qK3dKeXXqUAmTjGpl54HHakGVMLFpF7YYxojTkKHJzcKOnb3Ra
kSCWmHM8KcQ+kF+18O2yanHeeuOb5aWOyttYHBw56Kp9hc5MVt/uh+xRpyPIQPKH
AsocArPBMDM6UuVTGSMbpbl7tJCOc+2hOE0eRIcE5BZbDnu+7fMHiqcOMRivHQH0
ZN4dsu12Eg/lgE/lUS0Q6lxmwzh4Cn7k066tQMa/siI34epvFYfJnh5b+YSgwks0
ZHfg5Wtw78pB1jCJ+yNogwSMO8JswSeZJvLEFj5Ntc6/9vU5pjba05UmBG8D7wga
8LjbisrmJnOuclIeiewxd07C4bNmL3Q8Ecoay1P7zltzYibZRm2LeI6re19R7T93
WbVJsHD+knBJzbCXibLHCfJiuVMkbAwR+4EGmUD3jmbrXQVlMiqDKFtZlvFOp0hH
iuyZLJPmW7CXPw2aqECly6wMp8MYN5h3N2GbM3ceOQsxtEzvgUYgc/2P0D4d0l0c
3acciTXf1TCNXJ7Uezv6onXQi1tip+s/PbpTEIpUPkLj3s6B54M=
=Futs
-END PGP SIGNATURE-



Zwiększ swoją sprzedaż za pośrednictwem profesjonalnej Strony lub Sklepu www.

2018-12-11 Thread Strony i Sklepy
Dzień dobry,zajmujemy się budową stron i sklepów internetowych dla firm. Jeżeli 
chcieliby Państwo otrzymać bezpłatną, niezobowiązującą propozycję na ten 
tematprosimy o odpowiedź TAK na ten e-mail. Jeśli mają Państwo skonkretyzowane 
wymagania dotyczące oferty, prosimy o wskazówki.--Serdecznie 
Pozdrawiamy!#Nowoczesne #Responsywne #Strony #Sklepy


Profesjonalne Strony i Sklepy internetowe.

2018-11-19 Thread Strony i Sklepy
Dzień dobry,reprezentuję nowoczesnej Agencję Interaktywną.Zajmujemy się budową 
nowoczesnych oraz profesjonalnych Stron i Sklepów internetowych.   Jeżeli mogę 
przedstawić Państwu nieodpłatnie naszą aktualną propozycję dla Państwa firmy to 
bardzo proszę o odpowiedź  o treści "tak" na ten adres e-mail.-Serdecznie 
Pozdrawiam!#Nowoczesne #Strony #Sklepy #WWW


Accepted sdcc 3.8.0+dfsg-1 (source amd64 all) into unstable

2018-10-31 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Oct 2018 09:51:18 +0100
Source: sdcc
Binary: sdcc sdcc-libraries sdcc-ucsim sdcc-doc
Architecture: source amd64 all
Version: 3.8.0+dfsg-1
Distribution: sid
Urgency: medium
Maintainer: Debian Electronics Packaging Team 

Changed-By: Gudjon I. Gudjonsson 
Description:
 sdcc   - Small Device C Compiler
 sdcc-doc   - Small Device C Compiler (documentation)
 sdcc-libraries - Small Device C Compiler (libraries)
 sdcc-ucsim - Micro-controller simulator for SDCC
Closes: 911713
Changes:
 sdcc (3.8.0+dfsg-1) unstable; urgency=medium
 .
   [ Jonathan McDowell ]
   * Add myself to Uploaders and move under the Electronics Packaging Team.
   * Move to debhelper compat level 10.
   * Rename git-buildpackage section header to just buildpackage.
 .
   [ Gudjon I. Gudjonsson ]
   * New upstream release
   * Remove a few autogenerated files from git and add to debian/rules
 clean target.
   * Don't install device/examples, removed from upstream
   * Bump standards to 4.2.1
   * Change watch from http to https
   * Add patch to fix spelling 01_fix_spelling.patch
   * Fix spelling error in ucsim and sdcc manpages
   * Change version check to DEB_VERSION_UPSTREAM in rules file
   * Add override file to remove false lintian gfdl positives
   * Add dependency on zlib1g-dev
   * Add dependency on inkscape (Closes: #911713)
   * Change .c files to non executable in rules
   * Make clean targer remove config.log and Makefile
Checksums-Sha1:
 b7037ff32b23ec93d0af706988eb5323ae57f56f 2448 sdcc_3.8.0+dfsg-1.dsc
 6c019a3fe6e10a8ea9e9897936d72e0dad12f157 1686 sdcc_3.8.0+dfsg.orig.tar.gz
 81b7d78c56ec4d2bf28cde6ab369cb1762132d47 28428 sdcc_3.8.0+dfsg-1.debian.tar.xz
 89ae949b3ca6ecadb016c045ed22519a386daa36 4016312 
sdcc-dbgsym_3.8.0+dfsg-1_amd64.deb
 91411426e807eececdfd397cdb336a465eaf996f 873040 sdcc-doc_3.8.0+dfsg-1_all.deb
 e8209c43013bb8d1d95cb20ef9f6abc715e7bb59 1172904 
sdcc-libraries_3.8.0+dfsg-1_all.deb
 1da7adbae5e06292974f422ad723c4c8796df079 885564 
sdcc-ucsim_3.8.0+dfsg-1_amd64.deb
 eec9babc125a1ba08f978a567d6bac925fedf5d1 14141 
sdcc_3.8.0+dfsg-1_amd64.buildinfo
 7e6ed06965442c2643185b101ffd00584be86bc5 1826444 sdcc_3.8.0+dfsg-1_amd64.deb
Checksums-Sha256:
 a3806b1cfc2fcc666a7cc2e69bbe20f8320b9ef35824358e7b416936b5ac58b6 2448 
sdcc_3.8.0+dfsg-1.dsc
 5dbbd2911eebf5f92f9fa3f2a1a420b6a9493e0454631327d6d0a0db5d357e25 1686 
sdcc_3.8.0+dfsg.orig.tar.gz
 6c643ffab8755780209e2dadfe0d94c569d427629f28c4d934fc933e6b9ac778 28428 
sdcc_3.8.0+dfsg-1.debian.tar.xz
 13c205b67f39b2a00aac8daf84d547ee035732e7bc87bbbeeb2a179d018e58ec 4016312 
sdcc-dbgsym_3.8.0+dfsg-1_amd64.deb
 a5c10feb9e6a4f01f93ffa61e55d43459c43b993ab052aaf768ea82cfbcf6424 873040 
sdcc-doc_3.8.0+dfsg-1_all.deb
 cd809685d826e78285900a14c8645fde2a7356374d693281af5d18d7150c5f9b 1172904 
sdcc-libraries_3.8.0+dfsg-1_all.deb
 0cdecb1ffb16e912cc7e8daf0dd575bcbf3e682bb8270da6dc69458b917b12db 885564 
sdcc-ucsim_3.8.0+dfsg-1_amd64.deb
 cdd9716bf6b461eb0ec169395ca1f18cb1404bd5ec2485e99fa13759c48433a2 14141 
sdcc_3.8.0+dfsg-1_amd64.buildinfo
 74fabfa9225a63e96c6434f456dc628a2e7029b5d73d21330f56258955b02a71 1826444 
sdcc_3.8.0+dfsg-1_amd64.deb
Files:
 5cbcf734c275cc5a61fb14b8fafbf233 2448 electronics optional 
sdcc_3.8.0+dfsg-1.dsc
 5c7cf4122ee19f78a4dc11b0a534a1ee 1686 electronics optional 
sdcc_3.8.0+dfsg.orig.tar.gz
 a4440f2abe59fafc3bf451689b3cedf2 28428 electronics optional 
sdcc_3.8.0+dfsg-1.debian.tar.xz
 f98d59dea09bc965f74f8df2ad24477f 4016312 debug optional 
sdcc-dbgsym_3.8.0+dfsg-1_amd64.deb
 cc00ab6d9b1beb8fafa4727f0e43c148 873040 doc optional 
sdcc-doc_3.8.0+dfsg-1_all.deb
 9c0e05d530beaad3c1e0dfa87f4543b5 1172904 electronics optional 
sdcc-libraries_3.8.0+dfsg-1_all.deb
 72c6c2f51c1e6c7d8f9179c7d79f68e6 885564 electronics optional 
sdcc-ucsim_3.8.0+dfsg-1_amd64.deb
 b5a2fdf29e089cb224af6c061945329e 14141 electronics optional 
sdcc_3.8.0+dfsg-1_amd64.buildinfo
 614c31b189759b003b7e1fc9ec440157 1826444 electronics optional 
sdcc_3.8.0+dfsg-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEERUuPEyEc/2gMWDpQ/xYvxc8/utEFAlvZgUgACgkQ/xYvxc8/
utEAlA/6AtsU7WX+vY/V/03b0qYUSULtDeDNJaWojUSeLYoup62d2kysWDtBpyy0
YJtztg02ioe9TDYzmRUVzdMGvhjwbIOg4NmHJ4Ox/FKzhxW73ljP9pI2vMyB7C8f
0mzkeYo47FW/TS4zm3z7TEYoAH6Jd+7YcFn4YlGB5TSNDSxLXWRzRwndTg8m8bOX
hwgOpLO8HLae4B5zlucGw6570AWp+3AzobUi5Y6MJF5aEorLrcGrqoo+PEG2d4nM
dMTtWyRk4Ql3SACr6lIhkBVuQJlVQ5UD87jZYOiNTa/u/8KL/BaZotjohr3CDSjr
WxLKVIciKIS9IO/hIOBi6PW3LdzGraDWDCnRN/Wl/X7r9StEXAoQ9apRj+33m3qn
e9Y1h5YpktsfpDJLsnL/wQzQwtmObRxWu5Ug0pnjB5XHWUMZwcRdc4TEwbbASMoQ
nciSaetnY1jRAbCq5nGmMLz+C+5ZBRNj+kwZLUKuG1bwWBl3Sh7hVT6PcQ0tNpWj
Ul6kgsX364de2DEhac7ui0a9SYOo8mZSIPkjDIY3NHPhIvGs+H2QAY9qXx1AwtIs
eXAnRkQyhqJwD/eL5c9iLMXpAoGjPsBMzci3XGpZbggVUEnlFEOAKoUzZOrYov9F
BhHtCPyW2IFD78HYLQZbYtoTa23DJLY6aMG3Zs+Dv0P2xIUKFgM=
=xqcr
-END PGP SIGNATURE-



Accepted pyqwt3d 0.1.8-2 (source all amd64) into unstable

2018-10-19 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 16 Oct 2018 21:09:55 +0200
Source: pyqwt3d
Binary: python3-qwt3d-qt5 python-qwt3d-doc
Architecture: source all amd64
Version: 0.1.8-2
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson 
Changed-By: Gudjon I. Gudjonsson 
Description:
 python-qwt3d-doc - Documentation for the Python-qwt3d library
 python3-qwt3d-qt5 - Python bindings of the QwtPlot3D library
Changes:
 pyqwt3d (0.1.8-2) unstable; urgency=medium
 .
   * Add support for all python3 versions
   * Add conflicts/replaces obsolete python-qwt3d-qt4
   * Fix watch file
Checksums-Sha1:
 1e94ad62c21b51131314f7849c771717d573cafe 2211 pyqwt3d_0.1.8-2.dsc
 1bb0bdf04aee266bd10ca632ebec5baceedc10f9 6764 pyqwt3d_0.1.8-2.debian.tar.xz
 6c1136011ccbc9712ce79e3dac66d727be388867 11765 pyqwt3d_0.1.8-2_amd64.buildinfo
 94157d7176973be35c728a18b77b404c6ed2b649 26324 python-qwt3d-doc_0.1.8-2_all.deb
 a13a07fa950e23d4d5ceecbc21cb21a1324fbac9 171944 
python3-qwt3d-qt5_0.1.8-2_amd64.deb
Checksums-Sha256:
 c3859238e0fd7246bf0949de4b0ff4780a65e4fcae93c29459c4ddc4e8d9c834 2211 
pyqwt3d_0.1.8-2.dsc
 96ed1485195256274be8a88d8b850d90fda038530f2f3621a00532899c14486b 6764 
pyqwt3d_0.1.8-2.debian.tar.xz
 31233604f83527e4827a3c1a33389cea5122ff23d962a6480bc500a217247f5c 11765 
pyqwt3d_0.1.8-2_amd64.buildinfo
 91c26c351f4c5d1aca9fa0b25d92dc547245c7326410aee1e271c91d0ce41350 26324 
python-qwt3d-doc_0.1.8-2_all.deb
 2bb306783c54b3421da94ef1dc5f41de45206239656a63368c39e52012b2aebe 171944 
python3-qwt3d-qt5_0.1.8-2_amd64.deb
Files:
 06d50196a97ba7238599b6f2054c23c2 2211 python optional pyqwt3d_0.1.8-2.dsc
 ddf0559042ac003036653b513d891dbb 6764 python optional 
pyqwt3d_0.1.8-2.debian.tar.xz
 d137273719adf1337c85e5c662d8ce4a 11765 python optional 
pyqwt3d_0.1.8-2_amd64.buildinfo
 d2a9d176022e1a0ad0452bce37137fdd 26324 doc optional 
python-qwt3d-doc_0.1.8-2_all.deb
 3c0521568d662d244b521d0eaadd1238 171944 python optional 
python3-qwt3d-qt5_0.1.8-2_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEHS+omFjar2IXhi33rvbxoqdFdkUFAlvJjP8ACgkQrvbxoqdF
dkXlchAAtSGp1W+NX9dJb2ngCM/JBaWqCCKLW1XzCGIIkjD6L22pcmul0GChPsY7
odiNxseupP3i9A9tBim8SDFVMy7PF6CReSBUUekyyaHDyDvuCTmR32nYNw72sSCi
Qpsh37C3S0RayHPUVlzb25PmTjgAywt9pnzAhA3aCBIqzbu1fliNvLE6mPqxma5z
xKN/METz+YbI0bdSbqvpbUirjh7mso15zK7340iJdVlhBCk33hy+kCjBuVd3U44G
yXnXNRA8sM46CqiH8i+ylnTyLG1jNk7BPjOT1l6FzUIuSaR6WYJIbZ8qf3X7enD2
LgL+OARNUeeeik2vCSYOvRZMs0PIR6NPMGvExD/M6isjWVBw/a7WLMfwBcK9S7RO
AguBMr/IDwRQ13o/C5uPILcAzO712jJrx5s2fzNeOdVQbawGMJWQcSWDBW6LPktj
5Z/6Lgtdne+9JplalHGkI9IBGO3loZlhwJHJdTAzpCtf0LtZrejem235FFr/eDCI
t6Z0heb+fa9fooQgcwupDjrM6zT760FhDZnQkDTVvrJVmlbHljh0IEt7WFYkR+EX
Nv0C65foxt332f7oKd6/fS5Wm4owy7By7XHaCnHhcVAFdRL4wSkkQddWHahS7ROr
6+HLuWYF1BN23iw5d/Mo7F33IqWUPhfJ1EO5HJJ7h+9IyGm26bI=
=AA+B
-END PGP SIGNATURE-



Accepted pyqt-qwt 1.01.00-3 (source all amd64) into unstable

2018-10-12 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 07 Oct 2018 09:07:48 +0200
Source: pyqt-qwt
Binary: python3-pyqt5.qwt python-pyqt5.qwt-doc
Architecture: source all amd64
Version: 1.01.00-3
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson 
Changed-By: Gudjon I. Gudjonsson 
Description:
 python-pyqt5.qwt-doc - Python Qwt6 technical widget library, documentation and 
examples
 python3-pyqt5.qwt - Python version of the Qwt6 technical widget library 
(Python3)
Closes: 910080
Changes:
 pyqt-qwt (1.01.00-3) unstable; urgency=medium
 .
   * Future proof python3 installs. Thanks to Mattia Rizzolo (Closes: #910080)
Checksums-Sha1:
 32530caad82b8a21afad0d676ec2ef10ae6fd851 2138 pyqt-qwt_1.01.00-3.dsc
 cb32abc41d5474286409bb2752783171f5b24f63 3280 pyqt-qwt_1.01.00-3.debian.tar.xz
 5e11d7d9bccaaa5d71f386444f63e0814eacf523 11692 
pyqt-qwt_1.01.00-3_amd64.buildinfo
 119acc39b6207c1f52e3edd706aca1903068e750 18472 
python-pyqt5.qwt-doc_1.01.00-3_all.deb
 3fec931bff7aa85cb03a759d85d5671ab00d713e 308296 
python3-pyqt5.qwt_1.01.00-3_amd64.deb
Checksums-Sha256:
 232e322ac86a44c7879feae5cf0c08cf9d14c4dfcb453d9446474ac5fd47939f 2138 
pyqt-qwt_1.01.00-3.dsc
 1ffb29ab9b716cbd60a2ca9681e624b8b8d3ecf50343e7ab80e26825b28209eb 3280 
pyqt-qwt_1.01.00-3.debian.tar.xz
 38a9d7e3f95256f8ae8d7c3ac06a5bdecfd884905cb20bac08934de88bf273ed 11692 
pyqt-qwt_1.01.00-3_amd64.buildinfo
 1bb7b59cc27ab69d7299101bd62ec7b8ad1890496db8da700c3dbc96e0c690b1 18472 
python-pyqt5.qwt-doc_1.01.00-3_all.deb
 48be12a193804a7169abae574ba84a1012f9a3a9b33e484dd5c2405166fdef2f 308296 
python3-pyqt5.qwt_1.01.00-3_amd64.deb
Files:
 2d93935ae9f44b099af55d6afd5e0b4e 2138 python optional pyqt-qwt_1.01.00-3.dsc
 d794c8163608eb78f24fc37eed441835 3280 python optional 
pyqt-qwt_1.01.00-3.debian.tar.xz
 a21d6615bf4be791a1a9b2daaa252774 11692 python optional 
pyqt-qwt_1.01.00-3_amd64.buildinfo
 3c555097a6d5ca6271a130ff992bf093 18472 doc optional 
python-pyqt5.qwt-doc_1.01.00-3_all.deb
 151de23bad69cf88526d28b046766034 308296 python optional 
python3-pyqt5.qwt_1.01.00-3_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEHS+omFjar2IXhi33rvbxoqdFdkUFAlvA93YACgkQrvbxoqdF
dkXU4A/+JdUF9C1WD9cmvKNKvpFMqtFlSFm2ZRPD4lkuaTYiHwYLf4tHLbgnSMDB
GoxvNne1jrOBoQOdL6Dv2xqX7VKlAaMpNXgIRjAQdPhn0Xai/pF4XgJerCfxYS84
FMmPYmcSQXP53GQpRH/qjrTcNhcs9DN8sIVYPA8kLHIma2gl44ywsg5aKtMq/8RD
sOViloOsS6Y5Soz5UsJbNY912zRpHSzg8t1AZh7VmPIlOt+DWej0nBnD+KT5gKBv
RnJ4ecUv+Mf4LaqCvODYxVDaaWT4adCkV2bez1PRhV0+AbW+xvm27hBiEeNkqrYp
3O+pu9+SYqqahlAUT0lo0wC3yL4Gtxafy6gO6JULHhwXT2FWK0/Xzt++6s3iF7W7
l22jbbvV1bjwhIsLjHNdGOEjyS2YwJmImtf8J1xQ6WgfgKG3xFthEipAspKeoWZ2
+NtDwpyrOwrCB2Qu+zLNUz4pjey6lM7WG4NTjb1YCgjNmz8qIfd0nTXvmyGWPT8B
dK3pGGoZScJJTgSZlZz2Zv9b/0WZYLBrWGN7r5kqQyRpy1xvw84YYKSS7tbspNXx
Pfs3umkDZs6ZpOBXZRPfxDcQmDvdf2a5K0t79bQ/inuVuFtpLBmY3PSFlnBnjz50
cyVsJryIBOCfE1IbwIZKRlvDkVqYpn71U87EaMt8/Ia0mwFCu4k=
=7M4Q
-END PGP SIGNATURE-



Accepted pyqwt3d 0.1.8-1 (source all amd64) into unstable, unstable

2018-10-11 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 14 Sep 2018 22:04:21 +0200
Source: pyqwt3d
Binary: python3-qwt3d-qt5 python-qwt3d-doc
Architecture: source all amd64
Version: 0.1.8-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson 
Changed-By: Gudjon I. Gudjonsson 
Description:
 python-qwt3d-doc - Documentation for the Python-qwt3d library
 python3-qwt3d-qt5 - Python bindings of the QwtPlot3D library
Closes: 699032 812138 875116
Changes:
 pyqwt3d (0.1.8-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
   * d/control: Set Vcs-* to salsa.debian.org
   * d/rules: Remove trailing whitespaces
   * d/control: Remove ancient X-Python-Version field
   * Convert git repository from git-dpm to gbp layout
 .
   [ Gudjon I. Gudjonsson ]
   * New upstream source (Closes: #812138)
   * Bump standards version to 4.2.1
   * Add python3-qwt3d-qt5 package
   * Bump compat to 11
   * Remove Qt4/python2 version (Closes: #699032, #875116)
   * Add Qt5/python3 version
   * Remove get-orig-source from rules
   * Update watch file to point to new upstream
   * Add dependencies on qt5 and pyqt5 packages
Checksums-Sha1:
 234d8431305df7e30f09e2393226ea35f1926bae 2211 pyqwt3d_0.1.8-1.dsc
 1570eda71e2ed3132f1f25f93927123ff5697f5f 101805 pyqwt3d_0.1.8.orig.tar.gz
 b164dbcaac5d1811d549d88d86043b0c7fc56578 6684 pyqwt3d_0.1.8-1.debian.tar.xz
 88a0383a20abc2acf9fdc5e4058529eda3ae7b23 11751 pyqwt3d_0.1.8-1_amd64.buildinfo
 493443dfee07198568b152333907df811a6328d1 26256 python-qwt3d-doc_0.1.8-1_all.deb
 fceb9c420aad7992275c0d82c788b12603ca7f22 170784 
python3-qwt3d-qt5_0.1.8-1_amd64.deb
Checksums-Sha256:
 885d3ba2162fa0ef2a8c5e358213de5e92155ea70ed200e012d91bcc2910725f 2211 
pyqwt3d_0.1.8-1.dsc
 f42da565561e52b248ca025e193c1348036403d8850dd2c2c188dbb16cb544b6 101805 
pyqwt3d_0.1.8.orig.tar.gz
 b8d6e93aeb534b25b968a5ff919e11edeb19bf83d586ac86467393b151eb2634 6684 
pyqwt3d_0.1.8-1.debian.tar.xz
 6378aadf1e774b3ada28e7bc03dbb4176dc8cbb5d4bb39dae72bab56c67e71f9 11751 
pyqwt3d_0.1.8-1_amd64.buildinfo
 95cf037d0b5bcaa8d79fb6ff177a5e58907adcaf80c55f420ff985d36e63a9bf 26256 
python-qwt3d-doc_0.1.8-1_all.deb
 f6a3de395eedf09a15dbc0472cb9d041d83f113e8463d9e65855f5d0cfa4fdc7 170784 
python3-qwt3d-qt5_0.1.8-1_amd64.deb
Files:
 14cefb6c49d8961fc8881ce0fd9efc6e 2211 python optional pyqwt3d_0.1.8-1.dsc
 3e6ca6cab7ac7e469448a850867da569 101805 python optional 
pyqwt3d_0.1.8.orig.tar.gz
 68edb94a7ef46a0cbbee1fce55440da9 6684 python optional 
pyqwt3d_0.1.8-1.debian.tar.xz
 d2c2ab3ed6ea592a4f863757ec8bf7df 11751 python optional 
pyqwt3d_0.1.8-1_amd64.buildinfo
 1876517a3ab2b99e797c3071460c3b78 26256 doc optional 
python-qwt3d-doc_0.1.8-1_all.deb
 eee28373cff592ec8e5fe010721c0e15 170784 python optional 
python3-qwt3d-qt5_0.1.8-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEHS+omFjar2IXhi33rvbxoqdFdkUFAluuH50ACgkQrvbxoqdF
dkXS4RAAmOEreE7HNNNpfZRJTEIL2XVxO+JJc0yCRaV6NULLXMp+YEwkmy9VEDPD
GzpDZk/pomUviiIdvRhX8g6qKI8rA44bgvFDJiFpDxwms9R8stVfYhP0csptQhxt
7KnAWqYvmrB7xR8EJzy2E2E6G092VR5jBc8NgNRJk2G/IzrJC1vZBu6S5sMWFZzH
9/7fgKrkBHWvd/COaDZW8IwuEIA7Nvrd3LjGOhX2E5CNS+QKyfllShMPMmaGSM61
GuIQf2/cRjaNbW7dLBUGOaZZuCvhD9JplLB0RvP8i+u9jpjVSVjEusVf0+yqvCjq
j4/ONpIiFL/wmyLUMdTUaSMqS5nONadCGmYY9I30sTgyRgrYFpHgZ3AjQeRfCC6/
v4hBOZgSFnM6NHjOr7Pe5dJ9FMlFTDqI0YWEIs9Smnc6KPC+f55bEXXV0AhlS4KX
1RpRhAaXS6xwTGOsaFHKapT3FWl/3rYWtC/JwZbcLHfxoXBahGCEIwJ0u+4t+trR
WyEWbgpyeWtUt0xrmAhlTi/z4qYypnXstsStX5qY537mPgf5u9TPq9C/IK+xhItO
RLYY3vSKaLflL7aUJL/6o2Kn6oYstHSnvo389TqSAbiL1QXmaI9Cb/9hDY5Fwtbh
/ywibmSDOsrVCte+3bAYmqzFGa2V05eFjXVbhCubLaAGnyK9ZaM=
=0nSr
-END PGP SIGNATURE-



Accepted qwtplot3d 0.2.7+svn191+gcc7-3 (source) into unstable

2018-10-02 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Sep 2018 20:52:53 +0200
Source: qwtplot3d
Binary: libqwtplot3d-qt5-dev libqwtplot3d-qt5-0 libqwtplot3d-doc
Architecture: source
Version: 0.2.7+svn191+gcc7-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Gudjon I. Gudjonsson 
Description:
 libqwtplot3d-doc - 3D plotting library based on Qt/OpenGL (documentation)
 libqwtplot3d-qt5-0 - 3D plotting library based on Qt5/OpenGL (runtime)
 libqwtplot3d-qt5-dev - 3D plotting library based on Qt5/OpenGL (development)
Closes: 816387
Changes:
 qwtplot3d (0.2.7+svn191+gcc7-3) unstable; urgency=medium
 .
   * Change dependency from libqt5opengl5-dev to
 libqt5opengl5-desktop-dev (Closes: #816387)
   * Bump standards version to 4.2.1, no changes needed
   * Change architecture to any
   * Update symbols file
   * Fix Vcs-Browser and Vcs-Git urls
Checksums-Sha1:
 589406f329338b291b6a236e831afc8a906eda33 2336 qwtplot3d_0.2.7+svn191+gcc7-3.dsc
 659591691899aef2a006f78179cdd071abf0753f 11184 
qwtplot3d_0.2.7+svn191+gcc7-3.debian.tar.xz
 15fb060a664792977f285b3d5455b1bb8fa86208 11599 
qwtplot3d_0.2.7+svn191+gcc7-3_amd64.buildinfo
Checksums-Sha256:
 91e8191808487e40e844fad693af43d2608afdbb0f9219024f58d2c2186d04ca 2336 
qwtplot3d_0.2.7+svn191+gcc7-3.dsc
 4704e4f5e6af5cd7a53ad8f93b5582529ec32678bd0dba17077d3f8a0df0e6fb 11184 
qwtplot3d_0.2.7+svn191+gcc7-3.debian.tar.xz
 5c9ec4c833f91fc2c8b04a60df6340d1ee05bf2027e27f50a0a7765260c307c6 11599 
qwtplot3d_0.2.7+svn191+gcc7-3_amd64.buildinfo
Files:
 82f7d5b7a1e896a30799f8fdffa30546 2336 libs optional 
qwtplot3d_0.2.7+svn191+gcc7-3.dsc
 e38d467718fcba4572b48a1cc50b5e7a 11184 libs optional 
qwtplot3d_0.2.7+svn191+gcc7-3.debian.tar.xz
 46fa618cd41a2f67d36bfba85f89c8d4 11599 libs optional 
qwtplot3d_0.2.7+svn191+gcc7-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJCBAEBCgAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAluzfX0OHHRpbGxlYUBy
a2kuZGUACgkQV4oElNHGRtGcCw/+MyNeSSM1Rw0PfbJp8dKiDHbhWOfgrqBchcNm
yWg0xFRULRjkmM/Qw+HiBpFsTfwwyERNKI7emPKRzPHsgGk55fWh3yWv1w75knNj
tywl4RAU114YI26m9b8zDbRdZCSewynQ56gHrAHjCZyuC6/ET1V6DpedZ0Fk1qi5
4BxiwRhY2jWegMcR0YCd7ddBCWrAhxf2e6OS6ErtNccddAdV8H7SbVfgt8Lb/5mh
ZemiStqwGBh06OGrl6GpALtx/tDUNsTUdYFUoOO1MyAbOAbxX8bLVqSlInIJupIw
lmEGKqx8wxg6+NJXBR0N4ZxFSJwUq6t8E9bOoxLHt15HIyP8x4fRS5W5gTHlsmjt
zp4pjCYfSFBjkEbXVJkiqJnDtI13Utvw6aDv2R1uWp5J/9+iQe6zsJp1PAtFdD53
fdf4S71727grgtIL6D8yK7rI/6slKesWruGfOLNeXDWkvSe19TVecQ71ep+qKarr
ABviCnC0kVoHA+CGcWGo5akeHXhY1NhgiRjwpSk1bM1FLzKkhGnXYpj1wQvNdrcG
TM95eTBgxszEuTYsx3c3jFjKQL8HwA1+2L3yo2k9uDXw87nhby3wGrm5Epsiiq8d
hDQHd88nrUIqTDsjiAo9j9zeEZG/L13Z1u38kLFaGdBY7FE+7xFjUX47Y7GsZzKT
WkPZHAM=
=RWdy
-END PGP SIGNATURE-



Accepted pyqt-qwt 1.01.00-2 (source all amd64) into unstable

2018-10-01 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 30 Sep 2018 16:02:18 +0200
Source: pyqt-qwt
Binary: python3-pyqt5.qwt python-pyqt5.qwt-doc
Architecture: source all amd64
Version: 1.01.00-2
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson 
Changed-By: Gudjon I. Gudjonsson 
Description:
 python-pyqt5.qwt-doc - Python Qwt6 technical widget library, documentation and 
examples
 python3-pyqt5.qwt - Python version of the Qwt6 technical widget library 
(Python3)
Closes: 909732
Changes:
 pyqt-qwt (1.01.00-2) unstable; urgency=medium
 .
   * Fix typo in doc package description
   * Fix compilation for all supported python3 versions (Closes: #909732)
Checksums-Sha1:
 8f32581dd1105ddadc5a5af267a5c3b105f8cb19 2138 pyqt-qwt_1.01.00-2.dsc
 631508f62b5d0b404bc27510fab2853ae48939ae 3304 pyqt-qwt_1.01.00-2.debian.tar.xz
 25b4bd42d958364d1b15f5bd03a9dc19e9805f86 11685 
pyqt-qwt_1.01.00-2_amd64.buildinfo
 b7fa0bc572a249460ee3738c19f5aa53f0b6e80b 18396 
python-pyqt5.qwt-doc_1.01.00-2_all.deb
 030ce54f9df5711129aa2f7c07d7169527bc3617 309384 
python3-pyqt5.qwt_1.01.00-2_amd64.deb
Checksums-Sha256:
 07465637dd11a586d6848e5382ee61a3edaa5d5a1d263242e58c7f70276981d3 2138 
pyqt-qwt_1.01.00-2.dsc
 7b56b2dba558eca7b575b65fbba8b7ef9f08c58ec2c821dfc2a3dade88a64ba9 3304 
pyqt-qwt_1.01.00-2.debian.tar.xz
 b71655f5339db2437b82fcaceb0ef60dea9fecdd18278cf82ba377ae440f9798 11685 
pyqt-qwt_1.01.00-2_amd64.buildinfo
 4cb5d477210d464e129b773502444101246e0beb31fa99b024dee650f9933d24 18396 
python-pyqt5.qwt-doc_1.01.00-2_all.deb
 c0c087ece5078cdc65bb2be66f28572fe59b185e3f3a453a5d545c97b5f44085 309384 
python3-pyqt5.qwt_1.01.00-2_amd64.deb
Files:
 99bb412aa754009389b65465442210d2 2138 python optional pyqt-qwt_1.01.00-2.dsc
 e8e78e4b89cf0a9ea9dae4b0a10ecdff 3304 python optional 
pyqt-qwt_1.01.00-2.debian.tar.xz
 01f5b7ad879bb3c6d7cb8232c23710f0 11685 python optional 
pyqt-qwt_1.01.00-2_amd64.buildinfo
 c7364260a1a66a43655cc9416193e56f 18396 doc optional 
python-pyqt5.qwt-doc_1.01.00-2_all.deb
 adb10ca78da6c20962e8b56af8f0578d 309384 python optional 
python3-pyqt5.qwt_1.01.00-2_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEHS+omFjar2IXhi33rvbxoqdFdkUFAluyjXMACgkQrvbxoqdF
dkVuGw//SxNu5AlbOUJ6eFRvm5rVja2VLjChO6eR92500NXTIFqBVaPdY2UETzRt
1YOzlnS5QZulzt783ug32UAoYC2++8l1CzXopWVQUHiyyUSsMGQrs6r0pBGpYHqs
XB3bAgFQum19JvO4NaLBQtd87feNmLfn9mTAWbCxrsVLHkHVo6XlrjjGKqRVuXem
iEVWFQIySY2oifZoi9LtFadu2Kri4cBPI3ooRGILu4st5rhw7MFOcEq6j6ERmJ2y
1JGntOghHCcoaZPpulnIHiUp0plMWdCi9mS0T2wWMyra4/BOBCHpO1pfanW1Lso2
QxBROXu8rujcRtXVxSgMjMKwZdn83u4qWvsQgBAAi9ZtR2qcYPiuuT+BuZLNEXar
gX/BCOmxpRHffFJ7Ce+PBoF2tf0dL6HEtn1qjjXsYDprbSyeil4nzgDSBAha4861
g2ImnpI7DIU5idIj8EPj0se7f05szbBDppKchywIGkpHtVxvAP2RO123BBUcVfSK
s/WzIHh5A/e2JWDhKKqD6CxOtDz8JOi9D+impm122OvBL0DTrqqhV4D7UH4zvcSz
uXHcjfMM0vEJQ6F4czVHIrZhsVUjYR3FBeQ4GO/c/2pr63nKnzNSBj15e3F4Fuf3
VyyzW0V2vLu26d0w7cgRF6kZHSqsswEE83VdM+yyTZFzYqGXFGw=
=KL85
-END PGP SIGNATURE-



Accepted eric 18.08-1 (source) into unstable

2018-09-27 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 27 Sep 2018 19:22:26 -0400
Source: eric
Binary: eric eric-api-files
Architecture: source
Version: 18.08-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson 
Changed-By: Gudjon I. Gudjonsson 
Description:
 eric   - full featured Python IDE
 eric-api-files - API description files for use with eric
Changes:
 eric (18.08-1) unstable; urgency=medium
 .
   * New upstream release
   * Bump standards version to 4.2.1 no changes needed
   * Refresh most patches and merged patch 05 and 07
   * Fix get-orig-source target. Javascript files no longer in orig source
   * Add symbolic links to Debian jquery files instead of the ones
 shipped with the sources.
   * Add Boyuan Yang  as a co-maintainer.
 .
   [ Boyuan Yang ]
   * debian/changelog: Remove some trailing spaces
   * Bump debhelper compat to v11
Checksums-Sha1:
 2a63385b3059640dfa893b3ff775e07fc6cefb1c 2143 eric_18.08-1.dsc
 adde91f39b9060da3b1b73fc332755db5946c008 19819633 eric_18.08.orig.tar.gz
 e428f7a3c6552c04e99fdd123e4b52fd4f9104b3 25572 eric_18.08-1.debian.tar.xz
 efb932eb1298c05f78eb2cc1e927e21dc7bde0ad 10370 eric_18.08-1_amd64.buildinfo
Checksums-Sha256:
 3156ec6791d710b1b387337caf95328d4dc406871ec29542645ec6e5566e3923 2143 
eric_18.08-1.dsc
 71d9cbb354b208aef3df094e37f2781a25816301b78f0c5869892d6caec0c7ee 19819633 
eric_18.08.orig.tar.gz
 a6240d1129f47d64e0786a41f9175733e15d0e80c90cbe27f95c7bcaff8fde2f 25572 
eric_18.08-1.debian.tar.xz
 768a9d958d08d13e39c4c6287f50eb580fee2b976944215b6bfbd6bd40100653 10370 
eric_18.08-1_amd64.buildinfo
Files:
 86af653d3317da3c83d9744189c4f190 2143 devel optional eric_18.08-1.dsc
 a7dda27fcf60f23ecbf233ca54fae0a6 19819633 devel optional eric_18.08.orig.tar.gz
 c0e1eebf0097993176542f2433a33d5c 25572 devel optional 
eric_18.08-1.debian.tar.xz
 534fc940601bc8a37345c647d3e8e63f 10370 devel optional 
eric_18.08-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAlutZtYACgkQwpPntGGC
Ws7dXg//ccvXnqL09GzO+FQ5qxIeIIqTbTMBuhcpcriQ3rZ3Rz9usvhrkg53wi1y
DMw6Fcev2CtPGedUVHLdbejZxDwZ/2nXzicC/a8AHVUyt4lVEjsBY41DCGQd6EUt
hLkLgULXmu+CdAYU81xMMR2wt6loB9PhaUSsgn3KDgp+1fvLLB0FP5IjjW5QEQnU
8oDynWLrIsS7iA/1aozVarhsG+qJfIG0wCfKB0Cnuv5NY+9BFRq90l2hffYivU+n
Ow5CeIxPFoeLH+Fq0r11ug7rmt3zIw9Pb3r5sZuuI3F3DgGDAC/81ZRur1HOwODW
sE+Faw7D0VS4XqVMmI73GmRawldnVhKRVRYR6zzoSFMpmUiHlf5CH7qg2gHngmlm
Zqyk+eNh1PDzhiVcbKuikfxo/pwP0IhSEfC/q16UJAudI5Wu2NT6aVvSrUmrwGYR
r8TPq6kWu7K86ujc74K6/lc5JMb6t2ROJnXa94TM3bbioi7dtkLeR6Yk1o1pkaP7
PmyQfzSg6/hTy5Gkf4IKjzYbn4guGncd3r9JpS7i3knobvpeA6OVHpBupHyeFMDC
8PoXO4vLGXiZq22ehuaMa+cLJ7ySKwHf6E338yskKZ44F4FP3ZqietRJw4wduhCG
YNQLM626YujNJtFjX/2CyxMcNZlkIn4ZAXdnA6RcjafpX3r8Ozs=
=s3nH
-END PGP SIGNATURE-



Accepted easyspice 0.6.8-3 (source) into unstable

2018-09-21 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 19 Sep 2018 06:56:38 +0200
Source: easyspice
Binary: easyspice
Architecture: source
Version: 0.6.8-3
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson 
Changed-By: Gudjon I. Gudjonsson 
Description:
 easyspice  - Graphical frontend to the Spice simulator
Changes:
 easyspice (0.6.8-3) unstable; urgency=medium
 .
   * Bump standards version to 4.2.1.
   * Bump compat to 11
   * Remove dependency on autotools-dev
   * Add dependency on sensible-utils
   * Add patch 02_spelling
   * Add header to patch 01_docurl
   * Fix description
   * Add required targets to rules
   * Fix build flags
   * Change watch file from http to https
Checksums-Sha1:
 8937429980a76acfeca556d2f2f860f5498e9cf0 1734 easyspice_0.6.8-3.dsc
 d419303bb6f48410e240998be383c539e621fa8b 4435 easyspice_0.6.8-3.diff.gz
 752efe4c4b8ec0a60451ed057f7a171cecfcde03 5531 
easyspice_0.6.8-3_source.buildinfo
Checksums-Sha256:
 54bb0a2782acb4c9ef8a5583d2d3b30a98edf5fead3779326daf909003b79ac8 1734 
easyspice_0.6.8-3.dsc
 16c1506a5ec343379ec06807a42fc923602403fb56a40ee8691d508ff364 4435 
easyspice_0.6.8-3.diff.gz
 e04c6453b076b9d5003f5356b0f90ec27491cbcaf337366155fd9e8fb55dbfc0 5531 
easyspice_0.6.8-3_source.buildinfo
Files:
 d6c1f5edf267f9f4fa73f2dbe3061289 1734 contrib/electronics optional 
easyspice_0.6.8-3.dsc
 9c500f1652fbdb45bf703e8b05b103ed 4435 contrib/electronics optional 
easyspice_0.6.8-3.diff.gz
 14d82c896c65f3c082f6a8e6df5ad2d4 5531 contrib/electronics optional 
easyspice_0.6.8-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAlulTSUACgkQweDZLphv
fH6EAhAAsyWMAiUZeyF5i2t0//86J2+dxt5K2rVw7uGKHkdXqWTWBR+S6b6RjhZn
aCijwoQJxjcigb6swLCBbO8MDNSjplYpjEG7ySDHMQsApsyPUxN8zLA14IYtLDqD
1Xr8pXTnSza0u9nU9a/6tQRY2V6PQxeBufBksJ/sDxnhrA5rdD3YHj4+naILgMJb
rCuA5tep5yXdivAgUNyT7rIYlxUoiKmHgiSU2FWfMp+cw4tdBipOWexYZMKkIcvF
MIBtz3fniIjqV/073qtp3m8oKHszzXapiNAdrj4+oHD5gWCB5IxkHGt+lqlsS5VV
dEoiYIC7RN6gcfobqtx5tP9kgjBW9ib0CeiTsU38uF3S5/QyVOnSZfRJ/OWXBODj
jZ7+N6FTih4AUMJrvfGtWo8JaFxueIU5AO8JWUxtAkiEsQSKoQOAezKAZs4ouFRP
AZyFvmTr8wDau6DJwPssrjcyLv2dnd2E1kOGDyX6/yycYYTmDMIrprA7uifwbRAW
7ZCTZCZXqsyXmMbOIsJvHHbgqkIp5JMnR9npqXCY2FtdyPZ5yauDL5ZyyPvrbc6R
UfDiN95+pwI6Rj7ndtlWFUpiOwIDoZFDv25VnhMeRiUZnksGgi8Bx/ntDAi9TULo
yu18g8dfyjAuHwF7XEGoMq9Bg483LXTpw+eVclmamlMbMrTRvM4=
=4aw2
-END PGP SIGNATURE-



Accepted pyqt-qwt 1.01.00-1 (source all amd64) into unstable

2018-09-03 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 01 Sep 2018 13:32:30 +0200
Source: pyqt-qwt
Binary: python3-pyqt5.qwt python-pyqt5.qwt-doc
Architecture: source all amd64
Version: 1.01.00-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson 
Changed-By: Gudjon I. Gudjonsson 
Description:
 python-pyqt5.qwt-doc - Python Qwt5 technical widget library, documentation and 
examples
 python3-pyqt5.qwt - Python version of the Qwt6 technical widget library 
(Python3)
Changes:
 pyqt-qwt (1.01.00-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Remove ancient X-Python3-Version field
 .
   [ Gudjon I. Gudjonsson ]
   * New upstream release
   * Bump sip build-dependencies to 4.19.11, following configure.py.
   * Configure with --no-dist-info for now, mk_distinfo.py does not work
 well with DESTDIR yet.
   * Update debhelper compat level to 11.
   * Bump Standards-Version to 4.2.1, no changes needed.
Checksums-Sha1:
 86f6e7b069271161a50137b53ecd5fbecf54daa4 2138 pyqt-qwt_1.01.00-1.dsc
 02e62887bdcc4290e74d2e16d3f0f3793af2ef96 94968 pyqt-qwt_1.01.00.orig.tar.gz
 0f6608fb764b5808be0d7497b8300487fffec716 2980 pyqt-qwt_1.01.00-1.debian.tar.xz
 1e940b8811fec30d8e558aa7b57dae93329ebaec 11642 
pyqt-qwt_1.01.00-1_amd64.buildinfo
 2cd04135ac1fea0657eb7d9286f25a82a2d34cee 18316 
python-pyqt5.qwt-doc_1.01.00-1_all.deb
 ee02cae87de9bcfe27af6d8059e65589fe8829f0 256184 
python3-pyqt5.qwt_1.01.00-1_amd64.deb
Checksums-Sha256:
 e5ff5252e6ce139d7a44a477533bb87ccdd9565ed2219c0ccaf3656613ba61f0 2138 
pyqt-qwt_1.01.00-1.dsc
 7af97d4a5361016aa3e33d8ddff21ac88f7109c64c7c30b92c1a856bcdc88ba5 94968 
pyqt-qwt_1.01.00.orig.tar.gz
 c278c94dc85f7422e6ff3c170691e24aee5896bfc9b7a1c1e48130d75f771aba 2980 
pyqt-qwt_1.01.00-1.debian.tar.xz
 73d05dcde9a3194eb95aafe8ff68e0dbfef21a59d9f1997dc6b333bef44e4761 11642 
pyqt-qwt_1.01.00-1_amd64.buildinfo
 13d6a8ab1860399da9d1e83e8dbcae1327d158cdf6352d7b2a349ed35f17400f 18316 
python-pyqt5.qwt-doc_1.01.00-1_all.deb
 273447c891e18aa781a81458d2a59de3347632260950633acac4a7ffd0e422cf 256184 
python3-pyqt5.qwt_1.01.00-1_amd64.deb
Files:
 85476e404dbc81fd9b65224d9d51b66d 2138 python optional pyqt-qwt_1.01.00-1.dsc
 a8d5885a2d78a4632076c290f10a583e 94968 python optional 
pyqt-qwt_1.01.00.orig.tar.gz
 2cd1b7337cc4309f5d7374d056adf4a8 2980 python optional 
pyqt-qwt_1.01.00-1.debian.tar.xz
 9b58e5f7238b79b20c2fd99c162813dc 11642 python optional 
pyqt-qwt_1.01.00-1_amd64.buildinfo
 e58935f2a93a049b4d3e2b83d660c41c 18316 doc optional 
python-pyqt5.qwt-doc_1.01.00-1_all.deb
 079714e80dfc04168185ad53e613d8dc 256184 python optional 
python3-pyqt5.qwt_1.01.00-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEHS+omFjar2IXhi33rvbxoqdFdkUFAluNCe8ACgkQrvbxoqdF
dkUv6hAApKQN3NfVFZe3cqcWSDDaEKrxBv3OdcmKGbyalxVTwfB/bSH7v1PJ6NJE
gfS/hwAs7jEUhpGFAYEGRZHJjaplwEuDNoQsGN0QMjPe4s6ALV3fftIXFpePowWJ
FqYStg1YF6dFkRcw3H84L6HlWitG9lL9FPqrI52zUzWGkPQj+C5ryyd8Xv3ZthVD
QeVEKbQLiCe8q+T5t1lqG9SfbeHDHt48ewqf7Q5gGwyvEVYXrsZ5iB78Ykrc8vEW
Kh1lLDd/VZ9VF4siW3VZ+N5VhZhVPm/o1FV7dNBtt6tjXINwrZr7kLEuokjvDYKW
d3kWJMnQLk3aMqEJoHXQqdfK+zuvGiBksne14nvwLrjMCpD7y8bCj9yN4UsxaIsD
7yRUx1L8axMOWOeBonX85V/F7vbBRXK1NSFqGGwZhrbqtPNJCxSBM9aA96qOcj9e
HlCN+uOTbeeP/yEt4UScFKvhTvP+LWC9dA22pfULiIBK6/lmA2qoLtJpCoY7Yh71
mbShQENJKzfCaZavs7B8P/fswuli8KnZZCM/nsti6/B3wDN2iKWOAHha9jDBEwef
o4Altn8Yu4GRjyqLkrqFQdAYsgWdfabqlLcL2lUB/F565GKnMBJ02okM0A5tcInQ
DcrnhnPoPhUVMJmd85YXBAUO+vfoMEPvJfES/6b1f9ASBIZ2Ums=
=N4QZ
-END PGP SIGNATURE-



Accepted pyqt-qwt 1.00.00-1 (source all amd64) into unstable, unstable

2018-08-13 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 25 Apr 2018 11:56:49 +0200
Source: pyqt-qwt
Binary: python3-pyqt5.qwt python-pyqt5.qwt-doc
Architecture: source all amd64
Version: 1.00.00-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson 
Changed-By: Gudjon I. Gudjonsson 
Description:
 python-pyqt5.qwt-doc - Python Qwt5 technical widget library, documentation and 
examples
 python3-pyqt5.qwt - Python version of the Qwt6 technical widget library 
(Python3)
Closes: 891707
Changes:
 pyqt-qwt (1.00.00-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Remove trailing whitespaces
   * d/control: Add Vcs-* field
 .
   [ Gudjon I. Gudjonsson ]
   * Initial release (Closes: #891707)
Checksums-Sha1:
 705300f01a39600b22ea435a17decea5e3c23979 2124 pyqt-qwt_1.00.00-1.dsc
 d4660ca35553fd32470bb0bb777f182e13abe831 83006 pyqt-qwt_1.00.00.orig.tar.gz
 d454ff37fc8127d4ae1ca0af09abb887496d04d5 2776 pyqt-qwt_1.00.00-1.debian.tar.xz
 90bcbc3b1d79767208094af2814b40a8889251a6 11568 
pyqt-qwt_1.00.00-1_amd64.buildinfo
 1532cfbe091fb5a6850f30fceda0f5769d7db3bc 18340 
python-pyqt5.qwt-doc_1.00.00-1_all.deb
 9af3c8ee19152e6eed2d21e938781b0a13a0e8b4 248512 
python3-pyqt5.qwt_1.00.00-1_amd64.deb
Checksums-Sha256:
 4bf0da433a3ff546f28d6b70f92d0c12d03aac7d3dfd0ea39d1f8ed07ff71206 2124 
pyqt-qwt_1.00.00-1.dsc
 1f22187bfee8ae770ed74a3f662945e38bbc63e4eebd5b903758f8f147aa403f 83006 
pyqt-qwt_1.00.00.orig.tar.gz
 aed6f9935d151eb7b889fb106bdde5e123261e0309f3385941fb30ec7341b6b2 2776 
pyqt-qwt_1.00.00-1.debian.tar.xz
 0c770ad76e7a74ac06a7142894b920047e4180e486e814e86bc55abdc9ef56d1 11568 
pyqt-qwt_1.00.00-1_amd64.buildinfo
 1701209ab6ac23b5a0e33df3e7c19ec34f3197da421790e05d4daf8d014bb05c 18340 
python-pyqt5.qwt-doc_1.00.00-1_all.deb
 a91f3c19e595c394d5e126d4edc96268b1bfd81d71b616c13803e356d6504e4d 248512 
python3-pyqt5.qwt_1.00.00-1_amd64.deb
Files:
 afbd0a74de8ecac6753117376a08d48f 2124 python optional pyqt-qwt_1.00.00-1.dsc
 ab161e3ca557246f5dc71ba68e132ef2 83006 python optional 
pyqt-qwt_1.00.00.orig.tar.gz
 7a4a1146d60fa8f077ce34e31318f7c0 2776 python optional 
pyqt-qwt_1.00.00-1.debian.tar.xz
 7569b765dd5af7de8a8e7cb1a5217eff 11568 python optional 
pyqt-qwt_1.00.00-1_amd64.buildinfo
 f9ab137290eb5fa0cc6824262a2bb863 18340 doc optional 
python-pyqt5.qwt-doc_1.00.00-1_all.deb
 321ce778e0bf24ca9c80038130e027f8 248512 python optional 
python3-pyqt5.qwt_1.00.00-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEHS+omFjar2IXhi33rvbxoqdFdkUFAlrjmUcACgkQrvbxoqdF
dkXp8g/+Krq4gKumlaZcKePuE9tV+R+2YXaIT8277O0T+KvEJj8koZedB5SyGRPt
CZf0aH8io91sQ8+pPN8LN2D/19yOJrzvsmLE1lgMZEZWaTB8dzDqQJV9K2rZ+cMe
71ocfGlUcBthG6na5y9KHycdvc4S4J0pTh1KQV6eDvuLy5IKP8Vg+qd3TUWOmb3G
UcIUr1RPLk2S7cRV+4ZDLkCdyLB+0CbnhBPn1RXEiRpxnYMj1NP99RsyhSz+SuCr
I3xSZw+ekrdYqLmnknDhyrpfaB9z7Hj5lsyGpB38xRexZqR8o7nBK88J7Nl+QXk2
kTour+Y8sEOPSXvC54FOuV++j9uj6LIbi5oa+Vq2eBhsXsQSBBygFef1nnlwRY84
8q5w0O+qaCyfURVdZtSrJHmhaI71JeVyNRQv7z7F237Cn8fvPvC5JpZsWGXx0K4b
g4oiiyii2+OQXIxHll62lIDbCfMuAzAPeoYrXwgd7p5+Kw4G+54/aS26fPgpWn0r
qkatlaC/R27AIP1z06x2fYDakHdw2zl4iK2F9lztQ7XQf4qZoxzXga0zPOK/0Q8O
d+VU+FMKu66sIAjEncTobcjeYNFF3tgeztQxFTZ9wtALxsugxi4VBi6cnX2AGsAm
YrzEfmtNDrTMlRkKd/y1+Ni4u0DmfzTpCZE8h6UHnNPRFTsBYlU=
=hOy7
-END PGP SIGNATURE-



Accepted eric 18.05-1 (source all) into unstable

2018-05-17 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Apr 2018 21:30:46 +0200
Source: eric
Binary: eric eric-api-files
Architecture: source all
Version: 18.05-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson <gud...@gudjon.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 eric   - full featured Python IDE
 eric-api-files - API description files for use with eric
Closes: 853098 892889
Changes:
 eric (18.05-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/changelog: Remove trailing whitespaces
   * d/rules: Remove trailing whitespaces
 .
   [ Gudjon I. Gudjonsson ]
   * New upstream release (Closes: #892889)
   * Fix watch file
   * Remove CharDet, Pygments and enum instead of whole
 ThirdParty directory.
 Adding ThirdParty/Jasy (Closes: #853098)
   * Update copyright file
   * Bump standards version to 4.1.4
 get-orig-source has not been removed
   * Change python-chardet dependency to python3-chardet
   * Add dependency on libjs-jquery
   * Add dependency on libjs-jquery-isonscreen
   * Add dependency on libjs-jquery-hotkeys
   * Add dependency on libjs-jquery-tablesorter
   * Add dependency on libjs-jquery-ui
   * Remove unavailable translation files
   * Fix path to translation files
   * Update patch 03_disable-update-warning. Eric doesn't check
 for updates at startup nor check for updated plugin directory.
   * Update all patches
   * Fix path to qt5 documentation
   * Remove unneeded X-Python-Version from control file
Checksums-Sha1:
 6e1f08970710c2a41078db79bbf5c96d8e5a5aa7 2110 eric_18.05-1.dsc
 e118b4051e790f1db6bad540aab6b9d3d587abc5 16512573 eric_18.05.orig.tar.gz
 e9b9075291d25dd01e7925d8fc20ade71cd1f07f 25720 eric_18.05-1.debian.tar.xz
 834558077d4a6b975a6aa4c0267840c73dc334b0 445468 eric-api-files_18.05-1_all.deb
 531e521622319e7b4c65caeb6ee98e052aa644e7 7433220 eric_18.05-1_all.deb
 03cd41271116f1632f581bbff4de50ccd48d7b35 10499 eric_18.05-1_amd64.buildinfo
Checksums-Sha256:
 09449a724f07afe6110bcb2de8b5a8abd8ec159784956185c139c5fd167f0456 2110 
eric_18.05-1.dsc
 373aecde82f2bae38a778cfc1e807c90baf1e900c60147facdb577531bb25e01 16512573 
eric_18.05.orig.tar.gz
 f49e3b1576bafb4c3269a39a2b05ad7391f64560736b0125ffc48639a23f1e76 25720 
eric_18.05-1.debian.tar.xz
 a55eb4ec029bc871fcab3d8087555fff51c2e0add80d86534815187aaa1ecb54 445468 
eric-api-files_18.05-1_all.deb
 41f677a43cd26de6994bd81e7612557c8630c08c676c7c50b23565f679cb9cd3 7433220 
eric_18.05-1_all.deb
 2c4154aa68f240b2328dc169ea8fbfd80737a6d22933317433845fd62d5f3be5 10499 
eric_18.05-1_amd64.buildinfo
Files:
 e668516d5f8030d2b2645427da5cdbf6 2110 devel optional eric_18.05-1.dsc
 edaf8e71c984565c56102f2a4273fda9 16512573 devel optional eric_18.05.orig.tar.gz
 c2d95c60602a1baded491674d78d27fa 25720 devel optional 
eric_18.05-1.debian.tar.xz
 ccf5273b2f91031395464b3aa581f360 445468 devel optional 
eric-api-files_18.05-1_all.deb
 186d2b92fb16b1fe3a1f3fa6ff3a4673 7433220 devel optional eric_18.05-1_all.deb
 4718b1aa180c56126028f1a5c17baf2a 10499 devel optional 
eric_18.05-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEHS+omFjar2IXhi33rvbxoqdFdkUFAlr94c0ACgkQrvbxoqdF
dkV/Zg/+PZKTMcuIq5ueanaIcCPoGeJg6LeTWWvt5Po3n8bnD7RJ1uOLDtCKufHl
YVXqJqjElcI4EpqfmcRwiwU01j2Y8Saq7TVQNGW/XMPg+6LkWFOvHLsuL9nV5V+f
l/DAdqACKL+frKZsD8PtEtIV5pupSbSteh/D7AMGH/3U2O18FrwG/LXCCwE1Kc4k
GLUnf8b1gjhmb/cOXMKoG4x0CeqV8xQ++r/oF2lEa+brSiXK65FkXLsoyXFIZJ/U
2YpZsTOaJQ6Jh78Gz42x/MsZA0A+QVWAX0p1F0XMR1WcLNXilnmgAhkDdi6z0TjM
X6lGksyTobGp/9pn9Iw1B2AlIrPulVZdNjtZXzLEh51DGvMVyYDZIxEqg2ucjgvM
UO9NsSbo5JzidzDlmJ0Urs8N1iBOxdBJvLd35dnXGdgYnrtO2XjgQDIU3zhtxUgN
8rwybBn5r2x4grXPWJP2xC2PYD8gGHHzkDzN1jFLwlsQ5atqBYyE1I4uDePyAb2n
1605CdZIxCPq4nGvtKxdQMjMu9LESI/+84JO5GQysRZdrRQ2qAWLbVxH2B+5OmYY
qL4037HsY5h/7tEmvvI8ButMf21O511xe+Z6KT7lfD+TyuBbL6+stmm9y+WmVgkL
qVm+kVvb2ypTwOJm9l0FovX/+r3aTs0JSbySb079RKvnCWlbaew=
=krKQ
-END PGP SIGNATURE-



Bug#895021: ITP: golang-github-zyedidia-glob -- A Go package for glob matching

2018-04-06 Thread I Sagar
Package: wnpp
Severity: wishlist
Owner: Sagar Ippalpalli 
X-Debbugs-CC: debian-devel@lists.debian.org,
pkg-go-maintain...@lists.alioth.debian.org

* Package name    : golang-github-zyedidia-glob
  Version : 0.0~git20170209.dd4023a-1
  Upstream Author : Zachary Yedidia
* URL : https://github.com/zyedidia/glob
* License : Expat
  Programming Lang: Go
  Description : A Go package for glob matching

 String globbing in Go GoDoc (http://godoc.org/github.com/zyedidia/glob)
 .
 This package adds support for globs in Go.
 .
 It simply converts glob expressions to
 regexps.
.
This package is dependency of micro editor.



Bug#890066: ITP: golang-gopkg-data-dog-go-sqlmock.v1 -- Sql mock driver for golang to test database interactions

2018-02-10 Thread I Sagar
Package: wnpp
Severity: wishlist
Owner: Sagar Ippalpalli 
X-Debbugs-CC: debian-devel@lists.debian.org,
pkg-go-maintain...@lists.alioth.debian.org

* Package name    : golang-gopkg-data-dog-go-sqlmock.v1
  Version : 1.3.0-1
  Upstream Author : DATA-DOG
* URL : https://github.com/DATA-DOG/go-sqlmock
* License : BSD-3-clause
  Programming Lang: Go
  Description : Sql mock driver for golang to test database interactions

 sqlmock is a mock library implementing sql/driver . Which has one and
only purpose - to simulate

 any sql driver behavior in tests, without needing a real database
connection. It helps to maintain

 correct TDD workflow.



Re: Re: RFS: materia-gtk-theme

2018-02-05 Thread I Sagar

On रविवार 04 फेब्रु 2018 10:49 म.नं., Adam Borowski wrote:
> On Sun, Feb 04, 2018 at 09:59:56PM +0530, I Sagar wrote:
>> I prepared the packaging of materia-gtk-theme. It is lintian clean
>> and tested with pbuilder.Further information about this package can
>> be accessed from the URL :
>> https://salsa.debian.org/isaagar-guest/materia-gtk-theme
>
> Please don't sent RFS requests to debian-devel; the proper list is
> debian-mentors.  Also, a mere mail tends to be forgotten unless acted upon
> immediately, please file a bug instead.  Just:
> [~]$ reportbug sponsorship-requests
> which will DTRT.
ok, next time I'll follow the procedure without fail.

>
> (Not needed this time -- your package looks good; in NEW.)
>
>> It would be nice if it is maintained under Debian desktop group.
>
> There's a separate team set up for themes:
> https://salsa.debian.org/groups/desktop-themes-team
> which you even have already joined.
>
> You may consider moving the VCS for this package to this team.
I'll get this done upon getting access .
>
>> Consider to review and upload it.
>
> Done!
Thank you very much :)
>
>
> Meow.



RFS: materia-gtk-theme

2018-02-04 Thread I Sagar
Hi,
I prepared the packaging of materia-gtk-theme. It is lintian clean
and tested with pbuilder.Further information about this package can
be accessed from the URL :
https://salsa.debian.org/isaagar-guest/materia-gtk-theme

It would be nice if it is maintained under Debian desktop group.

Consider to review and upload it.

Thanks,
Sagar



Accepted qwt 6.1.3-1 (source amd64 all) into unstable

2018-01-12 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 12 Jan 2018 11:04:35 +0100
Source: qwt
Binary: libqwt-headers libqwt-dev libqwt6abi1 libqwtmathml-dev 
libqwtmathml6abi1 libqwt-qt5-dev libqwt-qt5-6 libqwtmathml-qt5-dev 
libqwtmathml-qt5-6 libqwt-doc
Architecture: source amd64 all
Version: 6.1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson <gud...@gudjon.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 libqwt-dev - Qt widgets library for technical applications (development, qt4)
 libqwt-doc - Qt widgets library for technical applications (documentation)
 libqwt-headers - Qt widgets library for technical applications (header files)
 libqwt-qt5-6 - Qt widgets library for technical applications (runtime, qt5)
 libqwt-qt5-dev - Qt widgets library for technical applications (development, 
qt5)
 libqwt6abi1 - Qt widgets library for technical applications (runtime, qt4)
 libqwtmathml-dev - Text Engine for Qwt (development, qt4)
 libqwtmathml-qt5-6 - Text Engine for Qwt (runtime, qt5)
 libqwtmathml-qt5-dev - Text Engine for Qwt (development, qt5)
 libqwtmathml6abi1 - Text Engine for Qwt (runtime, qt4)
Closes: 850641 879431 886171
Changes:
 qwt (6.1.3-1) unstable; urgency=medium
 .
   * New upstream version
   * Bump standards version to 4.1.3, no changes needed
   * Change compat level to 9
   * Remove unwanted man1 manpages (Closes: #850641)
   * Change myself to maintainer (Closes: #879431)
   * Update symbols files with buildds' logs. Yet again.
 (Closes: #886171)
   * Override dh_makeshlibs to not fail on symbols changes,
 and set upstream version (thanks to Bas Couwenberg)
   * Add README.source file
Checksums-Sha1:
 4ba104d92d329f1417b4f0c4142b924787551fae 2519 qwt_6.1.3-1.dsc
 88ef8b67b708a85b285a5d49bff774154f5591e0 4128937 qwt_6.1.3.orig.tar.bz2
 c5fbab93ebe53f65015cb65ab64a4e966ba89d69 32020 qwt_6.1.3-1.debian.tar.xz
 692f2184ce78162d7fe7f49a67168f1d4a771f49 346708 
libqwt-dev-dbgsym_6.1.3-1_amd64.deb
 9725a40f3d28b100062dbeb57c26d61429745258 37508 libqwt-dev_6.1.3-1_amd64.deb
 1253790f087b99dff84f00b1b4a7d80027a6161a 3088412 libqwt-doc_6.1.3-1_all.deb
 1d50c9e5c421838605a675ec5e394aabda783602 71596 libqwt-headers_6.1.3-1_amd64.deb
 79d1284797b08efdab7f4f5b1706be76862521fa 13673796 
libqwt-qt5-6-dbgsym_6.1.3-1_amd64.deb
 7dab90d541f6bd94b2f7377d8458027647e5ebca 427996 libqwt-qt5-6_6.1.3-1_amd64.deb
 d5384eb2a963e5e441452e45a9297f337f61d87e 526352 
libqwt-qt5-dev-dbgsym_6.1.3-1_amd64.deb
 3250d48cbe6b0ff4b1cfe0f39fb051618030b841 40004 libqwt-qt5-dev_6.1.3-1_amd64.deb
 bb01c78c1cd6a64cbc011372d19fdec18aae8a42 9265416 
libqwt6abi1-dbgsym_6.1.3-1_amd64.deb
 5b50eb1cb3f580500ced553784a0797d69cbc9ce 402840 libqwt6abi1_6.1.3-1_amd64.deb
 6c7e0128cd41ae94898610a25b17da9fae8f43d3 6992 
libqwtmathml-dev_6.1.3-1_amd64.deb
 209713395c12f4feb40854bf9285b87a23c088bc 453124 
libqwtmathml-qt5-6-dbgsym_6.1.3-1_amd64.deb
 67fd1f6aacff53be7f57738d160b60c8e01e319f 81212 
libqwtmathml-qt5-6_6.1.3-1_amd64.deb
 875bc72521c287864b12277e5302463bbcd47406 6992 
libqwtmathml-qt5-dev_6.1.3-1_amd64.deb
 acd03c0ca24f1a71be4da15e4334c632345febdc 384180 
libqwtmathml6abi1-dbgsym_6.1.3-1_amd64.deb
 dd990de750254a42d080ca2864780cc92310ba05 85272 
libqwtmathml6abi1_6.1.3-1_amd64.deb
 6ce964281a6cf42ad7bd9a1516fb59bad8048daf 16722 qwt_6.1.3-1_amd64.buildinfo
Checksums-Sha256:
 b570f0f0f01416a81cd0733b1540b537d38a39bbfe4d9ac95e2e3f5140ae377b 2519 
qwt_6.1.3-1.dsc
 70f21fd14ded18710171df412b5ee5c83e722d8fded86ab461fe158d6e69f0cf 4128937 
qwt_6.1.3.orig.tar.bz2
 11d58f463a62ac89530b5fa2b4ee86740cc9cce09fe9e3aa92aba163e74db336 32020 
qwt_6.1.3-1.debian.tar.xz
 93d620fa8a54c1895eb908d9c1c7394f32091de8200cb3903c1d1415018005b1 346708 
libqwt-dev-dbgsym_6.1.3-1_amd64.deb
 3d34f0621dc5f28db7d300b64a8ce34e90f80dfda69e3d725a07145225a70f6a 37508 
libqwt-dev_6.1.3-1_amd64.deb
 410babaf71d38305a4eccc8e3cfc2067984e02f68123d450da0cdfc66394e158 3088412 
libqwt-doc_6.1.3-1_all.deb
 0bfe2f194fecc787fe0a16fb3f0157f14c3a835b089947dd10c6653aeb29a2ce 71596 
libqwt-headers_6.1.3-1_amd64.deb
 fccb7a9a171d19901e147a7dc31e9337493556598ff87b2dba0bdfbe7962695e 13673796 
libqwt-qt5-6-dbgsym_6.1.3-1_amd64.deb
 1af59333d8964e0cd3681bbe6e74a5f1f94348d77f39787c179c6bcd20fb5f0f 427996 
libqwt-qt5-6_6.1.3-1_amd64.deb
 552b1fb7aedb0ab29e7b9d8a7ac2f765f981363176d0ef48687524011a586448 526352 
libqwt-qt5-dev-dbgsym_6.1.3-1_amd64.deb
 bcd716db279c1f58bbb407a3c88e49600e0466f13e98a2dbd719e67a1cdeaa7b 40004 
libqwt-qt5-dev_6.1.3-1_amd64.deb
 f24f859c255d74822c8058bad900c1d930b0b179f1a4aa9481209099c99b274b 9265416 
libqwt6abi1-dbgsym_6.1.3-1_amd64.deb
 1bb920bc21a8e19b99028ffbc86414533e5c307e976e84e6f63d8f0fa5ea 402840 
libqwt6abi1_6.1.3-1_amd64.deb
 9ec10f10bd23c6c1fba5d2915422f747296e67c892b043486974aad77385124e 6992 
libqwtmathml-dev_6.1.3-1_amd64.deb
 fc3a3430f545f52f966912cd695fe752ab765207b624bbd12fe31d24ed4c2156 453124 
libqwtmathml-qt5-6-dbgsym_6.1.3

Accepted ngspice 27-1 (all amd64 i386 source) into unstable

2017-12-26 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 26 Dec 2017 07:26:13 +0100
Source: ngspice
Binary: ngspice tclspice ngspice-doc
Architecture: all amd64 i386 source
Version: 27-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description: 
 ngspice-doc - Documentation for the NGspice circuit simulator
 ngspice- Spice circuit simulator
 tclspice   - NGspice library for Tcl
Changes:
 ngspice (27-1) unstable; urgency=medium
 .
   [ Gudjon I. Gudjonsson ]
   * Change standards version to 4.1.2, no changes needed
   * Add hardening +all
   * Change vcs browser field from http to https
   * Fix copyright file
   * Add patch 03_fix_spelling
   * Change compat level to 9
 .
   [ Andreas Tille ]
   * Moved packaging from SVN to Git
   * Priority: extra -> optional
 .
   [ Gudjon I. Gudjonsson ]
   * Add dependency on texlive-science
   * Add lintian overrides file
   * Change lyx output from html to xhtml to avoid using elyxer
Checksums-Sha1: 
 d5b0a65b8ca1a66fbf851fef2d2d3ac3bec8116c 2647 ngspice_27-1.dsc
 92b353e77c6342a8fdeff71fef5e4ac0087dca46 952916 ngspice_27.orig-manual.tar.gz
 535ae66b8226d11e4263599807b41a4d2e783f71 7298586 ngspice_27.orig.tar.gz
 f6b7182e1c0fba3ee02e045d63232745364c2718 13716 ngspice_27-1.debian.tar.xz
 03d309ceabf8bd8e4f5adca7325e0463a3b16d99 11591048 ngspice-dbgsym_27-1_amd64.deb
 d5053c5f7eef57ad3232d2eb49803dc17f1be72a 3422944 ngspice-doc_27-1_all.deb
 ebddcb1c6f5fe0f882413903921065a4c685df64 13475 ngspice_27-1_amd64.buildinfo
 90c9ea323e04c3ba180798c93dae063559caba26 2430180 ngspice_27-1_amd64.deb
 a29aec9baea80c0b86bd3b423a421bd9e9546190 9997760 tclspice-dbgsym_27-1_amd64.deb
 568a557f4c337d58288448d98ada394c24b08d29 2202632 tclspice_27-1_amd64.deb
 737b4efc0667553fb6b629f0fc33c3d445ff40ef 10851776 ngspice-dbgsym_27-1_i386.deb
 8f6e2e6d985187ee1e8afa25ab52d7196a2d0be2 12528 ngspice_27-1_i386.buildinfo
 7e926d55ab934aff69ab337ceee117a956b24c41 2160392 ngspice_27-1_i386.deb
 3f3f79eadae8524f68aadbb46ff59e0c7992bdf2 9331156 tclspice-dbgsym_27-1_i386.deb
 09f01b827a23875a574f2d435fcb1df443621ee4 1932132 tclspice_27-1_i386.deb
Checksums-Sha256: 
 f695a0559afe24df03e4edfa16baf528d095b6ab0ad7e294bf9c4110502735c4 2647 
ngspice_27-1.dsc
 eec99822b55bdc9f09033e685a677387b198ec401797a0051f61e134f3bb8a60 952916 
ngspice_27.orig-manual.tar.gz
 c76801e44a77185714a49e70c583ace5612f24b84b5d8cea9fb4a2d307d293c6 7298586 
ngspice_27.orig.tar.gz
 c61be4ee0a4196fa09a6269feb24ba58be1916e65bd6a2fcd4bdf94c00d3bbe6 13716 
ngspice_27-1.debian.tar.xz
 2635b70fe10674eee25bba268450d382d3c5296dcd41fdf7903b4752834bf768 11591048 
ngspice-dbgsym_27-1_amd64.deb
 86fb7298de3c5cd262cb0fdd432058dcea5cdc6558520428274fb798fa8e6f47 3422944 
ngspice-doc_27-1_all.deb
 7bef8cc869a944bff2f9fe2634602ce1ecea9f339177870872f9c262a9489b6e 13475 
ngspice_27-1_amd64.buildinfo
 47a0f7e00add128fd059f2879f8e2bfc7a0036fd1984b4be8e373fb7c39339c8 2430180 
ngspice_27-1_amd64.deb
 64e467a2317498e1592027dd3451adbc7ca5c3ad769675d7cc91635e9c0210c3 9997760 
tclspice-dbgsym_27-1_amd64.deb
 5789121a6c71e4cb3913393218d30c7c1bb01b6adbd37f41a44625ff7cc4cb2c 2202632 
tclspice_27-1_amd64.deb
 21bf50337dd5a5af288c9725b81ee0710c9c58ec6f19b374128eb1c562d44384 10851776 
ngspice-dbgsym_27-1_i386.deb
 646bde0bcf21de33fead11579c91266748fed2e0a171067aeb2ba388f7d0325e 12528 
ngspice_27-1_i386.buildinfo
 f39838c488e5261c47cf7762d5f4bd36fc182b1da82341ba42d1b8852a8a82ca 2160392 
ngspice_27-1_i386.deb
 1dc8dff331c55fbe3de0f684e32ed09a5074dea80098ae5258053001e1f03fd4 9331156 
tclspice-dbgsym_27-1_i386.deb
 0e3284a9caea7d1214af279d6d87f3ff264f2fa209b2ba2d2189c2cf9d326271 1932132 
tclspice_27-1_i386.deb
Files: 
 f22345b2e3ccdf56782c592e243c6dc8 2647 non-free/electronics optional 
ngspice_27-1.dsc
 0e01b6ff1d4dd50571561d3defa94711 952916 non-free/electronics optional 
ngspice_27.orig-manual.tar.gz
 b003801741d3fd4a1a2974666ca08fd2 7298586 non-free/electronics optional 
ngspice_27.orig.tar.gz
 0554674e49113679f28eb71add79699f 13716 non-free/electronics optional 
ngspice_27-1.debian.tar.xz
 e68d3da4f58d93f9272b94d8ade9ade5 11591048 non-free/debug optional 
ngspice-dbgsym_27-1_amd64.deb
 01d0cb23b39eb95386f951bb6c98b8b8 3422944 non-free/doc optional 
ngspice-doc_27-1_all.deb
 d4708731762b01ca9ee76554387a2cd9 13475 non-free/electronics optional 
ngspice_27-1_amd64.buildinfo
 7f36556ac2471c347f22bbda9dcf97ec 2430180 non-free/electronics optional 
ngspice_27-1_amd64.deb
 0bd8548da2f08e95b4202826d197e944 9997760 non-free/debug optional 
tclspice-dbgsym_27-1_amd64.deb
 fb3a71d205117a130ddbc472815103ab 2202632 non-free/electronics optional 
tclspice_27-1_amd64.deb
 1ace329c3754597ba3d3469fc0a975a7 10851776 non-free/debug optional 
ngspice-dbgsym_27-1_i386.deb
 3483e561ad2805b79d379b24218b9647 12528 non-free/electronics optional 
ngspice_27-1_i386.buildinfo
 f155e6914257b701a90dd501f1f2ab25 2160392 non-f

Accepted qwtplot3d 0.2.7+svn191+gcc7-2 (source) into unstable

2017-12-25 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 25 Dec 2017 15:54:20 +0100
Source: qwtplot3d
Binary: libqwtplot3d-qt5-dev libqwtplot3d-qt5-0 libqwtplot3d-doc
Architecture: source
Version: 0.2.7+svn191+gcc7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 libqwtplot3d-doc - 3D plotting library based on Qt/OpenGL (documentation)
 libqwtplot3d-qt5-0 - 3D plotting library based on Qt5/OpenGL (runtime)
 libqwtplot3d-qt5-dev - 3D plotting library based on Qt5/OpenGL (development)
Closes: 875167
Changes:
 qwtplot3d (0.2.7+svn191+gcc7-2) unstable; urgency=medium
 .
   [ Gudjon I. Gudjonsson ]
   * Add symbols files
   * Remove support for Qt4 (Closes: #875167)
 .
   [ Andreas Tille ]
   * Moved packaging from SVN to Git
   * cme fix dpkg-control; cme fix dpkg-copyright
   * debhelper 10
 .
   [ Gudjon I. Gudjonsson ]
   * Bump standards version to 4.1.2, no changes needed
Checksums-Sha1:
 14975f312e50b2168291a4425defe4cf68b7306c 2648 qwtplot3d_0.2.7+svn191+gcc7-2.dsc
 f93e2df4995f598ba67086498d179db484502fb1 11192 
qwtplot3d_0.2.7+svn191+gcc7-2.debian.tar.xz
 94c2104f86df2a1ab4db5936c1880744a7033fdf 5972 
qwtplot3d_0.2.7+svn191+gcc7-2_source.buildinfo
Checksums-Sha256:
 994160150b4b756f70252300b6787238c77171659de9f5ea97904adec41c588a 2648 
qwtplot3d_0.2.7+svn191+gcc7-2.dsc
 e9982ca43632aa3868b56cd7d7ef6ed51235ed8c38f9e8079118f3789ff8812b 11192 
qwtplot3d_0.2.7+svn191+gcc7-2.debian.tar.xz
 2d32809be4fc62f5c3689d30710bce63ae2410da2e4dd1221b048fdf3c3ca0ac 5972 
qwtplot3d_0.2.7+svn191+gcc7-2_source.buildinfo
Files:
 3c1bbcbb1088ed607afacd11b9c4ad25 2648 libs optional 
qwtplot3d_0.2.7+svn191+gcc7-2.dsc
 43ecd3956870ca4fc03484b5684efe7d 11192 libs optional 
qwtplot3d_0.2.7+svn191+gcc7-2.debian.tar.xz
 b4b537d6883cd926400e3bb8f26333f9 5972 libs optional 
qwtplot3d_0.2.7+svn191+gcc7-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAlpBOtgACgkQweDZLphv
fH5h6hAAnv2vTLfaOhqto4fr/P3UuQs9tNEOfzyL80IetUGP58MxZiK7ik/KSL2a
2FG8hiyjEdjQ+UqzSBevWOJsfDCwCBbEC3IZtvyqSb0SbYnPdVKAlNwe/pFToKT6
N2otlybDBcg4Pz5yPJ3j/GDjXdp+09CDRTxUj/vh22bXWxzVbqEa4qGwDaSypmu+
wV+rlFDihtEMuxK5CUFdKIl+0GF+UtmmtDxblnbsR5V0jTE2t0xzuabpKgMn6nv3
vGiUvF1cdOxFCwHqtKf/OTQdQrlehwMjwp/0mTneeQhBKHnVVS+sSrCUlBd7kn6C
GluJLytyJNOVvk8CMmkZRmEn1mxDFM71i1Pf+WCszHH/Qf/3TILfWtMGz5fwEEmL
Y2cO3Re/0WRCr8pD0V+ue/ncBJxhGrQSx4eKS8cBIrN78vFlQVNC0avpMF13iA5e
HGhoSDTH6xe0AVlk9jAIoAa8SF4433Yyl5yZY2KjEBFXkqFXpfmMzg03yCrHRSUi
TNMgoTUJaxjqPtymzMBZ/vgahOTtXWN18gpPYh8AI5XaFeLRahFn+seITkLJqeC4
1mYb/5g2DPonqVfvULSRw6Kdf1kX4Z9g51f6lv7665xGT2y/7pM1oRCw/DlGFUgJ
DieF7WMYV5kJNp6927K/Zeg18io3dCkYjZRjpfoeDmg6BUM01gA=
=uFHo
-END PGP SIGNATURE-



Accepted eric 17.11.1-1 (source all) into unstable

2017-11-30 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 26 Nov 2017 22:51:50 +0100
Source: eric
Binary: eric eric-api-files
Architecture: source all
Version: 17.11.1-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson <gud...@gudjon.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 eric   - full featured Python IDE
 eric-api-files - API description files for use with eric
Closes: 881953
Changes:
 eric (17.11.1-1) unstable; urgency=medium
 .
   * New upstream release
   * Bump standards version to 4.1.1. No changes needed.
   * Change 03_disable-update-warnings. Don't check for new version
 (Closes: #881953)
   * Add python3:Depends
   * Remove eric.lintian-override, problem fixed by upstream
Checksums-Sha1:
 1543bab0469062ac72d52fb1c88df19ff06ce3d4 4821 eric_17.11.1-1.dsc
 bfdfc30b11f2a69f3235f23af532150e26e17b35 606237 
eric_17.11.1.orig-transl-cs.tar.gz
 2d91975fea75c406aecc7f4eeb0fc7026d42571b 898485 
eric_17.11.1.orig-transl-de.tar.gz
 e0689b34875a2dfadc62f2cd4dd7d76aa1f8cdef 243041 
eric_17.11.1.orig-transl-en.tar.gz
 bad5f9e9579bd643fc7f9fa63b4da5529dcee8d7 901638 
eric_17.11.1.orig-transl-es.tar.gz
 a48596b26074988cb59016ac2820172f75b87b9f 550428 
eric_17.11.1.orig-transl-fr.tar.gz
 e8a431c25a8bb21010c4a661e44f48fc2d04d45c 681546 
eric_17.11.1.orig-transl-it.tar.gz
 2b2974bda3d397f6ca6f289e7eeb430ff9b0978c 622235 
eric_17.11.1.orig-transl-pt.tar.gz
 3b6f20c782890da94606c45e69e7744a56f3c07b 943045 
eric_17.11.1.orig-transl-ru.tar.gz
 7e80b72dc911176369b40ed0b244bc58b1716740 542590 
eric_17.11.1.orig-transl-tr.tar.gz
 5b3223e0974fad9dc118584e014d6396eeb33232 595829 
eric_17.11.1.orig-transl-zhCN.tar.gz
 74396d2771a65fcdb82ee38c9c1788d6fb7f4567 18900288 eric_17.11.1.orig.tar.gz
 6636567fd9095d4e7b5bcacd0e4016af796923dd 22556 eric_17.11.1-1.debian.tar.xz
 c47a86e6393d2348dbda24c016623ba7117136b0 434184 
eric-api-files_17.11.1-1_all.deb
 9ad5b0f665323cc10f981db99df5cb91c1c9f140 7467856 eric_17.11.1-1_all.deb
 9ba35429b840c5a074db0037cf218bc9eb6851fb 10111 eric_17.11.1-1_amd64.buildinfo
Checksums-Sha256:
 6fa4a0768939d8275308db709c128725095304a313bd090e262a972010194955 4821 
eric_17.11.1-1.dsc
 38a1be9635a0dcb2ad6a22fa2f55c9387db3429608f134d489a7d0d0c91d9e58 606237 
eric_17.11.1.orig-transl-cs.tar.gz
 e5ea6ef07f6b35265670b71c0d014edb1a77847d3c5207a673e74cc411223e14 898485 
eric_17.11.1.orig-transl-de.tar.gz
 a989273a3a56fbdb63bcef8262bf8930fd5d34f082bf9042c2c4bea32725ef10 243041 
eric_17.11.1.orig-transl-en.tar.gz
 c960618db95ac6be2b9f46972ac925520fa02bdfa523fe9346a773f354dc0c3f 901638 
eric_17.11.1.orig-transl-es.tar.gz
 b9b3d42b896ea6bd23e34abdc2245d1fcc9e65a0787b9116e19a04a94f9ec298 550428 
eric_17.11.1.orig-transl-fr.tar.gz
 73ef8c70e4339e74aa55bbdbd1b6a191be3d2b5c043546a99ab5c7376f1abc26 681546 
eric_17.11.1.orig-transl-it.tar.gz
 8eb5cf2e8c1c83540c992fcca225e870222b15a5d400a1dd4beca4f8485777ae 622235 
eric_17.11.1.orig-transl-pt.tar.gz
 1297aa73b80ff795bcd13898c63af2d71a61348f48816a64bbc88fd8dc4a7799 943045 
eric_17.11.1.orig-transl-ru.tar.gz
 ab0031d9ff24cd5f5a69b767185c9d2b854246ef3eba659bdad56ef7bf86eae1 542590 
eric_17.11.1.orig-transl-tr.tar.gz
 50446df66d835331ad8bd5217ce30770872c7228b319aff9b0b787c0a6a5a9a1 595829 
eric_17.11.1.orig-transl-zhCN.tar.gz
 70360463c7ae2ff06ecc5543352a3976acf56c37f74858204809470ba0730c0f 18900288 
eric_17.11.1.orig.tar.gz
 244e157a207261e4f0d4d777d21f8e65933ebe4425f2ac2c5cc0464ee8e5c8f8 22556 
eric_17.11.1-1.debian.tar.xz
 ef6209052eeec99b4008720bd69e179e0312a22af8cfe508904b8c4635ff8885 434184 
eric-api-files_17.11.1-1_all.deb
 d44b20a0058cdc2d2c37cf3bbca5677cfac4c2828a924dfd3e2952abc0a1609e 7467856 
eric_17.11.1-1_all.deb
 91a6c44bd053492f96fe04326c2f434fae3cbb380c564138751c102d3ead0ed8 10111 
eric_17.11.1-1_amd64.buildinfo
Files:
 f91d432acf9023f8e11637ab9e18bcb5 4821 devel optional eric_17.11.1-1.dsc
 d7419e201c992d4ec6505d131cdf053c 606237 devel optional 
eric_17.11.1.orig-transl-cs.tar.gz
 875a600c75d0e5589280bce41e317a4c 898485 devel optional 
eric_17.11.1.orig-transl-de.tar.gz
 7580e3e2aaf4b86f6d230f9cfddf8e73 243041 devel optional 
eric_17.11.1.orig-transl-en.tar.gz
 108cfcd7b0478660970f07f074616c2d 901638 devel optional 
eric_17.11.1.orig-transl-es.tar.gz
 4e58b9d29acf312dae57832fee749e5f 550428 devel optional 
eric_17.11.1.orig-transl-fr.tar.gz
 b68c217d7c2a46b4ca2542ed88255dc0 681546 devel optional 
eric_17.11.1.orig-transl-it.tar.gz
 38b4edc6e22f7c817337c12c2fcd5756 622235 devel optional 
eric_17.11.1.orig-transl-pt.tar.gz
 e4b44e7000a47dd892fe45b789592da2 943045 devel optional 
eric_17.11.1.orig-transl-ru.tar.gz
 7cf0a24782757d2fbe2bb721871c4b52 542590 devel optional 
eric_17.11.1.orig-transl-tr.tar.gz
 8fbb30bc93da4616d6204ffa7e2b0601 595829 devel optional 
eric_17.11.1.orig-transl-zhCN.tar.gz
 a00b2ee777508b80cf3074b90e9b75dd 18900288 devel optional 
eric_17.11.1.orig.tar.gz
 43f9e4073da4cac8a057794f9b86a6f3 22556 devel optional 
eric_17.11.1-1.d

Accepted laptop-detect 0.16 (source) into unstable

2017-08-12 Thread Simó Albert i Beltran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Aug 2017 17:24:53 +0200
Source: laptop-detect
Binary: laptop-detect
Architecture: source
Version: 0.16
Distribution: unstable
Urgency: medium
Maintainer: Simó Albert i Beltran <s...@probeta.net>
Changed-By: Simó Albert i Beltran <s...@probeta.net>
Description: 
 laptop-detect - system chassis type checker
Changes:
 laptop-detect (0.16) unstable; urgency=medium
 .
   [ Simó Albert i Beltran ]
   * Fix "command -v dmidecode" invocation again
 .
   [ Laszlo Toth ]
   * Added extra dmidecode checks (Laptop, Hand Held)
 .
   [ Simó Albert i Beltran ]
   * Update Standards-Version
 .
   [ Gregor Herrmann ]
   * Use pkg-info.mk instead of dpkg-parsechangelog
Checksums-Sha1: 
 6909b7fe60918cfa91919809a0d7d604f64caae7 1729 laptop-detect_0.16.dsc
 3c7b34caa6657c60636e271211abd3a704cf 6024 laptop-detect_0.16.tar.xz
Checksums-Sha256: 
 cddcec6360ec50cad6f54865bb9cad4a689d31e916b747a2fb02cadd217344d8 1729 
laptop-detect_0.16.dsc
 50800773ccaec1a1af5c6e02c758288665dd2d00f488898c4607c70a8ee7544a 6024 
laptop-detect_0.16.tar.xz
Files: 
 934b65ba10a1a5832f69eb0cfe422c44 1729 utils optional laptop-detect_0.16.dsc
 3a2fa17e7ebda7902b9a6c718a1e5f55 6024 utils optional laptop-detect_0.16.tar.xz

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlmPJ21fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgavIA/9FuM553MwT0/91r/tGyAr7tRmZ2LwhHPRDyF4GtCdCLsJxKooH2NTgdFk
kYbuhrrK9nvdc6haJNlq3AIOP4kaGK2WBPb2pKUYBGta1vVpvdLhk3PQGXvrvCaY
WBlVvlvIQ5tMdxtOv34z9ycl8H/a3OgJRO2YPlz7k6F8FlvmPYRPbGP4UNONMwNl
S1Ja9C7Tit56mKDpFc6YImqdoqRfO1VzMWkRDBAkkQWjXPHr9Qs/tJd46JfmYq7A
xsf15PajI8V8O8StcwU0tBchs/gPsY2xxk5xZLYjkLQpQq0JK6mLTGl9+t3jPnrs
oNRyummyJ9X9RpSiIGOLO6qmjwoPxPAPiZj+1pNhcf56BQA/5mWENtG0/bKqfp4P
HK9Dpb31+Aq/pj3Pp40bRiSrwo23J36cJm5HJPm3HobIdyftRQgAJPKaRqAMsdUt
MjcMJQIicK0L3TEk54ahwGbH2u6jZzhqh4vagp3J/bYCchLtAZS52HzcsD5+0N6U
62nCS9n6VGDmLsuEtMId5FIqdHpbJkdU5daXzAwBHUp2F2plOtBiGVQhfEtlmueZ
/FlEskjvMg3WDAn+ZqAbsRLPTiLraot4T4ONETFAWRQDfaelFfm/ovDWir8LwGqV
n+flVKHxB0pG5rqCHMW8z2sdB5YSnba6Q8fOl+5W6FmWTIC/Dp8=
=LEpn
-END PGP SIGNATURE-



Accepted eric 17.08-1 (source all) into unstable

2017-08-07 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 03 Aug 2017 11:39:54 +0200
Source: eric
Binary: eric eric-api-files
Architecture: source all
Version: 17.08-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson <gud...@gudjon.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 eric   - full featured Python IDE
 eric-api-files - API description files for use with eric
Closes: 858150 865896
Changes:
 eric (17.08-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #865896, #858150)
   * Fix patches for new release, no changes.
   * Move binary-arch below binary-indep
   * Add manpage for eric6_shell
   * Bump standards version to 4.0.0, no changes needed
   * Use pkg-info.mk for version parsing
Checksums-Sha1:
 0d04edc3487f873f6ac07115fd6117223e668140 4747 eric_17.08-1.dsc
 06fe06357bfc6c9cce57b0f70b4ef942a663eeba 602824 
eric_17.08.orig-transl-cs.tar.gz
 f88d5a058da678b0618e54d3289f68b57226f7ae 884113 
eric_17.08.orig-transl-de.tar.gz
 fd5ede942162ed46ea69ecd6676b9389184770e9 239745 
eric_17.08.orig-transl-en.tar.gz
 fc65634836274834013bcbe69eb38dfd216493ca 881096 
eric_17.08.orig-transl-es.tar.gz
 d403a600f002ec3b849f014e96ebcc749761f73b 546406 
eric_17.08.orig-transl-fr.tar.gz
 ec7634d515a40b7bb805cbe182d1b1e8e35be01a 693186 
eric_17.08.orig-transl-it.tar.gz
 68cc4e66e17527dc6f12b023392982d3e93f860f 618836 
eric_17.08.orig-transl-pt.tar.gz
 02c1705aed8b339d925ce2d985886816e7ddd43b 927768 
eric_17.08.orig-transl-ru.tar.gz
 fb159925c1ada75193a6af94f5637f079b7b801a 538869 
eric_17.08.orig-transl-tr.tar.gz
 4ecf5f551097e8cc949191f2aeaed9b7a0e64a74 592579 
eric_17.08.orig-transl-zhCN.tar.gz
 8a940eb6cc3c4479c5db891b9fde826cf642bc70 18782546 eric_17.08.orig.tar.gz
 9c2fc8c7c5be773d02460a114f28aace338ebaf3 22524 eric_17.08-1.debian.tar.xz
 19f860097714ce06be538927475522dd58c309b2 432214 eric-api-files_17.08-1_all.deb
 f905b073032fc3982357f1b99e4134567dbb1b6d 7407770 eric_17.08-1_all.deb
 576b1ef61bcd5fea135758130ce2a4a9762c1d72 9761 eric_17.08-1_amd64.buildinfo
Checksums-Sha256:
 22232716cb79386fad9576d19f16939a7f194df906577a134bb0d889c12946a0 4747 
eric_17.08-1.dsc
 92c4b568b1d9f35f4d8aaf04edb95f4e403eabb30a9baa45ef2bce7cfdc5cf50 602824 
eric_17.08.orig-transl-cs.tar.gz
 f2fa4ab56931a9ef083539e52ecdead647b13f5d67c8b358a5c14f917f660e6f 884113 
eric_17.08.orig-transl-de.tar.gz
 09f84b0b1fd5a52446656cbb0088095431bcc170c2267f6f5d63f0ddbe40f0ab 239745 
eric_17.08.orig-transl-en.tar.gz
 7bfa5796df24c3a8bc0821ddde22528844bb3c0e3efaceb1b92296732afee212 881096 
eric_17.08.orig-transl-es.tar.gz
 cf1bb77011dbd5743287f964b224ac0ecc0630a0096e608a7134dc2994c48f96 546406 
eric_17.08.orig-transl-fr.tar.gz
 cacdadbc242ab9f50c7969a75920b6f47b23944202c4a0710479a4b472d2f6ac 693186 
eric_17.08.orig-transl-it.tar.gz
 89629f29d7cdbd270bdd561ae90cb0d02144165406a82300a8730191a856e62a 618836 
eric_17.08.orig-transl-pt.tar.gz
 8b71ae0c7537b5b7ebe64fa7999a82a1d83b966e1605cafaaaded40a5a512839 927768 
eric_17.08.orig-transl-ru.tar.gz
 5449e8a8829d7a3a041513427b2bd6025e699a3afaccedb33a53aadbc268f962 538869 
eric_17.08.orig-transl-tr.tar.gz
 f5921a13df0d9637b622f5adbfae2671e31c1d6ca79788d0ba58573616573d1d 592579 
eric_17.08.orig-transl-zhCN.tar.gz
 63c6ecc4681296a9bd56ed414d4e82bd0c03024a4db8b65cb611963208603d9d 18782546 
eric_17.08.orig.tar.gz
 e1dda817b66d24ec2c0b69950edfc38f769ee287c1272a241d9effec4d22b470 22524 
eric_17.08-1.debian.tar.xz
 bf8a5c9d68e11dfb9c53aeae4272a1f1e9cb1fada9cfe06284b0a04c8aa12eb7 432214 
eric-api-files_17.08-1_all.deb
 cd45df87ff5cfa65837c56986bebddbc7763544a6a806e9c10217d8d72b27446 7407770 
eric_17.08-1_all.deb
 9c0f8ffad006980adee39443dbc5e4e883bafe9392e6f9be6e39f057b2551457 9761 
eric_17.08-1_amd64.buildinfo
Files:
 7301164b6f80e095bcee5afb6d38eed3 4747 devel optional eric_17.08-1.dsc
 1708ae75004e4b630d91468098982e12 602824 devel optional 
eric_17.08.orig-transl-cs.tar.gz
 92f66a3cad3513e10ccf8475f7bb9284 884113 devel optional 
eric_17.08.orig-transl-de.tar.gz
 57ec0fae44a1dff4069ce209f95bed5b 239745 devel optional 
eric_17.08.orig-transl-en.tar.gz
 97cae64c200f0ac4a225cbe318783440 881096 devel optional 
eric_17.08.orig-transl-es.tar.gz
 5172212c633b9eaad6ac1c1fec509c49 546406 devel optional 
eric_17.08.orig-transl-fr.tar.gz
 db1da232daf6a9710b003d7ceda574fe 693186 devel optional 
eric_17.08.orig-transl-it.tar.gz
 f23a24aaaef1bee1ac15cfaaff8c3b84 618836 devel optional 
eric_17.08.orig-transl-pt.tar.gz
 a3a9e479448b7dcb50c218ed0c1bebd7 927768 devel optional 
eric_17.08.orig-transl-ru.tar.gz
 a3363137f8d198b6d9692a8246437b32 538869 devel optional 
eric_17.08.orig-transl-tr.tar.gz
 ef7ec6378972b37990b4a8f9bccf813d 592579 devel optional 
eric_17.08.orig-transl-zhCN.tar.gz
 cf278c21e5fa8e466fae8919350c60f2 18782546 devel optional eric_17.08.orig.tar.gz
 3e889ea4c77dbf91bc5671f4d8f542a1 22524 devel optional 
eric_17.08-1.debian.tar.xz
 1cfc4e455b3472b6b01b0015538b85d1 432214 devel optional 
eric-api-files_17.

Accepted molly-guard 0.7.1 (source all) into unstable

2017-08-06 Thread Simó Albert i Beltran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 06 Aug 2017 23:52:59 +0200
Source: molly-guard
Binary: molly-guard
Architecture: source all
Version: 0.7.1
Distribution: unstable
Urgency: medium
Maintainer: Simó Albert i Beltran <s...@probeta.net>
Changed-By: Simó Albert i Beltran <s...@probeta.net>
Description:
 molly-guard - protects machines from accidental shutdowns/reboots
Closes: 870891
Changes:
 molly-guard (0.7.1) unstable; urgency=medium
 .
   * Pass through "reboot -f" command (Closes: #870891)
Checksums-Sha1:
 c3f84dcf3c5e87fb4c0108551c86e86e393a078e 1840 molly-guard_0.7.1.dsc
 d4d188643f9632b3d3d53a184f19713a59d9396e 12860 molly-guard_0.7.1.tar.xz
 0bd99dbda7d2011e769b25f7113c2c31ab1cc57d 14192 molly-guard_0.7.1_all.deb
 19089d786660c6a7368b7e7109ecec5f25e9f3da 5620 molly-guard_0.7.1_amd64.buildinfo
Checksums-Sha256:
 7a9da186e49ab2441c82b61c393ae081356087cf67c4a97549cd98e44c28c961 1840 
molly-guard_0.7.1.dsc
 ad43869a5c85437b92d827fc2b0f58a6a66c37eb139cca74d71c3dee3837621b 12860 
molly-guard_0.7.1.tar.xz
 6ab0bd06309f7c3a4eef312e5b6af2fcb1fc8e49115a3a6ee9f88f7f149cd24e 14192 
molly-guard_0.7.1_all.deb
 1636a8d8a94f16c12028ca9e3a748b699491e1aa876654affc02a7b503e9196d 5620 
molly-guard_0.7.1_amd64.buildinfo
Files:
 111221e874e52d589625c03606c85edb 1840 admin extra molly-guard_0.7.1.dsc
 3d62473c7c3903324d99a18cd9b0d064 12860 admin extra molly-guard_0.7.1.tar.xz
 733dcf1af928cec85a9e9a99ad6cd8d5 14192 admin extra molly-guard_0.7.1_all.deb
 3fefd35445efe6fe0d2de7608a2ad765 5620 admin extra 
molly-guard_0.7.1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEEjEcLKgsxVo4RDUMlFigfLgB8mNEFAlmHn7pfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDhD
NDcwQjJBMEIzMTU2OEUxMTBENDMyNTE2MjgxRjJFMDA3Qzk4RDEACgkQFigfLgB8
mNH9Fw//fIVqOPVh+mSafMnBzCfUwmwNJ8xvRO9LdqkpDhscf3TYT2kKQBheJ2Bc
4KPF6pEw2SDqiBDrvVx3tqjg3TopFRGi9+nEIcbHlXr/rgnVYFffQjyGBmqiKYbs
CXDWjgctcvNlJ5JXFr+/UVG8TVu4ioT/02cOdy+RX5xl0s8O1PUsTxqqRCd2LNDE
KhdzoEGUuF9xVJdtUAwbeYp99yA5RoZmBWN8uhl9HOFw86kRXHQWgD+nDV7BaO/z
HUzTO/NePcL9IWE2NDlnLpKCXmLLqN/Da+/mPFUQr/Yt2aMhrsIQPk07B0/lpRhc
Uma9HXOc7wX0z1knU31+qvlfJpp9YyEUOGACLQir8dveJEEbGqQaPDCxHt1qY8u9
fmSs5N8IUaf1qCKwCsDTTBaXg4WDEOR4pL4PzAGnJZESua6okdC/T4WVVl4OoBne
6+AGNOWThUKiPLrgQp/fW/qiVedUY+ijc7D56a9u613e1cYs6RcuCP9sVfULvJZ9
hLPUK+IkrmXLmscIY7hu7bgXbqpat2e5dxDwhUTXTcHR4G7umP6xPKesGrF1QMh3
TvgObRzvN9rUN0k4rfHBr+bzdBEvfm09C01XOL68LIHx/PP/EGaq3dRXrVU+Xs3V
hvDfiGgeQCtS1Ql66x3yRwHhSzc0sKfWDF6T8WhDkB1QrqvcM/8=
=8WJg
-END PGP SIGNATURE-



Accepted molly-guard 0.7 (source all) into unstable

2017-07-29 Thread Simó Albert i Beltran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Jul 2017 15:39:20 +0200
Source: molly-guard
Binary: molly-guard
Architecture: source all
Version: 0.7
Distribution: unstable
Urgency: medium
Maintainer: Simó Albert i Beltran <s...@probeta.net>
Changed-By: Simó Albert i Beltran <s...@probeta.net>
Description:
 molly-guard - protects machines from accidental shutdowns/reboots
Closes: 856170 859596 867331
Changes:
 molly-guard (0.7) unstable; urgency=medium
 .
   * New maintainer (Closes: #859596)
   * Set https in Format field at debian/copyright
   * Update Standards-Version
   * Hostname case-insensitive (Closes: #856170)
   * Update copyright holders of 30-query-hostname
   * Update copyright holders at debian/copyright
   * Pass through "halt -w" and "halt -f" commands (Closes: #867331)
Checksums-Sha1:
 44be9b3ac1d97e5484955310d669f838b44da592 1832 molly-guard_0.7.dsc
 9e657447b5408b97a0ff20f8616871fee9432e02 12824 molly-guard_0.7.tar.xz
 86051752f926a978a176ed814767890480e0292d 14152 molly-guard_0.7_all.deb
 7585777b8cfdf6062d71d97f922d3a4ad4a150f0 5516 molly-guard_0.7_amd64.buildinfo
Checksums-Sha256:
 58946bbdd5ee7cec095a346a3dddcb482742f8e29ac21647b8194deb6e862e79 1832 
molly-guard_0.7.dsc
 9449c7511f439fa4511ce58251f5d5bee1eee83dabb47aba4acc4776d6e08308 12824 
molly-guard_0.7.tar.xz
 770958f6b869bceb8d036b568e0ba03638edd314908604d8981148e5911b3e00 14152 
molly-guard_0.7_all.deb
 18f011f2ea3abf4b17f2678d055229de9660cc4c373e5951819f09ecae7d78c7 5516 
molly-guard_0.7_amd64.buildinfo
Files:
 586eb2f7e20c06aa079c64846e38f942 1832 admin extra molly-guard_0.7.dsc
 73c451f051106a10aa7113ff3cbf103c 12824 admin extra molly-guard_0.7.tar.xz
 0dd1daecc71325504c7ecf2cc2ede4fe 14152 admin extra molly-guard_0.7_all.deb
 1bc1e4642be943b1989cfa4f368c2631 5516 admin extra 
molly-guard_0.7_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEEjEcLKgsxVo4RDUMlFigfLgB8mNEFAll8welfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDhD
NDcwQjJBMEIzMTU2OEUxMTBENDMyNTE2MjgxRjJFMDA3Qzk4RDEACgkQFigfLgB8
mNGatA//S/ILXisa9iO0Hde66zwAgfN6uKOJQNiEVnFXpQJc7N68EEOrbyU60O/v
1NAG+vZetduCTiI8fKbSkSgFEorEyQ4f6BxtuQpr+6EPrjGKJUndikxAgrqJTomF
GL0arU//vjHFiVgG7j+1EwCvx4V3Lpm3PLGGGdPm6i5pjEt4//z7Px6Xr42dwjCb
dFfNOJm2qdgnT3BUcq7PIPkl3Xrsj/JCdDW4TFTr8jaUsUwJxOIlvU8oqVgMVtYb
fFmRJavhIZavfHISQitAahVrj7drRnBdkRu2K0x+cI+xH7zEWWSpzD5PQwYbKvRI
OR80kDhmug/ULWB8Yhw2Z9XpXIPNk7q6DRxYYqjYHtPT8JslqIeAe9jwT3368KVR
heH5eM77quzDPbh7cY7Sgo4nkOmbndDg0PgIReLzaKxpNW/ptNBa3Y6szC7YV+CJ
76oETvcK9HL+raVlws2C6FEZMvoJofX9NvoSNNoyrAF+/0QZHNMMv5/GUuJmCbiD
0V2W0hbYkZSgfiOroWU5g5yrDeSZKY1ldn2aR4n8uECT+Z08oZkJmgezTPBG8WfN
MvrOUikC8bVksoOOzKErn/tx+FdBS21NW7FyheIZCaTfzb2ey7njpiWWd99fc8Wn
87LwnvzCODXHtnpg+dCLby8ieIbZUgiYFZFL2EJJ9+7mztc5RHY=
=lVAO
-END PGP SIGNATURE-



Accepted laptop-detect 0.15 (source) into unstable

2017-06-29 Thread Simó Albert i Beltran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 29 Jun 2017 23:02:19 +0200
Source: laptop-detect
Binary: laptop-detect
Architecture: source
Version: 0.15
Distribution: unstable
Urgency: medium
Maintainer: Simó Albert i Beltran <s...@probeta.net>
Changed-By: Simó Albert i Beltran <s...@probeta.net>
Description: 
 laptop-detect - system chassis type checker
Changes:
 laptop-detect (0.15) unstable; urgency=medium
 .
   * Added debug mode
   * Upload to unstable
Checksums-Sha1: 
 161c7a6abc0745fcd9f00b2185de87760639ee81 1729 laptop-detect_0.15.dsc
 fbf03fdd4cf78be2d2ce44aa9c108348cc5f052c 5924 laptop-detect_0.15.tar.xz
Checksums-Sha256: 
 50f0670ef11fe381517822bbc6a88fd5fd7c232ab28e19da5ead1acfdfb607ca 1729 
laptop-detect_0.15.dsc
 409f6ccf96c116dd97af9960c7fc5d7425b3f6c91b1574f560d4c5e9dde28c7f 5924 
laptop-detect_0.15.tar.xz
Files: 
 ecfb4d146530d389d90bb23284229575 1729 utils optional laptop-detect_0.15.dsc
 d27100ba4d7ce076c6c2f61db79a2163 5924 utils optional laptop-detect_0.15.tar.xz

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAllVfXNfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgahlQ/5Aa9OMDJqrgqEpm24PmZ7EH2GU9md5TXj22KEf6V0iQ1UGWHumX7xmtgW
benK7HV+ZMrXiC+dS7l/ikeilD8Nu2Y5wMYLRs+BP2P7zQ5CX6jmO/7ApY6Zm99V
5l39jKoNMWOj/OeCubZhE2436Vuvk0PtRpjDyyA4wh1msLxHF1mPH9BoDBIu1T1y
t0muT7VFB+NWzhtMscM5V4wdkoprfJAQam5/DjMSRK7XAI2wTt6uPDauydRUGaZ/
aH280RLcQ8Z8hJ4L7Ypb2dNTHJcuOMN8W406Ofk9HCcc6OibMFBpSlHBwYelzac4
4kxxCMiAirNTmsL6vnQH4b2Ao1B/xw1vtEH7spx+Na6QX5zCooSv6LDw1Tvg+cBH
FmQvhAVBu4JATBCsO+r+RQ1DLDabcjd9EezBTnpuR3Gjxuuz5/SD8TRUux8lIYU2
nK3wPxQ1gkMSTa+TXBLPUTbRnDhGw2GC/JvxrEg/Ayz86jWNHEi6CJHrlYInMZVT
65xOR5aAbhxdKONyr2VD5JgBmpRqkbaoUyue4VDioCADOWW2nCsRZN6rONSIVq1c
rQBrf/ygTRRnB/4FkcBP5oWhQdDidvbazwfa1VeZso0yQGGfWytXUXgZ06ASzewE
uVR/08PobxoAZ3Ddkuow/STQS1d1WoXHJ+fezHhuEA5nLgvGxzI=
=Ocqw
-END PGP SIGNATURE-



Accepted laptop-detect 0.14.1 (source) into experimental

2017-06-14 Thread Simó Albert i Beltran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 14 Jun 2017 23:48:05 +0200
Source: laptop-detect
Binary: laptop-detect
Architecture: source
Version: 0.14.1
Distribution: experimental
Urgency: medium
Maintainer: Simó Albert i Beltran <s...@probeta.net>
Changed-By: Simó Albert i Beltran <s...@probeta.net>
Closes: 860193
Description: 
 laptop-detect - system chassis type checker
Changes:
 laptop-detect (0.14.1) experimental; urgency=medium
 .
   * Avoid false-positive if device batteries (Closes: #860193)
   * Fix "command -v dmidecode" invocation
Checksums-Sha1: 
 017a09afa825742a11a971f70cfba1a2b2ab699d 1737 laptop-detect_0.14.1.dsc
 fd20a4b8631871b82acea1a15dbcb6e8b4f3d6c8 5812 laptop-detect_0.14.1.tar.xz
Checksums-Sha256: 
 45371abc57660d6a190b99839d2e6df17dc496f0dc7cf05e4d3ede5028066425 1737 
laptop-detect_0.14.1.dsc
 652b882db0882c4bce4ab7a4289167b5e05284766a1304548fdae5fb40a3 5812 
laptop-detect_0.14.1.tar.xz
Files: 
 c2ffb0ed5e73d4492a48d15322dd767b 1737 utils optional laptop-detect_0.14.1.dsc
 0a07a6ca72d2bae9d2338312018b4d4a 5812 utils optional 
laptop-detect_0.14.1.tar.xz

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAllBux1fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgZEGA/9H4Qcc0zmaGk8Vx0qzYu5OoiuCTGRcxonVN/Bt68BqREk0sSeNxmtLS2c
S1I0U2Xwcmg8T34jfnlduOjOaORcwF793ZGuxelvj4t8DENsBZ5KtlQeQoPd+2pj
vj8TpJH9XjPGhSJSk+XD3bX9mDjw9DfilB2VfrITrIM5qR5nWpDuXXRf54dgD782
UIM4sxF6xuALMHLROoGPSjbXgfr2pGu/iQq7044v1L8miEz+KXsJt5YF7I5pcGjK
9qtES7aJf+T9/o/IbH+cXyUfS2b7nlyfLIIafBPS5rnz/8PSxQNQOjPKdJhZForV
tSxpzHgXBjQIsQVR4CwZnM5vFLmiuMRlMBuIV+FOolZ98E0MdAHOcrKWvNWkjqF+
gHclL9kY9oVEkn/zNOzXfTxFOBffWiI2HoSMfjxGtqOT+i+/zi/q44N8LWUQwhze
D3PTQLE3GXSQhnj2wUw3PIFbKAkmkfm6f7MVQl3TnkUhEqN9q635WXj21pAgaUjP
f6Wjbsuxe+dpmZ1M2mOGqkrr9IoErhzfNPaJo5TtIF4MJZLfDialyu8KcB6uJ3yE
r6sFVzaqDoVPUDQaKtGJfvsn4RqL4A5G+BD/QEzKJ+v59jxZU0Z84eJYbzzOkc8K
MyMZc0jHEwTrZ9mlkKSQxIOIy5Jenp7X2HwnHpoytDCRHS7nMSc=
=xCPM
-END PGP SIGNATURE-



Accepted laptop-detect 0.14 (source) into experimental

2017-03-08 Thread Simó Albert i Beltran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 08 Mar 2017 00:59:54 +0100
Source: laptop-detect
Binary: laptop-detect
Architecture: source
Version: 0.14
Distribution: experimental
Urgency: medium
Maintainer: Simó Albert i Beltran <s...@probeta.net>
Changed-By: Simó Albert i Beltran <s...@probeta.net>
Closes: 659404 847246
Description: 
 laptop-detect - system chassis type checker
Changes:
 laptop-detect (0.14) experimental; urgency=medium
 .
   [ Simó Albert i Beltran ]
   * New maintainer (Closes: #847246)
   * Update VCS-Git and VCS-Browser fields to the new git repository in
 gitlab.com
 .
   [ Petter Reinholdtsen ]
   * Use /sys/devices/virtual/dmi/id/chassis_type as alternative to dmidecode
 (Closes: #659404)
 .
   [ Simó Albert i Beltran ]
   * Set Homepage field at debian/control
   * Set https in Format field at debian/copyright
   * Update Upstream-Contact field at debian/copyright
   * Add Simó Albert i Beltran to copyright holders at debian/copyright
   * Change Architecture field from any to all at debian/control
   * dmidecode can be used but it isn't required
   * Move laptop-detect from /usr/sbin to /usr/bin
   * Remove the version of dmidecode in Recommends field at debian/control since
 old-stable version is 2.11-9
   * Remove hardcoded path for dmidecode
   * Fix chassis_type message
   * Move manpage to User Commands section
   * Fix title line of manpage
   * Remove Authors section from manpage
   * Update Files section of manpage
   * Update copyright holders of manpage
Checksums-Sha1: 
 622807ceae9788508c28d967d54c4852bdad5f7b 1729 laptop-detect_0.14.dsc
 d763073e0dc285895f1e74f42decc9b7210e458e 5668 laptop-detect_0.14.tar.xz
Checksums-Sha256: 
 faf65e700d748317d04c2fc89a1477c4b8414e9c8eaf72b24cd5b3013171f2d5 1729 
laptop-detect_0.14.dsc
 023060e1eed860b8dcf3276785da53af52226d76e09bfd8922f788d8cb5f068a 5668 
laptop-detect_0.14.tar.xz
Files: 
 0bdfa81475e3fbb534d2fd675995b765 1729 utils optional laptop-detect_0.14.dsc
 0762198c1331b1394855206922e0b5d4 5668 utils optional laptop-detect_0.14.tar.xz

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAljAJIBfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgagpw/+N3d+1Kjz32lMPuh1H4uj5e2UqUb3DEmPVf5bAxhuUn3XuyDL+3OZSX6Q
GZiin1pHv5UnPU0Jm64u4yYpWNJaCmkxHNixBvvM0BJdPAan5VgBLKSpg04doNYR
m71bL9pnVWlh/TDaMwqyH3xYDkCCBVE7SkPTCcnJY8FGllgDnmMHUhRCNB49/iN6
UYluDrvR84B5GtIVstJ4+myLfdk7q6mOq9mprJDwzWc5vPMO2UiePn/jZqLUs9qh
LTjt18AXNsnCiNOcMUq7Wz/kq6cRJn4Ul16ErxSopKqVslvnCU26zC0QzfdFqQAL
Vlx77MgBQErz6Lk9hlSUSCtXScioD952wNe4qw2FS+Vv6DIUXX0bBxIpO70wWvGG
U0GlHYwIK+yNXgen4C9LzvrEs2kti3VBqBDuykVQZeA7YkbEeWhKu+CSYp5blHl2
YovTrYwbJnk2BJNx8zJvtW81O/3cOz9oIq1VM6np0XlVDNTu5K0NrwHohypQHT4E
cDZrw3gnIycFG7SWFnvACcTf3k3TFevof1lQdrIZD22QNR7wYwR00A+R/LtegRUw
oKnSfoutWTYOHMZNEwC1op3lbrgWGYT/IrAZkERYV6b90mGnuwCeTXmUjx9PkLXh
MN1Qq4ixPVVjJajiHOjFYDFXALTEh5hvfCvvq/l3P4nDl6qlL/Y=
=OHq0
-END PGP SIGNATURE-



Accepted eric 17.01-1 (source all) into unstable

2017-01-10 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 08 Jan 2017 13:22:53 +0100
Source: eric
Binary: eric eric-api-files
Architecture: source all
Version: 17.01-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson <gud...@gudjon.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 eric   - full featured Python IDE
 eric-api-files - API description files for use with eric
Changes:
 eric (17.01-1) unstable; urgency=medium
 .
   * New upstream release
   * Bump compat level to 9
   * Refresh all patches
   * Update desktop file patch
   * Minor fix to manpages
   * Add manpage for hexeditor
   * Remove two more javascript files from source
   * Remove eric6_browser from package. Doesn't work
 because QtWebEngineWidgets is not included in Debian
   * Add qtbase5-doc-html to suggest
Checksums-Sha1:
 677b35f6855fbc87c3643bfc1b8936025ce51b1f 4738 eric_17.01-1.dsc
 8d077148d8fffa536d68eed7f2b4426ca0f703e1 595086 
eric_17.01.orig-transl-cs.tar.gz
 d1bb12b8a3a1669cde4c01ab3e2c2361266eb89c 859451 
eric_17.01.orig-transl-de.tar.gz
 f1f9a1bfd79d73fc6466a86b9f975fb2f3d664b5 233617 
eric_17.01.orig-transl-en.tar.gz
 796095a4f9097f3a63698dcc032c9f8339d9a095 862640 
eric_17.01.orig-transl-es.tar.gz
 b7bb7521a7775d147ee6ddc51ae51b977ca945c2 537845 
eric_17.01.orig-transl-fr.tar.gz
 3c507e4abcec197a852ddb875ba1cd76116b26b1 685524 
eric_17.01.orig-transl-it.tar.gz
 aab817eb46e4d1098e2486c75ab1335ba966edd3 608828 
eric_17.01.orig-transl-pt.tar.gz
 b1d340981160788bbb2e67e3e2e6b623d28b4a54 901992 
eric_17.01.orig-transl-ru.tar.gz
 a3fa73e1b1e01340e5f19f7b2e595e285c4962dc 529506 
eric_17.01.orig-transl-tr.tar.gz
 2d6061203bd0651058a0cdd888d117d733f7f1cd 584322 
eric_17.01.orig-transl-zhCN.tar.gz
 fee2e482b45972927ff955caa0176c7805f0fb62 18518278 eric_17.01.orig.tar.gz
 856f2c1ea819974b3e4889137084eec563eb06fd 22336 eric_17.01-1.debian.tar.xz
 bfd0463a407ef2dbe8493fe65cc739e588f2d0ef 428214 eric-api-files_17.01-1_all.deb
 0e94d0f92684f70914ba86d77d0d2b2c1475d399 7308846 eric_17.01-1_all.deb
 cdaeedd6c8b2dccf139cd5c7d71498416f1a48ef 8834 eric_17.01-1_amd64.buildinfo
Checksums-Sha256:
 bbd5a10195091a4dfbe0dab1f0331410fe0020b5b05f909d7c2c78c628cdd6b2 4738 
eric_17.01-1.dsc
 8438b3e486c6928cad67fbe03c8e7f7060e7619e6e114f806396aa1e488a87d7 595086 
eric_17.01.orig-transl-cs.tar.gz
 b9c5b200ef04788653d8aa001385373cc14e0e358eba341b2a91c94e9fb5ed45 859451 
eric_17.01.orig-transl-de.tar.gz
 6a395fe7290b13a61bcd322b63851edbbb9ea4b38d07e9e9fb2d2c4639baaefe 233617 
eric_17.01.orig-transl-en.tar.gz
 742bd3ca038c47933b903badc84aab4362c42eab54e3a6c33008433d4b01f124 862640 
eric_17.01.orig-transl-es.tar.gz
 2d17a95e1a5636f321cbdf3c327e0ae87f34435fd8a29a00d985a63787810cf8 537845 
eric_17.01.orig-transl-fr.tar.gz
 99fe285e2e56f281eb7f72b5d65ea3d0cd499af94b4b9aaba3e476f24bdac974 685524 
eric_17.01.orig-transl-it.tar.gz
 3ac60ec06576aba1044d95a6413acdcfd39082f1d84996434b3cbf4f765f0cf3 608828 
eric_17.01.orig-transl-pt.tar.gz
 d57ea9274782d89f35e76b684b03a70ceb688716556ec98335331f0c02756253 901992 
eric_17.01.orig-transl-ru.tar.gz
 4fc832f04fe8b11c23845dddcdf166221175fc9c5b6e4c60a263c7bd5c7730b0 529506 
eric_17.01.orig-transl-tr.tar.gz
 46b6f96fea59ffc9b2a3fd5e7c3a3b7a4c5a70225c5aa478e4baff2c85e43981 584322 
eric_17.01.orig-transl-zhCN.tar.gz
 8a9a559d30d063d62ff78e637877f72fed5cd193a7772cca087201a21bed96a2 18518278 
eric_17.01.orig.tar.gz
 0d7de815351eba8ab5a3f2f3121d6be8859cfb3af676fc5b50ee87a1f29d57b1 22336 
eric_17.01-1.debian.tar.xz
 34562f7b929035e37171178a09dc4dde35ce665be6633e7e75944b3ff5748eb2 428214 
eric-api-files_17.01-1_all.deb
 467a14a652b4521913d295568b08e561bb5df24d5e4abae3cb1955d73c6c14f9 7308846 
eric_17.01-1_all.deb
 4784509fcea2ca86449f2f7f9e0eadb39c8a2dd17bfaaf79f179e29c4f166938 8834 
eric_17.01-1_amd64.buildinfo
Files:
 ebc396b0ea01f6d17f6ca0fc652af768 4738 devel optional eric_17.01-1.dsc
 1ff4ae708ce0fa494df1d315f939d461 595086 devel optional 
eric_17.01.orig-transl-cs.tar.gz
 8c6bcc41b310f21db85d4aa9763c57cf 859451 devel optional 
eric_17.01.orig-transl-de.tar.gz
 262e54e382c964fd93ae5ffc2a5d22db 233617 devel optional 
eric_17.01.orig-transl-en.tar.gz
 c5885e837ab08b1bc0224131342b37c9 862640 devel optional 
eric_17.01.orig-transl-es.tar.gz
 a1bb7b36d63eb95d4e3baf73ff8e4058 537845 devel optional 
eric_17.01.orig-transl-fr.tar.gz
 4bf5fb9ce99acde9149160f721fcdcbf 685524 devel optional 
eric_17.01.orig-transl-it.tar.gz
 8f0fbe63aa138bd46c23b8ca5349b379 608828 devel optional 
eric_17.01.orig-transl-pt.tar.gz
 9af90303b3bd9099339f4bf4c2ab16e2 901992 devel optional 
eric_17.01.orig-transl-ru.tar.gz
 bd66bf3c283427f117f0004f7fb1c8a0 529506 devel optional 
eric_17.01.orig-transl-tr.tar.gz
 aacbf46c05fbe420d56131378cea0b3d 584322 devel optional 
eric_17.01.orig-transl-zhCN.tar.gz
 e15ab4af3221e6361abfd60c4eacdbc2 18518278 devel optional eric_17.01.orig.tar.gz
 eaff83d9271379c7ac0bc2dda8ee1068 22336 devel optional 
eric_17.01-1.d

Re: OpenSSL 1.1.0

2016-11-16 Thread Pau Garcia i Quiles
On Wed, Nov 16, 2016 at 1:58 PM, Pau Garcia i Quiles
<pgqui...@elpauer.org> wrote:

[...]
> OpenSSL 1.0 only
> =
[...]
> * Some obscure feature (e. g. BlaBla20) may be missing or be difficult
> to support on a limited number of packages (e. g. apache2)
[...]

Sorry, it's ChaCha20, not BlaBla20. My bad.


-- 
Pau Garcia i Quiles
http://www.elpauer.org



Re: OpenSSL 1.1.0

2016-11-16 Thread Pau Garcia i Quiles
On Wed, Nov 16, 2016 at 1:26 PM, Ian Jackson
<ijack...@chiark.greenend.org.uk> wrote:

> A maintainer should be ready to explain, and if necessary change,
> decisions they have taken.  (Ideally wider consultation before taking
> such a decision would be better.)
>
> In the absence of input from the openssl maintainers, I would like to
> ask the Release Team's opinion.
>
> If we are going to wind back on this change we should do it ASAP.  We
> should not allow ourselves to make the decision to press on, simply by
> failing to decide otherwise.
>
> If we decide to wind back the transition and the openssl maintainers
> continue not to be available (within the short timeframes required),
> we have a lot of people who could competently prepare an NMU.

>From a project management point of view, I can see three alternatives

OpenSSL 1.0 only
=

* All packages work fine
* No release delays
* We will be using an LTS version of OpenSSL
* Some obscure feature (e. g. BlaBla20) may be missing or be difficult
to support on a limited number of packages (e. g. apache2)


OpenSSL 1.1 only
=

* Many packages do not support OpenSSL in upstream, therefore they
need patching from Debian maintainer (security risk). Some packages do
not have a maintainer volunteer that can provide this patch.
* Release delay between 6-12 months seems certain
* We will be using version of OpenSSL with support end date before
Stretch's support end date
* We will be providing all new features that come with OpenSSL


OpenSSL 1.0 + 1.1
==

* Every package will be buildable but we can expect surprises on
runtime due to dlopen'ed libraries, indirect use, etc
* Release delay seems certain but difficult to determine
* Even with a release delay, we cannot be 100% sure all the rutnime
surprises will be gone
* We need to support 2 versions of OpenSSL and be prepared for
third-party applications (not included with Debian) to fail due to
runtime surprises
* Different support cycles upstream (one LTSL, one not)
* We will be providing both versions of OpenSSL for the end-user to
choose (when he has the knowledge)


If I were in charge of taking this decision:

* OpenSSL 1.0 + 1.1 would be out. It's the worst possible scenario:
even with a delay, I can expect problems
* OpenSSL 1.1 will delay the release and/or leave a lot of packages out
* OpenSSL 1.0 makes possible to release as planned and provides an LTS
release. The minor inconveniences for missing ciphers, etc do not
justify the negative impact of the other choices, IMO.

So I would release Stretch with OpenSSL 1.0 only, and then make a plan:
1. OpenSSL 1.1 is gone from sid effective immediately and move to experimental
2. On April 1st 2017 we replace OpenSSL 1.0 with OpenSSL 1.1 in sid.
All packages are expected to support OpenSSL 1.1 only by this date.
3. Stabilize and aim for a quick Debian release 1 year after Stretch.
Yes, that means 2 Debian versions supported for some time.

Of course, that's just my suggestion. Feel free to disagree.

-- 
Pau Garcia i Quiles
http://www.elpauer.org



Re: OpenSSL 1.1.0

2016-11-04 Thread Pau Garcia i Quiles
On Fri, Nov 4, 2016 at 1:43 AM, Ian Jackson
<ijack...@chiark.greenend.org.uk> wrote:


> I'm concerned that we are setting up a situation where:
>
>  * A maintainer (or interested party) for a package which peripherally
>uses openssl;
>  * Gets an RC bug report;
>  * Is threatened with autoremoval;
>  * Does not really know how to respond;
>  * Does not have useful support from their own upstream because
>their own upstream hasn't got to grips with this yet;
>  * Feels under pressure that they must Fix It Now.
>
> This seems to be setting ourselves up for failures - particularly,
> failures where the package compiles and seems to work, but has some
> kind of problem in its use of openssl APIs which constitutes a
> security problem.
>
[...]

I fully agree and I have been stating that for months.

In fact, yesterday I checked that my package witty now builds fine
with OpenSSL 1.1.0 thanks to a new version of Boost. But I suspect
there will be something wrong on runtime because witty does link to
Qt4, which as Lisandro said recently, does not support OpenSSL 1.1.0.
It may fail on runtime.

As I requested a few days ago, please delay making OpenSSL 1.1.0 the
default for 1 year (and even then, we should be checking the case
where something links directly to one version of OpenSSL, and also
links to something that dlopen's some other version of OpenSSL).

Thank you

-- 
Pau Garcia i Quiles
http://www.elpauer.org



Accepted witty 3.3.6+dfsg-1 (source all amd64) into unstable, unstable

2016-11-03 Thread Pau Garcia i Quiles
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 9 Oct 2016 22:16:40 +0200
Source: witty
Binary: libwt-common libwt40 libwt-dev libwthttp40 libwthttp-dev libwtfcgi40 
libwtfcgi-dev libwttest10 libwttest-dev libwtext40 libwtext-dev libwtdbo40 
libwtdbo-dev libwtdbosqlite40 libwtdbosqlite-dev libwtdbopostgres40 
libwtdbopostgres-dev libwtdbofirebird40 libwtdbofirebird-dev libwtdbomysql40 
libwtdbomysql-dev libwt-dbg libwt-doc witty-examples witty witty-dbg witty-dev 
witty-doc
Architecture: source all amd64
Version: 3.3.6+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Pau Garcia i Quiles <pgqui...@elpauer.org>
Changed-By: Pau Garcia i Quiles <pgqui...@elpauer.org>
Description:
 libwt-common - C++ library and application server for web applications [common]
 libwt-dbg  - C++ library and application server for web applications [debug]
 libwt-dev  - C++ library and application server for web applications [developm
 libwt-doc  - C++ library and application server for web applications [doc]
 libwt40- C++ library and application server for web applications [runtime]
 libwtdbo-dev - Wt::Dbo ORM library for Wt [development]
 libwtdbo40 - Wt::Dbo ORM library for Wt [runtime]
 libwtdbofirebird-dev - Firebird backend for Wt::Dbo [development]
 libwtdbofirebird40 - Firebird backend for Wt::Dbo [runtime]
 libwtdbomysql-dev - MySQL/MariaDB backend for Wt::Dbo [development]
 libwtdbomysql40 - MySQL/MariaDB backend for Wt::Dbo [runtime]
 libwtdbopostgres-dev - PostgreSQL backend for Wt::Dbo [development]
 libwtdbopostgres40 - PostgreSQL backend for Wt::Dbo [runtime]
 libwtdbosqlite-dev - sqlite3 backend for Wt::Dbo [development]
 libwtdbosqlite40 - sqlite3 backend for Wt::Dbo [runtime]
 libwtext-dev - additional widgets for Wt, based on ExtJS 2.0.x [development]
 libwtext40 - additional widgets for Wt, based on ExtJS 2.0.x [runtime]
 libwtfcgi-dev - FastCGI connector library for Wt [development]
 libwtfcgi40 - FastCGI connector library for Wt [runtime]
 libwthttp-dev - HTTP(S) connector library for Wt [development]
 libwthttp40 - HTTP(S) connector library for Wt [runtime]
 libwttest-dev - test connector library for Wt [development]
 libwttest10 - test connector library for Wt [runtime]
 witty  - C++ library for webapps [runtime] (transition package)
 witty-dbg  - C++ library for webapps [debug] (transition package)
 witty-dev  - C++ library for webapps [devel] (transition package)
 witty-doc  - C++ library for webapps [doc] (transition package)
 witty-examples - C++ library for webapps [examples]
Closes: 831552 841470
Changes:
 witty (3.3.6+dfsg-1) unstable; urgency=medium
 .
   * New upstream version
   * Install DomElement.h and EscapeOStream.h (LP: #1585225)
   * Fix some lintian-overrides with wrong soname in text
   * Update patch 11_fix_privacy_breach_logo
   * Make copyright DEP-5 compliant and use Files-Excluded instead of
 repacking script
   * Build-depend on version-independent firebird-dev package (Closes: #841470)
   * Use as3compile to build WtSoundManager instead of mtasc (Closes: #831552)
Checksums-Sha1:
 14342bf0c7ea244720bb6c00120178317d3adfac 4188 witty_3.3.6+dfsg-1.dsc
 8376d01a6261571aaa20b48c23c0cf84b1676cfd 6985837 witty_3.3.6+dfsg.orig.tar.gz
 20af4b8f60b7af7800f18a412e9c706d814be9b5 37010 witty_3.3.6+dfsg-1.diff.gz
 dfb540262b0cacc64e621fa9bb3b131febec68ed 198598 
libwt-common_3.3.6+dfsg-1_all.deb
 3c0dfe5f9cd8b4bf7308f7f5604856e66cbe6399 137255544 
libwt-dbg_3.3.6+dfsg-1_amd64.deb
 0258c373f68fe8036ea9eaee900de2f77255a924 5122148 
libwt-dev_3.3.6+dfsg-1_amd64.deb
 b5e23bccd466ac94343d76cf3757f0d1e7245a37 9394498 libwt-doc_3.3.6+dfsg-1_all.deb
 f031836c6a656bee5c13851ffb5c98413ba53922 2568276 libwt40_3.3.6+dfsg-1_amd64.deb
 a24dae4126b5994b32f7638e7bf29ae54e037835 248496 
libwtdbo-dev_3.3.6+dfsg-1_amd64.deb
 aecfbc718bc0efe39261e1bf6aeafc4c6acebd69 175142 
libwtdbo40_3.3.6+dfsg-1_amd64.deb
 b173fa73b37bd0442cbb3c1ef64a1239fecae5bf 169942 
libwtdbofirebird-dev_3.3.6+dfsg-1_amd64.deb
 30ab7151d66d13f1848d167b304fbf6be463abea 154686 
libwtdbofirebird40_3.3.6+dfsg-1_amd64.deb
 d9d40f222a39cb2f7ae10fdfdeb6a27989b93734 86266 
libwtdbomysql-dev_3.3.6+dfsg-1_amd64.deb
 e8da8d06548b226cc361ad83f69a6ede52f4edce 85346 
libwtdbomysql40_3.3.6+dfsg-1_amd64.deb
 c74ca4e8f1d1bdc918d298f1c10a2eacde9e0747 94612 
libwtdbopostgres-dev_3.3.6+dfsg-1_amd64.deb
 48551782394fb2816aaae3c06afd292b5fb0bcd7 95250 
libwtdbopostgres40_3.3.6+dfsg-1_amd64.deb
 5304a40b748ad45faead49e7df260b1e706667f7 89386 
libwtdbosqlite-dev_3.3.6+dfsg-1_amd64.deb
 ea73a70171621074edc7566c584814d4b9719fe1 88286 
libwtdbosqlite40_3.3.6+dfsg-1_amd64.deb
 cad7970f9d25ac1ce87a06885e2a255bad221817 481806 
libwtext-dev_3.3.6+dfsg-1_amd64.deb
 68c2969ac2761398d2f063c8ea08dc3223e4 290124 
libwtext40_3.3.6+dfsg-1_amd64.deb
 ce60bb36d5adc567deb8eb75a47f39a387bc5d36 148826 
libwtfcgi-dev_3.3.6+dfsg-1_amd64.deb
 96d86849eff6db7ac1e44f72f5bcbb3a76db80bc 129316 
libwtfcgi40_3.3.6+dfsg

Re: openssl transition

2016-10-30 Thread Pau Garcia i Quiles
On Thu, Oct 27, 2016 at 2:39 PM, Antti Järvinen <antti.jarvi...@katiska.org>
wrote:


> While patching -DOPENSSL_API_COMPAT=0x1010L will help a lot but
> code changes are still required in addition to this flag, many
> applications allocate OpenSSL data-structures in stack and this is not
> supported any more, regardless of -DOPENSSL_API_COMPAT.
>
>
This whole "let's shove OpenSSL 1.1 down your throat" is a very bad idea,
IMHO.

My upstreams (witty and ace) have no plans to support OpenSSL 1.1 in the
next months.

I do not have enough knowledge with OpenSSL to feel comfortable with my
patches. I may end up rendering the software insecure.

Does anyone remember the OpenSSL PRNG incident 10 years ago? Are we trying
to repeat it?
https://www.schneier.com/blog/archives/2008/05/random_number_b.html

Really, this does look like a huge mistake. Packagers will produce patches
that will generate suboptimal, if not straight insecure, software just for
their packages not to be removed, and/or to stop those "hey hey, RC bug on
you!" mails. Please, delay the "only 1.1 migration" for 1 year.

-- 
Pau Garcia i Quiles
http://www.elpauer.org


Bug#842200: ITP: node-deprecated -- Tool for deprecating things

2016-10-26 Thread I Sagar
Package: wnpp
Severity: wishlist
Owner: Sagar Ippalpalli 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-deprecated
  Version: 0.0.1
  Upstream Author: Fractal 
(http://wearefractal.com/)
* URL : http://github.com/wearefractal/deprecated
* License   : Expat
  Programming Lang : JavaScript
  Description  : Tool for deprecating things
 .
 Node.js is an event-based server-side JavaScript engine.



Bug#840924: ITP: node-beeper -- Make your terminal beep

2016-10-16 Thread Sagar I
Package: wnpp
Severity: wishlist
Owner: Sagar Ippalpalli 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-beeper
  Version : 1.1.0
  Upstream Author : Sindre Sorhus  (sindresorhus.com)
* URL : https://github.com/sindresorhus/beeper
* License : Expat
  Programming Lang: JavaScript
  Description : Make your terminal beep
   Useful as an attention grabber
 .
 Node.js is an event-based server-side JavaScript engine.



Accepted cutecom 0.30.3-1 (source) into unstable

2016-10-03 Thread Roman I Khimov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 03 Oct 2016 23:04:20 +0300
Source: cutecom
Binary: cutecom
Architecture: source
Version: 0.30.3-1
Distribution: unstable
Urgency: low
Maintainer: Roman I Khimov <ro...@khimov.ru>
Changed-By: Roman I Khimov <ro...@khimov.ru>
Description:
 cutecom- Graphical serial terminal, like minicom
Closes: 614793 696221 788179
Launchpad-Bugs-Fixed: 1575347
Changes:
 cutecom (0.30.3-1) unstable; urgency=low
 .
   * New upstream release based on Qt5 (Closes: #788179, #696221)
   * Update license to GPLv3+, upstream changed to that in 2015
   * Update homepage, source, copyright and watch information (upstream
 development moved to github)
   * Switch to dpkg-source 3.0 (quilt) format
   * Upgrade package to standards 3.9.8
   * Upgrade to debhelper 10, set compat 10
   * Use standard dh rules to build the package
   * Drop "cutecom-0.22.0-nolinebreak.diff", obsolete
   * Drop "cutecom-remove-deprecated-desktop-entries.patch", obsolete
   * Drop "fix_pathes_for_debian.patch", obsolete
   * Remove obsolete menu support
   * Use Cmake RelWithDebInfo build type to get '-O2 -g' flags
   * Install desktop file (for 'System' category) system-wide (previously
 it was installed into kde directory) (Closes: #614793) (LP: #1575347)
   * Install an icon
Checksums-Sha1:
 be5c348c08218889fb04d93ab68e1884ff440d68 1819 cutecom_0.30.3-1.dsc
 b47d8b039ec344a62d22c67b2863b16b1ac79af7 359825 cutecom_0.30.3.orig.tar.gz
 ebbd8312b03e51552d3ed95d74d6bc36aa8ebb4b 7324 cutecom_0.30.3-1.debian.tar.xz
Checksums-Sha256:
 4375c27655f07407e0442730ec4c93a80c1c32b3675270cb821ff4dba2db13a0 1819 
cutecom_0.30.3-1.dsc
 cb8fcda716a8c6982e097a98d1fc660f639b68eb70a17bbcd45fc5adade7ba31 359825 
cutecom_0.30.3.orig.tar.gz
 585550bacae40e1ee71609ab82635b2afeb17d01798472945d51074faa23b086 7324 
cutecom_0.30.3-1.debian.tar.xz
Files:
 e02daca76b0f7cf97166810bb3d487d2 1819 comm optional cutecom_0.30.3-1.dsc
 ada66bad4b9793418492085f5ef62633 359825 comm optional 
cutecom_0.30.3.orig.tar.gz
 8e6c32902fdd90aaea14c72aa4a5ee63 7324 comm optional 
cutecom_0.30.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJX8s2cAAoJEPNPCXROn13ZRZoQAIrFvBT7jg/ajh+Q35AvTvJm
fdEK6HhPx+m61nB/my631dCCoQC+ls6mKEXxNHyIAO/Hi7f7T41W9qWWOEXEtXYv
xHqWVBWTTwveCqdDGFO9n2k1eCd+cKzShH/l/btqkLLd0PguCPB9SC13+em0QPoR
ikCoEi+9DRa+lLtYcMIWIxMTLrBAKBO3V0Ooc3/Kl1slh9M09b29OMjq8h9/efoa
JeTzkMD5tB+z9HiBMYaujVFwsHYdY3dvg8hQ53MpOE78UqUPjBHxvoFoYpbymEWR
Fa61GlX74dTjENC70gOule1zh19qp9p54w2FBPXQurysOdRp4nNY80+Lk1zMj95D
wK8dkx1YAW6i4ZDSXGVOoeKQ4pl8u3f5GfcG4gSPCcr2LSgbshD7cgOCM8E8Lv/U
2EQgwETKLoJRa196Dl17qxX8BCpLnJNWPgSdnHcm7u9pnmAcDqng0y0d7l+FExT0
8BFBjgLc2sBDJtxaou1wGXpv9fzyrtIXr/Q7ypEwdVM5oop4e4UErlzZNXL2zBH6
2PBtnGCJPQHM/O44nPrO5o49KX7/oWIejLf0YXiMglSkzU0TGpIYpxnH0nLfjWYP
LuHZztn6D9Uoi4QnWqf2iZ+7g7509a9jsf+fBs4RyLCS6riXpY5bAZsw78eCLQAh
gJWlq02OPYBikb0cZlLi
=szQh
-END PGP SIGNATURE-



Accepted eric 6.1.8-1 (source all) into unstable

2016-09-01 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 03 Aug 2016 11:46:26 +0200
Source: eric
Binary: eric eric-api-files
Architecture: source all
Version: 6.1.8-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson <gud...@gudjon.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 eric   - full featured Python IDE
 eric-api-files - API description files for use with eric
Closes: 832909
Changes:
 eric (6.1.8-1) unstable; urgency=medium
 .
   * New upstream release
   * Remove dependency on bicyclerepairman (Closes: #832909)
   * Add binary dependency on python-rope
Checksums-Sha1:
 1786266f16ebdfc9b5d6ebec41245a7348465743 4706 eric_6.1.8-1.dsc
 0594f5429d6c019052eedb479ca0fd1647464336 565667 
eric_6.1.8.orig-transl-cs.tar.gz
 3f3d23c7ee238d60f4222f24feae9cfa814184c2 786695 
eric_6.1.8.orig-transl-de.tar.gz
 d64ad300068f18140bae069a53b365c9e0fe5ccb 213171 
eric_6.1.8.orig-transl-en.tar.gz
 aae33fc5db3fc36cf9ec0c022e4a297f5bd65c07 789156 
eric_6.1.8.orig-transl-es.tar.gz
 38706fc7fb1790c254a2f91e4919ea18dff3944b 513346 
eric_6.1.8.orig-transl-fr.tar.gz
 90d35cea0c3080a37bd8b7a6ec1d0d9066b43ada 641917 
eric_6.1.8.orig-transl-it.tar.gz
 cf2ccbdd1ad86d3de469008f9eb85a1ec4d1936f 565614 
eric_6.1.8.orig-transl-pt.tar.gz
 d5fc1ecd737e6b7e2742e417a3dc82dd234e4729 820578 
eric_6.1.8.orig-transl-ru.tar.gz
 631da4c318b9a8c300e624290b045f5821c8e1aa 491343 
eric_6.1.8.orig-transl-tr.tar.gz
 bc7ea424488762066d2e685ab87d30b82355f9d5 557971 
eric_6.1.8.orig-transl-zhCN.tar.gz
 4034f97244b6709e43e43ad3b8da729c7cb3c5c9 10667742 eric_6.1.8.orig.tar.gz
 c82253a652648a1d0b0602b047b64696b96b7299 22032 eric_6.1.8-1.debian.tar.xz
 351a848204c4520acc928c5f5099a0df354bdc18 416358 eric-api-files_6.1.8-1_all.deb
 7e791d2339e025327b967b285fe07ebd94c65b7e 6379572 eric_6.1.8-1_all.deb
Checksums-Sha256:
 c6c8f89e421ccce359f8b94be2058c14bc629c4774658b1caa08617e2ddf1bd9 4706 
eric_6.1.8-1.dsc
 4bd3be85fff236d210ba7fa7134054b3646dd1921443bdf050d5f721341eedec 565667 
eric_6.1.8.orig-transl-cs.tar.gz
 6f0b9ed2761db0e8b51bcd7b2ac8602469520c41bf1121ed3b86f257bd4929b0 786695 
eric_6.1.8.orig-transl-de.tar.gz
 6e4d118e51b0f55654ad4c8f55d6ca96c0c225488131ff58559e05516caff4ef 213171 
eric_6.1.8.orig-transl-en.tar.gz
 8d737fa68ea3d1ecdb9e316bc869fad5b4e0c36762ea375810519d30b925d65e 789156 
eric_6.1.8.orig-transl-es.tar.gz
 cca4f3c38ad1a0fb8a2c73e1bcaf6afdc8eb865a20c01f934d88fdbf67862b5c 513346 
eric_6.1.8.orig-transl-fr.tar.gz
 97c3e7ed9edc05f1f9f7e174286f65d3ee7d64862fbaed01fb733b9420b3ce1c 641917 
eric_6.1.8.orig-transl-it.tar.gz
 dd66c887fe681c9a07fa06dcdc83b6ecd4583fbd1d67e3460250559542ea5e3e 565614 
eric_6.1.8.orig-transl-pt.tar.gz
 31fde9fc4e3df4abd6cb1b4a69ab6ec4f3ebc2732b0c6ac98d89f497de9a36a1 820578 
eric_6.1.8.orig-transl-ru.tar.gz
 2f9e1279637376ac5d1930ef24ddac4aee542590e5b40b7adc908d4e2d904cb1 491343 
eric_6.1.8.orig-transl-tr.tar.gz
 a758223c73ecedda1b231f04395028e0ab5b9f67d4b26d7f515d53cd0af78eae 557971 
eric_6.1.8.orig-transl-zhCN.tar.gz
 930a179fa07729367a5bc791b4993395722792afccc518853f28d89346174fc2 10667742 
eric_6.1.8.orig.tar.gz
 b6ae146214bf46be116be850da542557cc50d724f7d7ba44da91caba06c8d7c6 22032 
eric_6.1.8-1.debian.tar.xz
 fa3225d38a3ea9a754157370b0d0bd07706cf1f7d520e45e0d7d4c233815be32 416358 
eric-api-files_6.1.8-1_all.deb
 5e1022d4c559b21e8012575b1154e1f87c980914f33720977f9ec56a8c4679a6 6379572 
eric_6.1.8-1_all.deb
Files:
 c6f118964e9bb25ccda01ada7a2fd146 4706 devel optional eric_6.1.8-1.dsc
 59b93605acb8347e7db1395212ce6227 565667 devel optional 
eric_6.1.8.orig-transl-cs.tar.gz
 9545c8cdf249cad9f781f1d8370a66b8 786695 devel optional 
eric_6.1.8.orig-transl-de.tar.gz
 7d709226d2e2f290ba7d128afd73d313 213171 devel optional 
eric_6.1.8.orig-transl-en.tar.gz
 fe29993897d0517f843523201dcbad0e 789156 devel optional 
eric_6.1.8.orig-transl-es.tar.gz
 423ccf8d72afc647661b7c5df405666e 513346 devel optional 
eric_6.1.8.orig-transl-fr.tar.gz
 a82a238b0066b203ffe1864e90108911 641917 devel optional 
eric_6.1.8.orig-transl-it.tar.gz
 374298c95f7be546f2a6ece95ef663aa 565614 devel optional 
eric_6.1.8.orig-transl-pt.tar.gz
 aff7b532221b56fca8a00e1faee43782 820578 devel optional 
eric_6.1.8.orig-transl-ru.tar.gz
 1f117f9f58cac67f5e16e2580b41cbdc 491343 devel optional 
eric_6.1.8.orig-transl-tr.tar.gz
 d4a536e50053a5141d5bcfb910f4 557971 devel optional 
eric_6.1.8.orig-transl-zhCN.tar.gz
 5bd796ffd9215f58a5f816f34ce47430 10667742 devel optional eric_6.1.8.orig.tar.gz
 96f724b1391b6e68d3feb4e23bb4fd45 22032 devel optional 
eric_6.1.8-1.debian.tar.xz
 3fc84b0121424dc0354766f90f4a5916 416358 devel optional 
eric-api-files_6.1.8-1_all.deb
 e56a49ca2233208d8fe312097e2ba116 6379572 devel optional eric_6.1.8-1_all.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXyGlnAAoJEK728aKnRXZFe9QP/jTgaOG8GzfP8IHQZ+yIAAob
MRz5SM3roL0YxX5lzy/EQ1oRxZj5Asxh9HbsehxBJam58qxKCboKOXrgroPZB/GJ
tnVhUhyAT1qD5VlJ0h0Eb4dxIYPAaxwWvc8cQYgze3rL8kPtHeaICgQ3YJ0at2Xv
D+y4oYEbQt17

Accepted pyqwt5 5.2.1~cvs20091107+dfsg-8 (source all amd64) into unstable

2016-08-18 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 18 Aug 2016 12:13:05 +0200
Source: pyqwt5
Binary: python-qwt5-qt4 python-qwt5-doc
Architecture: source all amd64
Version: 5.2.1~cvs20091107+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson <gud...@gudjon.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 python-qwt5-doc - Python Qwt5 technical widget library, documentation and 
examples
 python-qwt5-qt4 - Python version of the Qwt5 technical widget library
Closes: 763567 820696
Changes:
 pyqwt5 (5.2.1~cvs20091107+dfsg-8) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
 .
   [ Gudjon I. Gudjonsson ]
   * Disable numarray and numeric (Closes: #820696)
   * Bump standards version to 3.9.8, no change needed
   * Change dh_clean -k to dh_prep
   * Change recommends libqwt-dev to
 suggests libqwt5-qt4-dev (Closes: #763567)
   * Add patch to disable numeric, numarray
   * Add patch to change Float to float, for non-obsolete
 numpy version
   * Add patch to disable imageplot example
   * Remove dpatch reference from README.source
Checksums-Sha1:
 19985448b8c6134b040b01d814272b6ed718aae5 2256 
pyqwt5_5.2.1~cvs20091107+dfsg-8.dsc
 10e34727d579284cd36775815ae85088f731aa1b 9340 
pyqwt5_5.2.1~cvs20091107+dfsg-8.debian.tar.xz
 3841c2a55158bab7aff4b0a787ba7d7bb05975bb 37028 
python-qwt5-doc_5.2.1~cvs20091107+dfsg-8_all.deb
 572211e4912fa8d91f0153438768c2af401bdacf 8059936 
python-qwt5-qt4-dbgsym_5.2.1~cvs20091107+dfsg-8_amd64.deb
 de74a5f1540e3b2fe67c1d8762e5cfaf13945636 345486 
python-qwt5-qt4_5.2.1~cvs20091107+dfsg-8_amd64.deb
Checksums-Sha256:
 6514cc174e079620464c1f58389165c547f82e1503e83150a9cd00f9c824a15e 2256 
pyqwt5_5.2.1~cvs20091107+dfsg-8.dsc
 75c2f0526a382abb330685a0eca61d941c138b41c9bd0b962b4d213b42456d7b 9340 
pyqwt5_5.2.1~cvs20091107+dfsg-8.debian.tar.xz
 afd17ad768415595f39923ac312e8f6ada45314b7bae70d054cb3835b478 37028 
python-qwt5-doc_5.2.1~cvs20091107+dfsg-8_all.deb
 6b2c28cb11aafc5e01073710b215b3ece314f2e35d9c1849df3357e2c7aac8c7 8059936 
python-qwt5-qt4-dbgsym_5.2.1~cvs20091107+dfsg-8_amd64.deb
 98f56fc65d24dfd29f41dc347626be9b6fe581a7a66da6662a0051e90bde 345486 
python-qwt5-qt4_5.2.1~cvs20091107+dfsg-8_amd64.deb
Files:
 b873a0d5d9d5a7ef1d520319aa949402 2256 python optional 
pyqwt5_5.2.1~cvs20091107+dfsg-8.dsc
 709094d51c87a4c4f1d3a1281640f024 9340 python optional 
pyqwt5_5.2.1~cvs20091107+dfsg-8.debian.tar.xz
 882a1ae7c8c134b73b556a5ac65148cc 37028 doc optional 
python-qwt5-doc_5.2.1~cvs20091107+dfsg-8_all.deb
 f315df5a954453432f907573f3d68642 8059936 debug extra 
python-qwt5-qt4-dbgsym_5.2.1~cvs20091107+dfsg-8_amd64.deb
 74f446359ce155800fdb1bf20963d76d 345486 python optional 
python-qwt5-qt4_5.2.1~cvs20091107+dfsg-8_amd64.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXtiUAAAoJEK728aKnRXZFJLUQANZwCwWrw0Ct+nE0cafuzuJ5
O16q6LyRm7W1y22wzRbz6kgccOfVCavqv8jQKlYxo2Iu2hoTSaLFYiK6HisMyzgX
YjPPMquqmIk1+rI3XstlP/mAiGD+G2QtVcQSijD/KpzXJ9WwW88jRcqs1hD6z5yR
OSkQC4zABHq3MzeutSqYUub2hBFvQD9M89/U5QjoRAbyn4n2dmRkjPEv5tNvo+j8
kBDCbLEeRzPQBhBEnKJg3bxxaO/mfw2JoH2l0Up8x19T3+s72KykBwA2oBo0iOZG
pDhiSmT+yWd/5NTMqvux0BEEB8ZpWefPBrVaodKBkBzSj//anNAdtK+F4yZCa+cn
KUswkGpRqS4zEPZGayKrgfJ7VsO9zejBGCuCDOHt7rCk0lRC5JsJTcmfUvVN8htc
F9tAZAoozy3nCKSj2/r4771SW3QMHNNNHTgill6bOdd+85UGV2FQ5CHZudPEDAIJ
ynCjF0ZGMcAxGnqR+iNw1B7ZftCC9/8Xy2sTFJ6rgM+Dbd4/vkV11UWqvZD5HnvU
A1IVE677KtVpoAufZtJFnZhTf0aMiIsMtEkWU8JppRf5nPwSsAilVf65aWW8Zy0d
tNA1TFfwPvXT9oUAhiDwAGa52rB/I/8pgmV/HpJD5jCmzHEPWLGRtHgGRyQuXAsQ
ychYnLZJv4bMDHtL9Xaf
=9e3w
-END PGP SIGNATURE-



Re: OpenSSL 1.1.0

2016-06-29 Thread Pau Garcia i Quiles
On Wed, Jun 29, 2016 at 9:49 PM, Moritz Mühlenhoff <j...@inutil.org> wrote:

> Jérémy Lal <kapo...@melix.org> wrote
> > The openssl release strategy page [1] states:
> > Version 1.1.0 will be supported until 2018-04-30.
> > Version 1.0.2 will be supported until 2019-12-31 (LTS).
> >
> > Considering the dates, upstream authors using openssl 1.0.2 might not
> > migrate to the new api until 1.0.2 end of life.
> > Is it reasonnable, for security and human resources sake, to carry
> hundreds
> > of patches for a transition that will happen much more safely and
> naturally
> > later ?
>
> Certainly. 1.1 brings a lot of internal changes which will be beneficial in
> the long run. And of course's there a wide range of 1.1 features which
> will b
> e important during the lifetime of stretch (e.g. chacha20/poly1305
> support).
>
>
I beg to disagree.

IMHO the mandatory migration to OpenSSL 1.1.0 is happening too soon.

Most upstreams have do not support 1.1.0 yet, and have no plans to support
it in months. This will force Debian maintaners to rewrite OpenSSL code,
which is a very sensitive part and may turn an (upstream) secure
application into an insecure application due to incorrect patches.

If possible, I would rather have both 1.0.2 and 1.1.0 in the archive, and
move to 1.1.0 as upstream moves. I do not feel comfortable at all touching
security-related stuff, it's not my specialty. Even less if we are talking
about OpenSSL, known not to be the most friendly and intuitive APIs.

-- 
Pau Garcia i Quiles
http://www.elpauer.org


Accepted eric 6.1.6-1 (source all) into unstable

2016-06-19 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jun 2016 12:03:00 +0200
Source: eric
Binary: eric eric-api-files
Architecture: source all
Version: 6.1.6-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson <gud...@gudjon.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 eric   - full featured Python IDE
 eric-api-files - API description files for use with eric
Closes: 820199 825262
Changes:
 eric (6.1.6-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #825262)
   * Rename Chinese translation (Closes: #820199)
   * Remove patch 08_fix_segfault, fixed in upstream
   * Bump standards version to 3.9.8. No changes needed
   * Fix spelling error in doc-base
Checksums-Sha1:
 e7c9331a56a5cb9e9e3b69235ca3f49197252954 4724 eric_6.1.6-1.dsc
 96c893a5b0c9a1a384b6ef3fa99948bfaa48004b 565604 
eric_6.1.6.orig-transl-cs.tar.gz
 a9b53c1d3a8219e4f594526bbcaae366f2218be7 786357 
eric_6.1.6.orig-transl-de.tar.gz
 395d94230a137898ea39ba3386aa32f47bfade66 213173 
eric_6.1.6.orig-transl-en.tar.gz
 377b4022776d937e144a39a4fcefd99d64e5246d 789045 
eric_6.1.6.orig-transl-es.tar.gz
 f4d5825948da5e71c2b4de512f23d7c9f35d30b6 513289 
eric_6.1.6.orig-transl-fr.tar.gz
 aee07450f78167bf9665fdb007a4f13349bd9a00 641854 
eric_6.1.6.orig-transl-it.tar.gz
 76fa05563ee38e79cda61346d38a00cfaf5f8276 565560 
eric_6.1.6.orig-transl-pt.tar.gz
 ce42cd9182994f18445043f3a66aa398c05da4d7 818718 
eric_6.1.6.orig-transl-ru.tar.gz
 ad6ff93f745354cda6a86048d93d41a545dbb87f 491266 
eric_6.1.6.orig-transl-tr.tar.gz
 b2896596b9e3126c50a24a212a6a33dcad7281de 557933 
eric_6.1.6.orig-transl-zhCN.tar.gz
 3417218537386e23934735ff66674f64e71b20d4 10653866 eric_6.1.6.orig.tar.gz
 09a7db584fdc1e5389e7afc1fd83954e41519462 21984 eric_6.1.6-1.debian.tar.xz
 6fccce856e36cbaeb82d0530d10c0626fe77f729 416194 eric-api-files_6.1.6-1_all.deb
 d7caa3f9974e3c28ec08f3f30503eb755be1dbf5 6372830 eric_6.1.6-1_all.deb
Checksums-Sha256:
 27c5773580787349efcd42d522bba1eb6e76b49d906654b044b254a017ce4576 4724 
eric_6.1.6-1.dsc
 4a6c419fdfd6e5efb27eb5385103cd67fce3cace8e40e1e52c7aaed015db33d3 565604 
eric_6.1.6.orig-transl-cs.tar.gz
 0caf0965ff7d2e6c64ef02762339d355a945904f0a046f0c7c4e49243b56db0b 786357 
eric_6.1.6.orig-transl-de.tar.gz
 7c74590fb9b6d877b56b81a607f405dcc3fcc110a2782766e9bb6f9846814a6e 213173 
eric_6.1.6.orig-transl-en.tar.gz
 ca30f66f30ba15acbb61e9c83cd2c11d35ef42713620168d84a8dddedced32ca 789045 
eric_6.1.6.orig-transl-es.tar.gz
 ac1804bd9a3aa69da479beddd7a6cfdb0da8e6809c36e40e0b5138a8f37adac7 513289 
eric_6.1.6.orig-transl-fr.tar.gz
 91fbd7af30372b05c30292f3f6821200d526295cfda23e277811fa6b79d08f7e 641854 
eric_6.1.6.orig-transl-it.tar.gz
 3295c87be798b2ef29fbaf24a9f3a4ccf7d2d859e4e7fe88078f437377db5a6c 565560 
eric_6.1.6.orig-transl-pt.tar.gz
 41a37748b08bcc7f6e32539ad28a23dabb16c77cee1eb73f94c5c29c8f1237b0 818718 
eric_6.1.6.orig-transl-ru.tar.gz
 0c482623b43947983d69c260ba95699ce24dc00119ade34ed703745194470e8d 491266 
eric_6.1.6.orig-transl-tr.tar.gz
 4c1ada93053e3395d98fdb59dd8fa5a5cb65048f5a7fa331998f096ad693fc1b 557933 
eric_6.1.6.orig-transl-zhCN.tar.gz
 de60cb03966bd535a96eba93bdf85e20780b52a1a2d91d75f71981836820818c 10653866 
eric_6.1.6.orig.tar.gz
 ae2c2057123549f80dd5b6d91f31b75ccd53017e0df5fe0f6a539a66a4a5a9c4 21984 
eric_6.1.6-1.debian.tar.xz
 d9bca1ad0ac18dc26956aab8c6638e4e2a095c70fd57ba5d78d6ddb823e65cd6 416194 
eric-api-files_6.1.6-1_all.deb
 9f53839b5f7bc36f3d58726a649ef38315407394419229e6b333058dea48e4b7 6372830 
eric_6.1.6-1_all.deb
Files:
 d443583a277498a79b8fa08985641752 4724 devel optional eric_6.1.6-1.dsc
 3ef51a60d4a9ee1064b07e97c62e4185 565604 devel optional 
eric_6.1.6.orig-transl-cs.tar.gz
 12ea3367f95817e63365baa88ff76d6a 786357 devel optional 
eric_6.1.6.orig-transl-de.tar.gz
 5e9ad593eb7f9db5dfe86996742b3d5d 213173 devel optional 
eric_6.1.6.orig-transl-en.tar.gz
 118a8fec54eea5a023698bdabf1e768e 789045 devel optional 
eric_6.1.6.orig-transl-es.tar.gz
 dd3f8bf9e087583cc4978594f00984c3 513289 devel optional 
eric_6.1.6.orig-transl-fr.tar.gz
 f00f5d2995a8972d8b11057e6784901e 641854 devel optional 
eric_6.1.6.orig-transl-it.tar.gz
 3083d072c1678c3bcd8397ab111c274f 565560 devel optional 
eric_6.1.6.orig-transl-pt.tar.gz
 fa801ea0135d2090d91be821814e40df 818718 devel optional 
eric_6.1.6.orig-transl-ru.tar.gz
 6317980457ac22157f7f2c0c5b9b9b58 491266 devel optional 
eric_6.1.6.orig-transl-tr.tar.gz
 627d9736fe442bde640e3058f9714ac4 557933 devel optional 
eric_6.1.6.orig-transl-zhCN.tar.gz
 549d26b0db2204597b8b45d30cfeee6b 10653866 devel optional eric_6.1.6.orig.tar.gz
 a2792210a7d6211d94b7a973c6788489 21984 devel optional 
eric_6.1.6-1.debian.tar.xz
 998eb62a0465cb1cac912747da540b24 416194 devel optional 
eric-api-files_6.1.6-1_all.deb
 8dfc816b24ae995ef6e93e8b93cb8c13 6372830 devel optional eric_6.1.6-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCgAGBQJXZnzyAAoJEK728aKnRXZFZbAQANfYosZL9YTT

Accepted witty 3.3.5+dfsg-1 (source all amd64) into unstable, unstable

2016-05-10 Thread Pau Garcia i Quiles
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 13 Jan 2016 23:31:59 +0100
Source: witty
Binary: libwt-common libwt39 libwt-dev libwthttp39 libwthttp-dev libwtfcgi39 
libwtfcgi-dev libwttest9 libwttest-dev libwtext39 libwtext-dev libwtdbo39 
libwtdbo-dev libwtdbosqlite39 libwtdbosqlite-dev libwtdbopostgres39 
libwtdbopostgres-dev libwtdbofirebird39 libwtdbofirebird-dev libwtdbomysql39 
libwtdbomysql-dev libwt-dbg libwt-doc witty-examples witty witty-dbg witty-dev 
witty-doc
Architecture: source all amd64
Version: 3.3.5+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Pau Garcia i Quiles <pgqui...@elpauer.org>
Changed-By: Pau Garcia i Quiles <pgqui...@elpauer.org>
Description:
 libwt-common - C++ library and application server for web applications [common]
 libwt-dbg  - C++ library and application server for web applications [debug]
 libwt-dev  - C++ library and application server for web applications [developm
 libwt-doc  - C++ library and application server for web applications [doc]
 libwt39- C++ library and application server for web applications [runtime]
 libwtdbo-dev - Wt::Dbo ORM library for Wt [development]
 libwtdbo39 - Wt::Dbo ORM library for Wt [runtime]
 libwtdbofirebird-dev - Firebird backend for Wt::Dbo [development]
 libwtdbofirebird39 - Firebird backend for Wt::Dbo [runtime]
 libwtdbomysql-dev - MySQL/MariaDB backend for Wt::Dbo [development]
 libwtdbomysql39 - MySQL/MariaDB backend for Wt::Dbo [runtime]
 libwtdbopostgres-dev - PostgreSQL backend for Wt::Dbo [development]
 libwtdbopostgres39 - PostgreSQL backend for Wt::Dbo [runtime]
 libwtdbosqlite-dev - sqlite3 backend for Wt::Dbo [development]
 libwtdbosqlite39 - sqlite3 backend for Wt::Dbo [runtime]
 libwtext-dev - additional widgets for Wt, based on ExtJS 2.0.x [development]
 libwtext39 - additional widgets for Wt, based on ExtJS 2.0.x [runtime]
 libwtfcgi-dev - FastCGI connector library for Wt [development]
 libwtfcgi39 - FastCGI connector library for Wt [runtime]
 libwthttp-dev - HTTP(S) connector library for Wt [development]
 libwthttp39 - HTTP(S) connector library for Wt [runtime]
 libwttest-dev - test connector library for Wt [development]
 libwttest9 - test connector library for Wt [runtime]
 witty  - C++ library for webapps [runtime] (transition package)
 witty-dbg  - C++ library for webapps [debug] (transition package)
 witty-dev  - C++ library for webapps [devel] (transition package)
 witty-doc  - C++ library for webapps [doc] (transition package)
 witty-examples - C++ library for webapps [examples]
Changes:
 witty (3.3.5+dfsg-1) unstable; urgency=medium
 .
   * New upstream version
   * Drop patch 10_fix_unkown_typo (applied upstream)
   * Drop patch 13_boost1.58 (applied upstream)
   * Drop patch 0001-Fix-FTBFS-on-arm64-due-to-char-meaning-unsigned-char
 (fixed upstream)
   * Update location of Dbo tutorial per upstream change
   * Replace dh_clean -k with dh_prep
   * Update compat to 9 because the above change requires debhelper 9
Checksums-Sha1:
 ad1814a0581b4b5d085eb9b85568b41965c86dc1 4184 witty_3.3.5+dfsg-1.dsc
 c523ac50e0ab1335e63e7d495a8e8b3cf1ce57a3 6940544 witty_3.3.5+dfsg.orig.tar.gz
 ac002cb8f70ffa65b391e9dc06b00f7530e73f64 36713 witty_3.3.5+dfsg-1.diff.gz
 0d900eebbf0638099f7c3b5c33c94b73b05ecaee 199818 
libwt-common_3.3.5+dfsg-1_all.deb
 e17e5474f74d1d25a23b983c7a2e49b97630821f 125620586 
libwt-dbg_3.3.5+dfsg-1_amd64.deb
 65e710f684cb5edf17248d9e372f9e154d607a1e 5057942 
libwt-dev_3.3.5+dfsg-1_amd64.deb
 1a713b7a8e37ef380234e6cedf64f613b9e1c9ed 9756190 libwt-doc_3.3.5+dfsg-1_all.deb
 bf70cdb4fb6caca7c766322094585e69db7ef38d 2495132 libwt39_3.3.5+dfsg-1_amd64.deb
 0573de3793a634217a6499b8bbb3980f771acfdd 248710 
libwtdbo-dev_3.3.5+dfsg-1_amd64.deb
 275646167b0d7e4b84e777041257be3fb94a2427 173096 
libwtdbo39_3.3.5+dfsg-1_amd64.deb
 5c2af807abce65b4d6c643e82dbefe68a9c7d6f5 166904 
libwtdbofirebird-dev_3.3.5+dfsg-1_amd64.deb
 f5095d763dfb282d08b94466205b99cd3b2d2b91 154632 
libwtdbofirebird39_3.3.5+dfsg-1_amd64.deb
 0bd35e9969614ce3cd89d53cfabcc478fc70c9b2 86988 
libwtdbomysql-dev_3.3.5+dfsg-1_amd64.deb
 f5a125674214a580200fc039ac2d7a521afcb4a0 85608 
libwtdbomysql39_3.3.5+dfsg-1_amd64.deb
 9a803bc7bccb63127b3468bc5338f9866b3d72cb 95130 
libwtdbopostgres-dev_3.3.5+dfsg-1_amd64.deb
 f829962930f09783c07e712a68749d83c4746b5c 95202 
libwtdbopostgres39_3.3.5+dfsg-1_amd64.deb
 b33d3555c2022c850be5f4af5c1a574c453e8269 90278 
libwtdbosqlite-dev_3.3.5+dfsg-1_amd64.deb
 5a020a4135d67695606307743ba6098e2e736700 89428 
libwtdbosqlite39_3.3.5+dfsg-1_amd64.deb
 8e9247eb7045716fb7b98189d12cf59d4850feab 474336 
libwtext-dev_3.3.5+dfsg-1_amd64.deb
 2828ecd1e4e18b3f22e64c3c9525c93c3c249978 277482 
libwtext39_3.3.5+dfsg-1_amd64.deb
 7201d36bcde317468792b2a897a6f0a51ae4b3cf 1262912 
libwtfcgi-dev_3.3.5+dfsg-1_amd64.deb
 31a939c800952d3420a7157845cb27e85c910829 128306 
libwtfcgi39_3.3.5+dfsg-1_amd64.deb
 54671f24e1686439431ceb5f0594479878a70265 566190 
libwthttp-dev_3.3.5+dfsg

Re: Packaging of static libraries

2016-04-10 Thread Pau Garcia i Quiles
On Sun, Apr 10, 2016 at 10:24 PM, Henrique de Moraes Holschuh <
h...@debian.org> wrote:


> 1) make it clearn that static linking is to be used only when strongly
> justified (e.g. system rescue tools like sash).
>
>
As I see it, static libraries are mostly meant for the end-user, not for
distribution packages.

E. g. my package witty (http://www.webtoolkit.eu) is a C++ web library
(something like Rails, Django or Laravel). It is mostly used either in
embedded (e. g. medical devices, routers, etc) or in high-load applications
(e. g. a Facebook app). For the first use case I provide static libraries,
for the second use case I provide shared libraries.

One problem my users find is many libraries in Debian do not provide a
static library, rendering my static libraries useless.

-- 
Pau Garcia i Quiles
http://www.elpauer.org


Accepted qwtplot3d 0.2.7+svn191-10 (source) into unstable

2016-03-27 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Mar 2016 14:01:55 +0100
Source: qwtplot3d
Binary: libqwtplot3d-qt4-dev libqwtplot3d-qt4-0v5 libqwtplot3d-qt5-dev 
libqwtplot3d-qt5-0 libqwtplot3d-doc
Architecture: source
Version: 0.2.7+svn191-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 libqwtplot3d-doc - 3D plotting library based on Qt/OpenGL (documentation)
 libqwtplot3d-qt4-0v5 - 3D plotting library based on Qt4/OpenGL (runtime)
 libqwtplot3d-qt4-dev - 3D plotting library based on Qt4/OpenGL (development)
 libqwtplot3d-qt5-0 - 3D plotting library based on Qt5/OpenGL (runtime)
 libqwtplot3d-qt5-dev - 3D plotting library based on Qt5/OpenGL (development)
Changes:
 qwtplot3d (0.2.7+svn191-10) unstable; urgency=medium
 .
   * Disable qt5 library on architectures armel and armhf.
 It doesn't compile on these architectures because of opengl problems.
   * Bump standards version to 3.9.7,no changes needed.
   * Change VCS field to https
   * Change hardening to +all
Checksums-Sha1:
 f69efba39390ad59f868dea98603b4a019c7d4e8 2682 qwtplot3d_0.2.7+svn191-10.dsc
 2d67f4fb98f9fb9ca44bc3fc19ceb04d51abcdc7 11388 
qwtplot3d_0.2.7+svn191-10.debian.tar.xz
Checksums-Sha256:
 f80ba625f191e724e603dd8e0243203492a2a5cd3fc156e423c87f0917bb3f1b 2682 
qwtplot3d_0.2.7+svn191-10.dsc
 1428ebf0ec6a5842abf799b6b777380c5cb92b4c08ed5eb55baf58ac651dda9c 11388 
qwtplot3d_0.2.7+svn191-10.debian.tar.xz
Files:
 3daeb0f9e613d440631fbbde19e0214e 2682 libs optional 
qwtplot3d_0.2.7+svn191-10.dsc
 25666963c5174687182079f5286a65d0 11388 libs optional 
qwtplot3d_0.2.7+svn191-10.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJW99gfAAoJEEsEP825REVAcj0QAKdqSSAEivzMSCM6A6baYrkE
5NSx66buYynl4xkEDkf3GED04aLn/G0RDtfjBBai1vzAJHOY03bTGq9hG1GEXk2/
6uhsz2Fe8osPUhAj7JqzH6oDvXApsdC3duOh5w4V0a793gnSSbLarbCDBRLw6XYr
QRirTepQpPENoY1Bp7j+MNep5Gl1XgcnpFNOsa+FRwhv3SIbHiywiTV9mt3mGK8z
neUY8tR//x2Pe6LwGa4PX3FBB2s/OhmRAglNk2+d6pcMnGH4SYUrqyLhPmCY59J2
hOynuOKZ6uACrVmiVf8hGUfuYBIqcreb+/DhkHv39MYHmFqi3OXeWaJQTL71+Cto
Exe0E1miEs8qFvU+bPkzTrnfaJ9ub+uVjoAyDCzM1QQs6QyqtuErKR1APLcfu7hc
2Mhq6ofe2dQ5vRh9eXDPyg7sJwcmBTg6PZwTS86XXe3EPSiiNQpkNecpNcLgJWlI
Om2EXyYE7Qo9OWcMQ82dOHVzJjeptLxLNjJJCc8O49OZs05ypsywLrSLoXAiGpHM
w4FdI9ZfDhpLFzswvKBYWFM6F6r63u/hwOhN2Z2WmsT2+QBDr2BqtI0LarM/3Cke
EH3bwusjkC+XgswlyWztGLp9SrLxQPF7SSziOsISlQySt7+kFngDycrqLLUof+Tx
tJiMu1NwbZJiEes9rOvF
=X1+N
-END PGP SIGNATURE-



Accepted sdcc 3.5.0+dfsg-2 (source amd64 all) into unstable

2016-03-21 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 Mar 2016 19:31:13 +0100
Source: sdcc
Binary: sdcc sdcc-libraries sdcc-ucsim sdcc-doc
Architecture: source amd64 all
Version: 3.5.0+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson <gud...@gudjon.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 sdcc   - Small Device C Compiler
 sdcc-doc   - Small Device C Compiler (documentation)
 sdcc-libraries - Small Device C Compiler (libraries)
 sdcc-ucsim - Micro-controller simulator for SDCC
Closes: 803660 818447
Changes:
 sdcc (3.5.0+dfsg-2) unstable; urgency=medium
 .
   * Add dependency on gsfonts (Closes: #818447)
   * Bump standards version to 3.9.7, no changes needed
   * Remove breaks version 2.9.0
   * Add breaks version 3.4.0, sdar was moved from
 sdcc-ucsim to sdcc. (Closes: #803660)
   * Add patch 03_spelling to fix spelling error
   * Change vcs browser from http to https
   * Add hardening += all to build options
Checksums-Sha1:
 22331ee7edcad384810fa62c79ee47d09df57ab0 1971 sdcc_3.5.0+dfsg-2.dsc
 5a7291c516fb469389b9b74904b2b63afba39786 26400 sdcc_3.5.0+dfsg-2.debian.tar.xz
 a483228e7f87ace571106a8b2d69b2ddf3022f5a 2585310 
sdcc-dbgsym_3.5.0+dfsg-2_amd64.deb
 81d14bec22bfc33553f3a2a716c4a2daf31d6514 830848 sdcc-doc_3.5.0+dfsg-2_all.deb
 f359d96ee93ccd4c234f9d1e18140b5aab27d05d 953996 
sdcc-libraries_3.5.0+dfsg-2_all.deb
 705ba931f631b75c17dc5c36bfec85d0a0980584 768740 
sdcc-ucsim_3.5.0+dfsg-2_amd64.deb
 b8a98c815ba7747695fc42dbbcd710ad4066fc47 1595066 sdcc_3.5.0+dfsg-2_amd64.deb
Checksums-Sha256:
 c7cdb5175b0bb13abd0a3ba18410355c4fcc79f41789e976836a6a673dcd266e 1971 
sdcc_3.5.0+dfsg-2.dsc
 62507f37cebc5e425a2a57cc201126ef0f14ce7706da0d79f3b75948d5afeebc 26400 
sdcc_3.5.0+dfsg-2.debian.tar.xz
 91348a7c0d18ce7e6b9e165f07184e28f0758b10a071f24215bc9dfde309e74f 2585310 
sdcc-dbgsym_3.5.0+dfsg-2_amd64.deb
 2b2ec62405adce2abe82963aa940be5ef5a150909ab14db7226bf3a30ce1f0c3 830848 
sdcc-doc_3.5.0+dfsg-2_all.deb
 46369a04a0d1c63de12b10190ef233ab0fabf4b7fd1ec687a923649ca6cf0414 953996 
sdcc-libraries_3.5.0+dfsg-2_all.deb
 8c3314471fc442a0ee65440b2eba2095071664b97be8cd60f17ed7e05a91019b 768740 
sdcc-ucsim_3.5.0+dfsg-2_amd64.deb
 84be630fe962a9ecdcc4fa79868ebed2d073090a870e7d10bbba1b65a7216ec2 1595066 
sdcc_3.5.0+dfsg-2_amd64.deb
Files:
 fd0748ea2fdfd6d1b5b5a976e2b0014c 1971 electronics optional 
sdcc_3.5.0+dfsg-2.dsc
 445e03b39448797435d82ff2155404dc 26400 electronics optional 
sdcc_3.5.0+dfsg-2.debian.tar.xz
 7f95297acf22ce14f8fb3c11d4184296 2585310 debug extra 
sdcc-dbgsym_3.5.0+dfsg-2_amd64.deb
 8644a3ddce4b0e9c034cda6f71217c94 830848 doc optional 
sdcc-doc_3.5.0+dfsg-2_all.deb
 e180bd4945790cd2a91ebea3323f5e09 953996 electronics optional 
sdcc-libraries_3.5.0+dfsg-2_all.deb
 82597b47e1f7e1cb06b0dbdc5cecbae4 768740 electronics optional 
sdcc-ucsim_3.5.0+dfsg-2_amd64.deb
 d41cebadcb9a1fdee12df810c2259269 1595066 electronics optional 
sdcc_3.5.0+dfsg-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJW8F53AAoJEPbsVcVkKA0eoEYH/AttgFIkKl2uGS2XhjVpJ9FB
5HFbuFDChgV+KnaHAUbZ9qblT8EF9hKPKkjfYbno536sZ7yzUzilaUtSe+Dh2Abw
NfvZbHLha7lndvH3qP1Kw7OxVznBr3aUBYsUx4HOTVpV13fjsnKKsOa9kfNrtmeS
CuTe+DUpMhXmkAzm3uEPY/hSm7OIlszg43b5HjHkLTwl8tyC/ktlkkuNRB7QiLDg
jEKIFVayipkjkQ4zafIZ49QMBg34L3w0Qp+l1r/M7QTv5qEgYHtY7zOSRytmpsBn
uqVwosaUK4vehgd6Bq+P7njCu0O3nVsJsnsnI5TdN41GxC14vB8MSB+pUg6r4nA=
=qOxD
-END PGP SIGNATURE-



Accepted eric 6.1.2-1 (source all) into unstable

2016-03-08 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 08 Mar 2016 06:54:14 +0100
Source: eric
Binary: eric eric-api-files
Architecture: source all
Version: 6.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson <gud...@gudjon.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 eric   - full featured Python IDE
 eric-api-files - API description files for use with eric
Closes: 815747 815749
Changes:
 eric (6.1.2-1) unstable; urgency=medium
 .
   * New upstream release
   * Update translations directory to
 /usr/share/qt5/translations (Closes: #815747)
   * Add dependency on python3-pyqt5.qtsvg (Closes: #815749)
   * Add translations to .deb file (Closes: #815747)
   * Bump standards version to 3.9.7
   * Remove eric.menu file
   * Change VCS field from http to https
   * Chinese translation file renamed from zh_CN.GB2312 to zh_CN in upstream
   * Add patch 08_fix_segfault which is needed only for version 6.1.2
   * Add patch 09_message_filter to avoid unimportant error messages
   * Add dependency on qttools5-dev-tools and change lrelease-qt4 to
 lrelease -qt=5
Checksums-Sha1:
 c9cfeb2259749cf6e415987551b5fab1f063d5a2 4456 eric_6.1.2-1.dsc
 6a325f5b00fe816e28c36bc1d6a9dcbac6c3de86 565646 
eric_6.1.2.orig-transl-cs.tar.gz
 a2cf9fabb53525e1d3e47ef46fa23567fea92a25 786398 
eric_6.1.2.orig-transl-de.tar.gz
 067121bc8d4b5670886469eb0cb5cae69fc08ab0 213207 
eric_6.1.2.orig-transl-en.tar.gz
 d4c0fcebc1a3924dc8306502943d9bc164405e71 788999 
eric_6.1.2.orig-transl-es.tar.gz
 1e2aa0bd181e4ecc35e887579e111d162a530daa 513309 
eric_6.1.2.orig-transl-fr.tar.gz
 813b2dad02763758a770cc2f2d14889186d70490 641857 
eric_6.1.2.orig-transl-it.tar.gz
 9e1503221eacb36de737f244327c4ad0123357c5 565599 
eric_6.1.2.orig-transl-pt.tar.gz
 db23c45ded5eecaf8354915b7af3af815266c53a 802890 
eric_6.1.2.orig-transl-ru.tar.gz
 de5a5a0686eb1140467e750dec68c9a71c369040 491290 
eric_6.1.2.orig-transl-tr.tar.gz
 16159e12c9371e6f1bb0d4b1f3b0fb4647c47678 10648835 eric_6.1.2.orig.tar.gz
 0cceb07864c0f27d2d8800df869009000932026d 22092 eric_6.1.2-1.debian.tar.xz
 f23e570c020c4ce50c8c7dc317be6678f6b5b363 415258 eric-api-files_6.1.2-1_all.deb
 b66c5b1a97cead5e1680cdb6711861fc7cfd6188 6283644 eric_6.1.2-1_all.deb
Checksums-Sha256:
 9310ff34080be055ce0d211f5a0c11cca0b1ae26f9d6635db14bc2aa8e739a9b 4456 
eric_6.1.2-1.dsc
 6a1f571e32e164fbb2cb081b7b9b75e73ad234b76a18344c7905075111ac0428 565646 
eric_6.1.2.orig-transl-cs.tar.gz
 fb2da712db513673c3ba6c3aef46c4665770a05b92742497604482fc391c77e5 786398 
eric_6.1.2.orig-transl-de.tar.gz
 a0cce9b01762d47389a2a3fc3bbde151c9789cff33bea707255c0b8b264af184 213207 
eric_6.1.2.orig-transl-en.tar.gz
 c72a02c811d03cc121ae33480fb61d5f8fd3a5d4ebb0f3b74ef98690e3216990 788999 
eric_6.1.2.orig-transl-es.tar.gz
 bf9796b7bcdd4b5a119dc9719e7a8f0c58cd7ba0d5ec8c4ff6a3658a7ff6938c 513309 
eric_6.1.2.orig-transl-fr.tar.gz
 e22119139a48482cad6a76c6121e0f7e7145221929713d212bf2f96e190b65d5 641857 
eric_6.1.2.orig-transl-it.tar.gz
 96acafa8e16f93d11c5fb50c0d0e4a89df66cd33214f10f9b4d7549021437504 565599 
eric_6.1.2.orig-transl-pt.tar.gz
 b96d69497da4fecd556887de4526e09cf0be6f343e20e0d9a5b1da86421d2de1 802890 
eric_6.1.2.orig-transl-ru.tar.gz
 72e027d7fe538d6217b12667591c8819e34ab327fb1ca3309f6383c1c473f11c 491290 
eric_6.1.2.orig-transl-tr.tar.gz
 225b63d23d98296b5943616101e9bf60b2025adfe8b9e9cc512534ddab98b098 10648835 
eric_6.1.2.orig.tar.gz
 8299a6206cd24283d2b520a08ea4f48d4a384797fb54a7d4b7d16f9db873634a 22092 
eric_6.1.2-1.debian.tar.xz
 8bd194aa9351a3c0e267ded8ace4603223db84a5bddc15a8f2f5af9033e7b6c1 415258 
eric-api-files_6.1.2-1_all.deb
 9bca657f0228e89706f62749224e226f91edbc3d9d4bcc99faeb613f08a61769 6283644 
eric_6.1.2-1_all.deb
Files:
 e8b4a7616c7ae97058c1abb02f074e48 4456 devel optional eric_6.1.2-1.dsc
 bf362f39bc94231849f3c18bd5398a73 565646 devel optional 
eric_6.1.2.orig-transl-cs.tar.gz
 dffb2de2c5afcb952ae5937bdac7d3fa 786398 devel optional 
eric_6.1.2.orig-transl-de.tar.gz
 9daf265f237412df09e3c4f8ff7a56a6 213207 devel optional 
eric_6.1.2.orig-transl-en.tar.gz
 61add709c3772b8cf55b7fb1b1a70efb 788999 devel optional 
eric_6.1.2.orig-transl-es.tar.gz
 f89a21a68c0247dc8430bad59e7c6d04 513309 devel optional 
eric_6.1.2.orig-transl-fr.tar.gz
 eb0916c9333883873db8490953bdacfc 641857 devel optional 
eric_6.1.2.orig-transl-it.tar.gz
 d7a4792a1ae7bc49152634d6e09ab7f0 565599 devel optional 
eric_6.1.2.orig-transl-pt.tar.gz
 e7f48edea4089827c87e3e6a6126c83f 802890 devel optional 
eric_6.1.2.orig-transl-ru.tar.gz
 1d4b5ff1b5720156e78ba3e7f2a95341 491290 devel optional 
eric_6.1.2.orig-transl-tr.tar.gz
 67a9ecabd9c6511c596bb2e795e86539 10648835 devel optional eric_6.1.2.orig.tar.gz
 c1b2fbeedf490b2e5fc4f601c4bbac6b 22092 devel optional 
eric_6.1.2-1.debian.tar.xz
 84d10f710fd6a068d1e9fe19eb4531ba 415258 devel optional 
eric-api-files_6.1.2-1_all.deb
 e35a825639f41cfaa831d94983e307e1 6283644 devel optional eric_6.1.2-1_all.deb

-BEGIN P

Accepted qwt 6.1.2-4 (source amd64 all) into experimental

2016-01-25 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 25 Jan 2016 20:59:57 +0100
Source: qwt
Binary: libqwt-headers libqwt-dev libqwt6abi1 libqwtmathml-dev 
libqwtmathml6abi1 libqwt-qt5-dev libqwt-qt5-6 libqwtmathml-qt5-dev 
libqwtmathml-qt5-6 libqwt-doc
Architecture: source amd64 all
Version: 6.1.2-4
Distribution: experimental
Urgency: medium
Maintainer: Fathi Boudra <f...@debian.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 libqwt-dev - Qt widgets library for technical applications (development, qt4)
 libqwt-doc - Qt widgets library for technical applications (documentation)
 libqwt-headers - Qt widgets library for technical applications (header files)
 libqwt-qt5-6 - Qt widgets library for technical applications (runtime, qt5)
 libqwt-qt5-dev - Qt widgets library for technical applications (development, 
qt5)
 libqwt6abi1 - Qt widgets library for technical applications (runtime, qt4)
 libqwtmathml-dev - Text Engine for Qwt (development, qt4)
 libqwtmathml-qt5-6 - Text Engine for Qwt (runtime, qt5)
 libqwtmathml-qt5-dev - Text Engine for Qwt (development, qt5)
 libqwtmathml6abi1 - Text Engine for Qwt (runtime, qt4)
Changes:
 qwt (6.1.2-4) experimental; urgency=medium
 .
   * Update symbol files from builds
Checksums-Sha1:
 f1a7b753ee00c1473851ecdff1fd7309569252bf 2547 qwt_6.1.2-4.dsc
 d157530e00ac684876bdba3b3b75d52bfbe04510 31220 qwt_6.1.2-4.debian.tar.xz
 9cac9b4492153940b2caa29b778ee62d6ba2bbde 302702 
libqwt-dev-dbgsym_6.1.2-4_amd64.deb
 b8adb50025227a566a68f093591771aec5aee4ed 36832 libqwt-dev_6.1.2-4_amd64.deb
 e9b2bfb115a6bac64d5307dc6ea36b38f98561a1 2616160 libqwt-doc_6.1.2-4_all.deb
 a6b2550e61b407dd1ddd6360ad503f1ae7de6a00 71070 libqwt-headers_6.1.2-4_amd64.deb
 872f2d7eabfb4c2955441431e3a469d2114f0ed9 10922076 
libqwt-qt5-6-dbgsym_6.1.2-4_amd64.deb
 d7beef625a1f38a691e8dd65bee399166035c956 428696 libqwt-qt5-6_6.1.2-4_amd64.deb
 bcc536e6a5fd335bf7085501d95c5b3780acb315 397350 
libqwt-qt5-dev-dbgsym_6.1.2-4_amd64.deb
 765dd99e36ccd9c39e2dccd98fb060a53e172681 37592 libqwt-qt5-dev_6.1.2-4_amd64.deb
 f1ca4e368450506b0b839f4297d038f7de227aec 8496430 
libqwt6abi1-dbgsym_6.1.2-4_amd64.deb
 e9c6ec04bc32a925d0c17e976a64950459064efe 413706 libqwt6abi1_6.1.2-4_amd64.deb
 8bfcaacfa23ec0ab10fe0484035d3ca3a1691f1d 6078 
libqwtmathml-dev_6.1.2-4_amd64.deb
 f416411a76728483a653860ceffafb651bbc478e 396018 
libqwtmathml-qt5-6-dbgsym_6.1.2-4_amd64.deb
 d56056ff2bfdd6684ddec88695771e1d32c3ee3b 83966 
libqwtmathml-qt5-6_6.1.2-4_amd64.deb
 7815219875078ae92e6931d6d3a98187208d1d07 6082 
libqwtmathml-qt5-dev_6.1.2-4_amd64.deb
 07ca02d8ad1eb8a2c1c0899a4f69d7fc6e5254fd 373662 
libqwtmathml6abi1-dbgsym_6.1.2-4_amd64.deb
 5ccb189d2c669e1ab61c738a26933f00627d5474 88814 
libqwtmathml6abi1_6.1.2-4_amd64.deb
Checksums-Sha256:
 33e1afdf9d0f06c644b7320f6c41eb1ddd5f203373378530fd7ec0ab60e4523c 2547 
qwt_6.1.2-4.dsc
 9ab8c410964ae98bff471117480edfc0ccbc64fc863c09d888f419b7d9df6db9 31220 
qwt_6.1.2-4.debian.tar.xz
 ef6c1b8b77658ce12904f8aee62f12ae0e42457bed686b465a0b915c7ff21a28 302702 
libqwt-dev-dbgsym_6.1.2-4_amd64.deb
 4e3ac2c36a2282593cf3f14f774e6473524b274e874838e339a93f1de9721d3a 36832 
libqwt-dev_6.1.2-4_amd64.deb
 fe59288ad7baec1d76ff158cfac4004f3e1f46a73a07909a29be0e082adc8c91 2616160 
libqwt-doc_6.1.2-4_all.deb
 048f892c6017abcca418622e636c0d5a51953bff95326f06d77d3ea54f0a85eb 71070 
libqwt-headers_6.1.2-4_amd64.deb
 7d18ce1c03032133e7b86419a31dba6c41fe3f4c19737c95dd200ef5cca96221 10922076 
libqwt-qt5-6-dbgsym_6.1.2-4_amd64.deb
 eef03a27e1016c53e067747e1a14f72d0f4d0878d24d28ab14f14f5114a3246d 428696 
libqwt-qt5-6_6.1.2-4_amd64.deb
 a4e92bfdbba2ec9b8834b280ea988a6aaa1471e52e55a7913e4edde494c2839a 397350 
libqwt-qt5-dev-dbgsym_6.1.2-4_amd64.deb
 15705759f11625fdf7c8ad58f98247aadae4b1da8423e6118da6c1af9d046fbb 37592 
libqwt-qt5-dev_6.1.2-4_amd64.deb
 c09be2022440ce8db385f0514c104f6f23510b298d053df0df0f2ed2d60538a8 8496430 
libqwt6abi1-dbgsym_6.1.2-4_amd64.deb
 9476b7811c301abedc54d11343b246130a38efb38bd9b0300be92be452132711 413706 
libqwt6abi1_6.1.2-4_amd64.deb
 291276026e95f4be2713b35c219b1564c532d34cf1b063f42f65a0404edfb03c 6078 
libqwtmathml-dev_6.1.2-4_amd64.deb
 d9925df21dee2f0d60cfaa23147a692cdc6106a5d7cca3955845ccab397a7b4a 396018 
libqwtmathml-qt5-6-dbgsym_6.1.2-4_amd64.deb
 fabce724b47de592b64cf83d87a1e5807ea7547f9455c95423395726951a5ad5 83966 
libqwtmathml-qt5-6_6.1.2-4_amd64.deb
 9d24944efdb752936915db704bfc184c4d2520a939610078590c8de4ecda20d3 6082 
libqwtmathml-qt5-dev_6.1.2-4_amd64.deb
 1f6ba434f40edd7f2790bc8832237d64d8237977f3da3c6397a5c437b9114b0d 373662 
libqwtmathml6abi1-dbgsym_6.1.2-4_amd64.deb
 64f2727444f100b76d8cc54d2ce6319e09f07242b8f07587359eb79945b5dd34 88814 
libqwtmathml6abi1_6.1.2-4_amd64.deb
Files:
 ec3597232899dcd09adb7c349990513b 2547 libs optional qwt_6.1.2-4.dsc
 85fb3173ed0a60deecd7769cb99f8464 31220 libs optional qwt_6.1.2-4.debian.tar.xz
 5b790321d37e9348497af1fbcbc6e38b 302702 debug extra 
libqwt-dev-dbgsym_6.1.2

Accepted comedilib 0.10.2-4 (source amd64) into unstable

2016-01-18 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 16 Jan 2016 21:28:49 +0100
Source: comedilib
Binary: libcomedi-dev libcomedi0 python-comedilib python3-comedilib
Architecture: source amd64
Version: 0.10.2-4
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson <gud...@gudjon.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 libcomedi-dev - Development library for Comedi
 libcomedi0 - Library for Comedi
 python-comedilib - Python wrapper for Comedilib
 python3-comedilib - Python3 wrapper for Comedilib
Closes: 807191
Changes:
 comedilib (0.10.2-4) unstable; urgency=medium
 .
   * Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev.
 (Closes: #807191)
Checksums-Sha1:
 a7cdfd8e2ee18fb7f7128e14f1d7a7cd98a2f276 2423 comedilib_0.10.2-4.dsc
 6c273f2cbd62c2001411f1d39647636801c21bed 10184 comedilib_0.10.2-4.debian.tar.xz
 140ca45ce9bb0cb95a5da8570b939fb5c3ad5c94 426464 
libcomedi-dev_0.10.2-4_amd64.deb
 fd0c537a5d4d995c73429553b68b0b16c9b61163 662978 
libcomedi0-dbgsym_0.10.2-4_amd64.deb
 1b745c1f26bea21df71afe67e326f3a140d2d2c3 221644 libcomedi0_0.10.2-4_amd64.deb
 50ed098a7333b4deb9ff1a3f03e797735d782ac6 235646 
python-comedilib-dbgsym_0.10.2-4_amd64.deb
 c17db930d747ab7cee78f7c1a27af77e3793e0b5 170364 
python-comedilib_0.10.2-4_amd64.deb
 716ac4dfae2d1ac62f67384dddf00ec09d450f71 441522 
python3-comedilib-dbgsym_0.10.2-4_amd64.deb
 68ad583b827e75bbdb59c9e7973e452d5ea93a5a 170606 
python3-comedilib_0.10.2-4_amd64.deb
Checksums-Sha256:
 dbc4935186d1c8d3835546ee4b93b68fdb037beedc43f0ca0e18b59aba74777a 2423 
comedilib_0.10.2-4.dsc
 a05f1b901809cb440d87e5c5d954118dcebbe8fbd6d1514c67f89bd87318654d 10184 
comedilib_0.10.2-4.debian.tar.xz
 ae369e6d295bbb6241ae6d7c0828c8d53fbfb32a0c4b4a1b17a785f7774da697 426464 
libcomedi-dev_0.10.2-4_amd64.deb
 2b7c76335872260a07070df41bd79c778c3835b27113a49c8214f165f46da3de 662978 
libcomedi0-dbgsym_0.10.2-4_amd64.deb
 41e0e8c308bb89ce6f4789515ac082a9d95f0276dbf03c9a715d3eeead5b3e71 221644 
libcomedi0_0.10.2-4_amd64.deb
 9c501d2e1cfec15afa611a8ca46c1d8a31d6c405f11ebe7942c12a94675c28fe 235646 
python-comedilib-dbgsym_0.10.2-4_amd64.deb
 672049c6184447f1b57bbf78c67bd9bebfa8587bdece03a72894c9190a8d7f6f 170364 
python-comedilib_0.10.2-4_amd64.deb
 afe10720a46f5393857fa039275fb4b00df049505d0a085262f15c704dd59965 441522 
python3-comedilib-dbgsym_0.10.2-4_amd64.deb
 990b8cb32b430ad724ac9e5bb3ffc89e57704d5e37d426a53b0fc7a67da4f4fb 170606 
python3-comedilib_0.10.2-4_amd64.deb
Files:
 16cc7fd4ccd1be9d4f2b0d9e493472ab 2423 devel optional comedilib_0.10.2-4.dsc
 04d093436555312b90e017901098b762 10184 devel optional 
comedilib_0.10.2-4.debian.tar.xz
 14472c746af189b1b62cdeafb5b11670 426464 libdevel optional 
libcomedi-dev_0.10.2-4_amd64.deb
 2421614ab48b058e31acb93d84edb069 662978 debug extra 
libcomedi0-dbgsym_0.10.2-4_amd64.deb
 449e489615c6efde5b42a102e29fb3f7 221644 libs optional 
libcomedi0_0.10.2-4_amd64.deb
 05666ac6e0bbaecc69a99e5e1ad7eb5d 235646 debug extra 
python-comedilib-dbgsym_0.10.2-4_amd64.deb
 b6aaa36691dfb77fc6df3c7286d308e8 170364 python optional 
python-comedilib_0.10.2-4_amd64.deb
 36b10140ca6a2f4f304f30ee01910145 441522 debug extra 
python3-comedilib-dbgsym_0.10.2-4_amd64.deb
 baf7833f9a6e1c34bc46466b8e2e2d80 170606 python optional 
python3-comedilib_0.10.2-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWnQnvAAoJEKLeI1Bi2jP62F8QALsxd+PlJZaFmZ+2r+xJv07B
6VtuV+McO7lqX4e3/1qM31XvAYjpkaISN03LuqOjj+/QhI89x0BLPJCj3XqojwMP
A3sD/qdpGSPtV3tu+dsXb3eGciUSFNR4HTaP062631eE0zGxXGzaxviDVYJGgtyP
X8ShX7ZYdrAQYGIhzATPZffQr5q8j3ejvw2E/YSFwoooIckvbvOkmXY9NBkS7I6Z
5qFmTgBrAyqWgoLbL7VWuWFTiFK3u0GBqvqaw3JWoHlNapXCwpmXJt+u22GVOe12
lxwfdQqrfThiaKyHf6KfRTbWAZn5ZoknJHtRC4J1p67T/oqK17Vwub9mVQ0BmCZp
rmiXhuvJzL9CEZExesKVAlEbgZJ7aooqU/8D5wGrSLQk5mQ3c+gNonf1gGov8FEk
O3UVl3vYzMNFp4Q5uUqeX7TNNUYOxN7ixf0RW30wv72WaX3ATe/inQxOJ1oo980b
ZYSVBDCgcROklycTI3jML3UUycPC17K4yd0qOe88s3HwC2+Z1d0TJrIIlsNeSP7Y
dIHg45ocyO+5772tQuD5rJw5XAI+JWE36myMjq3nEnJI5SzlulH10HjNZtqGEcWc
tiLdAS9uL3Mjm+GfG96PJ9UNdL2ICzgkxIRou3n1PlStwIF7NqIOiOR0vYAl/z99
MxApmE84CfdbFla7nlfj
=5Vr0
-END PGP SIGNATURE-



Accepted qwt 6.1.2-3 (all source) into experimental

2015-11-14 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 14 Nov 2015 07:50:04 +0100
Source: qwt
Binary: libqwt-headers libqwt-dev libqwt6abi1 libqwtmathml-dev 
libqwtmathml6abi1 libqwt-qt5-dev libqwt-qt5-6 libqwtmathml-qt5-dev 
libqwtmathml-qt5-6 libqwt-doc
Architecture: all source
Version: 6.1.2-3
Distribution: experimental
Urgency: medium
Maintainer: Fathi Boudra <f...@debian.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description: 
 libqwt6abi1 - Qt widgets library for technical applications (runtime, qt4)
 libqwt-dev - Qt widgets library for technical applications (development, qt4)
 libqwt-doc - Qt widgets library for technical applications (documentation)
 libqwt-headers - Qt widgets library for technical applications (header files)
 libqwtmathml6abi1 - Text Engine for Qwt (runtime, qt4)
 libqwtmathml-dev - Text Engine for Qwt (development, qt4)
 libqwtmathml-qt5-6 - Text Engine for Qwt (runtime, qt5)
 libqwtmathml-qt5-dev - Text Engine for Qwt (development, qt5)
 libqwt-qt5-6 - Qt widgets library for technical applications (runtime, qt5)
 libqwt-qt5-dev - Qt widgets library for technical applications (development, 
qt5)
Changes:
 qwt (6.1.2-3) experimental; urgency=medium
 .
   * Update symbols files from all builds.
Checksums-Sha1: 
 2356213c8d58eda1bf7934729174c1072d7dce37 2547 qwt_6.1.2-3.dsc
 99d104e87a6ca09badcd890e5dba80ecfd4c32f5 31376 qwt_6.1.2-3.debian.tar.xz
 e248080fdbcbc542993216467a0299c6f0cceb8b 2616532 libqwt-doc_6.1.2-3_all.deb
Checksums-Sha256: 
 3bbb2ebb78945b021a1faf5e8a584cd19e8ccf0b766d5061db2e09f9f7d8e074 2547 
qwt_6.1.2-3.dsc
 95218c77dbc3610c967d5ed22b41b246d8940f90957cb0fbe674d693c3d350f2 31376 
qwt_6.1.2-3.debian.tar.xz
 334af5707e0b13bee2b01e7871395279e7e14ca9c23a1e39a0ff1d3454d72d8a 2616532 
libqwt-doc_6.1.2-3_all.deb
Files: 
 d39c821ba862a81676826c7084f5d31e 2547 libs optional qwt_6.1.2-3.dsc
 f7746355766a46e42f046230f031bb78 31376 libs optional qwt_6.1.2-3.debian.tar.xz
 9d0b387dfb26afa6da80800aab9eeea3 2616532 doc optional 
libqwt-doc_6.1.2-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWRzKGAAoJEKtkX0BihqfQFtYP/Rs9WwGSmmvVPrG1sYzuyFvp
L0aEo7bf7A7q5m75H+ypi4rk2weFnrXB7ujLH2cP1GHfLBaOR/f0Nx1U/mjrGTXH
FtJ1qcMX2v0et8+9hFZCK2rcH9yDaUMyazphNL/Siy5EbtX4dUs2sOv58b+VEOun
bhcmqa2ZjbxMEZ4aCZy3MdEFHGG3dGyHc/Jgx7BKgGd4+8DuEjA45b0pgdxPnyn7
aa3NW9JoKnmiBBM9rlbZuOmB+EeoDpWFA795YYVxKJ+50Fq+pjYLp+ZCbSC2MzSF
mL24vISGgnEiGiqgn8JV5JWR5KzPZYkDXrzrH+onfiPa/hpybq96AfNI/D3cmqRs
omdLMA5raeueOxc55xiA9CEYdKnbKULtCRnjim1Bxub9LwQykvSpqVLj0AeWq1o8
jcOOu6vRSpx6lweACaVJAryOTxam8xcHveUYm+bHTxms0jD/ZxOlKTecLYuYuEWi
xysJV6DLCzdE8QW1l/JjtNah1IJSi3LzBGLjf1G/8rqy1VviLMzD3M7RhgDYI2k1
xrC3+CYdzwlUBcIBc+qHM6XZLyloHDusRn9Hyzq52FMylOQLl7lQvzsHp0JZ04mh
yx2a4xYWO0XMAX3oLHFRyUDLMb0PirnhOVlvpoAiVJzcJvScsGzjLLttKCxF1+br
evTthyB8Am/oDn5M+cSz
=wHP7
-END PGP SIGNATURE-



Accepted witty 3.3.4+dfsg-6 (source all amd64) into unstable

2015-11-12 Thread Pau Garcia i Quiles
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 12 Nov 2015 13:04:28 +0100
Source: witty
Binary: libwt-common libwt38 libwt-dev libwthttp38 libwthttp-dev libwtfcgi38 
libwtfcgi-dev libwttest8 libwttest-dev libwtext38 libwtext-dev libwtdbo38 
libwtdbo-dev libwtdbosqlite38 libwtdbosqlite-dev libwtdbopostgres38 
libwtdbopostgres-dev libwtdbofirebird38 libwtdbofirebird-dev libwtdbomysql38 
libwtdbomysql-dev libwt-dbg libwt-doc witty-examples witty witty-dbg witty-dev 
witty-doc
Architecture: source all amd64
Version: 3.3.4+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Pau Garcia i Quiles <pgqui...@elpauer.org>
Changed-By: Pau Garcia i Quiles <pgqui...@elpauer.org>
Description:
 libwt-common - C++ library and application server for web applications [common]
 libwt-dbg  - C++ library and application server for web applications [debug]
 libwt-dev  - C++ library and application server for web applications [developm
 libwt-doc  - C++ library and application server for web applications [doc]
 libwt38- C++ library and application server for web applications [runtime]
 libwtdbo-dev - Wt::Dbo ORM library for Wt [development]
 libwtdbo38 - Wt::Dbo ORM library for Wt [runtime]
 libwtdbofirebird-dev - Firebird backend for Wt::Dbo [development]
 libwtdbofirebird38 - Firebird backend for Wt::Dbo [runtime]
 libwtdbomysql-dev - MySQL/MariaDB backend for Wt::Dbo [development]
 libwtdbomysql38 - MySQL/MariaDB backend for Wt::Dbo [runtime]
 libwtdbopostgres-dev - PostgreSQL backend for Wt::Dbo [development]
 libwtdbopostgres38 - PostgreSQL backend for Wt::Dbo [runtime]
 libwtdbosqlite-dev - sqlite3 backend for Wt::Dbo [development]
 libwtdbosqlite38 - sqlite3 backend for Wt::Dbo [runtime]
 libwtext-dev - additional widgets for Wt, based on ExtJS 2.0.x [development]
 libwtext38 - additional widgets for Wt, based on ExtJS 2.0.x [runtime]
 libwtfcgi-dev - FastCGI connector library for Wt [development]
 libwtfcgi38 - FastCGI connector library for Wt [runtime]
 libwthttp-dev - HTTP(S) connector library for Wt [development]
 libwthttp38 - HTTP(S) connector library for Wt [runtime]
 libwttest-dev - test connector library for Wt [development]
 libwttest8 - test connector library for Wt [runtime]
 witty  - C++ library for webapps [runtime] (transition package)
 witty-dbg  - C++ library for webapps [debug] (transition package)
 witty-dev  - C++ library for webapps [devel] (transition package)
 witty-doc  - C++ library for webapps [doc] (transition package)
 witty-examples - C++ library for webapps [examples]
Closes: 804837
Changes:
 witty (3.3.4+dfsg-6) unstable; urgency=medium
 .
   * Fix "hardcodes dependency on libglew1.10": do not hardcode libglew but
 let shlibs take care of it (Closes: #804837)
   * Do the same for libhpdf and libgraphicsmagick runtimes
Checksums-Sha1:
 3780dcbd1f71d6b1357616e607cc8a71d4512d3a 4188 witty_3.3.4+dfsg-6.dsc
 21c12a30cd8390f003fbff83a9588c276cc73321 38873 witty_3.3.4+dfsg-6.diff.gz
 02e0df7a48c3fcd0b30b166ce7709fc3077c3806 199956 
libwt-common_3.3.4+dfsg-6_all.deb
 3ea0b174255de2190e43892bedba7a51f401e9e6 83210134 
libwt-dbg_3.3.4+dfsg-6_amd64.deb
 3b95fdb80b6528d91b2a543e5df39481f1f2a293 4888734 
libwt-dev_3.3.4+dfsg-6_amd64.deb
 0fddb5172c1faa3176d6ea56ad458124950f7bfa 1759034 libwt-doc_3.3.4+dfsg-6_all.deb
 e6901a4c181580d800a41ae49b42a3af2a1f7605 2360752 libwt38_3.3.4+dfsg-6_amd64.deb
 76f86daca84db48c4675450337f38b4443d123cf 247006 
libwtdbo-dev_3.3.4+dfsg-6_amd64.deb
 738d09370132a75837071a7079c467a9fbc3d4e8 172868 
libwtdbo38_3.3.4+dfsg-6_amd64.deb
 0c8a550296b26756ce2c693920ad06bb5c52b25f 166558 
libwtdbofirebird-dev_3.3.4+dfsg-6_amd64.deb
 185d92a5b47540e07729400a5575cd9993e8e75d 154432 
libwtdbofirebird38_3.3.4+dfsg-6_amd64.deb
 480a4e8f998e1b5e1222459d06d515b8961481b9 86678 
libwtdbomysql-dev_3.3.4+dfsg-6_amd64.deb
 0be27ec054f6dc0ee2f5933da2cb6440a277185f 85014 
libwtdbomysql38_3.3.4+dfsg-6_amd64.deb
 2fb5f1e201b67fc50bbc2e3948ae9a5ddc73c6ec 95086 
libwtdbopostgres-dev_3.3.4+dfsg-6_amd64.deb
 1ae8a23739e767bae021c0a7a72071aebc9d4a82 95140 
libwtdbopostgres38_3.3.4+dfsg-6_amd64.deb
 cd945b75c5c6a3d3ebe12d67d01cb5878718b2fd 90138 
libwtdbosqlite-dev_3.3.4+dfsg-6_amd64.deb
 e2d4138c4cfc3efec036615471a41d958e7e68ac 89358 
libwtdbosqlite38_3.3.4+dfsg-6_amd64.deb
 628194105c0b22b7907a0e7afbeb7dd3c97ba199 475388 
libwtext-dev_3.3.4+dfsg-6_amd64.deb
 25f3c9a3240c35e5ecaaeb16559209b27a120d57 277692 
libwtext38_3.3.4+dfsg-6_amd64.deb
 bf4745e1c5af77031fdf4109f26453731c961f5a 150830 
libwtfcgi-dev_3.3.4+dfsg-6_amd64.deb
 8d9e2f61a16524849a0f46f2b3ec1848ffc91bb9 128466 
libwtfcgi38_3.3.4+dfsg-6_amd64.deb
 5c9309a8129dfa17189fcd445609faa87c9cd5f1 558356 
libwthttp-dev_3.3.4+dfsg-6_amd64.deb
 4832b9ac54285bf0d3051ede733e0c021d4eb354 338014 
libwthttp38_3.3.4+dfsg-6_amd64.deb
 80d027aa6481b83c6210d9aa37c696b6e7a14726 92204 
libwttest-dev_3.3.4+dfsg-6_amd64.deb
 f4eed7fbfe3a930253e5d9fc874ab8abfacdec84 90124 
libwttest8_

Accepted qwt 6.1.2-2 (source amd64 all) into experimental, experimental

2015-11-02 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 03 Oct 2015 21:20:46 +0200
Source: qwt
Binary: libqwt-headers libqwt-dev libqwt6abi1 libqwtmathml-dev 
libqwtmathml6abi1 libqwt-qt5-dev libqwt-qt5-6 libqwtmathml-qt5-dev 
libqwtmathml-qt5-6 libqwt-doc
Architecture: source amd64 all
Version: 6.1.2-2
Distribution: experimental
Urgency: medium
Maintainer: Fathi Boudra <f...@debian.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 libqwt-dev - Qt widgets library for technical applications (development, qt4)
 libqwt-doc - Qt widgets library for technical applications (documentation)
 libqwt-headers - Qt widgets library for technical applications (header files)
 libqwt-qt5-6 - Qt widgets library for technical applications (runtime, qt5)
 libqwt-qt5-dev - Qt widgets library for technical applications (development, 
qt5)
 libqwt6abi1 - Qt widgets library for technical applications (runtime, qt4)
 libqwtmathml-dev - Text Engine for Qwt (development, qt4)
 libqwtmathml-qt5-6 - Text Engine for Qwt (runtime, qt5)
 libqwtmathml-qt5-dev - Text Engine for Qwt (development, qt5)
 libqwtmathml6abi1 - Text Engine for Qwt (runtime, qt4)
Closes: 793070
Changes:
 qwt (6.1.2-2) experimental; urgency=medium
 .
   * Make libqwt-headers break older versions of libqwt-dev (Closes: #793070)
   * Bump SONAME to libqwt.so.6abi1 and libqwtmathml.so.6abi1
   * Change package names to libqwt6abi1 and libqwtmathml6abi1
   * Make new packages break/replace libqwt6,libqwtmahml6
   * Update symbols files for gcc5
   * Remove libqwt-dev from recommends in libqwt-qt5-dev
   * Change all symbols version in liqwt6abi1 and libqwtmathml6abi1
 from 6.0.0 to 6.1.2
Checksums-Sha1:
 06b5b00d2a0c4698974a8c0dd705073cf71b70e0 2547 qwt_6.1.2-2.dsc
 2ed51b02ebfa9a5569537715990129df7bb68a15 30336 qwt_6.1.2-2.debian.tar.xz
 65135e5073b668f20bc3672eb91a63b8d3a1bffe 36688 libqwt-dev_6.1.2-2_amd64.deb
 f5aebe7d40fc2276901e295fafa9afaf2e728aa6 2616362 libqwt-doc_6.1.2-2_all.deb
 9715d9a6941a83697419287d7be871b834b62799 71070 libqwt-headers_6.1.2-2_amd64.deb
 14106efb0bd638011fa5b2d3237e3af3fc5d908f 429156 libqwt-qt5-6_6.1.2-2_amd64.deb
 936d6070dcf293486db7cb26f8170603342c20ed 37672 libqwt-qt5-dev_6.1.2-2_amd64.deb
 22e91810dea2ddc1a0f916c9ba71b2399f578239 413474 libqwt6abi1_6.1.2-2_amd64.deb
 596c1ca795b9f2496d35b235e3b2ffe0d1a91586 6030 
libqwtmathml-dev_6.1.2-2_amd64.deb
 2b6a937e0b2d88c8687c7b93bd6cdcdae0180f0f 83872 
libqwtmathml-qt5-6_6.1.2-2_amd64.deb
 68b995f24849c18caf7ae434dbd5ce53304ebe2e 6026 
libqwtmathml-qt5-dev_6.1.2-2_amd64.deb
 b9f8d161b1c5686519b6e1c4cd33055d5e406701 88720 
libqwtmathml6abi1_6.1.2-2_amd64.deb
Checksums-Sha256:
 d738ce6db4c5a091b0aecc75c0c38bf12cc0eb2ff326db26fc772e602290f691 2547 
qwt_6.1.2-2.dsc
 a7140da5dfb4f2beb72d0f1a0956401120ab649b97f1a1148f51c0b0ccf9cfc7 30336 
qwt_6.1.2-2.debian.tar.xz
 1d09ef1ab1c4e1de2c96e60b3a003bf544c6d92d676260c0a7140fce839be5b4 36688 
libqwt-dev_6.1.2-2_amd64.deb
 458618b3a8744bb3006ded67a951a143854cd45a3c49c67a4a9c8fac3849978b 2616362 
libqwt-doc_6.1.2-2_all.deb
 50464fc0e71f42811bc7c91fca4171b50ed51efad87c4101d3b20864d784aa37 71070 
libqwt-headers_6.1.2-2_amd64.deb
 ba07bfa529fd24a916e327c37749c4d0908889095f8fc3981c74e133f3844504 429156 
libqwt-qt5-6_6.1.2-2_amd64.deb
 463c039c7a8a691c9c38dfe1b4653dc01e16bcbf23082850f0b2a712175b7eb2 37672 
libqwt-qt5-dev_6.1.2-2_amd64.deb
 4df0827709e8a8b7da796f03ddc48f98fc47ccec8533c8e53954c0b7f74f0234 413474 
libqwt6abi1_6.1.2-2_amd64.deb
 46023180449efbfbfd7ee2b61eafcc994cb185bf51f72135c3a1e7770be73f3a 6030 
libqwtmathml-dev_6.1.2-2_amd64.deb
 cf68160bfcacec58ec0232eb4265bec0b5beb69bd9aeb3e3e360ed87fcf731d3 83872 
libqwtmathml-qt5-6_6.1.2-2_amd64.deb
 5578fca7f65bfebf7b9de9b6741aea3cfb06cdd0deda28b03f062faa0ab87cd4 6026 
libqwtmathml-qt5-dev_6.1.2-2_amd64.deb
 62b7ae16addbe1f87af04d68a399ea25fdf0a0b866bfe5509a636392b6c2e43b 88720 
libqwtmathml6abi1_6.1.2-2_amd64.deb
Files:
 2aadb898bf2e3ee3986aa12dd070d508 2547 libs optional qwt_6.1.2-2.dsc
 301a3bb3b34d11608185993219f3db8c 30336 libs optional qwt_6.1.2-2.debian.tar.xz
 199e43957e954c393cd89125154454fc 36688 libdevel optional 
libqwt-dev_6.1.2-2_amd64.deb
 53151bc0239a99c18a84ce575956f0f2 2616362 doc optional 
libqwt-doc_6.1.2-2_all.deb
 fa208f8f587a569b3e242f388cd4 71070 libdevel optional 
libqwt-headers_6.1.2-2_amd64.deb
 d25f4661c7a630027f6f77f7aeab43ee 429156 libs optional 
libqwt-qt5-6_6.1.2-2_amd64.deb
 ffe9f4656ef44e86f7a1c324cb4599aa 37672 libdevel optional 
libqwt-qt5-dev_6.1.2-2_amd64.deb
 db51bcfb5a86e0b1fbb4f555d22d0f5a 413474 libs optional 
libqwt6abi1_6.1.2-2_amd64.deb
 716dbfc6fb4c197e21abe69efcece7f1 6030 libdevel optional 
libqwtmathml-dev_6.1.2-2_amd64.deb
 ba7c7d0cc20103068557bab508af8c1a 83872 libs optional 
libqwtmathml-qt5-6_6.1.2-2_amd64.deb
 beeb50b86dd0d88d2f509eeacfe5186a 6026 libdevel optional 
libqwtmathml-qt5-dev_6.1.2-2_amd64.deb
 ee5769a42efefbe2a34809009fd573d4 88720 libs optional 
libqwtmathml6abi1_6.1.2

Accepted sdcc 3.5.0+dfsg-1 (source all amd64) into unstable

2015-10-31 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 16 Oct 2015 21:52:11 +0200
Source: sdcc
Binary: sdcc sdcc-libraries sdcc-ucsim sdcc-doc
Architecture: source all amd64
Version: 3.5.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson <gud...@gudjon.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 sdcc   - Small Device C Compiler
 sdcc-doc   - Small Device C Compiler (documentation)
 sdcc-libraries - Small Device C Compiler (libraries)
 sdcc-ucsim - Micro-controller simulator for SDCC
Closes: 766325 766478 768307 789831
Changes:
 sdcc (3.5.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #789831)
   * Improve manpages as and sdcc
   * Add manpages sdar, sdas390, sdasrab, sdasstm8, sdastlcs90,
 sdldstm8, sdnm, sdobjcopy, sstm8
   * Remove manpage savr
   * Remove patches, 02_fix_spelling and 03_fix_compilation. Fixed
 in upstream.
   * Bump standards version to 3.9.6
   * Remove unneeded lines from clean target in rules file
   * Update description i control file (Closes: #766325)
   * Move sdar from sdcc-ucsim to sdcc
   * Add binary file sdldstm8 to sdcc
   * Add huge memory model libraries (Closes: #768307)
   * Add dependency on graphicsmagick-imagemagick-compat
   * Exclude example code from compression
   * Add patch 02_enable_ppc64.patch (Closes: #766478)
   * Use autotools-dev to support new arches
Checksums-Sha1:
 ca15b0c3e95a25c5a7aeab1df4725c8ca35b8550 2305 sdcc_3.5.0+dfsg-1.dsc
 fdce0fd5f7c69f86e7d47bd00986aed0af2a8201 9781506 sdcc_3.5.0+dfsg.orig.tar.gz
 835ef67b7cf44a476b1f4d3a759a94dcb593320a 26140 sdcc_3.5.0+dfsg-1.debian.tar.xz
 b78f34a8fe4f992cde404017e6ffe1390ba73a2f 831054 sdcc-doc_3.5.0+dfsg-1_all.deb
 c636cfd3dbb3be57a91d5c5475a1110270097879 962780 
sdcc-libraries_3.5.0+dfsg-1_all.deb
 47a6a260ce7265d47e11cde825a0c29e8668a5f1 770648 
sdcc-ucsim_3.5.0+dfsg-1_amd64.deb
 cf27bff3812f761ac101e227f3f42a07be4ee32a 1596618 sdcc_3.5.0+dfsg-1_amd64.deb
Checksums-Sha256:
 23bee372231ff505c1b731c0355d4e3602ba962704ea2940d4590f5a2905f66a 2305 
sdcc_3.5.0+dfsg-1.dsc
 cc754884a7aeaf25b1f7af8c5e87e5b1e616323fbbd8b988e396bea0d7b4d8d1 9781506 
sdcc_3.5.0+dfsg.orig.tar.gz
 889192d8ab5632b09e87df7d8e34115e5a6b743f4cef79e0d38fc310a4d35827 26140 
sdcc_3.5.0+dfsg-1.debian.tar.xz
 9dd5871854a2d1b82c20f9f8a9a172d4543f42961ed9b3cb49db83624d7e895b 831054 
sdcc-doc_3.5.0+dfsg-1_all.deb
 6a34a3b325dae615d72c18f6616c732e449411ed1c36c8c222d04aa236b08058 962780 
sdcc-libraries_3.5.0+dfsg-1_all.deb
 5b932f431d844b34f69c0952a8b1d9c32426ceabd36ce8d8eafb9ac7f0539884 770648 
sdcc-ucsim_3.5.0+dfsg-1_amd64.deb
 924eb48acddc741ac1ceecdb7a12d3f5c70c1b91f1e208743e124847c4acac86 1596618 
sdcc_3.5.0+dfsg-1_amd64.deb
Files:
 c4fec7b99e750a335fefbc69db3572e1 2305 electronics optional 
sdcc_3.5.0+dfsg-1.dsc
 8a8763d5417a514f4c3f34ec34bd2d0f 9781506 electronics optional 
sdcc_3.5.0+dfsg.orig.tar.gz
 08e507b2eaae27e461002ffe6f63f93f 26140 electronics optional 
sdcc_3.5.0+dfsg-1.debian.tar.xz
 36c1c3cc9bfce9837505703cbafeb530 831054 doc optional 
sdcc-doc_3.5.0+dfsg-1_all.deb
 6a9fcaff6716fbfeae38157d180be5e8 962780 electronics optional 
sdcc-libraries_3.5.0+dfsg-1_all.deb
 41d988a2ed986084d9d43f4232e7b0b1 770648 electronics optional 
sdcc-ucsim_3.5.0+dfsg-1_amd64.deb
 fe1f178b88038bd780ac760f9efb3a69 1596618 electronics optional 
sdcc_3.5.0+dfsg-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWNZXnAAoJEPuGMlGob55H/yUQAKw0SpvUqBeKp4q22uBbEkMo
LGhWf1GEa4ErpPvUXQzo9w4bPpDtOjo3vGxw9zbpPIHxhAnpuLQqoPqIGUlpZtxm
d8zNKJ5SUd0wCgSB15VK4ui9yEZN2gDM/MuEEXWib/EpynVZjTOltGSuzLvi5lbH
RaTKEMhVLigO4O7o9UNVi+GqYfHvdjWne3wQD4fLU8pLITk8F9B8Sid9bL+fklWA
XeMd1Pau8n+HcW247aqacZNGZpMmV4GE6fZ0XmCpYT2ahO0YLe8eT4Uy7kqNmNTI
GtuUzElfXLnZ00QTFGTInk09rYF2ggqHMbwq8M+MnopyVUf2gypK5DaP32wqm8Vs
BHexuAmcybLDAE1W0EQsf0viK1gtqLhtH4Dcydj2NXJkiih0R3st6TxYzUKpADu4
lt9qlsg14y9a8rcpQn683uvaOGz0W1TKGgasvZy3AaGUmgD5X062qQe5m5Ovd0ZL
bd6GrJ/nJ0ICnOhNnLNM62eEQMf6mZt8EwPQeQYxCFRbvfQptNdW0phHi7nswRze
U7ClpDM3zknSqGq4I9qah3Kh3rEv+A1s3dX/GIoQ5kgjET+ZgsxYP5UjxNqti2A6
a0BRfQvPXKIZYX00yxv1ValbAfBhA//vUnySlxT1Vw/Dw5PUg4kRx0JmJ3ksOuXQ
TYZhe4VqxXm3NnLlX2h4
=z2wO
-END PGP SIGNATURE-



Accepted witty 3.3.4+dfsg-5 (source all amd64) into unstable, unstable

2015-10-07 Thread Pau Garcia i Quiles
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 29 Sep 2015 22:30:07 +0200
Source: witty
Binary: libwt-common libwt38 libwt-dev libwthttp38 libwthttp-dev libwtfcgi38 
libwtfcgi-dev libwttest8 libwttest-dev libwtext38 libwtext-dev libwtdbo38 
libwtdbo-dev libwtdbosqlite38 libwtdbosqlite-dev libwtdbopostgres38 
libwtdbopostgres-dev libwtdbofirebird38 libwtdbofirebird-dev libwtdbomysql38 
libwtdbomysql-dev libwt-dbg libwt-doc witty-examples witty witty-dbg witty-dev 
witty-doc
Architecture: source all amd64
Version: 3.3.4+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Pau Garcia i Quiles <pgqui...@elpauer.org>
Changed-By: Pau Garcia i Quiles <pgqui...@elpauer.org>
Description:
 libwt-common - C++ library and application server for web applications [common]
 libwt-dbg  - C++ library and application server for web applications [debug]
 libwt-dev  - C++ library and application server for web applications [developm
 libwt-doc  - C++ library and application server for web applications [doc]
 libwt38- C++ library and application server for web applications [runtime]
 libwtdbo-dev - Wt::Dbo ORM library for Wt [development]
 libwtdbo38 - Wt::Dbo ORM library for Wt [runtime]
 libwtdbofirebird-dev - Firebird backend for Wt::Dbo [development]
 libwtdbofirebird38 - Firebird backend for Wt::Dbo [runtime]
 libwtdbomysql-dev - MySQL/MariaDB backend for Wt::Dbo [development]
 libwtdbomysql38 - MySQL/MariaDB backend for Wt::Dbo [runtime]
 libwtdbopostgres-dev - PostgreSQL backend for Wt::Dbo [development]
 libwtdbopostgres38 - PostgreSQL backend for Wt::Dbo [runtime]
 libwtdbosqlite-dev - sqlite3 backend for Wt::Dbo [development]
 libwtdbosqlite38 - sqlite3 backend for Wt::Dbo [runtime]
 libwtext-dev - additional widgets for Wt, based on ExtJS 2.0.x [development]
 libwtext38 - additional widgets for Wt, based on ExtJS 2.0.x [runtime]
 libwtfcgi-dev - FastCGI connector library for Wt [development]
 libwtfcgi38 - FastCGI connector library for Wt [runtime]
 libwthttp-dev - HTTP(S) connector library for Wt [development]
 libwthttp38 - HTTP(S) connector library for Wt [runtime]
 libwttest-dev - test connector library for Wt [development]
 libwttest8 - test connector library for Wt [runtime]
 witty  - C++ library for webapps [runtime] (transition package)
 witty-dbg  - C++ library for webapps [debug] (transition package)
 witty-dev  - C++ library for webapps [devel] (transition package)
 witty-doc  - C++ library for webapps [doc] (transition package)
 witty-examples - C++ library for webapps [examples]
Closes: 800432
Changes:
 witty (3.3.4+dfsg-5) unstable; urgency=medium
 .
   * The GraphicsMagick packagers changed the binary package name
 (libgraphicsmagick3 => libgraphicsmagick-q16-3) because upstream
 broke ABI. Implement the change. Closes: #800432
Checksums-Sha1:
 f06c27acf4e9db6bee1a60e160ccaab605a9e46e 4188 witty_3.3.4+dfsg-5.dsc
 633c85e83fcd46503417df7823e8bb0e898a8713 38848 witty_3.3.4+dfsg-5.diff.gz
 802caab0111d2a05efef0ffa11ba38a54ef0269d 199768 
libwt-common_3.3.4+dfsg-5_all.deb
 a83ed7d45e468377aadb6f7838b883a52fdfa463 84478630 
libwt-dbg_3.3.4+dfsg-5_amd64.deb
 20bb687e9efe33395ef24968b88bdd8dab4bec94 4867258 
libwt-dev_3.3.4+dfsg-5_amd64.deb
 c371651db7bdccd1cffbe66ab43930b452fc189a 1749456 libwt-doc_3.3.4+dfsg-5_all.deb
 ebaf729e841411d3f27529b96a66a8b52dddf2c2 2369066 libwt38_3.3.4+dfsg-5_amd64.deb
 d30afba7b57d0583491600655f8977c90c2bd9f5 244922 
libwtdbo-dev_3.3.4+dfsg-5_amd64.deb
 aa061222f87e4d7bea647e72dbc0ded52bdcbd92 171630 
libwtdbo38_3.3.4+dfsg-5_amd64.deb
 d687be972d70da5600ad944fe06fe9ade9f36793 166468 
libwtdbofirebird-dev_3.3.4+dfsg-5_amd64.deb
 8b2c568afd244ec9a94b34e1e3981bad9ef9b8ad 154076 
libwtdbofirebird38_3.3.4+dfsg-5_amd64.deb
 35bef667945269931239994f305b84465a6f93f1 85926 
libwtdbomysql-dev_3.3.4+dfsg-5_amd64.deb
 fb5a89c7a7587bcbdc0efcb86b0c36803437c66a 84298 
libwtdbomysql38_3.3.4+dfsg-5_amd64.deb
 099fb416865fc5174467194d4542480292c32388 94382 
libwtdbopostgres-dev_3.3.4+dfsg-5_amd64.deb
 ddd9e909b561c61017fff2fe142d630276f4dc52 94252 
libwtdbopostgres38_3.3.4+dfsg-5_amd64.deb
 8ef544112e29cde01a96a481e6d0628f01ab95dd 89502 
libwtdbosqlite-dev_3.3.4+dfsg-5_amd64.deb
 34c8b4d20a6b417430e6ac72cae5c0803191a4c0 88824 
libwtdbosqlite38_3.3.4+dfsg-5_amd64.deb
 dd0070bc17ce7c5f2bba98380556ebb65e378a9a 473698 
libwtext-dev_3.3.4+dfsg-5_amd64.deb
 18d75d20a0b5a001bbd3d236939e19b74aa9c6c0 278086 
libwtext38_3.3.4+dfsg-5_amd64.deb
 4b75ec7cbbe67b2c50482857a38500f32f1f95b6 148926 
libwtfcgi-dev_3.3.4+dfsg-5_amd64.deb
 a432975e71783c31e1feba6f2fe854b91401713a 127222 
libwtfcgi38_3.3.4+dfsg-5_amd64.deb
 e792ccb9289a2f41ce9f4a05d524eb9901603226 552444 
libwthttp-dev_3.3.4+dfsg-5_amd64.deb
 e88cab510f9e32a3ce5d4d016350143433d67410 336004 
libwthttp38_3.3.4+dfsg-5_amd64.deb
 c7ad02e975c2bf6170207f02ed62eae34fd260f6 92006 
libwttest-dev_3.3.4+dfsg-5_amd64.deb
 0509de1d4a3ebe09ded9c5ce45e9ba0a60dc2c40 89850 
libwttest8_3.3.4+d

Accepted witty 3.3.4+dfsg-4build1 (source) into unstable

2015-09-25 Thread Pau Garcia i Quiles
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Sep 2015 13:12:16 +0200
Source: witty
Binary: libwt-common libwt38 libwt-dev libwthttp38 libwthttp-dev libwtfcgi38 
libwtfcgi-dev libwttest8 libwttest-dev libwtext38 libwtext-dev libwtdbo38 
libwtdbo-dev libwtdbosqlite38 libwtdbosqlite-dev libwtdbopostgres38 
libwtdbopostgres-dev libwtdbofirebird38 libwtdbofirebird-dev libwtdbomysql38 
libwtdbomysql-dev libwt-dbg libwt-doc witty-examples witty witty-dbg witty-dev 
witty-doc
Architecture: source
Version: 3.3.4+dfsg-4build1
Distribution: unstable
Urgency: medium
Maintainer: Pau Garcia i Quiles <pgqui...@elpauer.org>
Changed-By: Pau Garcia i Quiles <pgqui...@elpauer.org>
Description:
 libwt-common - C++ library and application server for web applications [common]
 libwt-dbg  - C++ library and application server for web applications [debug]
 libwt-dev  - C++ library and application server for web applications [developm
 libwt-doc  - C++ library and application server for web applications [doc]
 libwt38- C++ library and application server for web applications [runtime]
 libwtdbo-dev - Wt::Dbo ORM library for Wt [development]
 libwtdbo38 - Wt::Dbo ORM library for Wt [runtime]
 libwtdbofirebird-dev - Firebird backend for Wt::Dbo [development]
 libwtdbofirebird38 - Firebird backend for Wt::Dbo [runtime]
 libwtdbomysql-dev - MySQL/MariaDB backend for Wt::Dbo [development]
 libwtdbomysql38 - MySQL/MariaDB backend for Wt::Dbo [runtime]
 libwtdbopostgres-dev - PostgreSQL backend for Wt::Dbo [development]
 libwtdbopostgres38 - PostgreSQL backend for Wt::Dbo [runtime]
 libwtdbosqlite-dev - sqlite3 backend for Wt::Dbo [development]
 libwtdbosqlite38 - sqlite3 backend for Wt::Dbo [runtime]
 libwtext-dev - additional widgets for Wt, based on ExtJS 2.0.x [development]
 libwtext38 - additional widgets for Wt, based on ExtJS 2.0.x [runtime]
 libwtfcgi-dev - FastCGI connector library for Wt [development]
 libwtfcgi38 - FastCGI connector library for Wt [runtime]
 libwthttp-dev - HTTP(S) connector library for Wt [development]
 libwthttp38 - HTTP(S) connector library for Wt [runtime]
 libwttest-dev - test connector library for Wt [development]
 libwttest8 - test connector library for Wt [runtime]
 witty  - C++ library for webapps [runtime] (transition package)
 witty-dbg  - C++ library for webapps [debug] (transition package)
 witty-dev  - C++ library for webapps [devel] (transition package)
 witty-doc  - C++ library for webapps [doc] (transition package)
 witty-examples - C++ library for webapps [examples]
Closes: 798332
Changes:
 witty (3.3.4+dfsg-4build1) unstable; urgency=medium
 .
   * Rebuild to take the new version of jQuery. Closes: #798332
Checksums-Sha1:
 4ed246b55783c1f2c35c0e0483c2be522179bc99 4212 witty_3.3.4+dfsg-4build1.dsc
 b6ad7b000dd75bd19048c4a80d9dcd79ecb5f597 6839332 witty_3.3.4+dfsg.orig.tar.gz
 3a4f303e747a175003677f1d0c37e5eaa1e7bb20 38723 witty_3.3.4+dfsg-4build1.diff.gz
Checksums-Sha256:
 7e3afc8791f5cbd7331e4556f1658ec7310b7e1c940e4a1f4d1a72e83dc1c1d5 4212 
witty_3.3.4+dfsg-4build1.dsc
 4e8b76adb6136bfd603701fcf544ea86a57ab21492678af0f55f9d6ba62b9e48 6839332 
witty_3.3.4+dfsg.orig.tar.gz
 2c696a1fa47f614d76d00b42a1b8a765d664ecffaef2efb64f9b6a563f40f9ec 38723 
witty_3.3.4+dfsg-4build1.diff.gz
Files:
 db05aa277251b85aa6c78816dbb5ed2e 4212 libdevel extra 
witty_3.3.4+dfsg-4build1.dsc
 b1638969e5a8d78cf050983cd6f758ba 6839332 libdevel extra 
witty_3.3.4+dfsg.orig.tar.gz
 96cd8c2ac3a491d7745f82799c7e0de3 38723 libdevel extra 
witty_3.3.4+dfsg-4build1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWBSwxAAoJEJNqg1tni5eWvCwQAMMWYfDhaBAlZd029EF/6zno
vd46b4lyQTUtBQ8bbRv8IcNzNZXanZJfPWeXmNd5HpGmX1BxMTCEwRYLJYdFK59G
emlzIuRQXgbsqY00040eE8BYDNMAfoOyNsQroDVOjuwFRWfWhhdcCSW29dpd2cDH
5dZOfHq5VvnC0FnaliPZLepzuxY6S3xQmK6dI9boA1y48pzbnY5p2VagGe/keiwN
c0BWMg2esunjqn1QQTVX3CTLG9SmUqG5TtBseszIPMgm1DBFO5OtLYduaWOP3KmI
NAyHj6ZOZdqPexNeJSkqRUoAPAAjCElXFd9poUfoQKMGpExLl+t00tDZAFLGaFR+
PEUC8L9Tmy2gSLMpl0JB3RaKDUnbc9GOpvKctRBNZaq6h/tgNiCXEJGKXW0PzSPk
Ywq+GPOmxawT+RXpGDeVUcHnaChnyEW2lXGn0UdEaoGS2Y0SNAIMeEBJ7axsmK9j
zKYyj0k9j7Snn9hNzeIYNcbVPuJ34U2l8VnsVNkO4iIZnKbjR/TMKqut9meguepv
rAXSckU5TkzH+ZaDWo8MnvaKT5BOudEAaW/9omQPN5nJ2Cny7lufgVvvHKlxv0mJ
eAR5kQbLJxqmyn1nKIUH/tTSP0E48wTC5hq9WiL8R/smWJvt+a54+/OiqeHNXea2
/2LztAqCkbp3ozx589Ms
=3x2O
-END PGP SIGNATURE-



Accepted qwtplot3d 0.2.7+svn191-9 (source all amd64) into unstable, unstable

2015-09-24 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 05 Sep 2015 13:15:52 +0100
Source: qwtplot3d
Binary: libqwtplot3d-qt4-dev libqwtplot3d-qt4-0v5 libqwtplot3d-qt5-dev 
libqwtplot3d-qt5-0 libqwtplot3d-doc
Architecture: source all amd64
Version: 0.2.7+svn191-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 libqwtplot3d-doc - 3D plotting library based on Qt/OpenGL (documentation)
 libqwtplot3d-qt4-0v5 - 3D plotting library based on Qt4/OpenGL (runtime)
 libqwtplot3d-qt4-dev - 3D plotting library based on Qt4/OpenGL (development)
 libqwtplot3d-qt5-0 - 3D plotting library based on Qt5/OpenGL (runtime)
 libqwtplot3d-qt5-dev - 3D plotting library based on Qt5/OpenGL (development)
Changes:
 qwtplot3d (0.2.7+svn191-9) unstable; urgency=medium
 .
   * Add Qt5 library
   * Add support for Qt5 to examples patch
Checksums-Sha1:
 0b0e1de7ba5eab29c2c9acc8d1a3ed5615fbfb32 2473 qwtplot3d_0.2.7+svn191-9.dsc
 2adac4d8f651321530cc7b93f08d6f75a2296e15 11200 
qwtplot3d_0.2.7+svn191-9.debian.tar.xz
 d2aab43d6cad51498b297a5a74fa9fc5527b7d88 114748 
libqwtplot3d-doc_0.2.7+svn191-9_all.deb
 d272df57024986f24707d9f6c9f68079bd8b0eab 127094 
libqwtplot3d-qt4-0v5_0.2.7+svn191-9_amd64.deb
 64820066ca4b13dbb92c1a144efda7427d5edb1b 23748 
libqwtplot3d-qt4-dev_0.2.7+svn191-9_amd64.deb
 ecda7bf6f0006f6682805a6cd00fe33479cc7cb1 127826 
libqwtplot3d-qt5-0_0.2.7+svn191-9_amd64.deb
 079cbf83b3a787b2768a87eb7c9790acaee79fba 23254 
libqwtplot3d-qt5-dev_0.2.7+svn191-9_amd64.deb
Checksums-Sha256:
 a59a24346bdf684500fb46b1e5db398f1b3a41eb4fbf96044e94fd73965c8481 2473 
qwtplot3d_0.2.7+svn191-9.dsc
 1ac9e34cf4e4d92e27c15f8df9f606998d24a38ecfa4cd114aba0ff530a3036c 11200 
qwtplot3d_0.2.7+svn191-9.debian.tar.xz
 8c128ca6d567d7e3b7543b75a783a8a3a0a45da0ded2be7d6a5a9f12702ecd0e 114748 
libqwtplot3d-doc_0.2.7+svn191-9_all.deb
 b6fd7799c3786b5058df4dc1b854f873480fe4adcd9f6e46314346738987e478 127094 
libqwtplot3d-qt4-0v5_0.2.7+svn191-9_amd64.deb
 8722df5fe10b5f91c2a1408b736918d4623688dfdfd579ca324e0e4b44679dc7 23748 
libqwtplot3d-qt4-dev_0.2.7+svn191-9_amd64.deb
 707e92963e41c73a9946ab0c041cac9afc4c026eb64fc2a2ac23cb3cd62247b1 127826 
libqwtplot3d-qt5-0_0.2.7+svn191-9_amd64.deb
 3f2680ace51574dc216a5a1b066b9764e17d0ca931d797758b8e4891fb900014 23254 
libqwtplot3d-qt5-dev_0.2.7+svn191-9_amd64.deb
Files:
 529e5829a5ba23ceca2dd34ce9f46569 2473 libs optional 
qwtplot3d_0.2.7+svn191-9.dsc
 3d71635e0bbf6180446a7c17f726dac5 11200 libs optional 
qwtplot3d_0.2.7+svn191-9.debian.tar.xz
 8f5fb77d1e170a635b928238c8793999 114748 doc optional 
libqwtplot3d-doc_0.2.7+svn191-9_all.deb
 f1c21b09774bf49cff347974f8fcb87b 127094 libs optional 
libqwtplot3d-qt4-0v5_0.2.7+svn191-9_amd64.deb
 9ee18aec03668db95e6db407376303fd 23748 libdevel optional 
libqwtplot3d-qt4-dev_0.2.7+svn191-9_amd64.deb
 6aedb22631ecfb95dd69fc604c730d30 127826 libs optional 
libqwtplot3d-qt5-0_0.2.7+svn191-9_amd64.deb
 2d9bf369053c342604667dda773003bc 23254 libdevel optional 
libqwtplot3d-qt5-dev_0.2.7+svn191-9_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV9jReAAoJEHjX3vua1ZrxN/IP/3+cV5eT9nx+XZZvfiPhTuEo
B7h7676m5qGK6StGw6iPVkjG/q0QshynfZR/m05wdI9/qGRkEn7UkHNoyR6y72XJ
RYaY+Z5yQpt3FD8cDlljVlh+GnqzA1CHw6dmdSp/ccu5+Snqp9VSGb+/jrVwmrc2
dNbVQyVp7XjbGIRddy3vCF2BYibH+lW7GNdNm7fpQCIhiCQFs66+WgG8NPHV6qMe
mxXEJLw96pijUIPIGLk8rBKeBaju10kRz7ofN5sIuv0bNR3zZRa8O+Mei21AIhtW
lCwiCeS3sLV5g4aQGx6yh3kaKQlu9QtnhCb4Y0NE8q4Jt+6NcfZxSuciXxCVLMpr
+URIxancRKB/Xt7Lv1Gg6q1UDU3ZdeLzR2ufd3u7hiCp/H7bBxxC3ZDnb2r5R4Pq
cH+10yXjj7l0oBin4pQvZJt1i7KfA/8kSiY+HGIcrM/xxDAPBUV3sQBMAy1RT2Qq
s3Q0yd5EchkFd5pce6IW9hIzmVC0e8/CB8XUIUoRnJ0gySGaeiNoiDPWkOGUgxcy
pL2TuT0eXJ4F+lZ/fA2tlG7EMHfhjoJdFOBdU/eLIkZ8IEhe47pNELRcJ7LP7PQd
QwS3TB742AcfA2E/IEyrLSOgXUlQzLoHMx9mFmTCSLju6Iq9rRf1iyv95IbVAi4v
43RPgSXhL2TZd7UjS8RW
=AkyU
-END PGP SIGNATURE-



Accepted witty 3.3.4+dfsg-4 (source all amd64) into unstable

2015-09-14 Thread Pau Garcia i Quiles
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Sep 2015 20:47:40 +0200
Source: witty
Binary: libwt-common libwt38 libwt-dev libwthttp38 libwthttp-dev libwtfcgi38 
libwtfcgi-dev libwttest8 libwttest-dev libwtext38 libwtext-dev libwtdbo38 
libwtdbo-dev libwtdbosqlite38 libwtdbosqlite-dev libwtdbopostgres38 
libwtdbopostgres-dev libwtdbofirebird38 libwtdbofirebird-dev libwtdbomysql38 
libwtdbomysql-dev libwt-dbg libwt-doc witty-examples witty witty-dbg witty-dev 
witty-doc
Architecture: source all amd64
Version: 3.3.4+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Pau Garcia i Quiles <pgqui...@elpauer.org>
Changed-By: Pau Garcia i Quiles <pgqui...@elpauer.org>
Description:
 libwt-common - C++ library and application server for web applications [common]
 libwt-dbg  - C++ library and application server for web applications [debug]
 libwt-dev  - C++ library and application server for web applications [developm
 libwt-doc  - C++ library and application server for web applications [doc]
 libwt38- C++ library and application server for web applications [runtime]
 libwtdbo-dev - Wt::Dbo ORM library for Wt [development]
 libwtdbo38 - Wt::Dbo ORM library for Wt [runtime]
 libwtdbofirebird-dev - Firebird backend for Wt::Dbo [development]
 libwtdbofirebird38 - Firebird backend for Wt::Dbo [runtime]
 libwtdbomysql-dev - MySQL/MariaDB backend for Wt::Dbo [development]
 libwtdbomysql38 - MySQL/MariaDB backend for Wt::Dbo [runtime]
 libwtdbopostgres-dev - PostgreSQL backend for Wt::Dbo [development]
 libwtdbopostgres38 - PostgreSQL backend for Wt::Dbo [runtime]
 libwtdbosqlite-dev - sqlite3 backend for Wt::Dbo [development]
 libwtdbosqlite38 - sqlite3 backend for Wt::Dbo [runtime]
 libwtext-dev - additional widgets for Wt, based on ExtJS 2.0.x [development]
 libwtext38 - additional widgets for Wt, based on ExtJS 2.0.x [runtime]
 libwtfcgi-dev - FastCGI connector library for Wt [development]
 libwtfcgi38 - FastCGI connector library for Wt [runtime]
 libwthttp-dev - HTTP(S) connector library for Wt [development]
 libwthttp38 - HTTP(S) connector library for Wt [runtime]
 libwttest-dev - test connector library for Wt [development]
 libwttest8 - test connector library for Wt [runtime]
 witty  - C++ library for webapps [runtime] (transition package)
 witty-dbg  - C++ library for webapps [debug] (transition package)
 witty-dev  - C++ library for webapps [devel] (transition package)
 witty-doc  - C++ library for webapps [doc] (transition package)
 witty-examples - C++ library for webapps [examples]
Changes:
 witty (3.3.4+dfsg-4) unstable; urgency=medium
 .
   * Use Breaks instead of Conflicts to prevent coinstallation with the old,
 non-split packages (pre-2010!). Thanks to Steve Langasek for reporting.
   * Add VcsWatch pseudoheaders. Thanks to Barry Warsaw for reporting.
   * Update overrides with a few more images under /usr/lib/Wt/examples
Checksums-Sha1:
 02c23373c29371dd247061312ecf1bbc23f279fc 4188 witty_3.3.4+dfsg-4.dsc
 26e3268454bfaf3d10cba88b044ea8e21e76e861 38644 witty_3.3.4+dfsg-4.diff.gz
 c902e4cdfd66b16c85327010cd5c93769595743a 199726 
libwt-common_3.3.4+dfsg-4_all.deb
 b3dd0a9e9d9741d565bab68f13a408902bcf9ba4 84946710 
libwt-dbg_3.3.4+dfsg-4_amd64.deb
 e2daefb5f2bac3eb10b846c97fa36a3f496d63b1 4862878 
libwt-dev_3.3.4+dfsg-4_amd64.deb
 8ab17682186e34030e4b3fb78f2facc810173e2c 1751232 libwt-doc_3.3.4+dfsg-4_all.deb
 34c27fad198d0b61722cc2a7d0a49f44d750332a 2366724 libwt38_3.3.4+dfsg-4_amd64.deb
 5bf80c87fb265008ace466d42507152561429625 244278 
libwtdbo-dev_3.3.4+dfsg-4_amd64.deb
 9f3047de0a209b1b35b6a188b5177478f1aba77f 171888 
libwtdbo38_3.3.4+dfsg-4_amd64.deb
 0f5ca2639ddb13b0c7084d49f0209d529cea37e2 166530 
libwtdbofirebird-dev_3.3.4+dfsg-4_amd64.deb
 68bb56f5da8f3865a642a458bf95b216a85f535e 154224 
libwtdbofirebird38_3.3.4+dfsg-4_amd64.deb
 d14d3b6ac2a5a9a89c30eaf1b9333ee9928b6f7d 85758 
libwtdbomysql-dev_3.3.4+dfsg-4_amd64.deb
 3771e85d6fbd527c9884e0ee4429f305f2fa9b06 84314 
libwtdbomysql38_3.3.4+dfsg-4_amd64.deb
 e5c2f31c7df003eb355c9329a523291c687231e1 94598 
libwtdbopostgres-dev_3.3.4+dfsg-4_amd64.deb
 33790222de47c550b1a1f3d48db8c588e59249e7 94180 
libwtdbopostgres38_3.3.4+dfsg-4_amd64.deb
 ba4e81cd5166cb3a231fb251d5bf3e37249862d2 89430 
libwtdbosqlite-dev_3.3.4+dfsg-4_amd64.deb
 58ad9fbc7b67e5b943be41286be40fda1027abfd 88936 
libwtdbosqlite38_3.3.4+dfsg-4_amd64.deb
 3e1e921812e899d43aa05aa2da15644b3fd225cd 471970 
libwtext-dev_3.3.4+dfsg-4_amd64.deb
 79cc9b4004282ec6d294ad710f702630d58b6b9a 277974 
libwtext38_3.3.4+dfsg-4_amd64.deb
 62d72e4df3b5a27bfbf871db09fd8a9ece167470 148986 
libwtfcgi-dev_3.3.4+dfsg-4_amd64.deb
 e659b2521f20423b435fa73975552fefd22b1155 127260 
libwtfcgi38_3.3.4+dfsg-4_amd64.deb
 b180a53393ab9690ac2305d47392e29eeafdd73a 553550 
libwthttp-dev_3.3.4+dfsg-4_amd64.deb
 51f2e7fec370bee38f73648d975b78fb270aa712 336286 
libwthttp38_3.3.4+dfsg-4_amd64.deb
 5aced7bae75218519ab03e56a4ea3cd3bada680a 92036 
libwttest-dev_3.3.4+dfsg

Re: version format for git snapshot

2015-09-14 Thread Pau Garcia i Quiles
On Tue, Sep 15, 2015 at 1:24 AM, Colin Watson <cjwat...@debian.org> wrote:


> > This is what I generally do: last release + "git" + ISO 8601 date and
> time
> > + 10-char substring of the commit id. I. e:
> >
> > 0.5+git20150531T211420-cdd9d98f2c-1
>
> IME it is in fact useful to have version numbers that stand a chance of
> fitting in people's short-term memory.
>
>
That's definitely an advantage of your schema over my schema.

The idea of having the commit id in the version string was to make versions
(easily) machine processable. But if one is not going to release more than
one snapshot a day (and I guess very few people do -- I rarely do!), then
it's something to consider, definitely. Hmmm I'll have to think what to do
next time I'm going to package snapshots! :-)

Thank you for sharing!

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


Re: version format for git snapshot

2015-09-14 Thread Pau Garcia i Quiles
On Mon, Sep 14, 2015 at 11:04 AM, Jakub Wilk <jw...@debian.org> wrote:

* Pau Garcia i Quiles <pgqui...@elpauer.org>, 2015-09-14, 10:46:
>
>> 0.5+git20150531T211420-cdd9d98f2c-1~vivid~pgquiles1
>>
>
> Still shorter than 1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f-1.
> You're not trying hard enough.


Oh well, I'm just trying to get all the required information with minimal
verboseness :-) You don't need the full commit id, 10 chars is usually more
than enough in a repository


-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


Re: version format for git snapshot

2015-09-14 Thread Pau Garcia i Quiles
On Mon, Sep 14, 2015 at 8:51 AM, Colin Watson <cjwat...@debian.org> wrote:

On Mon, Sep 14, 2015 at 07:51:09AM +0200, Thomas Koch wrote:
> > How would you format the upstream part of the packages version number?
> How
> > about 0.4+24+git+a5e5f9e?
>
> I wouldn't put the commit identifier in the package version at all.  It
> isn't sortable, so clearly doesn't belong in a version string; it can be
> documented in the changelog instead.  I'd put a date in the version.
>

The problem with date is searching in git log is difficult.

This is what I generally do: last release + "git" + ISO 8601 date and time
+ 10-char substring of the commit id. I. e:

0.5+git20150531T211420-cdd9d98f2c-1

It includes all the information:


   - Last release (0.5)
   - It's screaming "I'm a git snapshot!" ("git")
   - It's sortable thanks to the ISO 8601 date *and* time (20150531T211420)
   - Commit id, for easier search in git log, git describe, etc (cdd9d98f2c)
   - Debian packaging version (1)
   - It's consistent: it's always the same regex, with no room for optional
   fields

Using the time is required, otherwise if there are two snapshots in one
day, they may get the wrong sorting order due to the git commit id.

Do you think it's ugly? Wait to see what it gets to when I upload packages
to my Ubuntu PPA :-)

0.5+git20150531T211420-cdd9d98f2c-1~vivid~pgquiles1

IMHO it'd be great if we could standardize on something, not matter what it
is.

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


Re: version format for git snapshot

2015-09-14 Thread Pau Garcia i Quiles
On Monday, September 14, 2015, Jonas Smedegaard <d...@jones.dk> wrote:

Makes perfect sense to me to add only the date for snapshot releases -
> both revision control system and commit id is irrelevant in version
> string - those belong (if at all) in changelog along with release
> nickname and whether release coincided with your birthday.
>
> I will use this scheme from now on:
>
>   0.4+20150911
>
>
What if you take a second snapshot on that day?




-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


Accepted qwtplot3d 0.2.7+svn191-8 (source all amd64) into unstable, unstable

2015-09-03 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 02 Sep 2015 07:04:48 +0100
Source: qwtplot3d
Binary: libqwtplot3d-qt4-dev libqwtplot3d-qt4-0v5 libqwtplot3d-doc
Architecture: source all amd64
Version: 0.2.7+svn191-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Gudjon I. Gudjonsson <gud...@gudjon.org>
Description:
 libqwtplot3d-doc - 3D plotting library based on Qt/OpenGL (documentation)
 libqwtplot3d-qt4-0v5 - 3D plotting library based on Qt4/OpenGL (runtime)
 libqwtplot3d-qt4-dev - 3D plotting library based on Qt4/OpenGL (development)
Closes: 791264
Changes:
 qwtplot3d (0.2.7+svn191-8) unstable; urgency=medium
 .
   * Make svn references canonical
   * Bump standards version to 3.9.6
   * Change debhelper dependency to 9
   * Add hardening flags
   * Add symbols control file
   * Update build system
   * Add pkg-kde-tools to build system
   * Change qt4 package name to libqwtplot3d-qt4-0v5 (Closes:  #791264)
Checksums-Sha1:
 fd67aa20741d72c8d5afb05086ebf0ebacfe557f 2312 qwtplot3d_0.2.7+svn191-8.dsc
 f76c51d0a3a2acfe9a888e607287897ede02f4e7 10828 
qwtplot3d_0.2.7+svn191-8.debian.tar.xz
 7dbb60dfc2619e438a5069adb4f2028640e76b6c 114658 
libqwtplot3d-doc_0.2.7+svn191-8_all.deb
 e346239652d3b0815b87e113ffe5b865c1f23de1 127004 
libqwtplot3d-qt4-0v5_0.2.7+svn191-8_amd64.deb
 f51a1b83f3ddb45604561eca394a65738775e8ea 23678 
libqwtplot3d-qt4-dev_0.2.7+svn191-8_amd64.deb
Checksums-Sha256:
 6322995da6674421489fae4a3f962c7e65b3658fe33f7d90292b41c6830830ff 2312 
qwtplot3d_0.2.7+svn191-8.dsc
 e79c9ef2ed11883022bac4b664237a4b06237a0f96fac4936de4154d46a6ada2 10828 
qwtplot3d_0.2.7+svn191-8.debian.tar.xz
 51fa48f1948a14b1879cebfc2191bf3ca5045bbcedc1ed736e289978e4ade059 114658 
libqwtplot3d-doc_0.2.7+svn191-8_all.deb
 b03dbe22e5db5ccfd666881e961bfb8cdf3f5164585157491ab84a4d69116e76 127004 
libqwtplot3d-qt4-0v5_0.2.7+svn191-8_amd64.deb
 39f6b85d16c8feb2b2bf3618651ae175010f8c4e142a2037d01ea9062c06e6f2 23678 
libqwtplot3d-qt4-dev_0.2.7+svn191-8_amd64.deb
Files:
 5661cc3b9f3815f895c4e3a445b6bee3 2312 libs optional 
qwtplot3d_0.2.7+svn191-8.dsc
 2e442cc2d66cfa39d2a0bbfad27782f5 10828 libs optional 
qwtplot3d_0.2.7+svn191-8.debian.tar.xz
 ab12b1d3a72212eca48528ec593665ba 114658 doc optional 
libqwtplot3d-doc_0.2.7+svn191-8_all.deb
 87bc70ba604aad0b2b81307d1a861e16 127004 libs optional 
libqwtplot3d-qt4-0v5_0.2.7+svn191-8_amd64.deb
 b8292ef6e0bedc030bec0817764a 23678 libdevel optional 
libqwtplot3d-qt4-dev_0.2.7+svn191-8_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV6IJTAAoJEPNPCXROn13ZKrIQAJvjFtnHm4oxxAlVnsPW7ciH
yLI8Y0/6Hr410TvtDQDqCwigw4sTI/+E7YddeNSK0rfOJ+xYGd2cleFAmUSMReyH
r48UCqb7yXPYZH7is/SIDJfOt9oYpwrcVFBqSEcF9r4WE/F+UVaohfXulWwOVBkp
PBbvFdpwxf60bnigbrg8zLi1Q0wsshH0R0M1P8gQicG7fQkr5iKcnWJjkQVcYfGX
hCNpkXCp//fjBIXmaKy54Dbq1uFt5OQ3f++xVQn+6wn4plvyJMFy3WfNt/yJvOas
x+e1FMx9cIHF4cesMBj9rhkzxiYCC38GBdHwg7txLdHQmRpAn2X9bSmHw5uqBD0S
brqClEioi1+PivFKh98ynEwYthlGbpb9TuadbciaBgybu/7E0znouAV5qQxIKIbN
v58FMZDYR846NI1DSQCm/FU8iSoXiyMX/CxotCK9GdLKV9iyRyDBdKWcbzJorTnH
P1Iw6BBJyjDbUGK9ThKFmzABSfX8bmd8rEPIR56nRKtEa8pfr/X9stg21yT8IV32
udKbmT8HGaJ7G/18yld83pfjQBMIeTNeq/Pxb7K7QUkp0wP5Z3Uj6LytFQz8Q679
54jvdGCPcWSSCfo/DIxwqCg+0iskO9SNmHvZwRgR5HTuWpqsxkih5zJircGfB/j8
c4e1SJQSwI739cSHkDjy
=ktZG
-END PGP SIGNATURE-



  1   2   3   4   5   6   >