Re: Program upgrade directly from upstream
On Mon, Apr 04, 2016 at 12:41:02AM -0300, Paulo wrote: > I'm packaging the package Selektor (ITP) [1] that has a particular > behavior that I have doubts. > > When program runs it checks for new version from upstream. When there are > new version, it suggests and download a new version directly from upstream > by a user decision. Ie, an auto-updater. This needs to be disabled, all updates are supposed to go via apt. -- A tit a day keeps the vet away.
Bug#819899: marked as done (RFS: wxmaxima/16.04.0-1)
Your message dated Sun, 3 Apr 2016 22:00:33 -0700 with message-id and subject line Re: Bug#819899: RFS: wxmaxima/16.04.0-1 has caused the Debian Bug report #819899, regarding RFS: wxmaxima/16.04.0-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.) -- 819899: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819899 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 "wxmaxima" * Package name: wxmaxima Version : 16.04.0-1 Upstream Author : Andrej Vodopivec * URL : wxmaxima.sourceforge.net * License : GPL Section : math wxMaxima is a quite powerful graphical front-end for maxima, an even more powerful computer algebra system that is specialized in finding an equation solving a problem except of a bunch of numbers that does do so. One simple example would be: (%i3) solve(a^2+b^2=c^2,a); (%o3) [a = -sqrt(c^2-b^2),a = sqrt(c^2-b^2)] The current version of wxMaxima seems not to fix any bugs reported to debian but closes > 300 bug reports on wxMaxima's bug tracker including many ways to crash the program and the fact that printing didn't work. It also provides many new features and perfomance improvements and automatically repairs broken files wxMaxima 13.04 generated when the key was hit right before saving the file. A somehow more detailed ChangeLog would be: * A TeX-like subscript notation: A_1 is now by default shown as an A with an 1 as subscript * High-quality icons for high-dpi screens. * Some broken .wxmx files generated with wxMaxima 13.04 and older will now automatically be repaired * Tried to make communication with maxima more stable * Debug: A monitor for the xml communication between maxima and wxMaxima * Leading White-space in front of a character that has to be escaped in XML is no more ignored. * jpeg-encoded images are now no more converted to much larger png files on saving .wxmx files and on exporting. * Images will now actually be converted to the target format. * Bumped the minor version of the .wxmx format: Some old versions of wxmaxima will replace .jpg files embedded in .wxmx files by a placeholder on load * Increased both speed and memory-efficiency of image handling * Save the zoom factor at exit and reload it on opening a new file * An option that makes wxMaxima use user-defined labels instead of %o where an user-defined label exists. Works well together with unchecking the "export code cells" config item. * A separate text style for user-defined labels. * The "evaluate all cells" and "evaluate till here" now start with a fresh instance of maxima * TeX export now should work with most unicode chars we have ESC sequences for. * An auto-repair functionality that repairs most .wxmx files wxMaxima 13.04 was not able to open again. * A few new ESC sequences and markdown commands. * "#" now is shown as a "not equal" sign as a "not equal" sign already would be interpreted as "#". * Teach CCL on Windows how to deal with unicode variable names like ü and α. For SBCL the necessary change has been done on the maxima side. * Sidebars for symbols * Printing text cells now works again * The key now works as a shortcut that closes the search dialogue. * A copy-to-MathML feature * Many bug, usability and performance fixes * Most importantly: If it is a cursor it now blinks. Thanks a lot, and kind regards, Gunter. --- End Message --- --- Begin Message --- Hi Gunter, On Sun, Apr 3, 2016 at 10:34 AM, Gunter Königsmann wrote: > Package: sponsorship-requests > Severity: normal > > Dear mentors, > > I am looking for a sponsor for my package "wxmaxima" > > * Package name: wxmaxima > Version : 16.04.0-1 > Upstream Author : Andrej Vodopivec > * URL : wxmaxima.sourceforge.net > * License : GPL > Section : math Uploaded, thanks for your work! There are a few minor issues raised by lintian that you may consider fixing in a future upload: I: wxmaxima source: vcs-field-uses-insecure-uri vcs-git git://g...@github.com:andrejv/wxmaxima.git -b DebianPackaging W: wxmaxima source: out-of-date-standards-version 3.9.6 (current is 3.9.7) I: wxmaxima: hardening-no-pie usr/bin/wxmaxima I: wxmaxima: hardening-no-bindnow usr/bin/wxmaxima I: wxmaxima: hardening-no-fortify-functions usr/bin/wxmaxima Regards, Vincent--- End Message ---
Program upgrade directly from upstream
Hi mentors, I'm packaging the package Selektor (ITP) [1] that has a particular behavior that I have doubts. When program runs it checks for new version from upstream. When there are new version, it suggests and download a new version directly from upstream by a user decision. In my opinion it's not the best practices but I don't know how can I solve this. I searched at upstream guide and New maintainers guide without success. Can you help me indicating documentation, examples and/or best solution? [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805188 Thanks. []'s kretcheu :x signature.asc Description: OpenPGP digital signature
Bug#819929: RFS: mini-httpd/1.23-1 -- Small HTTP server
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "mini-httpd" * Package name: mini-httpd Version : 1.23-1 Upstream Author : Jef Poskanzer * URL : http://www.acme.com/software/mini_httpd * License : BSD-2-clause Section : web It builds those binary packages: mini-httpd - Small HTTP server To access further information about this package, please visit the following URL: http://mentors.debian.net/package/mini-httpd Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/m/mini-httpd/mini-httpd_1.23-1.dsc More information about hello can be obtained from http://www.example.com. Changes since the last upload: mini-httpd (1.23-1) unstable; urgency=medium * New upstream release * d/control: - Bump Standard-Version to 3.9.7. * d/upstream.changelog: - Update changes. * d/patches: - Remove patch fix-add_to_response-buffer-overflow fixed for upstream. - Fix support FreeBSD thanks Steven Chamberlain (Closes: #815339) - Add patch fix-autobuilders for a problem with package on 64-bit thanks Steve Langasek (Closes: #819125) * d/rules: - Add hardening - Don`t install htpasswd (LP: #943088) Regards, J.S.Júnior signature.asc Description: Message signed with OpenPGP using GPGMail
Bug#813850: marked as done (RFS: amanda/3.3.8-1 -- Advanced Maryland Automatic Network Disk Archiver)
Your message dated Sun, 3 Apr 2016 20:30:38 + with message-id <20160403203038.gi30...@chase.mapreri.org> and subject line Re: Bug#813850: RFS: amanda/3.3.8-1 -- Advanced Maryland Automatic Network Disk Archiver has caused the Debian Bug report #813850, regarding RFS: amanda/3.3.8-1 -- Advanced Maryland Automatic Network Disk Archiver 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.) -- 813850: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813850 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: sponsorship-requests Severity: normal Amanda have release a new upstream version. My main sponsor is too busy for helping me. So I am searching for someone that can help sponsor the new release. * Package name: amanda Version : 1:3.3.8-1 Upstream Author : Amanda Development Team * URL : http://www.amanda.org * License : GPL Section : utils -- System Information: Debian Release: 8.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: i386 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_IE.UTF-8) Shell: /bin/sh linked to /bin/bash Init: sysvinit (via /sbin/init) --- End Message --- --- Begin Message --- On Sun, Apr 03, 2016 at 09:05:22PM +0100, Jose M Calhariz wrote: > Everything sorted out, and the last changes were pushed to the git repo. Cool! uploaded! :) Waiting for the next bigger release then ;) Thanks for your contribution to Debian! -- 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: PGP signature --- End Message ---
Bug#813850: RFS: amanda/3.3.8-1 -- Advanced Maryland Automatic Network Disk Archiver
On 28/03/16 15:21, Mattia Rizzolo wrote: > Is there something blocking on this? > (gentle ping) > Everything sorted out, and the last changes were pushed to the git repo. Kind regards Jose M Calhariz signature.asc Description: OpenPGP digital signature
Bug#819899: RFS: wxmaxima/16.04.0-1
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "wxmaxima" * Package name: wxmaxima Version : 16.04.0-1 Upstream Author : Andrej Vodopivec * URL : wxmaxima.sourceforge.net * License : GPL Section : math wxMaxima is a quite powerful graphical front-end for maxima, an even more powerful computer algebra system that is specialized in finding an equation solving a problem except of a bunch of numbers that does do so. One simple example would be: (%i3) solve(a^2+b^2=c^2,a); (%o3) [a = -sqrt(c^2-b^2),a = sqrt(c^2-b^2)] The current version of wxMaxima seems not to fix any bugs reported to debian but closes > 300 bug reports on wxMaxima's bug tracker including many ways to crash the program and the fact that printing didn't work. It also provides many new features and perfomance improvements and automatically repairs broken files wxMaxima 13.04 generated when the key was hit right before saving the file. A somehow more detailed ChangeLog would be: * A TeX-like subscript notation: A_1 is now by default shown as an A with an 1 as subscript * High-quality icons for high-dpi screens. * Some broken .wxmx files generated with wxMaxima 13.04 and older will now automatically be repaired * Tried to make communication with maxima more stable * Debug: A monitor for the xml communication between maxima and wxMaxima * Leading White-space in front of a character that has to be escaped in XML is no more ignored. * jpeg-encoded images are now no more converted to much larger png files on saving .wxmx files and on exporting. * Images will now actually be converted to the target format. * Bumped the minor version of the .wxmx format: Some old versions of wxmaxima will replace .jpg files embedded in .wxmx files by a placeholder on load * Increased both speed and memory-efficiency of image handling * Save the zoom factor at exit and reload it on opening a new file * An option that makes wxMaxima use user-defined labels instead of %o where an user-defined label exists. Works well together with unchecking the "export code cells" config item. * A separate text style for user-defined labels. * The "evaluate all cells" and "evaluate till here" now start with a fresh instance of maxima * TeX export now should work with most unicode chars we have ESC sequences for. * An auto-repair functionality that repairs most .wxmx files wxMaxima 13.04 was not able to open again. * A few new ESC sequences and markdown commands. * "#" now is shown as a "not equal" sign as a "not equal" sign already would be interpreted as "#". * Teach CCL on Windows how to deal with unicode variable names like ü and α. For SBCL the necessary change has been done on the maxima side. * Sidebars for symbols * Printing text cells now works again * The key now works as a shortcut that closes the search dialogue. * A copy-to-MathML feature * Many bug, usability and performance fixes * Most importantly: If it is a cursor it now blinks. Thanks a lot, and kind regards, Gunter.
Bug#819866: RFS: yamllint/1.2.1-1
On Sun, Apr 3, 2016 at 5:49 PM, Adrien Vergé wrote: > I am looking for a sponsor for my package "yamllint" BTW, some things to fix for next time: The package should probably be arch all not arch any. https://lintian.debian.org/full/adrienve...@gmail.com.html#yamllint https://debtags.debian.org/rep/todo/maint/adrienve...@gmail.com You could blog about it on Planet Debian to make it more popular: https://qa.debian.org/popcon.php?package=yamllint https://wiki.debian.org/PlanetDebian -- bye, pabs https://wiki.debian.org/PaulWise
Bug#819850: marked as done (RFS: passwordsafe/0.98.1+dfsg-2)
Your message dated Sun, 3 Apr 2016 16:19:38 + (UTC) with message-id <998692657.3032887.1459700378485.javamail.ya...@mail.yahoo.com> and subject line Re: Bug#819850: RFS: passwordsafe/0.98.1+dfsg-2 has caused the Debian Bug report #819850, regarding RFS: passwordsafe/0.98.1+dfsg-2 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.) -- 819850: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819850 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 "passwordsafe" * Package name: passwordsafe Version : 0.98.1+dfsg-2 Upstream Author : Rony Shapiro * URL : https://github.com/pwsafe/pwsafe * License : Artistic 2.0 Section : utils It builds those binary packages: passwordsafe - Simple & Secure Password Management passwordsafe-common - architecture independent files for Password Safe To access further information about this package, please visit the following URL: http://mentors.debian.net/package/passwordsafe Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/p/passwordsafe/passwordsafe_0.98.1+dfsg-2.dsc More information about passwordsafe can be obtained from http://www.pwsafe.org Changes since the last upload: Fixed logic error that caused the automated test suite to fail under certain conditions on 32-bit systems Regards, Bill Blough --- End Message --- --- Begin Message --- Hi, signed and uploaded, cheers, G. Il Domenica 3 Aprile 2016 4:18, Bill Blough ha scritto: Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "passwordsafe" * Package name: passwordsafe Version : 0.98.1+dfsg-2 Upstream Author : Rony Shapiro * URL : https://github.com/pwsafe/pwsafe * License : Artistic 2.0 Section : utils It builds those binary packages: passwordsafe - Simple & Secure Password Management passwordsafe-common - architecture independent files for Password Safe To access further information about this package, please visit the following URL: http://mentors.debian.net/package/passwordsafe Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/p/passwordsafe/passwordsafe_0.98.1+dfsg-2.dsc More information about passwordsafe can be obtained from http://www.pwsafe.org Changes since the last upload: Fixed logic error that caused the automated test suite to fail under certain conditions on 32-bit systems Regards, Bill Blough--- End Message ---
Bug#819834: marked as done (RFS: webfs/1.21+ds1-11)
Your message dated Sun, 3 Apr 2016 16:14:27 + (UTC) with message-id <1472855043.3008619.1459700067057.javamail.ya...@mail.yahoo.com> and subject line Re: Bug#819834: RFS: webfs/1.21+ds1-11 has caused the Debian Bug report #819834, regarding RFS: webfs/1.21+ds1-11 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.) -- 819834: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819834 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 of my package "webfs": Package name: webfs Version : 1.21+ds1-11 Upstream Author : Gerd Knorr URL : http://linux.bytesex.org/misc/webfs.html License : GPL-2 Section : httpd It builds a single binary package: webfs - lightweight HTTP server for static content Further information about this package is available at http://mentors.debian.net/package/webfs As an alternate method, the package may be downloaded directly: dget -x http://mentors.debian.net/debian/pool/main/w/webfs/webfs_1.21+ds1-11.dsc Changes since last upload are as follows: * Step Standards-Version to 3.9.7, no changes. * Advance debhelper compatibility to 9. + debian/control, debian/compat: Updated. + debian/rules: Reduce rule set to use dh together with targets "override_dh_auto_build" and "override_dh_install". Include target "override_dh_auto_build" as no-op. * Suggested document root is already "/var/www/html". + debian/webfsd.conf: Updated. * Improve debconf questions. + debian/templates: Updated. Closes: #727803 * Update debconf translations: + Brazilian Portuguese (Adriano Rafael Gomes). Closes: #762473 + Danish (Joe Hansen). Closes: #765847 + French (Christian Perrier). Closes: #760259 + German (Holger Wansing). Closes: #761481 + Italian (Beatrice Torracca). Closes: #762344 + Japanese (Noritada Kobayashi): New file. + Portuguese (Pedro Ribeiro). Closes: #762495 + Russian (Yuri Kozlov). Closes: #760811 + Swedish (Per Andersson, Martin Bagge). Closes: #760194, #761976 Best regards, Mats Erik Andersson --- End Message --- --- Begin Message --- Hi, signed and uploaded, thanks for your contribution to Debian! cheers, G. Il Domenica 3 Aprile 2016 1:00, Mats Erik Andersson ha scritto: Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor of my package "webfs": Package name: webfs Version : 1.21+ds1-11 Upstream Author : Gerd Knorr URL : http://linux.bytesex.org/misc/webfs.html License : GPL-2 Section : httpd It builds a single binary package: webfs - lightweight HTTP server for static content Further information about this package is available at http://mentors.debian.net/package/webfs As an alternate method, the package may be downloaded directly: dget -x http://mentors.debian.net/debian/pool/main/w/webfs/webfs_1.21+ds1-11.dsc Changes since last upload are as follows: * Step Standards-Version to 3.9.7, no changes. * Advance debhelper compatibility to 9. + debian/control, debian/compat: Updated. + debian/rules: Reduce rule set to use dh together with targets "override_dh_auto_build" and "override_dh_install". Include target "override_dh_auto_build" as no-op. * Suggested document root is already "/var/www/html". + debian/webfsd.conf: Updated. * Improve debconf questions. + debian/templates: Updated. Closes: #727803 * Update debconf translations: + Brazilian Portuguese (Adriano Rafael Gomes). Closes: #762473 + Danish (Joe Hansen). Closes: #765847 + French (Christian Perrier). Closes: #760259 + German (Holger Wansing). Closes: #761481 + Italian (Beatrice Torracca). Closes: #762344 + Japanese (Noritada Kobayashi): New file. + Portuguese (Pedro Ribeiro). Closes: #762495 + Russian (Yuri Kozlov). Closes: #760811 + Swedish (Per Andersson, Martin Bagge). Closes: #760194, #761976 Best regards, Mats Erik Andersson--- End Message ---
Bug#819866: marked as done (RFS: yamllint/1.2.1-1)
Your message dated Sun, 3 Apr 2016 23:42:03 +0800 with message-id and subject line Re: Bug#819866: RFS: yamllint/1.2.1-1 has caused the Debian Bug report #819866, regarding RFS: yamllint/1.2.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.) -- 819866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819866 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 "yamllint" * Package name: yamllint Version : 1.2.1-1 Upstream Author : Adrien Vergé * URL : https://github.com/adrienverge/yamllint * License : GPL-3+ Section : devel It builds those binary packages: yamllint - Linter for YAML files To access further information about this package, please visit the following URL: http://mentors.debian.net/package/yamllint Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/y/yamllint/yamllint_1.2.1-1.dsc Changes since the last upload: * Update to new upstream version (bugfix) Regards, Adrien Vergé --- End Message --- --- Begin Message --- On Sun, Apr 3, 2016 at 5:49 PM, Adrien Vergé wrote: > * Package name: yamllint > Version : 1.2.1-1 Uploaded. -- bye, pabs https://wiki.debian.org/PaulWise--- End Message ---
Bug#817283: marked as done (RFS: golang-gopkg-hlandau-service.v2/2.0.15 [ITP] -- Go package for writing services)
Your message dated Sun, 03 Apr 2016 22:07:40 +1000 with message-id <9975176.kxCU23hVqW@deblab> and subject line Re: [pkg-go] Bug#817283: RFS: golang-gopkg-hlandau-service.v2/2.0.15 [ITP] -- Go package for writing services has caused the Debian Bug report #817283, regarding RFS: golang-gopkg-hlandau-service.v2/2.0.15 [ITP] -- Go package for writing services 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.) -- 817283: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817283 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 the package "golang-gopkg-hlandau-service.v2": git clone https://anonscm.debian.org/git/pkg-go/packages/golang-gopkg-hlandau-service.v2.git cd golang-gopkg-hlandau-service.v2 && pristine-tar checkout ../golang-gopkg-hlandau-service.v2_2.0.15.orig.tar.gz For verification, these are the current branch heads: git show-ref --heads a9e082f828c6ccdbfe44c4ba98a5d3ee31843888 refs/heads/master 45796149b34f6def5d95ac56a1e9f71c521ca757 refs/heads/pristine-tar ec429b8f198eced4796a2a4c449071571c84bda4 refs/heads/upstream It builds these binary packages: golang-gopkg-hlandau-service.v2-dev -- Go package for writing services This package is a prerequisite for building acmetool [1], an automatic certificate acquisition tool for Let's Encrypt [2]. [1] https://bugs.debian.org/817091 [2] https://letsencrypt.org/about/ More information about golang-gopkg-hlandau-service.v2 can be obtained from https://github.com/hlandau/service If you decide to sponsor this package, please change the distribution from UNRELEASED to unstable before upload. I will import the uploaded source package into the git repository and push a tag afterwards. Regards, Peter --- End Message --- --- Begin Message --- On Wednesday, 9 March 2016 1:25:22 PM AEST Peter Colberg wrote: > I am looking for a sponsor for the package > "golang-gopkg-hlandau-service.v2": Uploaded, thank you. -- Regards, Dmitry Smirnov. --- There is no society in human history that ever suffered because its people became too reasonable. -- Sam Harris signature.asc Description: This is a digitally signed message part. --- End Message ---
Bug#819866: RFS: yamllint/1.2.1-1
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "yamllint" * Package name: yamllint Version : 1.2.1-1 Upstream Author : Adrien Vergé * URL : https://github.com/adrienverge/yamllint * License : GPL-3+ Section : devel It builds those binary packages: yamllint - Linter for YAML files To access further information about this package, please visit the following URL: http://mentors.debian.net/package/yamllint Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/y/yamllint/yamllint_1.2.1-1.dsc Changes since the last upload: * Update to new upstream version (bugfix) Regards, Adrien Vergé