Bug#920775: RFS: python-css-parser/1.0.4-1 [ITP]

2019-02-03 Thread Chris Lamb
Hi Nicholas,

> No one has responded to this RFS since it was filed 12 Jan.  Would you
> please sponsor and review this NEW package

Sure. python-css-parser_1.0.4-1_amd64.changes uploaded.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org 🍥 chris-lamb.co.uk
   `-



Bug#919413: Bug#921293: hwloc: FTBFS with upcoming doxygen 1.8.15

2019-02-03 Thread Samuel Thibault
Control: severity -1 important

Hello,

Paolo Greppi, le lun. 04 févr. 2019 00:59:40 +0100, a ecrit:
> Package: hwloc
> Version: 1.11.12-1
> Severity: serious
> 
> I tested your package against a draft package for doxygen 1.8.15:
> https://bugs.debian.org/919413

This is not serious yet, until it actually gets uploaded.

> and it FTBFS with this error:
> ! LaTeX Error: File `listofitems.sty' not found.

Isn't the doxygen-latex package supposed to cope with this kind of
dependency, to avoid having to patch over dozens of packages with new
upstream release of just doxygen?

Samuel



Re: my first debian package

2019-02-03 Thread Robert Arkiletian
On Sun, Feb 3, 2019 at 8:57 PM Robert Arkiletian  wrote:
>
> On Sun, Feb 3, 2019 at 7:15 PM Paul Wise  wrote:
> >
> > On Mon, Feb 4, 2019 at 11:03 AM Robert Arkiletian wrote:
> >
> > > Thank you for your suggestions. I think I have finally finished making
> > > the package. However, the final step debuild -us -uc fails
> > > with an error message stating that the source package has two
> > > conflicting values: pyfltk and python3-fltk.
> >
> > The debian/changelog has the wrong package name at the top, it is also
> > missing all the history from the old package that was in Debian
> > before.
> >
> > > I'm hoping someone can help me co-maintain it or help me get this
> > > package accepted. For your information I am a high school CS teacher
> > > in Canada who uses python fltk to teach gui programming. It's a lot
> > > easier to tell my students to simply type apt-get install python3-fltk
> > > than to get them to build and install the package from source. So I am
> > > trying to get the package back into Debian for Buster.
> >
> > Once the package is ready, you can upload it to the mentors site and
> > ask for a sponsor. If you have any questions while creating the
> > package, you can ask them on this list or on the #debian-mentors IRC
> > channel.
> >
> > https://mentors.debian.net/intro-maintainers
> > https://mentors.debian.net/sponsors/rfs-howto
>
> Ok I got it a bit further. I fixed the issues mentioned and pushed the
> fixes to bitbucket.
>
> https://bitbucket.org/robark/python3-fltk/src/master
>
>  Now I'm getting this error. Any help would be appreciated.
>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  fakeroot debian/rules clean
> dh clean --with python3
>dh_auto_clean
> dh_auto_clean: Please use the third-party "pybuild" build system
> instead of python-distutils
> dh_auto_clean: This feature will be removed in compat 12.
> pyversions: error parsing Python-Version attribute
> dh_auto_clean: pyversions -r failed [4]
> make: *** [debian/rules:4: clean] Error 4
> dpkg-buildpackage: error: fakeroot debian/rules clean subprocess
> returned exit status 2
> debuild: fatal error at line 1182:
> dpkg-buildpackage -us -uc -ui failed


Ok got a little further.

changed rules file to

#export DH_VERBOSE=1
export PYBUILD_NAME=fltk

%:
dh $@ --with python3 --buildsystem=pybuild

but now I'm getting this error




dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
debian/rules: 4: debian/rules: %:: not found
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:217: python3.7 setup.py clean
Building for Linux
['./src', './contrib', '/usr/include']
Checking FLTK configuration ...
Checking fltk-config using FLTK_HOME
Checking fltk-config using default installation
Using FLTK:  ['1.3.4\n']
fltk-config includes:  ['/usr/include/cairo', '/usr/include/glib-2.0',
'/usr/lib/x86_64-linux-gnu/glib-2.0/include', '/usr/include/pixman-1',
'/usr/include/freetype2', '/usr/include/libpng16',
'/usr/include/freetype2', '/usr/include/libpng16',
'/usr/include/cairo', '/usr/include/glib-2.0',
'/usr/lib/x86_64-linux-gnu/glib-2.0/include', '/usr/include/pixman-1',
'/usr/include/freetype2', '/usr/include/libpng16']
fltk-config link paths:  []
fltk-config link libraries:  ['fltk_images', 'fltk_gl', 'fltk_forms',
'fltk', 'X11']
FLTK was configured without multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running clean
removing 
'/home/*/build/python3-fltk/pyFltk-1.3.4.1/.pybuild/cpython3_3.7_fltk/build'
(and everything under it)
'build/bdist.linux-amd64' does not exist -- can't clean it
'build/scripts-3.7' does not exist -- can't clean it
I: pybuild base:217: python3.7-dbg setup.py clean
Building for Linux
['./src', './contrib', '/usr/include']
Checking FLTK configuration ...
Checking fltk-config using FLTK_HOME
Checking fltk-config using default installation
Using FLTK:  ['1.3.4\n']
fltk-config includes:  ['/usr/include/cairo', '/usr/include/glib-2.0',
'/usr/lib/x86_64-linux-gnu/glib-2.0/include', '/usr/include/pixman-1',
'/usr/include/freetype2', '/usr/include/libpng16',
'/usr/include/freetype2', '/usr/include/libpng16',
'/usr/include/cairo', '/usr/include/glib-2.0',
'/usr/lib/x86_64-linux-gnu/glib-2.0/include', '/usr/include/pixman-1',
'/usr/include/freetype2', '/usr/include/libpng16']
fltk-config link paths:  []
fltk-config link libraries:  ['fltk_images', 'fltk_gl', 'fltk_forms',
'fltk', 'X11']
FLTK was configured without multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running clean
removing 
'/home/*/build/python3-fltk/pyFltk-1.3.4.1/.pybuild/cpython3_3.7_dbg_fltk/build'
(and everything under it)
/usr/lib/python3.7/subprocess.py:858: ResourceWarning: subprocess 3113
is still running
  ResourceWarning, source=self)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
set

Re: my first debian package

2019-02-03 Thread Robert Arkiletian
On Sun, Feb 3, 2019 at 7:15 PM Paul Wise  wrote:
>
> On Mon, Feb 4, 2019 at 11:03 AM Robert Arkiletian wrote:
>
> > Thank you for your suggestions. I think I have finally finished making
> > the package. However, the final step debuild -us -uc fails
> > with an error message stating that the source package has two
> > conflicting values: pyfltk and python3-fltk.
>
> The debian/changelog has the wrong package name at the top, it is also
> missing all the history from the old package that was in Debian
> before.
>
> > I'm hoping someone can help me co-maintain it or help me get this
> > package accepted. For your information I am a high school CS teacher
> > in Canada who uses python fltk to teach gui programming. It's a lot
> > easier to tell my students to simply type apt-get install python3-fltk
> > than to get them to build and install the package from source. So I am
> > trying to get the package back into Debian for Buster.
>
> Once the package is ready, you can upload it to the mentors site and
> ask for a sponsor. If you have any questions while creating the
> package, you can ask them on this list or on the #debian-mentors IRC
> channel.
>
> https://mentors.debian.net/intro-maintainers
> https://mentors.debian.net/sponsors/rfs-howto

Ok I got it a bit further. I fixed the issues mentioned and pushed the
fixes to bitbucket.

https://bitbucket.org/robark/python3-fltk/src/master

 Now I'm getting this error. Any help would be appreciated.

 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean --with python3
   dh_auto_clean
dh_auto_clean: Please use the third-party "pybuild" build system
instead of python-distutils
dh_auto_clean: This feature will be removed in compat 12.
pyversions: error parsing Python-Version attribute
dh_auto_clean: pyversions -r failed [4]
make: *** [debian/rules:4: clean] Error 4
dpkg-buildpackage: error: fakeroot debian/rules clean subprocess
returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui failed



Re: my first debian package

2019-02-03 Thread Paul Wise
On Mon, Feb 4, 2019 at 11:03 AM Robert Arkiletian wrote:

> I'm hoping someone can help me co-maintain it or help me get this
> package accepted. For your information I am a high school CS teacher
> in Canada who uses python fltk to teach gui programming. It's a lot
> easier to tell my students to simply type apt-get install python3-fltk
> than to get them to build and install the package from source. So I am
> trying to get the package back into Debian for Buster.

PS: That is a great motivation for getting it back into Debian, though
the timing is very tight before the freeze. Also, there are some local
Debian groups in Canada you might like to meet up with.

https://release.debian.org/#release-dates
https://wiki.debian.org/LocalGroups#Canada
https://wiki.debian.org/DebianLocations

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Re: my first debian package

2019-02-03 Thread Paul Wise
On Mon, Feb 4, 2019 at 11:03 AM Robert Arkiletian wrote:

> Thank you for your suggestions. I think I have finally finished making
> the package. However, the final step debuild -us -uc fails
> with an error message stating that the source package has two
> conflicting values: pyfltk and python3-fltk.

The debian/changelog has the wrong package name at the top, it is also
missing all the history from the old package that was in Debian
before.

> I'm hoping someone can help me co-maintain it or help me get this
> package accepted. For your information I am a high school CS teacher
> in Canada who uses python fltk to teach gui programming. It's a lot
> easier to tell my students to simply type apt-get install python3-fltk
> than to get them to build and install the package from source. So I am
> trying to get the package back into Debian for Buster.

Once the package is ready, you can upload it to the mentors site and
ask for a sponsor. If you have any questions while creating the
package, you can ask them on this list or on the #debian-mentors IRC
channel.

https://mentors.debian.net/intro-maintainers
https://mentors.debian.net/sponsors/rfs-howto

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Re: my first debian package

2019-02-03 Thread Robert Arkiletian
Thank you for your suggestions. I think I have finally finished making
the package. However, the final step debuild -us -uc fails
with an error message stating that the source package has two
conflicting values: pyfltk and python3-fltk.

I have uploaded the package source to
https://bitbucket.org/robark/python3-fltk/src/master

I'm hoping someone can help me co-maintain it or help me get this
package accepted. For your information I am a high school CS teacher
in Canada who uses python fltk to teach gui programming. It's a lot
easier to tell my students to simply type apt-get install python3-fltk
than to get them to build and install the package from source. So I am
trying to get the package back into Debian for Buster.

PS I have emailed the former maintainer but the email address seems to
not be active anymore as I got a mail delivery failure message back.

Thanks



Bug#919413: here are the 9 bugs I created

2019-02-03 Thread Paolo Greppi
BTW, I retried uhd and actually it does not fail.

So I created 9 new bugs:
hwloc: https://bugs.debian.org/921293
fltk1.3: https://bugs.debian.org/921294
wcslib: https://bugs.debian.org/921295
ccfits: https://bugs.debian.org/921296
qevercloud: https://bugs.debian.org/921297
libstxxl: https://bugs.debian.org/921298
caffe: https://bugs.debian.org/921299
frobby: https://bugs.debian.org/921300
starpu: https://bugs.debian.org/921301

Paolo



Bug#920775: RFS: python-css-parser/1.0.4-1 [ITP]

2019-02-03 Thread Nicholas D Steeves
Hi Chris,

No one has responded to this RFS since it was filed 12 Jan.  Would you
please sponsor and review this NEW package if late 2018 firmware
support for various ebook readers is important for Buster?  It is a
required dep for updating Calibre.  Links follow below:

On Mon, Jan 28, 2019 at 06:24:42PM -0700, Nicholas D Steeves wrote:
>
> To access further information about this package, please visit the following 
> URL:
> 
>   https://mentors.debian.net/package/python-css-parser
> 
> Alternatively, one can download the package with dget using this command:
> 
>   dget -x 
> https://mentors.debian.net/debian/pool/main/p/python-css-parser/python-css-parser_1.0.4-1.dsc
> 
> Alternatively, clone this repository:
> 
>   git clone https://salsa.debian.org/python-team/modules/python-css-parser.git
> 
> 
> Thank you,
> Nicholas


