Bug#858800: RFS: xtrs/4.9d-1 [ITA]

2017-03-30 Thread Sean Whitton
Dear Branden,

On Thu, Mar 30, 2017 at 09:29:25AM -0400, G. Branden Robinson wrote:
> It can.  I've uploaded xtrs 4.9c-4 with a far leaner set of changes, and
> am attaching a diff of the diff to this message.  As you can see, it's
> far leaner.
> 
> Thoughts?

Was the Build-Depends change intentional?  It's not in the changelog.

-- 
Sean Whitton


signature.asc
Description: PGP signature


Bug#858795: RFS: python-zxcvbn/4.4.14-0.1 [ITA]

2017-03-30 Thread sab

I see that the package at mentors has version 4.4.14-0.1
so I retitle the RFS to match that version.


Hi, thank you for having changed the title, I had forgotten to do it.


probably a lot of stuff still need changes, but I can address it only if you 
fix the above.


Hi Granfranco

I changed various things, what else can I do? Regards, Sab



Bug#859139: RFS: synergy/1.4.16-1+deb8u1

2017-03-30 Thread Joshua Honeycutt
Package: sponsorship-requests
Severity: important

Dear mentors,

I am looking for a sponsor for the package "synergy" to be uploaded for
jessie. This is a proposed update and was approved by the release team
in #857434 ( https://bugs.debian.org/857434 )

   Package name: synergy
   Version : 1.4.16-1+deb8u1
   Upstream Author : Symless
   URL : https://symless.com/synergy/
   License : GPL-2
   Section : x11

It builds the binary package:

   synergy - Share mouse, keyboard and clipboard over the network

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

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

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

   dget -x 
https://mentors.debian.net/debian/pool/main/s/synergy/synergy_1.4.16-1+deb8u1.dsc

More information about synergy can be obtained from
https://symless.com/synergy/

Changes since the last upload:

  * Added ensure_non00_cursor.patch to fix a crash when synergyc starts.  
Closes: #854567

Regards,
Joshua Honeycutt



Bug#858800: RFS: xtrs/4.9d-1 [ITA]

2017-03-30 Thread G. Branden Robinson
At 2017-03-29T12:59:12-0700, Sean Whitton wrote:
> Hello Branden,
> 
> On Tue, Mar 28, 2017 at 08:29:38PM -0400, G. Branden Robinson wrote:
> > > On Tue, Mar 28, 2017 at 05:28:25PM -0400, G. Branden Robinson wrote:
> > > > So my goals were, in this order:
> > > > 1) Get the package suitable for unstable (which it wasn't); then
> > > > 2) Get the package suitable for testing.
> >
> > It'll be suitable for testing for Buster, that's for sure.  My bad luck
> > to return during a release freeze.
> 
> Right.  But your wording ("then") suggested that (2) could be done
> exclusively of (1).

It can.  I've uploaded xtrs 4.9c-4 with a far leaner set of changes, and
am attaching a diff of the diff to this message.  As you can see, it's
far leaner.

Thoughts?

> > I'm interested in the least-effort solution (for other people) that
> > doesn't involve shipping a badly broken package in Stretch.
> 
> Well, letting it drop out of testing is technically the least-effort
> solution.

Right.  What's the next-least-effort solution?  :)

Regards,
Branden
--- xtrs_4.9c-3.5.diff	2017-03-30 09:25:15.053347227 -0400
+++ xtrs_4.9c-4.diff	2017-03-30 09:25:15.053347227 -0400
@@ -1,3 +1,14 @@
+--- xtrs-4.9c.orig/Makefile
 xtrs-4.9c/Makefile
+@@ -143,7 +143,7 @@
+ include Makefile.local
+ 
+ CFLAGS = $(DEBUG) $(ENDIAN) $(DEFAULT_ROM) $(READLINE) $(DISKDIR) $(IFLAGS) \
+-   $(APPDEFAULTS) -DKBWAIT -DHAVE_SIGIO
++   $(APPDEFAULTS) -DKBWAIT
+ LIBS = $(XLIB) $(READLINELIBS) $(EXTRALIBS)
+ 
+ ZMACFLAGS = -h
 --- xtrs-4.9c.orig/Makefile.local
 +++ xtrs-4.9c/Makefile.local
 @@ -50,7 +50,7 @@
