Bug#687564: RFS: irstlm/5.80.01-1 -- [ITP] IRST Language Modeling Toolkit

2014-01-02 Thread Giulio Paci
The package should be in good shape and should only need some minor updates.
More recent upstream version is also available.

If you are interested in sponsoring this package, I can do the work during
the next few days.

If you want to co-maintain the package, feel free to do the work yourself,
but please let me know before doing it.

Bests,
Giulio.

Il 23/dic/2013 14:27 Koichi Akabe vbkaise...@gmail.com ha scritto:

 Hi,

 I'm interested in this package, but this BTS report is not updated for
 a year. How is the status of this package?

 I tried building the newest package on your git repository in sid.
 There is no warning without 1) and 2) you mentioned at Message #50.

 Thanks.

 --
 Koichi Akabe
  vbkaisetsu at {gmail.com, debian.or.jp}


 --
 To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
listmas...@lists.debian.org
 Archive:
http://lists.debian.org/20131223222409.7f1a6174c0ffc00ffc9db...@gmail.com



Re: generic debian/rules that creates directories

2014-01-02 Thread T o n g
On Wed, 01 Jan 2014 21:00:18 -0800, Russ Allbery wrote:

 There have been several replies to this, but none of them quite tell you
 exactly what to do, so let me take a stab at that.
 
 First, dh_installdirs is not actually useful for solving this particular
 problem . . . 

Thank you, thank you, thank you! At last someone has stepped forward and 
give specific help, instead of *merely* pointing to a manpage (and 
ironically a wrong one). 

Thanks again Sir, for your help!


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/la3uqm$btl$1...@ger.gmane.org



empty-binary-package

2014-01-02 Thread T o n g
Hi, 

I am doing test build of my binary package, and I get the following 
warnings. 

W: zh-autoconvert: empty-binary-package

I checked and it *is* empty, only containing copyright and changelog, 
nothing else. I don't know why because it looks like the installation was 
fine. 

I've post the build log at
http://paste.debian.net/73847/

Please see if you can spot anything unusual, and tell me if you need 
anything else.

Thanks



-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/la4a2t$vuj$1...@ger.gmane.org



Re: empty-binary-package

2014-01-02 Thread Russ Allbery
T o n g mlist4sunt...@yahoo.com writes:

 I am doing test build of my binary package, and I get the following 
 warnings. 

 W: zh-autoconvert: empty-binary-package

 I checked and it *is* empty, only containing copyright and changelog, 
 nothing else. I don't know why because it looks like the installation was 
 fine. 

 I've post the build log at
 http://paste.debian.net/73847/

 Please see if you can spot anything unusual, and tell me if you need 
 anything else.

You're building multiple binary packages from the same source package.
This means that the Debian package build infrastructure has no inherent
way of determining which files go into which package.  You have to tell it
explicitly.

When there are multiple binary packages built from the same source
package, dh_auto_install runs upstream's make install so as to put all the
files in debian/tmp.  This is outside of the package staging areas for
each of the packages, which are named debian/package.  It's up to you
to move the files into the appropriate package staging area after
dh_auto_install runs.

The normal way to do this is to use the facilities provided by dh_install
(which will be run automatically by dh binary).  There are various ways to
do this (see the man page), but here's the one I recommend: create files
for each package, named debian/package.install, and in each one, list
the files from debian/tmp that belong in that package.

Here's an example from one of my source packages, shibboleth-sp2, which
splits the upstream installation into multiple binary packages:

== libapache2-mod-shib2.install ==
usr/bin
usr/sbin
etc/shibboleth
usr/lib/*/shibboleth
usr/share/shibboleth

== libshibsp-dev.install ==
usr/include/*
usr/lib/*/lib*.so

== libshibsp-doc.install ==
doc/api/* usr/share/doc/libshibsp-doc

== libshibsp6.install ==
usr/lib/*/lib*.so.*

== shibboleth-sp2-schemas.install ==
usr/share/xml/shibboleth

As you can see, you can use wildcards, and you can name whole directories
or individual files.  If you want the files in debian/tmp to be moved into
the package in exactly the same relative paths as they occupy in
debian/tmp, you can just name them, as in most of the examples above.  If
you want to move them to a different location, see libshibsp-doc.install,
which specifies a destination directory.

