Bug#765509: current status/progress?

2015-07-06 Thread Johannes Schilling
hi,


any progress on this? i would be happy to see python-flask-admin
packaged, and would be willing to do some work myself if necessary,
but don't want to interfere with what you already got.


regards,
   dario


pgpS2pULCTe1z.pgp
Description: OpenPGP digital signature


Bug#791560: RFP: python-pysal -- library of spatial analysis functions

2015-07-06 Thread Ben Finney
Package: wnpp
Severity: wishlist

* Package name: python-pysal
  Version : 1.9.1
  Upstream Author : Sergio Rey  
* URL : http://pysal.org/
* License : BSD 3-clause (attribution, no-endorsement)
  Programming Lang: Python
  Description : library of spatial analysis functions

PySAL is an open source cross-platform library of spatial analysis
functions written in Python. It is intended to support the
development of high level applications for spatial analysis.

Developers looking for a suite of spatial analytical methods that
they can incorporate into application development should feel at
home using PySAL. Spatial analysts who may be carrying out
research projects requiring customized scripting, extensive
simulation analysis, or those seeking to advance the state of the
art in spatial analysis should also find PySAL to be a useful
foundation for their work.

End users looking for a user friendly graphical user interface for
spatial analysis should not turn to PySAL directly. Instead, we
would direct them to projects like STARS and the GeoDaX suite of
software products which wrap PySAL functionality in GUIs.