signature.asc
Description: PGP signature


Bug#920775: RFS: python-css-parser/1.0.4-1 [ITP]

2019-02-03 Thread Nicholas D Steeves
On Mon, Jan 28, 2019 at 06:24:42PM -0700, Nicholas D Steeves wrote:
> Package: sponsorship-requests
> Severity: normal
> Justification: new required dep for Calibre
> 
> Dear mentors,
> 
> I am looking for a sponsor for my package "python-css-parser".  It
> will be maintained on the Debian Python Modules Team.  I hope that it
> can clear NEW before 12 Feb, because the Christmas Kobo firmware
> update requires a newer Calibre, and a newer Calibre requires
> python-css-parser.
> 
> Package name: python-css-parser
> Version : 1.0.4-1
> Upstream Author : Kovid Goyal (maintainer of fork), Christof Hoeke (orig)
> URL : https://github.com/ebook-utils/css-parser
> License : LGPL-3.0 and Apache 2.0
> Section : python

Correction:  I'm not sure why I wrote LGPL-3.0 and Apache 2.0 under
License...it appears I was confused when filing this RFS, because the
debian/copyright file was correct.  The License field for this bug
should read as follows:

License: as a whole, LGPL-3+, but the package contains
 LGPL 2.1+, LGPL-3+ dual-licensed CC-BY-3.0,
 and GPL-3+