Be aware of one gotcha: the destination column in *.install files
specifies the destination *directory*, not file name.  You cannot use
dh_install to rename files; you will end up with the file installed with
its current name in a directory named after the thing you were trying to
rename it to, which is obviously broken.  If you want to rename things,
you'll need to do that separately, usually with an override and some code
that runs before dh_install.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87ha9mp3s3@windlord.stanford.edu



Re: empty-binary-package

2014-01-02 Thread Paul Gevers
On 02-01-14 20:44, Russ Allbery wrote:
 Be aware of one gotcha: the destination column in *.install files
 specifies the destination *directory*, not file name.  You cannot use
 dh_install to rename files;

Except if you build depend on dh-exec and use it (The man page is good,
so I am not going to explain that here).

Paul




signature.asc
Description: OpenPGP digital signature


Re: empty-binary-package

2014-01-02 Thread T o n g
On Thu, 02 Jan 2014 11:44:28 -0800, Russ Allbery wrote:

 You're building multiple binary packages from the same source package.
 This means that the Debian package build infrastructure has no inherent
 way of determining which files go into which package.  You have to tell
 it explicitly.

Extremely grateful of your detailed explanation, Russ!


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/la4lrc$i8$1...@ger.gmane.org



Bug#733987: RFS: dbab/1.0.1 [ITP] - dnsmasq-based ad-blocking using pixelserv

2014-01-02 Thread Tong Sun
Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am packing The Best Ad Blocking Method[1] into a Debian package and am
 looking for a sponsor for my package dbab, which starts with
reviewing it first.

 [1] http://sfxpt.wordpress.com/2011/02/21/the-best-ad-blocking-method/

 * Package name: dbab
   Version : 1.0.1
   Upstream Author : Tong Sun suntong...@users.sourceforge.net
 * URL : https://github.com/suntong001/dbab
 * License : bsd
   Section : net

  It builds those binary packages:

dbab  - dnsmasq-based ad-blocking using pixelserv

  To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/dbab

  Alternatively, one can download the package with dget using this command:

dget -x http://mentors.debian.net/debian/pool/main/d/dbab/dbab_1.0.1.dsc

  More information about it can be obtained from,

 http://sfxpt.wordpress.com/2011/02/21/the-best-ad-blocking-method/
 https://github.com/suntong001/dbab

  Regards,
   Tong Sun


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAMmz1OcmdJ72jtNu=lvitcewiy+b8xr5ysszqqkftqrnkxo...@mail.gmail.com



Bug#732234: RFS: libgringotts/1:1.2.1-13

2014-01-02 Thread Jose G. López
Hi,

Could you please help me sponsoring this upload. Because bug 728027 a
reverse dependency has been also removed from testing (osmo).

Thanks


pgpQhYvBKJSuz.pgp
Description: PGP signature


File modification and the copyright

2014-01-02 Thread T o n g
Hi, 

If I take a simple file (BSD-licensed), (greatly) improved it, and 
include it in my package. How should I handle the situation? 

- I should claim that the author of the new file is me, right?
- I should inherit the BSD-licensed, right?
- How to express that the new file was based on another old file from a 
different author in the debian/copyright file?

Thanks



-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/la4nrr$i8$2...@ger.gmane.org



Re: File modification and the copyright

2014-01-02 Thread Russ Allbery
T o n g mlist4sunt...@yahoo.com writes:

 If I take a simple file (BSD-licensed), (greatly) improved it, and 
 include it in my package. How should I handle the situation? 

 - I should claim that the author of the new file is me, right?

Usually I list both authors, such as:

 * Written by Larry Schwimmer
 * Extensively modified by Russ Allbery ea...@eyrie.org

from one of my projects.

 - I should inherit the BSD-licensed, right?

Yes, almost always.

 - How to express that the new file was based on another old file from a 
 different author in the debian/copyright file?

Copyright: 2003-2008 John Doe
  2014 Jane Doe

In other words, you can list multiple copyright holders.  I usually use
two spaces at the start of subsequent lines to suppress word wrapping.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87bnzung69@windlord.stanford.edu