@@ -363,7 +374,15 @@
 +vim:set ai et ts=4 sw=4 tw=80:
 --- xtrs-4.9c.orig/debian/changelog
 +++ xtrs-4.9c/debian/changelog
-@@ -0,0 +1,627 @@
+@@ -0,0 +1,635 @@
++xtrs (4.9c-4) unstable; urgency=medium
++
++  * Makefile: Undefine HAVE_SIGIO.  (Closes: #511645)
++  * Update Maintainer full name and email address from the "old me" to the
++"new me".
++
++ -- G. Branden Robinson   Thu, 30 Mar 2017 09:20:32 -0400
++
 +xtrs (4.9c-3.5) unstable; urgency=medium
 +
 +  * Non-maintainer upload.
@@ -1036,8 +1055,8 @@
 +Source: xtrs
 +Section: contrib/otherosfs
 +Priority: extra
-+Maintainer: Branden Robinson 
-+Build-Depends: libncurses5-dev, libreadline-dev, libx11-dev, groff, debhelper (>= 5), po-debconf, html2text
++Maintainer: G. Branden Robinson 
++Build-Depends: libncurses5-dev, libreadline-dev, libx11-dev, groff-base, debhelper (>= 5), po-debconf, html2text
 +Standards-Version: 3.7.3
 +
 +Package: xtrs
@@ -1132,7 +1151,7 @@
 +  command="/usr/bin/xtrs"
 --- xtrs-4.9c.orig/debian/patches
 +++ xtrs-4.9c/debian/patches
-@@ -0,0 +1,236 @@
+@@ -0,0 +1,247 @@
 +--- cassette.man~
  cassette.man
 +@@ -15,13 +15,6 @@
@@ -1369,6 +1388,17 @@
 + 
 + # If you want to debug the emulator, use the -g flag instead:
 + 
++--- Makefile.orig	2017-03-30 09:17:41.055300129 -0400
+ Makefile	2017-03-30 09:17:48.455224512 -0400
++@@ -143,7 +143,7 @@
++ include Makefile.local
++ 
++ CFLAGS = $(DEBUG) $(ENDIAN) $(DEFAULT_ROM) $(READLINE) $(DISKDIR) $(IFLAGS) \
++-   $(APPDEFAULTS) -DKBWAIT -DHAVE_SIGIO
+++   $(APPDEFAULTS) -DKBWAIT
++ LIBS = $(XLIB) $(READLINELIBS) $(EXTRALIBS)
++ 
++ ZMACFLAGS = -h
 --- xtrs-4.9c.orig/debian/po/POTFILES.in
 +++ xtrs-4.9c/debian/po/POTFILES.in
 @@ -0,0 +1 @@


signature.asc
Description: PGP signature


Bug#859073: RFS: groonga/7.0.1-1

2017-03-30 Thread Kentaro Hayashi
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

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

* Package name: groonga
  Version : 7.0.1-1
  Upstream Author : Groonga Project 
* Url : http://groonga.org/
* Licenses: LGPL-2.1
  Section : database

It builds those binary packages:

  * groonga
  * groonga-server-common
  * groonga-server-gqtp
  * libgroonga-dev
  * libgroonga0
  * groonga-tokenizer-mecab
  * groonga-token-filter-stem
  * groonga-plugin-suggest
  * groonga-bin
  * groonga-httpd
  * groonga-doc
  * groonga-examples
  * groonga-munin-plugins

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

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

Alternatively, one can download the package with dget using this command:
dget -x 
https://mentors.debian.net/debian/pool/main/g/groonga/groonga_7.0.1-1.dsc


More information about groonga can be obtained from
http://groonga.org/

Changes since last upload:

  * New upstream release.
  * debian/patches/fix-nginx-FTBFS-on-kfreebsd.patch
- Refresh patch to fix FTBFS on kFreeBSD.


pgpUt9UpJaCG5.pgp
Description: PGP signature