-- 
 \   “Everyone is entitled to their own opinions, but they are not |
  `\entitled to their own facts.” —US Senator Pat Moynihan |
_o__)  |
Ben Finney 


signature.asc
Description: Digital signature


Bug#791564: ITP: linpac -- A packet terminal program

2015-07-06 Thread Colin Tuckley
Package: wnpp
Severity: wishlist
Owner: Colin Tuckley 

* Package name: linpac
  Version : 0.21
  Upstream Author : David Ranch 
* URL : https://sourceforge.net/projects/linpac/
* License : GPL V2
  Description : A packet terminal program

Linpac was previously in Debian but was removed due to bugs and lack of 
upstream support.

The project is now under new management and is being supported upstream.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150706094153.1.33962.reportbug@grenache



Bug#765509: current status/progress?

2015-07-06 Thread Arto Jantunen
Johannes Schilling  writes:
> any progress on this? i would be happy to see python-flask-admin
> packaged, and would be willing to do some work myself if necessary,
> but don't want to interfere with what you already got.

No, not really. This proved to be much more work than I had expected due
to the big pile of embedded minified javascript, and I ran out of time
before getting this into an uploadable state. Recently I was actually
considering marking this bug as an RFP instead. If you have the time to
work on this feel free to take over. I have attached a patch containing
my work in progress packaging.

-- 
Arto Jantunen

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..17fa5fd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+flask-admin (1.0.9-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Arto Jantunen   Tue, 12 Aug 2014 15:37:50 +0300
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..56fb522
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,74 @@
+Source: flask-admin
+Section: python
+Priority: optional
+Maintainer: Arto Jantunen 
+Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), dh-python, python-setuptools, python3-all, python3-setuptools, python-sphinx (>= 1.0.7+dfsg-1~), python-nose, python-flask, python-wtforms, python-flask-sqlalchemy, python-pymongo
+Standards-Version: 3.9.2.0
+X-Python-Version: >= 2.5
+X-Python3-Version: >= 3.2
+
+Package: python-flask-admin
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources
+Suggests: python-flask-admin-doc
+Description: admin interface extension for Flask
+ Flask-Admin is a batteries-included, simple-to-use Flask extension that lets
+ you add admin interfaces to Flask applications. It is inspired by the
+ *django-admin* package, but implemented in such a way that the developer has
+ total control of the look, feel and functionality of the resulting
+ application.
+ .
+ Out-of-the-box, Flask-Admin plays nicely with various ORM's, including
+ .
+ - SQLAlchemy
+ - MongoEngine
+ - pymongo
+ - Peewee
+ .
+ It also boasts a simple file management interface and a redis client console.
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-flask-admin
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, python3-pkg-resources
+Suggests: python-flask-admin-doc
+Description: admin interface extension for Flask
+ Flask-Admin is a batteries-included, simple-to-use Flask extension that lets
+ you add admin interfaces to Flask applications. It is inspired by the
+ *django-admin* package, but implemented in such a way that the developer has
+ total control of the look, feel and functionality of the resulting
+ application.
+ .
+ Out-of-the-box, Flask-Admin plays nicely with various ORM's, including
+ .
+ - SQLAlchemy
+ - MongoEngine
+ - pymongo
+ - Peewee
+ .
+ It also boasts a simple file management interface and a redis client console.
+ .
+ This is the Python 3 version of the package.
+
+Package: python-flask-admin-doc
+Architecture: all
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Section: doc
+Description: admin interface extension for Flask
+ Flask-Admin is a batteries-included, simple-to-use Flask extension that lets
+ you add admin interfaces to Flask applications. It is inspired by the
+ *django-admin* package, but implemented in such a way that the developer has
+ total control of the look, feel and functionality of the resulting
+ application.
+ .
+ Out-of-the-box, Flask-Admin plays nicely with various ORM's, including
+ .
+ - SQLAlchemy
+ - MongoEngine
+ - pymongo
+ - Peewee
+ .
+ It also boasts a simple file management interface and a redis client console.
+ .
+ This package contains the documentation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..e7caaa9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+This package was debianized by Arto Jantunen  on
+Wed, 15 Oct 2014 13:36:01 +0300.
+
+It was downloaded from https://github.com/mrjoes/flask-admin
+
+Upstream Author: Serge S. Koval
+
+Copyright:
+
+Copyright (c) 2014, Serge S. Koval and contributors. See AUTHORS
+for more details.
+
+Some rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+* Names of the contributors may not be used to endorse or promote products
+  derived from this software without s

Bug#505633: marked as done (RFP: gnome-keyring-query -- Command-line utility for querying GNOME Keyring)

2015-07-06 Thread Debian Bug Tracking System
Your message dated Mon, 6 Jul 2015 12:39:49 +0200
with message-id <559a5af5.9010...@debian.org>
and subject line Re: ITP: gnome-keyring-query -- Command-line utility for 
querying GNOME Keyring
has caused the Debian Bug report #505633,
regarding RFP: gnome-keyring-query -- Command-line utility for querying GNOME 
Keyring
to be marked as done.

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

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


-- 
505633: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505633
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

* Package name: gnome-keyring-query
  Version : 0.0.0.20070709
  Upstream Author : "Koster"
* URL : 
http://www.gentoo-wiki.info/HOWTO_Use_gnome-keyring_to_store_SSH_passphrases
* License : Public Domain
  Description : Command-line utility for querying GNOME Keyring

gnome-keyring-manager is a small, simple command-line utility for setting and
getting passwords from GNOME Keyring.  It is useful in shell scripts.



signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
On Thu, 13 Nov 2008 16:29:29 -0600 Richard Laager 
wrote:
> Package: wnpp
> Severity: wishlist
> 
> * Package name: gnome-keyring-query
>   Version : 0.0.0.20070709
>   Upstream Author : "Koster"
> * URL : 
> http://www.gentoo-wiki.info/HOWTO_Use_gnome-keyring_to_store_SSH_passphrases
> * License : Public Domain
>   Description : Command-line utility for querying GNOME Keyring
> 
> gnome-keyring-manager is a small, simple command-line utility for setting and
> getting passwords from GNOME Keyring.  It is useful in shell scripts.

libsecret-tools provides the secret-tool utility and is the official
command line interface to query passwords from gnome-keyring.

So I think this bug can be closed.


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature
--- End Message ---


Bug#469791: O: libmimedir -- A library to parse RFC 2425 Directory Information blocks

2015-07-06 Thread Esa Peuha
libmimedir was removed (see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789203) so closing
this bug.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/canjv3xk1wko0wm3sjcdq172dc7cacwzaslp8_wplloqpvqx...@mail.gmail.com



Processed: Re: O: libmimedir -- A library to parse RFC 2425 Directory Information blocks

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

> close 469791
Bug #469791 [wnpp] O: libmimedir -- A library to parse RFC 2425 Directory 
Information blocks
Marked Bug as done
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
469791: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469791
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#680459: marked as done (O: python-unac -- Library to remove accents from string or character)

2015-07-06 Thread Debian Bug Tracking System
Your message dated Mon, 6 Jul 2015 15:46:35 +0300
with message-id 

and subject line Re: O: python-unac -- Library to remove accents from string or 
character
has caused the Debian Bug report #680459,
regarding O: python-unac -- Library to remove accents from string or character
to be marked as done.

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

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


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

The current maintainer of python-unac, Lukáš Lalinský ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: python-unac
Binary: python-unac
Version: 1.7.0-1
Priority: optional
Section: python
Maintainer: Lukáš Lalinský 
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-support (>= 
0.3), python-all-dev (>= 2.3.5-11), libunac1-dev
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/p/python-unac
Files:
 63860c77e23ea01d808ca7bc0e1d7dba 670 python-unac_1.7.0-1.dsc
 8c28a7e568bf00ebd291a3d0ee1aaeaa 8693 python-unac_1.7.0.orig.tar.gz
 a83539e406c95c981adf71e431ea0610 1319 python-unac_1.7.0-1.diff.gz

Package: python-unac
Priority: optional
Section: python
Installed-Size: 52
Maintainer: Lukáš Lalinský 
Architecture: amd64
Source: python-unac (1.7.0-1)
Version: 1.7.0-1+b1
Provides: python2.5-unac, python2.6-unac
Depends: libc6 (>= 2.2.5), libunac1, python (<< 2.7), python (>= 2.5), 
python-support (>= 0.90.0)
Filename: pool/main/p/python-unac/python-unac_1.7.0-1+b1_amd64.deb
Size: 5646
MD5sum: b1dd25f6ec5777bb41112ca3bbb41478
SHA1: d071ef4554224baa69f5ef2ede8b7e3239290857
SHA256: 75aac95a78862326fcdb2a3a1f059262dd8d0c0eff8cfc1965436d9dbc29696c
Description: Library to remove accents from string or character
 Unac is a programmer's library that removes accents from a string.
 .
 This package contains Python bindings for the original C library.



--- End Message ---
--- Begin Message ---
python-unac was removed (see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787922) so closing
this bug.--- End Message ---


Bug#703065: mousetrap-rails embeds mousetrap.js

2015-07-06 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Thu, 2 Jul 2015 17:03:37 +0530 Pirate Praveen 
wrote:
> Hi Zed,
> 
> if you wish, I could package libjs-mousetrap from the sources of 
> mousetrap-rails ruby gem.
> 
> Praveen
> 
> 

I have uploaded libjs-mousetrap built from ruby-mousetrap-rails source.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJVmni1AAoJEM4fnGdFEsIqCpcP/iIohRAc75aIMZn1TONT+1ww
J6av+XFGKYocMJL51Ip9UM+KsM/jofGmv1i32QIyqXW46hgdBnxocMgX9K7loADK
hhUomXpqSGPPJMTi3VWwKPnRx030m8ueVNmKsVjzIBAGmKqLr/L+bRhZLBeedEiV
BUy6Btbb1b7TExWIQQFiqDdpJzLaS83ggPljSL7Wr20DSkxnqSj7zcYzGXKZ5h+I
DqM8uyXrpjBTV5gEyWf7OlPQ0TKehpg9ikFRM1Ec3PL/WK/JXSYKZiyOTUS8Ttb9
VYHh2FB1Ol1J4Y3xVZu6uJZukpzMJ+6DFAir/mwygOxJneLLIPA5CS/rFeQHVtH0
p5lsfXjf2Y0Ofq+7dOuHpTJsRhxMJjjeSh6v1ZAmJdSTK+etW3Mt4GJj2OiBx4V8
QxocPAeBhdKKHhxv7G9aYKLWSibUmT9EHgbTtH98ARzzD59j52UISkGlVf0EYkn+
FYxP0TIlQCDIlgiyGUSLkpvDPIE1nEhERg85hIRpDXTusV0pO9QxDHpNadIhOA7C
3VNBd54mB7j95UOme4Y0gXifAPqR8QgVkplp6JZSnceSR83hPzrKtD3VoHIdMrAR
UUqv+NL4xlR2vT+eEDEGEe1IWC2meH1Qx/gnjDVlWMWSvHAiG1mOzhPJATqELVv4
CL8AfzHNL5+JxQmtMPFS
=CSWh
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/559a78b5.2050...@debian.org



Bug#705277: marked as done (O: python-django-formfieldset -- fieldset rendering mixin for Django-based forms)

2015-07-06 Thread Debian Bug Tracking System
Your message dated Mon, 6 Jul 2015 15:55:26 +0300
with message-id 

and subject line Re: O: python-django-formfieldset -- fieldset rendering mixin 
for Django-based forms
has caused the Debian Bug report #705277,
regarding O: python-django-formfieldset -- fieldset rendering mixin for 
Django-based forms
to be marked as done.

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

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


-- 
705277: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705277
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-django-formfieldset
Version: 0+git20090520-621cb58-1
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Daniel Watkins  has not been working on
the python-django-formfieldset package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.

-- 
 Ricardo Mones, on behalf of Debian QA/MIA team
 http://people.debian.org/~mones
 «Never send a human to do a machine's job.» ~ Agent Smith


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
python-django-formfieldset was removed (see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788733) so closing
this bug.--- End Message ---


Bug#705278: marked as done (O: python-django-tinymce -- replacement text widget for Django web framework)

2015-07-06 Thread Debian Bug Tracking System
Your message dated Mon, 6 Jul 2015 15:57:22 +0300
with message-id 

and subject line Re: O: python-django-tinymce -- replacement text widget for 
Django web framework
has caused the Debian Bug report #705278,
regarding O: python-django-tinymce -- replacement text widget for Django web 
framework
to be marked as done.

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

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


-- 
705278: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705278
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-django-tinymce
Version: 1.5-3
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Daniel Watkins  has not been working on
the python-django-tinymce package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.

-- 
 Ricardo Mones, on behalf of Debian QA/MIA team
 http://people.debian.org/~mones
 «Never send a human to do a machine's job.» ~ Agent Smith


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
python-django-tinymce was removed (see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788732) so closing
this bug.--- End Message ---


Bug#736699: marked as done (O: diakonos -- Customizable, usable console-based text editor)

2015-07-06 Thread Debian Bug Tracking System
Your message dated Mon, 6 Jul 2015 16:00:24 +0300
with message-id 

and subject line Re: O: diakonos -- Customizable, usable console-based text 
editor
has caused the Debian Bug report #736699,
regarding O: diakonos -- Customizable, usable console-based text editor
to be marked as done.

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

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


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

This package has not had the attention it deserves. I lack the time, the
modest development time I have being taken fully by sisu.

Diakonos is a "neat" console text editor written in ruby. As a vim user
I have never really used it. I hope someone finds it useful and is able
to pick it up.

Ralph Amissah
--- End Message ---
--- Begin Message ---
diakonos was removed (see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790319) so closing
this bug.--- End Message ---


Bug#791585: ITP: ruby-jquery-atwho-rails -- This is a jQuery plugin that implement Github-like mentions

2015-07-06 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

package: wnpp
severity:wishlist
owner: Prate Praveen 

https://rubygems.org/gems/jquery-atwho-rails
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJVmnxTAAoJEM4fnGdFEsIq/qIP/1G1MAsETRzQ1S61E259bDGc
pr7C/y1BLqAoYMNyArFZ9Fwbct52F8I1GqItPImFGGLzr5wFJOKDPXXJgd7QfxiI
oiajLuo89jBpeFOYh2ZTEx0TDUYQrwjokmJHoLRspJeB52WVekSnPfOL3F9BEoTs
+QkT9W/LW+FIeOI2emLOoGsRp92cCq9v7FFXsl53aQoa8wUoQ2iL5vKAxa5iCzbv
6T+0jmkd4kOJuXwwRKKLx3mMaUsZQwxvbl4r9RaAyHwqz/eGpDA9NjFsmTZDxkL6
94vuKok+UBD6l/1baXa0aBAuCh56A29Vnu66C1osldsziAeJHUnZ/Prtwy9Qd68v
H5oUTBIpoioehwW20KONBzUHuWnxJNUh5DaacAOc7DloI+D6ndc3P7z6nxBTM+pl
FB8n6k/NXwL1M0Ef8GDbP9QC/1THGHthw4176eZWdU+j6sTt3TIFOV/GmUGm2P0T
Hsfqh4mTQ1kIpXxOEz+jUMJbAXMFEYUAANO4cvRQM2zX9uqLMtJU2nvhWWMAJlA2
e8WAaVTfIBxbmvQehSwu3lgi0YGScHFMMlAkJ4mhzWJ3zg/PauYZb6RnY+n6bLQv
uqtoqgmotRoBjpnEBiiKIV3Y7WyDCTZ7HrxgPt/kbAnJ7cWXZakoNd49iqVDMSym
mtYrJF00T4iizVEh62Ds
=NDem
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/559a7c54.6000...@debian.org



Bug#762008: marked as done (RFA: link-monitor-applet -- GNOME Panel Applet with bar graph of round-trip times to hosts)

2015-07-06 Thread Debian Bug Tracking System
Your message dated Mon, 6 Jul 2015 16:03:08 +0300
with message-id 

and subject line Re: RFA: link-monitor-applet -- GNOME Panel Applet with bar 
graph of round-trip times to hosts
has caused the Debian Bug report #762008,
regarding RFA: link-monitor-applet -- GNOME Panel Applet with bar graph of 
round-trip times to hosts
to be marked as done.

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

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


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

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I request an adopter for the link-monitor-applet package.

The package description is:
 Link Monitor Applet is a GNOME Panel Applet displaying the round-trip time to
 one or more hosts in a bar graph, featuring:
  * Round-trip time plot graphs
  * Country flags and names
  * full ICMP and ICMPv6 support
  * configurable scale and delays
  * HIG 2.0 compliance

I (unfortunately) stopped using GNOME components including the panel¹,
so I am not in the position to maintian l-m-a any more, e.g. to
investigate #761969. It has long been abandonned by upstream and has
seen a bit of development by me (e.g.  logarithmic scale) and really is
a nice appet, so I’d be happy to see it in caring hands.

Thanks,
Joachim

¹ https://www.joachim-breitner.de/blog/655-Good_bye_GNOME

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlQZyxYACgkQ9ijrk0dDIGyLWwCaAyhmu73MvkmJ1mfrfPYIvaqq
bVQAnjHFHQDUJ42Ug7IfxHRy5aW88/ag
=QkHg
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
link-monitor-applet was removed (see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789500) so closing
this bug.--- End Message ---


Processed: put this shiny link in a convenient place

2015-07-06 Thread Debian Bug Tracking System
Processing control commands:

> forwarded -1 http://balasankarc.in/gitlab/
Bug #651606 [wnpp] ITP: gitlab -- git project/repository hosting management app
Set Bug forwarded-to-address to 'http://balasankarc.in/gitlab/'.

-- 
651606: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651606
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#651606: put this shiny link in a convenient place

2015-07-06 Thread Mattia Rizzolo
control: forwarded -1 http://balasankarc.in/gitlab/

Ok, this may be seen as an abuse of this field, but I really like that web page
and it gives a really clear glimpse of the status of this ITP :)

And thanks to every person that is putting effort in getting this beast into the
archive!!


-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540 .''`.
more about me:  http://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-