Bug#733987: RFS: dbab/1.0.1 [ITP] - dnsmasq-based ad-blocking using pixelserv

2014-01-02 Thread Michael Shuler

This has all sorts of problems.
1) incomplete source and debian packaging (symlinked to nowhere)
2) native package (version 1.0.1 and debian/ dir should be separate from 
upstream source)


--
Kind regards,
Michael
mshuler@mana:~/tmp/build$ dget -xu 
http://mentors.debian.net/debian/pool/main/d/dbab/dbab_1.0.1.dsc
dget: retrieving 
http://mentors.debian.net/debian/pool/main/d/dbab/dbab_1.0.1.dsc
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
100  1526  100  15260 0   2724  0 --:--:-- --:--:-- --:--:--  2725
dget: retrieving 
http://mentors.debian.net/debian/pool/main/d/dbab/dbab_1.0.1.tar.gz
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
100   565  100   5650 0   1015  0 --:--:-- --:--:-- --:--:--  1016
dpkg-source: info: extracting dbab in dbab-1.0.1
dpkg-source: info: unpacking dbab_1.0.1.tar.gz
dpkg-source: error: cannot write dbab-1.0.1/debian/source/format: No such file 
or directory
mshuler@mana:~/tmp/build$ ls -l dbab*
-rw-r--r-- 1 mshuler mshuler 1526 Jan  2 17:38 dbab_1.0.1.dsc
-rw-r--r-- 1 mshuler mshuler  565 Jan  2 17:38 dbab_1.0.1.tar.gz

dbab-1.0.1:
total 0
drwxr-xr-x 2 mshuler mshuler 122 Jan  2 14:39 assets
drwxr-xr-x 2 mshuler mshuler  87 Jan  2 13:34 bin
drwxr-xr-x 3 mshuler mshuler 101 Jan  2 14:39 debian
lrwxrwxrwx 1 mshuler mshuler  23 Jan  2 13:34 Makefile - 
../../dbab/src/Makefile
lrwxrwxrwx 1 mshuler mshuler  24 Jan  2 13:34 README.md - 
../../dbab/src/README.md
mshuler@mana:~/tmp/build$ ls -l dbab-1.0.1/debian/
total 0
drwxr-xr-x 2 mshuler mshuler 19 Jan  2 13:34 source
lrwxrwxrwx 1 mshuler mshuler 34 Jan  2 13:34 changelog - 
../../../dbab/src/debian/changelog
lrwxrwxrwx 1 mshuler mshuler 31 Jan  2 13:34 compat - 
../../../dbab/src/debian/compat
lrwxrwxrwx 1 mshuler mshuler 32 Jan  2 13:34 control - 
../../../dbab/src/debian/control
lrwxrwxrwx 1 mshuler mshuler 34 Jan  2 13:34 copyright - 
../../../dbab/src/debian/copyright
lrwxrwxrwx 1 mshuler mshuler 29 Jan  2 13:34 docs - 
../../../dbab/src/debian/docs
lrwxrwxrwx 1 mshuler mshuler 30 Jan  2 13:34 rules - 
../../../dbab/src/debian/rules
mshuler@mana:~/tmp/build$


Bug#733994: RFS: pyspatialite/3.0.1-4

2014-01-02 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

Dear mentors,

As part of the upcoming SpatiaLite transition am I looking for a sponsor for
my package pyspatialite.

Please refer to the thread on debian-gis@ for more information on this
transition: https://lists.debian.org/debian-gis/2013/10/msg9.html

 Package name: pyspatialite
 Version : 3.0.1-4
 Upstream Author : Lokkju Brennr lok...@lokkju.com
 URL : http://pyspatialite.googlecode.com/
 License : zlib
 Section : python

It builds those binary packages:

  python-pyspatialite - Python interface to Spatialite

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/pyspatialite


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/p/pyspatialite/pyspatialite_3.0.1-4.dsc

More information about pyspatialite can be obtained from 
http://pyspatialite.googlecode.com/.

Changes since the last upload:

 * Bump Standards-Version to 3.9.5, no changes required.
 * Require at least libspatialite version 4.1.1.


Regards,
 Sebastiaan Couwenberg


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20140102235618.19620.12607.report...@osiris.linuxminded.xs4all.nl