I've updated the copyright file with comments explaining how LGPL-3+
was established--namely upstream website.  I did not note that summing
LGPL-2.1+ Files: * with LGPL-3+ src/css_parser/encutils/* results in
LGPL-3+ as a project license.


Sincerely,
Nicholas


signature.asc
Description: PGP signature


Bug#919413: ready for unstable

2019-02-03 Thread Paolo Greppi
I ran ratt, 31 of 729 packages genuinely FTBFS due to doxygen 1.8.15.
More details here:
https://salsa.debian.org/paolog-guest/doxygen/wikis/ratt-job-for-doxygen-1.8.15

All these failures are related to an issue with texlive-base 2018.20190126-1:
https://bugs.debian.org/920621
and ultimately due to the latex tabu extension:
https://github.com/tabu-fixed/tabu/issues/1
https://github.com/doxygen/doxygen/issues/6769

With the help of Hilmar Preuße I patched doxygen so that is builds, and
(almost always) generates tex files that are parseable by pdflatex from
texlive-base 2018.20190126-1.
This at the cost of producing ugly-looking PDFs, while we wait for a
properly fixed tabu.

With those fixes 20 of the failing packages above build fine.
toulbar2 now FTBFS due to new latex even without new doxygen.
We are left with 10 (in order of decreasing popcon):
hwloc   13658   
fltk1.3 12796   
uhd 1119
wcslib  577 
ccfits  526 
qevercloud  285 
libstxxl229 
caffe   171 
frobby  126 
starpu  11  

I will now file bugs with these 10 packages so that the maintainers are aware
of the issue.

The latest version of the package, ready for the upload to unstable, is here:
https://salsa.debian.org/paolog-guest/doxygen

Paolo



Bug#921226: RFS: austin/0.6.1~beta-1 [ITP]

2019-02-03 Thread Adam Borowski
On Sun, Feb 03, 2019 at 11:43:43AM +, Gabriele wrote:
> * Package name: austin
>   Version : 0.6.1~beta-1

>   dget -x 
> https://mentors.debian.net/debian/pool/main/a/austin/austin_0.6.1~beta-1.dsc

> austin (0.6.1~beta-1) unstable; urgency=medium
> 
>   * Initial release (Closes: #918518)

Hi!
First, could you please upload your GPG public key to a keyserver (most will
then distribute it further)?  That's not strictly needed, but will allow
verifying that subsequent uploads come from the same person.

The command to do so is:
gpg --send-keys 28685C7301633F89212E14876036934E1BA07EFA
(not sure if there's a need to name a keyserver explicitly)


The package requires some tool named "snapcraft" to even repack the source;
I see no program by that name anywhere in Debian.

It also doesn't declare any build-dependencies beyond debhelper; I haven't
looked any further but it's pretty clear it'll need something pythonesque.


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Remember, the S in "IoT" stands for Security, while P stands
⢿⡄⠘⠷⠚⠋⠀ for Privacy.
⠈⠳⣄



Bug#921260: marked as done (RFS: lebiniou/3.30-1 -- displays images that evolve with sound)

2019-02-03 Thread Debian Bug Tracking System
Your message dated Sun, 3 Feb 2019 21:53:10 +0100
with message-id <20190203205310.tvgqngiazn4ry...@angband.pl>
and subject line Re: Bug#921260: RFS: lebiniou/3.30-1 -- displays images that 
evolve with sound
has caused the Debian Bug report #921260,
regarding RFS: lebiniou/3.30-1 -- displays images that evolve with sound
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.)


-- 
921260: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921260
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "lebiniou":

 * Package name: lebiniou
   Version : 3.30-1
   Upstream Author : Olivier Girondel 
 * URL : https://biniou.net
 * License : GPL-2+
   Section : graphics

It builds this binary packages:

  lebiniou - displays images that evolve with sound

The package appears to be lintian-clean.

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

  https://mentors.debian.net/package/lebiniou

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

  dget -x
https://mentors.debian.net/debian/pool/main/l/lebiniou/lebiniou_3.30-1.dsc

Changes since the last upload:

  * New upstream release 3.30.
  * debian/control: Standards-Version: 4.3.0.
  * debian/copyright: Update copyright years.

Regards,
  Olivier Girondel
--- End Message ---
--- Begin Message ---
On Sun, Feb 03, 2019 at 07:27:00PM +0100, Olivier Girondel wrote:
>  * Package name: lebiniou
>Version : 3.30-1

> Changes since the last upload:
> 
>   * New upstream release 3.30.
>   * debian/control: Standards-Version: 4.3.0.
>   * debian/copyright: Update copyright years.

✓

-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Remember, the S in "IoT" stands for Security, while P stands
⢿⡄⠘⠷⠚⠋⠀ for Privacy.
⠈⠳⣄--- End Message ---


Bug#921250: marked as done (RFS: scdoc/1.8.1-1)

2019-02-03 Thread Debian Bug Tracking System
Your message dated Sun, 3 Feb 2019 20:15:31 +0100
with message-id <20190203191531.57s3ph6aefhjv...@angband.pl>
and subject line Re: Bug#921250: RFS: scdoc/1.8.1-1
has caused the Debian Bug report #921250,
regarding RFS: scdoc/1.8.1-1
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.)


-- 
921250: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921250
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "scdoc"

* Package name : scdoc
  Version  : 1.8.1-1
  Upstream Author  : Drew DeVault 
* Url  : https://git.sr.ht/~sircmpwn/scdoc
* Licenses : MIT
  Programming Lang : C
  Section  : text

 scdoc is a tool designed to make the process of writing man pages more
 friendly. It reads scdoc syntax from stdin and writes roff to stdout,
suitable
 for reading with man(1).

It builds those binary packages:

  * scdoc

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

https://mentors.debian.net/package/scdoc

Alternatively, one can download the package with dget using this command:
dget -x
https://mentors.debian.net/debian/pool/main/s/scdoc/scdoc_1.8.1-1.dsc

Alternatively, you can access package debian/ directory via git from URL:
https://salsa.debian.org/bisco-guest/scdoc.git

More information about scdoc can be obtained from
https://git.sr.ht/~sircmpwn/scdoc


Changes since last upload:

  * New upstream release

Regards,
  Birger
--- End Message ---
--- Begin Message ---
On Sun, Feb 03, 2019 at 04:27:14PM +0100, Birger Schacht wrote:
> * Package name : scdoc
>   Version  : 1.8.1-1

> Changes since last upload:
> 
>   * New upstream release

Actually, it's:

+scdoc (1.8.1-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Birger Schacht   Sun, 03 Feb 2019 16:16:12 +0100
+
+scdoc (1.8.0-1) unstable; urgency=medium
+
+  * New upstream release
+  * Refreshed patch
+
+ -- Birger Schacht   Sun, 03 Feb 2019 15:46:04 +0100

It's pointless and counterproductive to include in the changelog releases
which haven't ever entered the archive.  There's an exception if they have
seen use elsewhere for real users -- but I pretty doubt that's the case for
a release that was current only for 30 minutes and 8 seconds.


Uploaded as-is, though.


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Remember, the S in "IoT" stands for Security, while P stands
⢿⡄⠘⠷⠚⠋⠀ for Privacy.
⠈⠳⣄--- End Message ---


Bug#921260: RFS: lebiniou/3.30-1 -- displays images that evolve with sound

2019-02-03 Thread Olivier Girondel
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "lebiniou":

 * Package name: lebiniou
   Version : 3.30-1
   Upstream Author : Olivier Girondel 
 * URL : https://biniou.net
 * License : GPL-2+
   Section : graphics

It builds this binary packages:

  lebiniou - displays images that evolve with sound

The package appears to be lintian-clean.

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

  https://mentors.debian.net/package/lebiniou

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

  dget -x
https://mentors.debian.net/debian/pool/main/l/lebiniou/lebiniou_3.30-1.dsc

Changes since the last upload:

  * New upstream release 3.30.
  * debian/control: Standards-Version: 4.3.0.
  * debian/copyright: Update copyright years.

Regards,
  Olivier Girondel



Bug#921228: marked as done (RFS: apt-listbugs/0.1.28)

2019-02-03 Thread Debian Bug Tracking System
Your message dated Sun, 3 Feb 2019 18:12:04 +0100
with message-id <20190203181204.2a0c1c36c9aeb104f89df...@paranoici.org>
and subject line Re: RFS: apt-listbugs/0.1.28
has caused the Debian Bug report #921228,
regarding RFS: apt-listbugs/0.1.28
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.)


-- 
921228: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921228
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: normal

Hello!

Since I have received one late translation update, I thought I could
prepare a new version of the apt-listbugs package (0.1.28):
it is ready to be uploaded to Debian sid.
Could someone please build the package from commit
[18eb13976d33dc6f041255c74e3a8f55047f229b], and sponsor its upload
to unstable?

[18eb13976d33dc6f041255c74e3a8f55047f229b]: 


The only change since the last upload is:

   * updated Japanese translation, thanks to "victory"!


Thank you so much for your patience and helpfulness!
Bye.
--- End Message ---
--- Begin Message ---
On Sun, 03 Feb 2019 13:05:22 +0100 Francesco Poli (wintermute) wrote:

[...]
> Since I have received one late translation update, I thought I could
> prepare a new version of the apt-listbugs package (0.1.28)
[...]
> Thank you so much for your patience and helpfulness!
[...]

Package apt-listbugs/0.1.28 is now in unstable.
For the third time in a row, thanks a lot to Dmitry for sponsoring my
upload!

Bye.


-- 
 http://www.inventati.org/frx/
 There's not a second to spare! To the laboratory!
. Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE


pgptCku8Tzv8y.pgp
Description: PGP signature
--- End Message ---


Bug#921250: RFS: scdoc/1.8.1-1

2019-02-03 Thread Birger Schacht
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "scdoc"

* Package name : scdoc
  Version  : 1.8.1-1
  Upstream Author  : Drew DeVault 
* Url  : https://git.sr.ht/~sircmpwn/scdoc
* Licenses : MIT
  Programming Lang : C
  Section  : text

 scdoc is a tool designed to make the process of writing man pages more
 friendly. It reads scdoc syntax from stdin and writes roff to stdout,
suitable
 for reading with man(1).

It builds those binary packages:

  * scdoc

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

https://mentors.debian.net/package/scdoc

Alternatively, one can download the package with dget using this command:
dget -x
https://mentors.debian.net/debian/pool/main/s/scdoc/scdoc_1.8.1-1.dsc

Alternatively, you can access package debian/ directory via git from URL:
https://salsa.debian.org/bisco-guest/scdoc.git

More information about scdoc can be obtained from
https://git.sr.ht/~sircmpwn/scdoc


Changes since last upload:

  * New upstream release

Regards,
  Birger



Bug#921020: RFS: imaplibext/0.7.6-1 [ITP]

2019-02-03 Thread Dmitry Bogatov


[2019-02-01 10:46] Thomas Ward 
> >> Dear mentors,
> >> [...]
> >> Alternatively, one can download the package with dget using this command:
> >>
> >>   dget -x 
> >> https://mentors.debian.net/debian/pool/main/i/imaplibext/imaplibext
> >> _0.7.6-1.dsc

Never wrap links, no matter how long they are.

Otherwise, fine. Uploaded.
-- 
Note, that I send and fetch email in batch, once every 24 hours.
 If matter is urgent, try https://t.me/kaction
 --



Bug#917854: RFS: pygithub/1.43.3-1

2019-02-03 Thread Dmitry Bogatov


[2019-02-02 00:51] Dmitry Shachnev 
> Hi Dmitry!
>
> On Thu, Jan 03, 2019 at 04:12:53AM +, Dmitry Bogatov wrote:
> > Looks fine, but I do not understand following line in `debian/rules':
> >
> > rm -rfv debian/python3-github/usr/lib/python3.*
> >
> > What is removed and why same statement it is not needed for python2
> > version?  Comment in `debian/rules' would be nice.
>
> I suggested to add that line. Quoting from my mail in #900368:
> [...]
> Now that Python 3.6 is no longer supported (and there is only one supported
> Python 3 version), that hack can be dropped.

Comment [remote it at/when] in such cases would be definitely helpful.
-- 
Note, that I send and fetch email in batch, once every 24 hours.
 If matter is urgent, try https://t.me/kaction
 --



Bug#921228: RFS: apt-listbugs/0.1.28

2019-02-03 Thread Francesco Poli (wintermute)
Package: sponsorship-requests
Severity: normal

Hello!

Since I have received one late translation update, I thought I could
prepare a new version of the apt-listbugs package (0.1.28):
it is ready to be uploaded to Debian sid.
Could someone please build the package from commit
[18eb13976d33dc6f041255c74e3a8f55047f229b], and sponsor its upload
to unstable?

[18eb13976d33dc6f041255c74e3a8f55047f229b]: 


The only change since the last upload is:

   * updated Japanese translation, thanks to "victory"!


Thank you so much for your patience and helpfulness!
Bye.



Bug#921226: RFS: austin/0.6.1~beta-1 [ITP]

2019-02-03 Thread Gabriele
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "austin"

* Package name: austin
  Version : 0.6.1~beta-1
  Upstream Author : Gabriele N. Tornetta
* URL : https://github.com/P403n1x87/austin
* License : GPLv3
  Section : devel

It builds those binary packages:

  austin - a frame stack sampler for CPython

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

https://mentors.debian.net/package/austin


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

  dget -x 
https://mentors.debian.net/debian/pool/main/a/austin/austin_0.6.1~beta-1.dsc

More information about austin can be obtained from https://www.example.com.

Changes since the last upload:

austin (0.6.1~beta-1) unstable; urgency=medium

  * Initial release (Closes: #918518)

 -- Gabriele N. Tornetta   Fri, 04 Jan 2019
23:13:40 +


Regards,
 Gabriele N. Tornetta



Re: my first debian package

2019-02-03 Thread Paul Wise
On Sun, Feb 3, 2019 at 4:02 PM Andreas Tille wrote:

> which conserves the main important parts of history without any
> hassle to deal with archived svn.

This will drop commit messages and any changes that weren't uploaded.
Personally, I never found dealing with local subversion databases any
hassle, svn supports them as if they were remote databases, similarly
to git.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Re: my first debian package

2019-02-03 Thread Andreas Tille
On Sun, Feb 03, 2019 at 02:48:38PM +0800, Paul Wise wrote:
> of the repository to git and continue from there. You can also skip
> the conversion and just checkout the latest svn revision and continue
> from there.

May be its easier and in the end more sensible to create a Git archive
via

gbp import-dscs --ignore-repo-config --debsnap --pristine-tar pyfltk

which conserves the main important parts of history without any
hassle to deal with archived svn.

Kind regards

 Andreas
 
> https://tracker.debian.org/pkg/pyfltk
> https://alioth-archive.debian.org/svn/python-modules.tar.xz
> https://snapshot.debian.org/package/pyfltk/

-- 
http://fam-tille.de