signature.asc
Description: Digital signature


Bug#734791: marked as done (ITP: elixir-lang -- dynamic, functional language on top of the Erlang VM)

2015-07-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Jul 2015 16:00:12 +
with message-id 
and subject line Bug#765522: fixed in elixir-lang 1.1.0~0.20150516-1
has caused the Debian Bug report #765522,
regarding ITP: elixir-lang -- dynamic, functional language on top of the Erlang 
VM
to be marked as done.

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

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


-- 
765522: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765522
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

* Package name: elixir
  Version : 0.12.0
  Upstream Author : José Valim 
* URL : http://http://elixir-lang.org
* License : APL 2.0
  Programming Lang: Erlang
  Description : functional, meta-programming aware language for the Erlang 
VM

 Elixir is a functional, meta-programming aware language built on top of
 the Erlang VM. It is a dynamic language with flexible syntax and macro
 support that leverages Erlang's abilities to build concurrent,
 distributed and fault-tolerant applications with hot code upgrades.
 .
 Elixir also provides first-class support for pattern matching,
 polymorphism via protocols (similar to Clojure's), aliases and
 associative data structures.
--- End Message ---
--- Begin Message ---
Source: elixir-lang
Source-Version: 1.1.0~0.20150516-1

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

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

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

Debian distribution maintenance software
pp.
Antonio Terceiro  (supplier of updated elixir-lang package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 16 May 2015 17:08:30 -0300
Source: elixir-lang
Binary: elixir
Architecture: source amd64
Version: 1.1.0~0.20150516-1
Distribution: unstable
Urgency: medium
Maintainer: Antonio Terceiro 
Changed-By: Antonio Terceiro 
Description:
 elixir - dynamic, functional language on top of the Erlang VM
Closes: 765522
Changes:
 elixir-lang (1.1.0~0.20150516-1) unstable; urgency=medium
 .
   * Initial release (Closes: #765522)
Checksums-Sha1:
 9369ad03d816b97ffc18aca26a6eb16847cef042 2015 
elixir-lang_1.1.0~0.20150516-1.dsc
 f602ba4f275342d6cda6e0ff2827ce98bb4ff3c6 883796 
elixir-lang_1.1.0~0.20150516.orig.tar.gz
 1e913aa67eccfff801efaea810311f542f6d26c2 6476 
elixir-lang_1.1.0~0.20150516-1.debian.tar.xz
 02ea5fe00681c7df47cdb3ba346a79800dbc6654 2126336 
elixir_1.1.0~0.20150516-1_amd64.deb
Checksums-Sha256:
 8eb3aa62fef2e2d837fb69931cfc06c006d2468216a85c9db1d33045c2a845cf 2015 
elixir-lang_1.1.0~0.20150516-1.dsc
 587df52983a53a1114d8d6cdbaac32f13d6443d2364485be9360b905123b5cd0 883796 
elixir-lang_1.1.0~0.20150516.orig.tar.gz
 8459ec7326357ee75a849f244fa4e183aa7ecba09ec629e9e73cb95ca1394f71 6476 
elixir-lang_1.1.0~0.20150516-1.debian.tar.xz
 640169b4f35baa7ac9fe6d1f2e114fb76f6b859a5c16ae470d763b6234d5a044 2126336 
elixir_1.1.0~0.20150516-1_amd64.deb
Files:
 7b6bba6d2268f6b3690b5f670e793db3 2015 interpreters optional 
elixir-lang_1.1.0~0.20150516-1.dsc
 1c934fdd2fcbee98f4003069d72f7b62 883796 interpreters optional 
elixir-lang_1.1.0~0.20150516.orig.tar.gz
 361ea0631d5782b8eec150b80463ea07 6476 interpreters optional 
elixir-lang_1.1.0~0.20150516-1.debian.tar.xz
 124e2376ed593719c7dd89f88b5e8063 2126336 interpreters optional 
elixir_1.1.0~0.20150516-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVWAj4AAoJEPwNsbvNRgve95oQAJXfm9Ujf86YuwrYQmTqqw9L
XjRiKFmNc+LcupVGX1UNMHzef4oNUftWuiNMCXMjIqJHRKuBCbxaygr3lHsUw7aE
PeWoY5lZyErW7rzuc68IZ6mSpE4z9VtyNdooWqq/RqqzOgQhhg7Pe9mf7pCk7CdS
3R0893SSIIBj7xpvvZNhTxyHOUB6Y2B2Xlc4tZhdz0c3LvgXJ7We0J7VQWVJJmw6
K9DRKs/MpKwwmSIsmCfkfEvfLCD6kTzx/bqT1P+cChuct/Eh4LDzAjcXrhrBxpk8
BOjjKjaWz82hN8HPy2Hg/9zTWUElH5xKE3BHv9VWFoOJvd4YOUDPwu3SQIbpp48D
/2KdzDRM7s3Yqu/wp0f42AXRy5k7OD3xZIZnAhwB1jkxFEcWLHDrAWkQme5qhxTB
laO5f8g8tN3vmzZc4H86HGI4b9bM30XJW3gPYiM/qpyU5WLmauFdFYfK2t2kmCOl
KYiGt8fLUeiGdvakD1dMrmJvmxnCJIJ/5BZ2uLp6LLF4DP8DOqYavPK2zoatj3iq
SofqGi9KTYrJrqKXU5Lhci+NK+VdJRY/1HGFcjBTaDEI5vWGWEXP4On9SJJtHcpr
lGlV6q9uksW3TIn6Tl5AEKPpu4Ya76mAfpVdTR6C3q2MQx8uMVVc8F+2EbnbHzTt
4Q6iDefI7RpY+Yk3Z1r/
=B08F
-END PGP SIGNATURE End Mess

Bug#765522: marked as done (ITP: elixir-lang -- dynamic, functional language on top of the Erlang VM)

2015-07-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Jul 2015 16:00:12 +
with message-id 
and subject line Bug#765522: fixed in elixir-lang 1.1.0~0.20150516-1
has caused the Debian Bug report #765522,
regarding ITP: elixir-lang -- dynamic, functional language on top of the Erlang 
VM
to be marked as done.

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

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


-- 
765522: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765522
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: wnppSeverine: wishlist
Owner: Evgeny Golyshev 

* Package name : elixir
* Version  : 1.0.1
* Upstream Author  : José Valim 
* URL  : http://elixir-lang.org
* License  : Apache-2.0
* Programming Lang : Erlang, Elixir
* Description  : Functional language for the Erlang VM
Elixir is a dynamic, functional language designed for building scalable and 
maintainable applications.
Elixir leverages the Erlang VM, known for running low-latency, distributed and 
fault-tolerant systems, while also being successfully used in web development 
and the embedded software domain.

Regards,
Evgeny Golyshev
--- End Message ---
--- Begin Message ---
Source: elixir-lang
Source-Version: 1.1.0~0.20150516-1

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

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

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

Debian distribution maintenance software
pp.
Antonio Terceiro  (supplier of updated elixir-lang package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 16 May 2015 17:08:30 -0300
Source: elixir-lang
Binary: elixir
Architecture: source amd64
Version: 1.1.0~0.20150516-1
Distribution: unstable
Urgency: medium
Maintainer: Antonio Terceiro 
Changed-By: Antonio Terceiro 
Description:
 elixir - dynamic, functional language on top of the Erlang VM
Closes: 765522
Changes:
 elixir-lang (1.1.0~0.20150516-1) unstable; urgency=medium
 .
   * Initial release (Closes: #765522)
Checksums-Sha1:
 9369ad03d816b97ffc18aca26a6eb16847cef042 2015 
elixir-lang_1.1.0~0.20150516-1.dsc
 f602ba4f275342d6cda6e0ff2827ce98bb4ff3c6 883796 
elixir-lang_1.1.0~0.20150516.orig.tar.gz
 1e913aa67eccfff801efaea810311f542f6d26c2 6476 
elixir-lang_1.1.0~0.20150516-1.debian.tar.xz
 02ea5fe00681c7df47cdb3ba346a79800dbc6654 2126336 
elixir_1.1.0~0.20150516-1_amd64.deb
Checksums-Sha256:
 8eb3aa62fef2e2d837fb69931cfc06c006d2468216a85c9db1d33045c2a845cf 2015 
elixir-lang_1.1.0~0.20150516-1.dsc
 587df52983a53a1114d8d6cdbaac32f13d6443d2364485be9360b905123b5cd0 883796 
elixir-lang_1.1.0~0.20150516.orig.tar.gz
 8459ec7326357ee75a849f244fa4e183aa7ecba09ec629e9e73cb95ca1394f71 6476 
elixir-lang_1.1.0~0.20150516-1.debian.tar.xz
 640169b4f35baa7ac9fe6d1f2e114fb76f6b859a5c16ae470d763b6234d5a044 2126336 
elixir_1.1.0~0.20150516-1_amd64.deb
Files:
 7b6bba6d2268f6b3690b5f670e793db3 2015 interpreters optional 
elixir-lang_1.1.0~0.20150516-1.dsc
 1c934fdd2fcbee98f4003069d72f7b62 883796 interpreters optional 
elixir-lang_1.1.0~0.20150516.orig.tar.gz
 361ea0631d5782b8eec150b80463ea07 6476 interpreters optional 
elixir-lang_1.1.0~0.20150516-1.debian.tar.xz
 124e2376ed593719c7dd89f88b5e8063 2126336 interpreters optional 
elixir_1.1.0~0.20150516-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVWAj4AAoJEPwNsbvNRgve95oQAJXfm9Ujf86YuwrYQmTqqw9L
XjRiKFmNc+LcupVGX1UNMHzef4oNUftWuiNMCXMjIqJHRKuBCbxaygr3lHsUw7aE
PeWoY5lZyErW7rzuc68IZ6mSpE4z9VtyNdooWqq/RqqzOgQhhg7Pe9mf7pCk7CdS
3R0893SSIIBj7xpvvZNhTxyHOUB6Y2B2Xlc4tZhdz0c3LvgXJ7We0J7VQWVJJmw6
K9DRKs/MpKwwmSIsmCfkfEvfLCD6kTzx/bqT1P+cChuct/Eh4LDzAjcXrhrBxpk8
BOjjKjaWz82hN8HPy2Hg/9zTWUElH5xKE3BHv9VWFoOJvd4YOUDPwu3SQIbpp48D
/2KdzDRM7s3Yqu/wp0f42AXRy5k7OD3xZIZnAhwB1jkxFEcWLHDrAWkQme5qhxTB
laO5f8g8tN3vmzZc4H86HGI4b9bM30XJW3gPYiM/qpyU5WLmauFdFYfK2t2kmCOl
KYiGt8fLUeiGdvakD1dMrmJvmxnCJIJ/5BZ2uLp6LLF4DP8DOqYavPK2zoatj3iq
SofqGi9KTYrJrqKXU5Lhci+NK+VdJRY/1HGFcjBTaDEI5vWGWEXP4On9SJJtHcpr
lGlV6q9uksW3TIn6Tl5AEKPpu4Ya76mAfpVdTR6C3q2MQx8uMVVc8F+2EbnbHzTt
4Q6iDefI7RpY+Yk3Z1r/
=B08F
-END PGP SIGNATURE End Message ---


Bug#651606: put this shiny link in a convenient place

2015-07-06 Thread Balasankar C
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On Mon, 6 Jul 2015 15:38:36 + Mattia Rizzolo 
wrote:
> control: forwarded -1 http://balasankarc.in/gitlab/
> 
> Ok, this may be seen as an abuse of this field, but I really like
> that web page and it gives a really clear glimpse of the status of
> this ITP :)
> 
> And thanks to every person that is putting effort in getting this
> beast into the archive!!
> 
> 
> -- regards, Mattia Rizzolo

First of all, thanks for the good words. :)

I couldn't really understand what you were suggesting. If it was to
host the progress bar at some d.o location, I am sorry - I can't do
that since I'm not a DD yet. But, I would be more than happy to share
the source code for generating this progressbar if some DD wishes to
do that.

The webpage in consideration uses my custom rewrite of gemdeps script
by Cédric Boutillier[2]. The code is available at my GitLab repo[1].
It takes a Gemfile as input (via command line argument) and generates
a csv file output. The python script uses that output to generate the
.html file.

I think Cedric's script it the more complete one as it generates a dot
file which can be used with graphviz to generate a dependency graph as
shown here[3]. Mine was a custom rewrite for GitLab and it just
generates a csv output for generating the webpage.

@Praveen, can you host it in your people.d.o webspace?

[1] https://gitlab.com/balasankarc/gemdeps/
[2] https://gitlab.com/debian-diaspora/gemdeps/
[3] https://people.debian.org/~boutil/gitlab/gitlab_deps20150702.pdf


PS : I am gonna keep this webpage active even if we get a d.o address,
just as a fallback location. I am running a cron script to update it
weekly. :)

- -- 
Regards
Balasankar C
http://balasankarc.in
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCgAGBQJVmrSVAAoJEJbtq5sua3FxYgUIALWkmIwpv4hxyxtSw3IOcdAg
Tr3iUMTOGUGnA40AxNwjns5FyG1CFOYNuC1lzrjW0QaUI0cGHZARKruIoX2fhwjn
wDVUb3P9VuTm7Ayzsu11yNlaXoaH32z6Nf0S33a5qCnIVI3JAPEC6TuGkCHQa8EO
QKQxUWjFGJ3xal/8KGyFetSFviKTrf7nj9pBhSaLCcH2aWhYtSeGGSEKOYrhxqtN
4pWKt7QaMnMUuKJoo5cJqgZUqTgx+3ZpTXRU1zbm7quCyc4kvw5agVKKWl5hcoAW
LWJ+Budpqs+TiHmrFUZjLtXbOGVsCV29QYztRtmfRrpKvaS5lLUZ47fp6d8rT+Y=
=qJOO
-END PGP SIGNATURE-


0x2E6B7171.asc
Description: application/pgp-keys


Bug#790399: ITP: structlog -- tructured Logging for Python

2015-07-06 Thread Guillem Jover
Hi!

On Wed, 2015-07-01 at 02:58:41 +0100, Filippo Giunchedi wrote:
> On Mon, Jun 29, 2015 at 01:56:55PM +0500, Andrey Rahmatullin wrote:
> > On Mon, Jun 29, 2015 at 10:22:30AM +0200, Adrien CLERC wrote:
> > > Le 29/06/2015 02:51, Filippo Giunchedi a écrit :
> > > > * Package name: structlog

> > > It seems to be a Python library (in the main site, I can read that it is
> > > used as an imported module), it should be named python-structlog.

> > Not necessarily (as we are talking about the source package name).
>·
> indeed, most python modules I've looked at so far don't have the python-
> prefix in their name

I've always considered this a bad practice that I'd really like, we as
a project, stopped perpetuating.

One of the most (if not the most) important resource a distribution has
to curate and arbitrate over is namespaces of many kinds, source/binary
package names, version strings, filesystem objects, exposed APIs, etc.

Here's a relevant snippet from a reply I sent on the bash8 ITP #748383:

,---
Also just following upstream when it comes to naming be it for source
or binary packages is not wise in many cases. Lots of upstreams create
packages or language modules in language silos, where those names are
implicitly namespaced by being part of that language community/portal
for example. Having Http be a perl module is fine, the same for a
python or ruby module, not so much when it comes to integrating it
in a general purpose distribution. Why should the http source package
name be the perl implementation? Even if that source provided modules
for many languages, why should it take over the canonical protocol
name for its source package? Also the source package name is really
pretty visible in many places in the distribution.

The current practice of many python modules to just use the upstream
name as the source package name is a namespace grab, wrong and unfair
to the rest of the distribution, some quick examples to illustrate:

  appdirs argvalidate audioread distlib

I wish other language teams in Debian followed the perl lead here.
`---

This also grabs the non-namespaced name for actual possible programs
for example.

I'll be filing a bug on the python-policy document to request that
binary *and* source packages be namespaced.

Thanks,
Guillem


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150706183930.gc12...@gaara.hadrons.org



Bug#790399: ITP: structlog -- tructured Logging for Python

2015-07-06 Thread Don Armstrong
On Mon, 06 Jul 2015, Guillem Jover wrote:
> On Wed, 2015-07-01 at 02:58:41 +0100, Filippo Giunchedi wrote:
> > On Mon, Jun 29, 2015 at 01:56:55PM +0500, Andrey Rahmatullin wrote:
> > > Not necessarily (as we are talking about the source package name).
> >
> > indeed, most python modules I've looked at so far don't have the python-
> > prefix in their name
> 
> I've always considered this a bad practice that I'd really like, we as
> a project, stopped perpetuating.

Indeed.

Furthermore, unless there's a strong reason for doing otherwise,[1]
packages which produce a single binary package should have a source
package with the same name as the binary package. [And ideally, if they
produce more than one binary package, the source package should share
the same prefix as at least some of the binary packages produced if they
are not named identically to one of the binary packages produced.]

We don't need more crazy cases where src:A produces bin:B and src:B
produces bin:A.

1: For example, they're currently producing bin:foo8, and are eventually
going to be producing bin:foo9, then calling the source src:foo seems
reasonable.
-- 
Don Armstrong  http://www.donarmstrong.com

I'm wrong to criticize the valor of your brave men. It's important to
die for one's country when it means being the subject of a king who
wears a ruffled collar or a pleated one.
 -- Cyrano de Bergerac


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150706185459.GC6137@geta



Bug#791608: ITP: minizinc -- Constraint modelling language and tool chain

2015-07-06 Thread Kari Pahula
Package: wnpp
Severity: wishlist
Owner: Kari Pahula 

* Package name: minizinc
  Version : 2.0.4
  Upstream Author : Guido Tack 
* URL : http://www.minizinc.org/
* License : MPL-2.0, MS-PL
  Programming Lang: C++
  Description : constraint modelling language and tool chain

 MiniZinc is a medium-level constraint modelling language. It is
 high-level enough to express most constraint problems easily, but
 low-level enough that it can be mapped onto existing solvers easily
 and consistently. It is a subset of the higher-level language Zinc.
 .
 MiniZinc is designed to interface easily to different backend
 solvers.  It does this by transforming an input MiniZinc model and
 data file into a FlatZinc model. FlatZinc models consist of variable
 declaration and constraint definitions as well as a definition of the
 objective function if the problem is an optimization problem. The
 translation from MiniZinc to FlatZinc is specializable to individual
 backend solvers, so they can control what form constraints end up
 in. In particular, MiniZinc allows the specification of global
 constraints by decomposition.

I already maintain Gecode, which includes a FlatZinc interpreter.  I
intend to package minizinc and minizinc-ide to provide more use for
Gecode.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150706194031.11890.33240.report...@sammakko3.piperka.net



Bug#651606: put this shiny link in a convenient place

2015-07-06 Thread Mattia Rizzolo
On Mon, Jul 06, 2015 at 10:32:15PM +0530, Balasankar C wrote:
> I couldn't really understand what you were suggesting. If it was to
> host the progress bar at some d.o location, I am sorry - I can't do
> that since I'm not a DD yet. But, I would be more than happy to share
> the source code for generating this progressbar if some DD wishes to
> do that.

nah, nothing like that.
I'm completly fine with the current location, I just wanted to put the link in
a more conveniente (at least for me) place, that is, the "forwarded" field of
this bug. Look at the top of the bug page, it's now there.

[ strip some tech details about the implementation of that page :) ]
> @Praveen, can you host it in your people.d.o webspace?

I don't see the need for this, really!

> PS : I am gonna keep this webpage active even if we get a d.o address,
> just as a fallback location. I am running a cron script to update it
> weekly. :)

umh, if I were you I'd run that more often, maybe even daily. It doesn't sound
like something resource heavy, and I like to see up-to-date web pages :)


-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540 .''`.
more about me:  http://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-


signature.asc
Description: Digital signature


Processed: retitle 784938 to RFA: openchange

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

> retitle 784938 RFA: openchange
Bug #784938 [wnpp] RFH: openchange
Changed Bug title to 'RFA: openchange' from 'RFH: openchange'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
784938: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784938
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#651606: put this shiny link in a convenient place

2015-07-06 Thread Balasankar C
On 7 July 2015 1:15:20 am IST, Mattia Rizzolo  wrote:
>On Mon, Jul 06, 2015 at 10:32:15PM +0530, Balasankar C wrote:
>> I couldn't really understand what you were suggesting. If it was to
>> host the progress bar at some d.o location, I am sorry - I can't do
>> that since I'm not a DD yet. But, I would be more than happy to share
>> the source code for generating this progressbar if some DD wishes to
>> do that.
>
>nah, nothing like that.
>I'm completly fine with the current location, I just wanted to put the
>link in
>a more conveniente (at least for me) place, that is, the "forwarded"
>field of
>this bug. Look at the top of the bug page, it's now there.
>
>[ strip some tech details about the implementation of that page :) ]
>> @Praveen, can you host it in your people.d.o webspace?
>
>I don't see the need for this, really!
>
>> PS : I am gonna keep this webpage active even if we get a d.o
>address,
>> just as a fallback location. I am running a cron script to update it
>> weekly. :)
>
>umh, if I were you I'd run that more often, maybe even daily. It
>doesn't sound
>like something resource heavy, and I like to see up-to-date web pages
>:)
>
>
>-- 
>regards,
>Mattia Rizzolo
>
>GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540
>.''`.
>more about me:  http://mapreri.org : :'
> :
>Launchpad user: https://launchpad.net/~mapreri `.
>`'`
>Debian QA page: https://qa.debian.org/developer.php?login=mattia `-

Ah. Ok. I misinterpreted your mail.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.