Bug#733991: RFS: librasterlite/1.1g-3

2014-01-02 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

Dear mentors,

As part of the upcoming SpatiaLite transition am I looking for a sponsor for
my package librasterlite.

Please refer to the thread on debian-gis@ for more information on this
transition: https://lists.debian.org/debian-gis/2013/10/msg9.html

 Package name: librasterlite
 Version : 1.1g-3
 Upstream Author : Alessandro Furieri a.furi...@lqt.it
 URL : https://www.gaia-gis.it/fossil/librasterlite
 License : MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Section : libs

It builds those binary packages:

 librasterlite-dev - library supporting raster data sources for spatialite - 
headers
 librasterlite2 - library supporting raster data sources for spatialite
 rasterlite-bin - command line tools for librasterlite
 rasterlite-dbg - library supporting raster data sources for spatialite - 
debugging

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/librasterlite


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/libr/librasterlite/librasterlite_1.1g-3.dsc

More information about librasterlite can be obtained from 
https://www.gaia-gis.it/fossil/librasterlite.

Changes since the last upload:

 * Bump Standards-Version to 3.9.5, no changes required.
 * Require at least libspatialite version 4.1.1.


Regards,
 Sebastiaan Couwenberg


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20140102235229.18941.78433.report...@osiris.linuxminded.xs4all.nl



Bug#733992: RFS: spatialite-tools/4.1.1-2

2014-01-02 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

Dear mentors,

As part of the upcoming SpatiaLite transition am I looking for a sponsor for
my package spatialite-tools.

Please refer to the thread on debian-gis@ for more information on this
transition: https://lists.debian.org/debian-gis/2013/10/msg9.html

 Package name: spatialite-tools
 Version : 4.1.1-2
 Upstream Author : Alessandro Furieri a.furi...@lqt.it
 URL : https://www.gaia-gis.it/fossil/spatialite-tools/
 License : GPL-3.0+
 Section : science

It builds those binary packages:

  spatialite-bin - Geospatial extension for SQLite - tools

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/spatialite-tools


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/s/spatialite-tools/spatialite-tools_4.1.1-2.dsc

More information about spatialite-tools can be obtained from 
https://www.gaia-gis.it/fossil/spatialite-tools/.

Changes since the last upload:

 * Bump Standards-Version to 3.9.5, no changes required.
 * Require at least libspatialite version 4.1.1.


Regards,
 Sebastiaan Couwenberg


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20140102235429.19502.51187.report...@osiris.linuxminded.xs4all.nl



Bug#733995: RFS: spatialite-gui/1.7.1-2

2014-01-02 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

Dear mentors,

As part of the upcoming SpatiaLite transition am I looking for a sponsor for
my package spatialite-gui.

Please refer to the thread on debian-gis@ for more information on this
transition: https://lists.debian.org/debian-gis/2013/10/msg9.html

 Package name: spatialite-gui
 Version : 1.7.1-2
 Upstream Author : Alessandro Furieri a.furi...@lqt.it
 URL : https://www.gaia-gis.it/fossil/spatialite_gui/
 License : GPL-3.0+
 Section : utils

It builds those binary packages:

 spatialite-gui - user-friendly graphical user interface for SpatiaLite
 spatialite-gui-dbg - user-friendly graphical user interface for spatialite - 
debugging

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/spatialite-gui


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/s/spatialite-gui/spatialite-gui_1.7.1-2.dsc

More information about spatialite-gui can be obtained from 
https://www.gaia-gis.it/fossil/spatialite_gui/.

Changes since the last upload:

 * Bump Standards-Version to 3.9.5, no changes required.
 * Require at least librasterlite version 1.1g-3.
 * Require at least libspatialite version 4.1.1-5 for libxml2 support.
 * Re-enable building with libxml2 support.


Regards,
 Sebastiaan Couwenberg


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20140102235753.20174.92553.report...@osiris.linuxminded.xs4all.nl



Bug#734012: RFS: mapserver/6.4.1-1

2014-01-02 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package mapserver

 Package name: mapserver
 Version : 6.4.1-1
 Upstream Author : The MapServer team
 URL : http://www.mapserver.org
 License : MIT/X11
 Section : devel

It builds those binary packages:

 cgi-mapserver - CGI executable for MapServer
 libmapscript-perl - Perl MapServer module
 libmapscript-ruby - Transitional dummy package for ruby-mapscript
 libmapscript-ruby1.8 - Transitional package from libmapscript-ruby1.8 to 
ruby-mapscript
 libmapscript-ruby1.9.1 - Transitional package from libmapscript-ruby1.9.1 to 
ruby-mapscript
 libmapserver - Dummy package for libmapserver to libmapserver1 transition
 libmapserver-6.2.1 - Dummy package for libmapserver-6.2.1 to libmapserver1 
transition
 libmapserver-6.2.1-dev - Dummy package for libmapserver1-dev transition
 libmapserver-dev - Transitional dummy package for libmapserver1-dev
 libmapserver1 - Shared library for MapServer
 libmapserver1-dev - Shared library development files for MapServer
 mapserver-bin - MapServer utilities
 mapserver-doc - documentation for MapServer
 php5-mapscript - php5-cgi module for MapServer
 python-mapscript - Python library for MapServer
 ruby-mapscript - MapServer library for Ruby

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/mapserver


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/m/mapserver/mapserver_6.4.1-1.dsc

More information about MapServer can be obtained from http://www.mapserver.org/.

Changes since the last upload:

 * New upstream release, fixes a vulnerability leading to potential leakage of
   information when using TIME filtering on postgis layers.
 * Refresh patches.
 * Drop freetype2-include-dir.patch, applied upstream in modified form.
 * Bump Standards-Version to 3.9.5, no changes required.
 * Add lintian override for debian-watch-may-check-gpg-signature,
   upstream doesn't provide signatures for verification.
 * Update copyright file.
 * Update symbols file.


Regards,
 Sebastiaan Couwenberg


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20140103015807.2772.85961.report...@osiris.linuxminded.xs4all.nl



Bug#734019: RFS: python-nagiosplugin/1.2-1 -- Python class library for writing Nagios (Icinga) plugins

2014-01-02 Thread Jordan Metzmeier
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package python-nagiosplugin:

dget  -x 
http://mentors.debian.net/debian/pool/main/n/nagiosplugin/nagiosplugin_1.2-1.dsc

It builds these binary packages:

  python-nagiosplugin - Python class library for writing Nagios (Icinga) plugins

More information about python-nagiosplugin can be obtained from 
https://pypi.python.org/pypi/nagiosplugin/

This upload will close the ITP #733822, The package is lintian clean.

Most administrators who work with nagios have had to write custom plugins for 
their 
specific environments. This module makes it easy. It has all the features you 
would expect, 
along with good documentation and examples.

Regards,
Jordan Metzmeier


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20140103.33011.jmetzmeie...@gmail.com



Bug#719884: marked as done (RFS: mwlib.ext/0.13.2-1 [ITP] -- external dependencies needed by the mwlib library)

2014-01-02 Thread Debian Bug Tracking System
Your message dated Fri, 03 Jan 2014 04:26:20 +
with message-id e1vywky-0001md...@quantz.debian.org
and subject line closing RFS: mwlib.ext/0.13.2-1 [ITP] -- external dependencies 
needed by the mwlib library
has caused the Debian Bug report #719884,
regarding RFS: mwlib.ext/0.13.2-1 [ITP] -- external dependencies needed by the 
mwlib library
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.)


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

Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package mwlib.ext

* Package name: mwlib.ext
  Version : 0.13.2-1
  Upstream Author : PediaPress GmbH
* URL : https://github.com/pediapress/mwlib.ext
* License : BSD-3
  Section : python

It builds those binary packages:

python-mwlib.ext - external dependencies needed by the mwlib library
python-mwlib.ext-dbg - external dependencies needed by the mwlib library (debug 
symbols)
python-mwlib.ext-doc - external dependencies needed by the mwlib library 
(documentation)

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/mwlib.ext


Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/m/mwlib.ext/mwlib.ext_0.13.2-1.dsc


Regards,
Evgeniy Golyshev
---End Message---
---BeginMessage---
Package mwlib.ext has been removed from mentors.---End Message---