Bug#902967: RFS: ddnet/11.2.1-1

2018-07-08 Thread Yangfl
2018-07-05 6:10 GMT+08:00 Adam Borowski :
> On Wed, Jul 04, 2018 at 12:23:25PM +0800, Yangfl wrote:
>>  * Package name: ddnet
>>Version : 11.2.1-1
>   ^
>
>>   dget -x 
>> https://mentors.debian.net/debian/pool/main/d/ddnet/ddnet_11.2.1-2.dsc
>  ^
>>
>> Changes since the last upload:
>>
>>   * New upstream release
>
> Hi!
> The version you're requesting sponsorship for, and the one you pointed to,
> are different.  The changelog in the latter is:
>
> +ddnet (11.2.1-2) unstable; urgency=medium
> +
> +  * New upstream release
> +
> + -- Yangfl   Wed, 04 Jul 2018 00:17:11 +0800
> +
>  ddnet (11.1.8-1) unstable; urgency=medium
>
> with no trace of 11.2.1-1 anywhere.
>
> Is something amiss?
>
>
> 喵!
> --
> // If you believe in so-called "intellectual property", please immediately
> // cease using counterfeit alphabets.  Instead, contact the nearest temple
> // of Amon, whose priests will provide you with scribal services for all
> // your writing needs, for Reasonable And Non-Discriminatory prices.

Oops, sorry for fat-finger.

It should be fine now. lintain and sbuild passed.



Extending the gpg-agent's cache time

2018-07-08 Thread Tong Sun
Hi,

I want to extend the gpg-agent's entry cache time by giving
the max-cache-ttl some crazy big number,

   --max-cache-ttl n
  Set the maximum time a cache entry is valid to n seconds.
After
  this  time  a  cache  entry  will be expired even if it has
been
  accessed recently or has been set  using
gpg-preset-passphrase.
  The default is 2 hours (7200 seconds).

However, with same ~/.gnupg/gpg-agent.conf file, that works in my Ubuntu
latest 18.04, but not in my Debian sid. Anybody has the same difficulties
as well?

In my Ubuntu latest 18.04

$ apt-cache policy gpg-agent
gpg-agent:
  Installed: 2.2.4-1ubuntu1.1
  Candidate: 2.2.4-1ubuntu1.1
  Version table:
 *** 2.2.4-1ubuntu1.1 500
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64
Packages
500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64
Packages
100 /var/lib/dpkg/status
 2.2.4-1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages

In my Debian sid:

$ apt-cache policy gpg-agent
gpg-agent:
  Installed: 2.2.8-3
  Candidate: 2.2.8-3
  Version table:
 *** 2.2.8-3 100
 50 http://cdn-fastly.deb.debian.org/debian unstable/main amd64
Packages
100 /var/lib/dpkg/status

Would it be because of the version different, or something else that is
causing my Debian sid not be able to extend the gpg-agent's entry cache
time?

Thx


Re: Cleaning up after 'gbp buildpackage'

2018-07-08 Thread Tong Sun
On Sun, Jul 8, 2018 at 9:53 PM Daniele Nicolodi - dani...@grinta.net
 wrote:

> On 08/07/2018 19:28, Henrique de Moraes Holschuh wrote:
> > On Sun, 08 Jul 2018, Daniele Nicolodi wrote:
> >> After a successful package build done with 'gbp buildpackage' the
> >> package directory is left in a state which requires to run 'debuild --
> >> clean' before being able to build the package again.
> >
> > Packages must be buildable several times in a row *without* the need to
> > *manually* call the clean target.
> >
> > If it needs intermediate cleaning, arrange for it to detect and do so
> > automatically.
>
> The package builds just fine without intermediated cleaning, it is just
> gbp that complains about uncommitted changes to the source tree. That's
> why I think I'm missing something about the gbp workflow, as I think
> that systematically using --git-ignore-new is not the right thing.
>

See the recommendation here
 https://lists.debian.org/debian-mentors/2018/07/msg00086.html
from Shengjing on using `gbp buildpackage export-dir`
feature and see if it might help. It helped for my case.


Re: Cleaning up after 'gbp buildpackage'

2018-07-08 Thread Daniele Nicolodi
On 08/07/2018 19:28, Henrique de Moraes Holschuh wrote:
> On Sun, 08 Jul 2018, Daniele Nicolodi wrote:
>> After a successful package build done with 'gbp buildpackage' the
>> package directory is left in a state which requires to run 'debuild --
>> clean' before being able to build the package again.
> 
> Packages must be buildable several times in a row *without* the need to
> *manually* call the clean target.
> 
> If it needs intermediate cleaning, arrange for it to detect and do so
> automatically.

The package builds just fine without intermediated cleaning, it is just
gbp that complains about uncommitted changes to the source tree. That's
why I think I'm missing something about the gbp workflow, as I think
that systematically using --git-ignore-new is not the right thing.

Cheers,
Dan



Re: [Pkg-utopia-maintainers] Bug#895261: RFS: dbus-broker/13-2 [ITP] -- Linux D-Bus Message Broker

2018-07-08 Thread Michael Biebl
Hi Daniele

Am 09.07.2018 um 01:45 schrieb Daniele Nicolodi:
> my attempt to implement user service management in init-system-helpers
> and debhelper unfortunately stalled by lack of review of the
> init-system-helper patches.  Before I loose all interest, how do prefer
> to solve the issue of user units in the dbus-broker package?

I sincerely apologize for that.
I'm a bit tight on time atm, but it should get better in a few weeks.
My perl is a bit rusty, but I'll try to have a look at it then. I hope
you can bare with us for a little longer.
Felipe, would you be able to review the patches?

Regards,
Michael
-- 
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


Re: Cleaning up after 'gbp buildpackage'

2018-07-08 Thread Henrique de Moraes Holschuh
On Sun, 08 Jul 2018, Daniele Nicolodi wrote:
> After a successful package build done with 'gbp buildpackage' the
> package directory is left in a state which requires to run 'debuild --
> clean' before being able to build the package again.

Packages must be buildable several times in a row *without* the need to
*manually* call the clean target.

If it needs intermediate cleaning, arrange for it to detect and do so
automatically.

-- 
  Henrique Holschuh



Cleaning up after 'gbp buildpackage'

2018-07-08 Thread Daniele Nicolodi
Hello,

apparently I don't grok something about the git-buildpackage workflow.

After a successful package build done with 'gbp buildpackage' the
package directory is left in a state which requires to run 'debuild --
clean' before being able to build the package again.

I imagine that keeping the generated files around for inspection on a
failed build is a good thing, but I would like a way to instruct gbp to
clean up after a successful build. I haven't found it. Am I missing
something?

Thanks! Cheers,
Dan



Re: [Pkg-utopia-maintainers] Bug#895261: RFS: dbus-broker/13-2 [ITP] -- Linux D-Bus Message Broker

2018-07-08 Thread Daniele Nicolodi
On 29/05/2018 11:39, Michael Biebl wrote:
> Am 29.05.2018 um 19:30 schrieb Daniele Nicolodi:
>> What would it take to have user services managed in a similar way as
>> system services?  Should I look into implementing that in
>> init-system-helpers or should a new dh helper be created?
> 
> 
> It would need changes to both init-system-helpers and debhelper.
> Without having given this too much thought, I think we could add the
> missing functionality to dh_installsystemd and wouldn't need a
> completely new helper for this.
> 
> If you are interested, there is
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890509
> and an older bug report
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764678
> 
> Help on this would be really appreciated!

Hello Michael,

my attempt to implement user service management in init-system-helpers
and debhelper unfortunately stalled by lack of review of the
init-system-helper patches.  Before I loose all interest, how do prefer
to solve the issue of user units in the dbus-broker package?

Thanks. Cheers,
Dan



gbp postbuild: lintian

2018-07-08 Thread Tong Sun
Hi,

I'm adding a lintian check to my gbp postbuild:

$ grep lintian ~/.gbp.conf
# Run lintian to check package after build
postbuild = lintian $GBP_CHANGES_FILE

However, I'll get this error at the end:

--
gbp:info: Running Postbuild hook
warning: "/sysvol/dg/shc/build-area/shc_3.9.6-1_all.changes" cannot be
processed.
warning: It is not a valid lab query and it is not an existing file.
gbp:error: Postbuild-hook 'lintian $GBP_CHANGES_FILE' failed: it exited
with 2
--

What's wrong? Is it my lintian check in my gbp postbuild?
I think it is exactly the same as
https://honk.sigxcpu.org/piki/projects/git-buildpackage/gbp.conf


gbp clone, upstream-branch is not 'upstream' but `release`

2018-07-08 Thread Tong Sun
Hi,

I did a

gbp clone -v https://github.com/neurobin/shc.git

from scratch, but found that my branches are:

$ git branch -v
* master  556fd7a release after fix #38
  release 379c501 release after fix #38

See? the upstream-branch is not 'upstream' but called `release` instead.
Why?
Shouldn't the upstream branch default to be 'upstream'?

--upstream-branch=UPSTREAM_BRANCH
Upstream branch, default is 'upstream'

thx


Bug#903264: marked as done (RFS: ibus-rime/1.3.0-1 [RC])

2018-07-08 Thread Debian Bug Tracking System
Your message dated Sun, 08 Jul 2018 22:20:27 +
with message-id 
and subject line closing RFS: ibus-rime/1.3.0-1 [RC]
has caused the Debian Bug report #903264,
regarding RFS: ibus-rime/1.3.0-1 [RC]
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.)


-- 
903264: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903264
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: important
X-Debbugs-CC: debian-input-met...@lists.debian.org sunwea...@debian.org 
duriant...@gmail.com

Dear Mike, input-method-team members and mentors,

I am looking for a sponsor for team-maintained package "ibus-rime".

 * Package name: ibus-rime
   Version : 1.3.0-1
   Upstream Author : GONG Chen 
 * URL : https://github.com/rime/ibus-rime
 * License : GPL-3
   Section : libs

  It builds those binary packages:

ibus-rime  - Rime Input Method Engine for IBus

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

  https://mentors.debian.net/package/ibus-rime


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

dget -x 
https://mentors.debian.net/debian/pool/main/i/ibus-rime/ibus-rime_1.3.0-1.dsc


  Git packaging repository:

   https://salsa.debian.org/input-method-team/ibus-rime.git


Changes since the last upload:

 ibus-rime (1.3.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Hui Tang ]
   * Update Priority to optional.
   * Updated Maintainer to
 Debian Input Method Team .
 Closes: #899545.
   * Add Hui Tang  to Uploaders.
   * Updated Standards-Version to 4.1.5.
   * Updated Homepage to https://rime.im.
   * Updated Vcs-Git to 
https://salsa.debian.org/input-method-team/ibus-rime.git.
   * Updated Vcs-Browser to 
https://salsa.debian.org/input-method-team/ibus-rime.
   * Updated debian/watch use new github source.
 .
   [ Boyuan Yang ]
   * debian/watch: Fix watch file to properly retrieve information of ibus-rime
 1.3.0.
   * New upstream release.
   * Apply "wrap-and-sort -abst".
   * debian/control:
 + Bump librime-dev version requirement to 1.3+.
 + Bump debhelper compat to v11.
   * debian/rules:
 + Use "dh_missing --fail-missing".
 + Enable full build hardening.
   * debian/docs: Install new README.md instead of README file.


--
Regards,
Boyuan Yang

signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Package ibus-rime version 1.3.0-1 is in unstable now.
https://packages.qa.debian.org/ibus-rime--- End Message ---


Re: gbp upstream to pristine-tar, and import-orig filter

2018-07-08 Thread Tong Sun
Thanks a lot Shengjing, you've been most helpful -- always bang on, always.

> However, then, how to make `dpkg-source` happy as well, without
> complaining? I shouldn't remove them from  upstream git (therefore in my
> master as well), should I?
> >
> That's because the upstream repo has .gitattributes, which influences
> the result of `git-archive`. You can use `gbp buildpackage export-dir`
> feature to let gbp do same `git-archive` for your debian branch.


YEP! That did the trick. THX a lot!

> gbp clone https://github.com/neurobin/shc.git
> >
> > cd shc
> > git checkout pristine-tar
> [...]
> > $ gbp buildpackage --git-pristine-tar --git-pristine-tar-commit
> --git-upstream-tag='%(version)s'
>
> I'm not sure how these command could succeed. At least with my test,
> either pristine-tar branch is not auto created, nor pristine-tar can
> perform commit.
> The upstream repo has same branch/tag name, which confuses pristine-tar .
>

I don't know either, but it just magically works for me. With your above
trick, now everything is working fine for me. I swear that what I posted in
OP is all that I did.
Did you create `pristine-tar` manually before calling `gbp buildpackage`?
as in:

--
git branch pristine-tar

$ git branch -v
* master   9109084 [ahead 1] - [+] add debian/ from upstream packing
  pristine-tar 9109084 - [+] add debian/ from upstream packing
  release  379c501 release after fix #38
--

I also did, `uscan --force-download` once, but believe it is irrelevant, as
I've deleted what downloaded after your fist tip.

Besides these two, I'm absolutely sure there is no more magic that I did.

Thanks again for all your helps!

Oh, PS, my pristine-tar does looks a bit weird to me:

--
$ git checkout pristine-tar
Switched to branch 'pristine-tar'

$ ls -1
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am
Makefile.in
NEWS
README
README.md
aclocal.m4
autogen.sh
config
configure
configure.ac
debian
man.html
man.md
shc.1
shc_3.9.6.orig.tar.gz.delta
shc_3.9.6.orig.tar.gz.id
src
test
--

I.e., besides the shc_3.9.6.orig.tar.gz.delta & shc_3.9.6.orig.tar.gz.id
files, all files from my master are in there as well. I have tried to
remove them all, but found that files in my master branch get deleted
too. Weird.


Bug#903346: marked as done (RFS: gcstar/1.7.1+repack-2)

2018-07-08 Thread Debian Bug Tracking System
Your message dated Sun, 8 Jul 2018 23:56:58 +0200
with message-id <20180708215658.bbjzummjxdab5...@angband.pl>
and subject line Re: Bug#903346: RFS: gcstar/1.7.1+repack-2
has caused the Debian Bug report #903346,
regarding RFS: gcstar/1.7.1+repack-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.)


-- 
903346: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903346
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: sponsorship-requests
Severity: normal [important for RC bugs, wishlist for new packages]

Dear mentors,

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

   Package name: gcstar
   Version : 1.7.1+repack-2
   Upstream Author : Tian 
   URL : http://www.gcstar.org/
   License : GPL-2+, Expat
   Section : x11

It builds those binary packages:

gcstar - Manage your collections of movies, games, books, 
 music and more

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

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


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

dget -x 
https://mentors.debian.net/debian/pool/main/g/gcstar/gcstar_1.7.1+repack-2.dsc

 
  Changes since the last upload:

  * debian/control:
- Switch Vcs-* to new loacation.
  * Change to my new mail address.
  * Declare compliance with Debian Policy 4.1.5 (no changes required).
  * Migrate to debhelper 11:
- Change debian/compat to 11.
- Bump minimum debhelper version in debian/control to >= 11.
  * Remove trailing whitespaces from
- debian/changelog
- debian/control
- debian/rules
  * debian/copyright:
- Use secure URI for the copyright format.
- Add year 2018 for packaging.
  * Add missing perl module to Depends (Closes: #892568, #903298):
- libdate-calc-perl
- libgd-graph-perl
- libgd-text-perl
- liblocale-codes-perl
  * New README.source to explain the branching model used.


Regards,
   Jörg Frings-Fürst

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltCe/kACgkQCfifPIyh
0l0h2Q/9FayHlNd2PzbaIxpbQvSaCxd3Rz1WIvqgOAga0sxYaFMTyviIyzutrks7
2mRHOCgm/FFYUiy9ZpfHPu0lx5iEdD6684EtMRfPcDXx1sLOZaD/M/1pKLhcJI0W
EVWL89wvrIeV0eKItGZbAKZy/bU+Mml2b1MhAxIPqtXje6Ue+0M7Y12MdvdhNfeB
E2RFO9/W5/EdDtF5YQc/nj7aiPpwfP7SDwjV9cGr4oaz7zyNt45Gmu0cINSkxYY/
xQQMx3/Yxl+dxWKf6nd/9koDOzVtVTeJGQBjMYACASY1vnhst+RCH/fxnMDRAhlu
VN21ntCyIowzD2Tiyd2AGRcWt1K8Y2TKKT8SlkO9B6A9UfVEbLN00aWKMsdulWtn
6pES+BFoHUqVjpOItP9cQ3zng01OWCkzwY/474eCkVYUny0cNDU9nOATtRHk9KH5
ZmDPegOgM1nPvS1Ugboz7vikPuKUR1IXslljKCGseSgjIFfcIXPUkT7es9nU6mNV
+wdD41Qc3/RMMRmg8L3e4+X6ICZHHTjh4hjq9/qJU5b1GmMLoCkp7GRfsurOEJx5
ZlLcJZS3sAGTjLarKzLdvxR6+M0geu6uChFIQH3MaZilAzQu2SqDVntal/Sis4sp
4cvUW6SKCahFmi8uB1f/EptaGf+SgBN+U1ntZoxbuPxr7nT73MQ=
=BC/Z
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
On Sun, Jul 08, 2018 at 11:02:49PM +0200, Jörg Frings-Fürst wrote:
>Package name: gcstar
>Version : 1.7.1+repack-2

>   Changes since the last upload:
> 
>   * debian/control:
> - Switch Vcs-* to new loacation.
>   * Change to my new mail address.
>   * Declare compliance with Debian Policy 4.1.5 (no changes required).
>   * Migrate to debhelper 11:
> - Change debian/compat to 11.
> - Bump minimum debhelper version in debian/control to >= 11.
>   * Remove trailing whitespaces from
> - debian/changelog
> - debian/control
> - debian/rules
>   * debian/copyright:
> - Use secure URI for the copyright format.
> - Add year 2018 for packaging.
>   * Add missing perl module to Depends (Closes: #892568, #903298):
> - libdate-calc-perl
> - libgd-graph-perl
> - libgd-text-perl
> - liblocale-codes-perl
>   * New README.source to explain the branching model used.

✓

-- 
// If you believe in so-called "intellectual property", please immediately
// cease using counterfeit alphabets.  Instead, contact the nearest temple
// of Amon, whose priests will provide you with scribal services for all
// your writing 

Bug#903239: marked as done (RFS: uriparser/0.8.5-2)

2018-07-08 Thread Debian Bug Tracking System
Your message dated Sun, 8 Jul 2018 23:53:41 +0200
with message-id <20180708215340.gvzvtqn4qxs7i...@angband.pl>
and subject line Re: Bug#903239: RFS: uriparser/0.8.5-2
has caused the Debian Bug report #903239,
regarding RFS: uriparser/0.8.5-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.)


-- 
903239: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903239
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: sponsorship-requests
Severity: normal

Dear mentors,

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

   Package name: uriparser
   Version : 0.8.5-2
   Upstream Author : Sebastian Pipping 
   URL : https://github.com/uriparser/uriparser
   License : BSD-3-clause, LGPL-2.1+, GPL-3+
   Section : libs

It builds those binary packages:

liburiparser-dev - development files for uriparser
liburiparser-doc - documentation files for uriparser
liburiparser1 - URI parsing library compliant with RFC 3986

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

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


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

dget -x 
https://mentors.debian.net/debian/pool/main/u/uriparser/uriparser_0.8.5-2.dsc


Changes since the last upload:

  * debian/control:
- Switch Vcs-* to new loacation.
  * Remove now useless debian/liburiparser-doc.lintian-overrides.


  Regards,
   Jörg Frings-Fürst


- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltBpZAACgkQCfifPIyh
0l1WhhAAgnqokBROCTTgYk7C88ZnwxyentxDVwRHElUrZ/esoFEumfewudw1K43x
D4zlvowc7SFfkFLQJuSkoYOh3OmLv4BgwZj340KDcgCZvMCte4uuO/VGnMr2k+Cc
5X1bszIELQIcjvXhKrWzOuMY5Sx1D8mDxgP9RzJ2EVtCRMdFq38NlnKuPDG/OkcT
f4RNa2O4ouoqkuKnWa7+XnO1OBRbcMSOj2xKIQKlkm4dyR8H5sv8G02UQV+R2UIy
68WmCVuniuaOTJwJE/6N1e5fXRIAhvpZ4dTDvuekz1vc5SIZqcv6KdJPm2oxc4Fx
+KuBMwcvpGsJW8ZoT4cUHIjs2Xrz+VTtpP+eZeRwLPsheZmBDktYgTXornfGkGeG
nt96KOstx7+vntZDCp7L96HCbo0X6v/h8zG+6lHg7Qoig28gwdy5prk1CfGI/RfP
vetVQEO4Xc2cLMQxWQw354zGmxfJeeJSwsPRcPjCuP2aWJBNNKVc6C5mtUZkgUx4
NtynF20JJw9t/51K7FkQDW2lsV9gThEUtMvXo9yTzhYCwCILvCIKsUSY4TqwvaEK
e5622PXFG8NT79vA77J84QvMFVmOvLaslzhZK4KLR6697ybAnmc9RI8JqkW0LKmA
91AGFZlGVrLeQCeibaR/LdsOcGRS73AZEL3RJw8oCJCyR+UKBSE=
=MP3x
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
On Sun, Jul 08, 2018 at 07:48:00AM +0200, Jörg Frings-Fürst wrote:
>Package name: uriparser
>Version : 0.8.5-2

> Changes since the last upload:
> 
>   * debian/control:
> - Switch Vcs-* to new loacation.
>   * Remove now useless debian/liburiparser-doc.lintian-overrides.

✓

-- 
// If you believe in so-called "intellectual property", please immediately
// cease using counterfeit alphabets.  Instead, contact the nearest temple
// of Amon, whose priests will provide you with scribal services for all
// your writing needs, for Reasonable And Non-Discriminatory prices.--- End Message ---


Bug#903243: marked as done (RFS: shotwell/0.28.3-1)

2018-07-08 Thread Debian Bug Tracking System
Your message dated Sun, 8 Jul 2018 23:49:00 +0200
with message-id <20180708214900.azcevdldze3zk...@angband.pl>
and subject line Re: Bug#903243: RFS: shotwell/0.28.3-1
has caused the Debian Bug report #903243,
regarding RFS: shotwell/0.28.3-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.)


-- 
903243: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903243
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: sponsorship-requests
Severity: normal

Dear mentors,

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

   Package name: shotwell
   Version : 0.28.3-1
   Upstream Author : Jim Nelson 
   URL : https://wiki.gnome.org/Apps/Shotwell
   License : LGPL-2.1, CC-BY-SA-3.0, GPL-2+
   Section : gnome

It builds those binary packages:

 shotwell   - digital photo organizer
 shotwell-common - digital photo organizer - common files

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

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


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

dget -x 
https://mentors.debian.net/debian/pool/main/s/shotwell/shotwell_0.28.3-1.dsc



  Changes since the last upload:

  * New upstream release.
  * Remove upstream applied patches:
- 0100-ios8.patch
  * New debian/patches/0105-gitversion.patch to fix FTBFS.
  * Migrate to debhelper 11:
- Change debian/compat to 11.
- Change debhelper version in debian/control to >= 11.
  * debian/control:
- Switch Vcs-* to new location.
  * debian/copyright:
- Use secure copyright format URI.
- Bump years to 2018.
  * Declare compliance with Debian Policy 4.1.4 (No changes needed).
  * Remove unneeded comments from shotwell.lintian-overrides.

  Regards,
   Jörg Frings-Fürst

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltBq4sACgkQCfifPIyh
0l0c4BAAy11MAlR4brnQQRWx0nyg/oVYULSj12df0iArm6xluW1kVZQpUGHRMgCs
E9Y4CVIlTMQ2vbMglO1+82vsbeZgUMcIzWFUkqewog6CB80T3eH02izHCU8jaIk1
IfPqeL5umq08GuB0tWOr/abkC7iTX9rofK1Q2mZCwzsELyrntqMAhR/kl7SztSBn
yy3vb1+tu28dTpzVpunYnzENexuxEShhZgz1sF0/HnBOHOjpkRnyYHEp0tXhljW5
mGhmjR4OkhMKkFZODdX+okkxE0AHx0JF9dh/YkQXB/lpIqIpWSPw41uXI0lYDtue
ln3wKtLE0eykT+fsQSoXpHYAQzJW53rykhTEzKV5XkXCNjotPy0A17jzz0gUsJRK
+pilOoMbrdfR4lyGjdCVlFPt4aBIuHOPRgpql8rubiVd9LQ60T3AjaGwYdaBJlJc
9tcVN6JahhKncr8jEJalFEEbyenkc4AJIjcYSAaLehjxRPr2iCa55tICcPZRtbX6
IFg6Yf0xMZnqPgpl7Q7b6RYZEmE/xpVoHYIGYzXuiO2pP56Cc89TdNP0WeIEHMmx
UlRXlTcz/eKAOOxhQ1KGE+f26Rk/ZDZSOgYEN1RnEjeTwZiCPUTWK9plTXTsF7/W
5fVqWUG0J8md3kMzlT76XmOZulb0X94EOkOBcFxOgNz1YSB+W3g=
=dUZx
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
On Sun, Jul 08, 2018 at 08:13:31AM +0200, Jörg Frings-Fürst wrote:
>Package name: shotwell
>Version : 0.28.3-1

>   Changes since the last upload:
> 
>   * New upstream release.
>   * Remove upstream applied patches:
> - 0100-ios8.patch
>   * New debian/patches/0105-gitversion.patch to fix FTBFS.
>   * Migrate to debhelper 11:
> - Change debian/compat to 11.
> - Change debhelper version in debian/control to >= 11.
>   * debian/control:
> - Switch Vcs-* to new location.
>   * debian/copyright:
> - Use secure copyright format URI.
> - Bump years to 2018.
>   * Declare compliance with Debian Policy 4.1.4 (No changes needed).
>   * Remove unneeded comments from shotwell.lintian-overrides.

✓

-- 
// If you believe in so-called "intellectual property", please immediately
// cease using counterfeit alphabets.  Instead, contact the nearest temple
// of Amon, whose priests will provide you with scribal services for all
// your writing needs, for Reasonable And Non-Discriminatory prices.--- End Message ---


Bug#902703: Acknowledgement (RFS: hw-probe/1.4-4-git20180614 [ITP])

2018-07-08 Thread Михаил Новоселов

To build it:

dget -x 
https://mentors.debian.net/debian/pool/main/h/hw-probe/hw-probe_1.4-5-git20180614.dsc

git init
git clone ./hw-probe_1.4-5-git20180614.dsc master
cd master
sudo mk-build-deps --install debian/control
dpkg-buildpackage



Bug#902700: Info received (Bug#902700: Acknowledgement (RFS: pulseeffects/4.1.1))

2018-07-08 Thread Михаил Новоселов
Oh, I completely forgot, that PulseEffects needs calf-plugins >= 0.90.0 
(https://github.com/wwmm/pulseeffects/issues/227), while is's still 
0.0.60 in Debian Sid.


I also package calf-plugins 0.90.0 in my Ubuntu PPA 
ppa:mikhailnov/pulseeffects 
https://launchpad.net/~mikhailnov/+archive/ubuntu/pulseeffects . The 
problem is that it's buildable only for i386 and x86_64 and is not 
buildable for arm, powerpc and other architectures.


My build is here: https://mentors.debian.net/package/calf . It's based 
on Deepin's package (dget -x 
https://mentors.debian.net/debian/pool/main/c/calf/calf_0.90.0-2.dsc)


I CCed pkg-multimedia-maintain...@lists.alioth.debian.org to this email 
because probably you can help to solve the problem and have a look at 
updating calf-plugins 0.0.60 --> 0.90.0 in Debian, at least for i386 and 
x86_64.


Thank you.



Bug#903241: marked as done ("RFS: libunistring/0.9.10-1")

2018-07-08 Thread Debian Bug Tracking System
Your message dated Sun, 8 Jul 2018 23:05:21 +0200
with message-id <20180708210521.4jdol5b6mdzyd...@angband.pl>
and subject line Re: Bug#903241: libunistring/0.9.10-1
has caused the Debian Bug report #903241,
regarding "RFS: libunistring/0.9.10-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.)


-- 
903241: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903241
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: sponsorship-requests
Severity: normal

Dear mentors,

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

   Package name: libunistring
   Version : 0.9.10-1
   Upstream Author : Bruno Haible 
   URL : https://www.gnu.org/software/libunistring/
   License : LGPL-3+ or GPL-2+, FreeSoftware, 
 GPL-2+ with distribution exception,
 GPL-3+ or GFDL-1.2+, GPL-3+, GPL-2+,
 MIT
   Section : libs

It builds those binary packages:

libunistring-dev - Unicode string library for C - development files
libunistring2 - Unicode string library for C

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

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


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

dget -x 
https://mentors.debian.net/debian/pool/main/libu/libunistring/libunistring_0.9.10-1.dsc


Changes since the last upload:

  * New upstream release.
- Refresh symbols file.
  * debian/control:
- Switch Vcs-* to new loacation.
- Use secure URI for homepage.
  * Migrate to debhelper 11:
- Change debian/compat to 11.
- Bump minimum debhelper version in debian/control to >= 11.
  * Declare compliance with Debian Policy 4.1.4 (No changes needed).


  Regards,
   Jörg Frings-Fürst
- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltBp9AACgkQCfifPIyh
0l00Sg/+N/PRc1OxI1EbNcYE/rdOgdtgWj81R/XCVM9GsvBcLDtD+Nke4HfcyVlV
YDVlh0yLDOkgs3ag/E+ho/D6mM5zVRwoq3/VSsvef289/aZakciwPmsQE3pNqnFv
ue7K29FN5Y7I8a/2/dFX+PqaXCj/istS4tXKjxdrfQF0wakHZIUE9+kcmBnX0lW7
QfFyN+eZp/DKejWljC0VREmS62NrNH9CMB4k9Ae/lIYE9c/dZ/d3zWz8su8yuoMx
Se/H3lQlVPh+tvlFaJBqKlEHj/Yd65lvqWj4y3rzxwvg8RlFFpIm3JqH4qBEgpCU
WHvyLtJgjLBYznLuJKU+Ns3IIsViwKE1+hTFIe7XZiM2bA0fRqs0cLFKAPjoARdU
45RO+upyJYvirH7HRFUKgt9Prp2ccCXSxgyu4iI6ULY6X64Vt7n+7TeVdNrIpbdN
le9Ivl7mcb+m8ilSZZD5sq3Vk24BHUgRmG/Uz935si1hQNVcmDA5tt+3qw9almps
mm6ep6ZRp09XmM+jmJCoF6UAeXOamBm23d085UpdYBxMo1sLJtDrCAMRxeJwnNgj
k/8C0xlN2RBhNBlPQ80iYnZOvD4hoAPF/B/0I4euYutVDt1615uHUrL5s1ctHE85
NgQVdGkxnNg3qB3JN8o9Tn/AaoYKRyXRNPPsDw86i68wrVIF15s=
=9TFs
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
On Sun, Jul 08, 2018 at 07:57:36AM +0200, Jörg Frings-Fürst wrote:
>Package name: libunistring
>Version : 0.9.10-1

> Changes since the last upload:
> 
>   * New upstream release.
> - Refresh symbols file.
>   * debian/control:
> - Switch Vcs-* to new loacation.
> - Use secure URI for homepage.
>   * Migrate to debhelper 11:
> - Change debian/compat to 11.
> - Bump minimum debhelper version in debian/control to >= 11.
>   * Declare compliance with Debian Policy 4.1.4 (No changes needed).

✓

-- 
// If you believe in so-called "intellectual property", please immediately
// cease using counterfeit alphabets.  Instead, contact the nearest temple
// of Amon, whose priests will provide you with scribal services for all
// your writing needs, for Reasonable And Non-Discriminatory prices.--- End Message ---


Bug#903346: RFS: gcstar/1.7.1+repack-2

2018-07-08 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: sponsorship-requests
Severity: normal [important for RC bugs, wishlist for new packages]

Dear mentors,

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

   Package name: gcstar
   Version : 1.7.1+repack-2
   Upstream Author : Tian 
   URL : http://www.gcstar.org/
   License : GPL-2+, Expat
   Section : x11

It builds those binary packages:

gcstar - Manage your collections of movies, games, books, 
 music and more

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

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


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

dget -x 
https://mentors.debian.net/debian/pool/main/g/gcstar/gcstar_1.7.1+repack-2.dsc

 
  Changes since the last upload:

  * debian/control:
- Switch Vcs-* to new loacation.
  * Change to my new mail address.
  * Declare compliance with Debian Policy 4.1.5 (no changes required).
  * Migrate to debhelper 11:
- Change debian/compat to 11.
- Bump minimum debhelper version in debian/control to >= 11.
  * Remove trailing whitespaces from
- debian/changelog
- debian/control
- debian/rules
  * debian/copyright:
- Use secure URI for the copyright format.
- Add year 2018 for packaging.
  * Add missing perl module to Depends (Closes: #892568, #903298):
- libdate-calc-perl
- libgd-graph-perl
- libgd-text-perl
- liblocale-codes-perl
  * New README.source to explain the branching model used.


Regards,
   Jörg Frings-Fürst

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltCe/kACgkQCfifPIyh
0l0h2Q/9FayHlNd2PzbaIxpbQvSaCxd3Rz1WIvqgOAga0sxYaFMTyviIyzutrks7
2mRHOCgm/FFYUiy9ZpfHPu0lx5iEdD6684EtMRfPcDXx1sLOZaD/M/1pKLhcJI0W
EVWL89wvrIeV0eKItGZbAKZy/bU+Mml2b1MhAxIPqtXje6Ue+0M7Y12MdvdhNfeB
E2RFO9/W5/EdDtF5YQc/nj7aiPpwfP7SDwjV9cGr4oaz7zyNt45Gmu0cINSkxYY/
xQQMx3/Yxl+dxWKf6nd/9koDOzVtVTeJGQBjMYACASY1vnhst+RCH/fxnMDRAhlu
VN21ntCyIowzD2Tiyd2AGRcWt1K8Y2TKKT8SlkO9B6A9UfVEbLN00aWKMsdulWtn
6pES+BFoHUqVjpOItP9cQ3zng01OWCkzwY/474eCkVYUny0cNDU9nOATtRHk9KH5
ZmDPegOgM1nPvS1Ugboz7vikPuKUR1IXslljKCGseSgjIFfcIXPUkT7es9nU6mNV
+wdD41Qc3/RMMRmg8L3e4+X6ICZHHTjh4hjq9/qJU5b1GmMLoCkp7GRfsurOEJx5
ZlLcJZS3sAGTjLarKzLdvxR6+M0geu6uChFIQH3MaZilAzQu2SqDVntal/Sis4sp
4cvUW6SKCahFmi8uB1f/EptaGf+SgBN+U1ntZoxbuPxr7nT73MQ=
=BC/Z
-END PGP SIGNATURE-



Bug#903304: marked as done (RFS: fast-cpp-csv-parser/0.0+git20160525~9bf299c-2)

2018-07-08 Thread Debian Bug Tracking System
Your message dated Sun, 8 Jul 2018 22:53:57 +0200
with message-id <20180708205357.zvnqqauytpv4v...@angband.pl>
and subject line Re: Bug#903304: RFS: 
fast-cpp-csv-parser/0.0+git20160525~9bf299c-2
has caused the Debian Bug report #903304,
regarding RFS: fast-cpp-csv-parser/0.0+git20160525~9bf299c-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.)


-- 
903304: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903304
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: sponsorship-requests
Severity: normal

Dear mentors,

  I am looking for a sponsor for my package "fast-cpp-csv-parser"

   Package name: fast-cpp-csv-parser
   Version : 0.0+git20160525~9bf299c-2
   Upstream Author : Ben Strasser 
   URL : https://github.com/ben-strasser/fast-cpp-csv-parser
   License : BSD-3-clause
   Section : libdevel

It builds those binary packages:

libfccp-dev - Fast C++ CSV Parser

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

  https://mentors.debian.net/package/fast-cpp-csv-parser


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

dget -x https://mentors.debian.net/debian/pool/main/f/fast-cpp-csv-
parser/fast-cpp-csv-parser_0.0+git20160525~9bf299c-2.dsc


Changes since the last upload:

  * New debian/patches/0105-cve-2018-13421.patch (Closes: #903247):
- Fix heap-based buffer over-read in io::trim_chars (CVE-2018-13421).
  * Change to my new mail address.
  * Migrate to debhelper 11:
- Change debian/compat to 11.
- Bump minimum debhelper version in debian/control to >= 11.
  * debian/control:
- Switch Vcs-* to new loacation.
- Remove trailing whitespaces.
  * debian/rules:
- Remove trailing whitespaces.
  * Declare compliance with Debian Policy 4.1.5:
- Remove get-orig-source from debian/rules.
  * debian/changelog:
- Use secure URI for the copyright format.
- Add year 2018 for packaging.
- Add section for debian/patches/*.
  * Add new section into README.source to explain the branching model used.



Regards,
   Jörg Frings-Fürst

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltCNKwACgkQCfifPIyh
0l2bpg/9FgKDAbvuRqZ4VR0mXMW8qSt5Sczl5xigiPeWzKU/FnyAqj3lfUS4TjhI
OC8ZKIG/csPm7lVpHoEanuTjL+qiZlmcIbfodru2fR8gmkNthqCNDGq+ZTEInokS
v109Pl/feFZ17M+ZWFytI0V3YlwC+9kBaQEP5GqXqT2ZxmXDgFW58ABC/LXnMIjd
CjOPt6m+ayIEpYaDJQLUG84CTi+U3rpDAmZTCyiuViivdqu0TpPEEulnRGeG/46N
/rpNNeonP3DjlAY+dcFkGDgHLADs4sEeqZDGISDoKZZ34lR29d5C2qCwhx+4M2JP
F8ZXUlFTuW0P6CPbJGNNnDlS2eQMl5oDL9Wp2C+RNYwmIs050Rzq91YwnP6q4EE5
qmOIf8l4yoI1Y6kv1Xn7FpqCQyDzvR3Ss3E1+c1UVwWXoT/Wv9T1i+YRBkkumgRR
6H9BjWJw8FVd7EznuojrFWaBEJFDFbC+Kz7PblhnMbe5MC3cWtr+ANmOwpvvhdEF
LKV7tzWgtQWwAH6T6Wg1AUbHs3Rix+IgOZJdBgqdsxUb8YQ+xVjavzWb2s6FoTC3
k5CTsEarE4lJq2ZK+EC7Jt7m71VUKyd+1OL1gnYJ0gIpv189nas708DmXERNQOfJ
h+7zFeP453B7lxzKXkKxvBZEKcA7xunoqikn6ZPek1NfEnm2mCo=
=e8ME
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
On Sun, Jul 08, 2018 at 05:58:36PM +0200, Jörg Frings-Fürst wrote:
>Package name: fast-cpp-csv-parser
>Version : 0.0+git20160525~9bf299c-2

> Changes since the last upload:
> 
>   * New debian/patches/0105-cve-2018-13421.patch (Closes: #903247):
> - Fix heap-based buffer over-read in io::trim_chars (CVE-2018-13421).
>   * Change to my new mail address.
>   * Migrate to debhelper 11:
> - Change debian/compat to 11.
> - Bump minimum debhelper version in debian/control to >= 11.
>   * debian/control:
> - Switch Vcs-* to new loacation.
> - Remove trailing whitespaces.
>   * debian/rules:
> - Remove trailing whitespaces.
>   * Declare compliance with Debian Policy 4.1.5:
> - Remove get-orig-source from debian/rules.
>   * debian/changelog:
> - Use secure URI for the copyright format.
> - Add year 2018 for packaging.
> - Add section for debian/patches/*.
>   * Add new section into README.source to explain the branching model used.

✓

-- 
// If you believe in so-called "intellectual property", 

Bug#902700: Acknowledgement (RFS: pulseeffects/4.1.1)

2018-07-08 Thread Михаил Новоселов

Hello,

I updated PulseEffects to version 4.1.3. You can get and build it as:

dget -x 
https://mentors.debian.net/debian/pool/main/p/pulseeffects/pulseeffects_4.1.3-1.dsc

git init
git clone ./pulseeffects_4.1.3-1.git master
cd master
sudo mk-build-deps --install debian/control
dpkg-buildpackage

Please answer something...



Bug#902700: Acknowledgement (RFS: pulseeffects/4.1.1)

2018-07-08 Thread Михаил Новоселов

Hello,

I updated PulseEffects to version 4.1.3. You can get and build it as:

dget -x 
https://mentors.debian.net/debian/pool/main/p/pulseeffects/pulseeffects_4.1.3-1.dsc

git init
git clone ./pulseeffects_4.1.3-1.git master
cd master
sudo mk-build-deps --install debian/control
dpkg-buildpackage

Please answer something...



Re: gbp upstream to pristine-tar, and import-orig filter

2018-07-08 Thread Andrey Rahmatullin
On Sun, Jul 08, 2018 at 10:03:53AM -0400, Tong Sun wrote:
> Thanks to Shengjing Zhu's help, I was able to move one step further.
> (Oddly I don't have it in my inbox
Are you subscribed to the list?

> I.e., what works is,
> 
> gbp buildpackage --git-pristine-tar --git-pristine-tar-commit
> --git-upstream-tag='*%(version)s*'
--git-pristine-tar and --git-upstream-tag should ne set in
debian/gbp.conf, but yes.

> I don't have import-orig filter myself, so removing the .travis.yml file is
> done by `gbp --git-pristine-tar`. 
No, it's done by git-archive via .gitattributes.

So it looks you need to remove them from your debian branch as well or to
find a way for gbp to ignore export-ignore in .gitattributes.

-- 
WBR, wRAR


signature.asc
Description: PGP signature


Bug#903304: RFS: fast-cpp-csv-parser/0.0+git20160525~9bf299c-2

2018-07-08 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: sponsorship-requests
Severity: normal

Dear mentors,

  I am looking for a sponsor for my package "fast-cpp-csv-parser"

   Package name: fast-cpp-csv-parser
   Version : 0.0+git20160525~9bf299c-2
   Upstream Author : Ben Strasser 
   URL : https://github.com/ben-strasser/fast-cpp-csv-parser
   License : BSD-3-clause
   Section : libdevel

It builds those binary packages:

libfccp-dev - Fast C++ CSV Parser

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

  https://mentors.debian.net/package/fast-cpp-csv-parser


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

dget -x https://mentors.debian.net/debian/pool/main/f/fast-cpp-csv-
parser/fast-cpp-csv-parser_0.0+git20160525~9bf299c-2.dsc


Changes since the last upload:

  * New debian/patches/0105-cve-2018-13421.patch (Closes: #903247):
- Fix heap-based buffer over-read in io::trim_chars (CVE-2018-13421).
  * Change to my new mail address.
  * Migrate to debhelper 11:
- Change debian/compat to 11.
- Bump minimum debhelper version in debian/control to >= 11.
  * debian/control:
- Switch Vcs-* to new loacation.
- Remove trailing whitespaces.
  * debian/rules:
- Remove trailing whitespaces.
  * Declare compliance with Debian Policy 4.1.5:
- Remove get-orig-source from debian/rules.
  * debian/changelog:
- Use secure URI for the copyright format.
- Add year 2018 for packaging.
- Add section for debian/patches/*.
  * Add new section into README.source to explain the branching model used.



Regards,
   Jörg Frings-Fürst

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltCNKwACgkQCfifPIyh
0l2bpg/9FgKDAbvuRqZ4VR0mXMW8qSt5Sczl5xigiPeWzKU/FnyAqj3lfUS4TjhI
OC8ZKIG/csPm7lVpHoEanuTjL+qiZlmcIbfodru2fR8gmkNthqCNDGq+ZTEInokS
v109Pl/feFZ17M+ZWFytI0V3YlwC+9kBaQEP5GqXqT2ZxmXDgFW58ABC/LXnMIjd
CjOPt6m+ayIEpYaDJQLUG84CTi+U3rpDAmZTCyiuViivdqu0TpPEEulnRGeG/46N
/rpNNeonP3DjlAY+dcFkGDgHLADs4sEeqZDGISDoKZZ34lR29d5C2qCwhx+4M2JP
F8ZXUlFTuW0P6CPbJGNNnDlS2eQMl5oDL9Wp2C+RNYwmIs050Rzq91YwnP6q4EE5
qmOIf8l4yoI1Y6kv1Xn7FpqCQyDzvR3Ss3E1+c1UVwWXoT/Wv9T1i+YRBkkumgRR
6H9BjWJw8FVd7EznuojrFWaBEJFDFbC+Kz7PblhnMbe5MC3cWtr+ANmOwpvvhdEF
LKV7tzWgtQWwAH6T6Wg1AUbHs3Rix+IgOZJdBgqdsxUb8YQ+xVjavzWb2s6FoTC3
k5CTsEarE4lJq2ZK+EC7Jt7m71VUKyd+1OL1gnYJ0gIpv189nas708DmXERNQOfJ
h+7zFeP453B7lxzKXkKxvBZEKcA7xunoqikn6ZPek1NfEnm2mCo=
=e8ME
-END PGP SIGNATURE-



gbp upstream to pristine-tar, and import-orig filter

2018-07-08 Thread Tong Sun
On Sat, Jul 7, 2018 at 10:38 PM Tong Sun wrote:

> Hi,
>
> I have a question following
> https://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.import.upstream-git.html
> ,
>
> > If upstream doesn't build upstream tarballs, or you don't care about
> them, the simplest way is to clone upstream's repository and create a
> separate packaging branch in there. You will not need gbp import-orig at
> all with this workflow. gbp buildpackage will handle creating the upstream
> tarballs needed for the Debian source package.
>
> I cannot make it happening, no matter what I tried.
> How to make gbp buildpackage create the upstream tarballs and commit the
> generated tarball back to the pristine-tar branch?
>

Thanks to Shengjing Zhu's help, I was able to move one step further.
(Oddly I don't have it in my inbox, but found it at
 https://lists.debian.org/debian-mentors/2018/07/msg00070.html)

I.e., what works is,

gbp buildpackage --git-pristine-tar --git-pristine-tar-commit
--git-upstream-tag='*%(version)s*'

Which is,

using pristine-tar™ to make gbp buildpackage commit the generated tarball
> back to the pristine-tar branch using the --git-pristine-tar-commit option
> ... This will make sure others building your package can exactly regenerate
> the tarball you created when building the Debian™ package.

- -
> https://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.import.upstream-git.html


I.e., I don't have a pristine tarball, and am using the above command to
generate it for me.

However, `gbp --git-pristine-tar` generated tarball confuses dpkg-source.
Here is the full log, right from scratch:


gbp clone https://github.com/neurobin/shc.git

cd shc
git checkout pristine-tar

# prepare my debian/ folder, then

$ ls -l ../
total 124
drwxrwx--x 7 u u   4096 2018-07-07 16:20 shc

$ gbp buildpackage --git-pristine-tar --git-pristine-tar-commit
--git-upstream-tag='%(version)s'
dh clean  --with autotools_dev
   dh_testdir
   dh_auto_clean
   dh_autotools-dev_restoreconfig
   dh_clean
gbp:info: Creating /sysvol/dg/shc/shc_3.9.6.orig.tar.gz
gbp:info: Performing the build
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building shc using existing ./shc_3.9.6.orig.tar.gz
dpkg-source: info: local changes detected, the modified files are:
 shc/.travis.yml
dpkg-source: info: you can integrate the local changes with dpkg-source
--commit
dpkg-source: error: aborting due to unexpected upstream changes, see
/tmp/shc_3.9.6-1.diff.kENb1n
E: Failed to package source directory /sysvol/dg/shc/shc
gbp:error: 'sbuild --source-only-changes -s -v -A --no-clean-source'
failed: it exited with 1

$ cat /tmp/shc_3.9.6-1.diff.kENb1n
...
--- /dev/null
+++ shc-3.9.6/.travis.yml
@@ -0,0 +1,5 @@
...

$ ls -l ../
total 124
drwxrwx--x 7 u u   4096 2018-07-07 16:20 shc
-rw-rw 1 u u 122644 2018-07-08 09:49 shc_3.9.6.orig.tar.gz


I.e., `gbp --git-pristine-tar` is able to generate the tarball, but that
tarballconfuses dpkg-source into thinking there is unexpected upstream
changes -- the .travis.yml file is not in the tarball, but only in upstream
git (therefore in my master as well)


$ ls .travis.yml
.travis.yml

$ tar -tvzf ../shc_3.9.6.orig.tar.gz | grep travis | wc
  0   0   0

$ grep filter ~/.gbp.conf | wc
  0   0   0


I don't have import-orig filter myself, so removing the .travis.yml file is
done by `gbp --git-pristine-tar`. This is a good thing, especially when
the upstream contains files like,

'*egg.info',
'.bzr',
'.hg',
'.hgtags',
'.svn',
'CVS',

However, then, how to make `dpkg-source` happy as well, without
complaining? I shouldn't remove them from  upstream git (therefore in my
master as well), should I?

Thx


Re: Debian package from scratch, git to pristine-tar

2018-07-08 Thread Tong Sun
On Sun, Jul 8, 2018 at 2:30 AM Geert Stappers wrote:

> On Sat, Jul 07, 2018 at 10:38:51PM -0400, Tong Sun wrote:
> > Hi,
> >
> > I have a question following
> >
> https://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.import.upstream-git.html
> > ,
> >
> > > If upstream doesn't build upstream tarballs, or you don't care about
> > them, the simplest way is to clone upstream's repository and create a
> > separate packaging branch in there. You will not need gbp import-orig at
> > all with this workflow. gbp buildpackage will handle creating the
> upstream
> > tarballs needed for the Debian source package.
> >
> > I cannot make it happening, no matter what I tried.
> > How to make gbp buildpackage create the upstream tarballs and commit the
> > generated tarball back to the pristine-tar branch?
> >
> > Here is my trial log, and you can see that nothing that I tried works:
>
> If it would be easy, everbody would do it
>

Well, I think it should be -- that's why & what gbp is for.


> `gbp clone URL` is only intended for URL which has gbp information.
>
> That is why `gbp clone https://github.com/neurobin/shc.git`
> 
> is a start in the wrong direction.
>
> Direction to go:   Take a detour
>
> Do `gbp clone EXISTING_GBP_REPO` and check which branches it has.
> Then work on a "fresh git repo" where you add branches.
>

Thanks for your input Groeten, but I'm afraid that your workflow is still
pre-gbp, i.e., you are still doing steps manually that gbp is already doing
it for us. Let me quota again what gbp can automatically do:

> If upstream doesn't build upstream tarballs, or you don't care about
> them, the simplest way is to clone upstream's repository and create a
> separate packaging branch in there. You will not need gbp import-orig at
> all with this workflow. gbp buildpackage will handle creating the upstream
> tarballs needed for the Debian source package.

I.e., it will do it, provided that I can find the correct way of doing it...

> `gbp clone URL` is only intended for URL which has gbp information.

That's what the limitation of `git clone URL` is, not `gbp clone`'s I'm
afraid.

Thanks for helping though.


Bug#903243: RFS: shotwell/0.28.3-1

2018-07-08 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello, 

I have changed the Standards-Version to 4.1.5:

  * Declare compliance with Debian Policy 4.1.5 (No changes needed).


CU
Jörg

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltCBawACgkQCfifPIyh
0l3rhQ/7B1PRm+/6Sd8uQht33DqzSHGpvTRWkoIa7+qtcFxBw1I4OxeWRyM4NBnu
abZxKugjxjzNoy6oQ2vY5nkCvCAErmTEZSbumF3obkD1+1UuLDfcXFNiu+zBFVD8
uZ5yrWEREQ1mR7s1jEdLLCdCBK3LDVBgoN56aSGhBI+NVA2PaITCfwehutDO9fqe
xBmheGePzKY+2SgJGENqY0WnF6bLeEm7/NNwm3G7v/Lm6x6LGsgqL2vz7TAd5TmT
TfIUQzziZQvV8gFB8kfOFGIZx9hWLHbIzqgbaWp7z1x0oMkhUa84MNbdR4w+wJ+R
5SU+VwR+IF3siBKN8flCuP/MU1pSWCkoHNePbiSG6SXO3hDnxy4puzJsjS/mVc3g
YLlwBQh+s5wYHsMYtj89pJpMqEHhKq7ux/V1MXm+M/zPznnH0qsUwj/zozm9ekfE
xE4czY1gV6Q8UeXr2KvnQGTYBBODoaCVl/ZgolCefs777JXYWGXBKpQRqIoaVpf0
VSfCKYuJipZEckh/JjA5F5ZzKc5qTaaNjWPmrMBDomKfzqR8un6twP/oXr18EkJW
Ut8ADpz55Bu9CYRHNkZEhYC8c3IoqhbjphQjK1Ap2BzeVIpu0d6WOEjMdxFnQ3MV
uOT90g8bDlG9euB4TGxw0JUTfC6Id94wjP7k0F46WARD2DlNIHk=
=w8Ag
-END PGP SIGNATURE-



Bug#903241: libunistring/0.9.10-1

2018-07-08 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

retitle 903241 "RFS: libunistring/0.9.10-1"
thanks


Hello, 

I have changed the Standards-Version to 4.1.5:

  * Declare compliance with Debian Policy 4.1.4 (No changes needed).


CU
Jörg

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltCBJMACgkQCfifPIyh
0l0pKxAAz1VbgsYb6UymrpnFUo6NbZMqaRacVVDkQg24rRxgpLvIZ/YdqGiZGoOw
3Xk2VHeeVK73l6XBfcyXdn6CK3uZTIBS3RlgxPF6uglP4vYT7GcY/LrjaoaHxDvr
Dt779UY4ptRgUm01pEPyvQhWwnRCByYE54HNvh4ZpfPt8LIvmmU/to+JSJp/vp+U
QoSbJaNUr9uj5DJZj92iEf6u4arcyxrqqefLNamwOeyFs7f7W4OD/opGNgqBMlXT
dHPilXnYIXnL5JGMhXr8aRZ9u1q3VMbjb/Cjkt6TtPCYXyYzyFfApjVVjouLkPT1
fECtCul2pmQzc6JGBetl3JwdnEaW0YxmPFCJab6XYuixq1UjnGMNEAdib/WRKutj
rEVxpWpOgDS1Cza2eYd4bcgu1toh+Iy2ITmvtJ36GPE66X0pyUqVUIxNdD/B9OsZ
Jxe+OB+JS7B0rQZkqzidtmya2npgCYtTg7E0i0UWGPuDo9Lka02AqHy5YDehN8jB
zkfiocXCqw8Wv/WlytZ/Wsj1zIq1umwUur00AXlcxkuFhp/RlHNdpvdaayNQCy4H
x6YvEvSLoO7Cp/mkW2QIluP+A7l2h48oZ+Nn+ThAthIEqGN3/0p6tSpoG9fMhuVE
X0u8Vv1su1TTic/jjcWrmtokHUEHF47xAOwS1ozu1wJLOfu2gFI=
=vjEY
-END PGP SIGNATURE-



Bug#903239: RFS: uriparser/0.8.5-2

2018-07-08 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

I have add the changes:


 * Declare compliance with Debian Policy 4.1.5 (No changes needed).


CU
Jörg

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltCAqIACgkQCfifPIyh
0l3cNxAAil/AyFl1aVIa08nv/maYWsQiosIDzoKWOhIhSfjt+1sJE+GJnIEhcTiu
CjtzgWDdOUEdg7N2NRf3NguGWBJeNw38MOoVc0HkMyCHqtUD1OT+NW9NqH9dg/1x
unxRcEb2q4lsDOWP3k7o5jVpx3XSxCsz0P7sX8b27HEz3ALgf/qcSUmfEBd4VDF4
e2Rhf2ylmT+TmiB3kd+rT34awHfZNFA8GitXuqunk2Qvh4mnuitezGnZm2o52Q5T
zgPPLCoO3rrWGdIdGMDU8/hCazSe+OSimQf3u4B5Tv2w6GT+L36KL9OjtY5V2POh
pCJW0vdQMjZyDlH1TMol9RdREPt3XQgIDDRyTfiAibzkX/5be0TFjPTIQSUm3c7s
BBgyjePHxGFkZrnROZNPOyAKa5GXYy5fBDzVBe2+wRkaSmgIyGuoLFoTWBMyakew
Kns+KsL1QZNCCvobRziw1Je3vogXrbn7DXEH6zU4ZdzAi3zx4hFcCTHr7bj7PcZs
plLyuwRCyz3Lniz6+nR4IPD+NUggL9yDKJ19X50fczETrfFMfA+vX6FBSew5tkc0
eTQeE9pv7kq0kunID9RZ/6LUjlU6nM92b+Zn1fFDWSeNws5OD+QzldeUNPJtbvvC
ovzB1GmpmEVsNETSYBzHm1L6eTGIgNwHppVWSb2smMllxiAO9qU=
=Us1p
-END PGP SIGNATURE-



Re: watch file for github

2018-07-08 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Sebastiann,

many thanks for your work!

Am Sonntag, den 08.07.2018, 11:06 +0200 schrieb Sebastiaan Couwenberg:
> On 07/08/2018 10:41 AM, Jörg Frings-Fürst wrote:
> > Does anyone have a tip or a solution to the problem?
> 
> codesearch can help to find watch file examples.
> 

I don't know https://codesearch.debian.net. Thanks for this tip.


> > Or is there a package in which this has already been solved?
> 
> uversionmangle does the trick, see the attached watch files.
> 

I could not have solved that now. Regex is not my specialty. :-(
Thanks for the watch files.


> Kind Regards,
> 
> Bas
> 


CU
Jörg

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltB/DAACgkQCfifPIyh
0l181BAAw95S5qgHOLX5NazsIcTX2an1hIdDONLoRldPYO4IaZ9HSFabd/HcMtyn
IwV7mZfgmeMWYshozTBE+GeOFb1ALbumM+cvzQ6XvjTo4a4zGWU7UcGcISGn/ElJ
4DDgktXnyfSlnbJcbIARwsnRl/AOvNIZxN2Z/niPmsosCpZEc2mP64OuWLJKUHXW
vUWMN+RM7AlJkY6mdZ7a1heJ/J8dsZi4Pe6cHgEPHuLMxkRt8kUWackz/jBLXCdP
UGAImEw0K69sfE7imrEqLFATChtbpjHupHi0sNQUuMQxZhyjiDYxAn5EfTqs5aCC
o+J5Rc11s/l6eDI7V2czhJH5seYSCzT/AkqtC8iyMZwINcehFLDFJVusBL+8z9b4
UCx+Ur5lKQu98yJgBNlUjawAWqImwGvJPFEnqfhbYRs343TLLD1cZ/ihXn49NluO
XinjYXQQFzFtf037S5Nakq5XmKcjRLiwekc314GE8K4CaenfiFDeHJikiGrxptrr
AbceOaA+b1YInw2htmafLsl2dMQmzAxilVQJmgr4bmnFcxrmewXJPs4gsqa5EUlm
BgcRYL/oD4q+Gbxt+Mwx+LRoP2l+cAvOfRhTutBUpQIiKOjP+FokwIZpaOuWpegy
D582mCFAoYh1DNI/o47lpimwI+j5Jw8XR+rTnV89+FyYJOHq/A0=
=xNjR
-END PGP SIGNATURE-



Bug#903270: RFS: sharness/1.0.0-1 [ITP] shell library for running tests

2018-07-08 Thread Lars Kruse
Package: sponsorship-requests
Severity: normal

Dear mentors,

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

 Package name: sharness
 Version : 1.0.0-1
 Upstream Author : Christian Couder 
 URL : https://github.com/chriscool/sharness
 License : GPL-2 or later
 Section : devel

It builds those binary packages:

  sharness   - shell library for automated tests with TAP output

Sharness is used by a few Debian packages as part of their DEP8 tests
(via autopkgtest):
  * gearmand
  * git-reintegrate
  * git-remote-bzr
  * git-remote-hg
  * hiera-eyaml
  * jemalloc
  * mod-gearman
  * munin
  * pass-otp
  * puppet-lint
  * puppet-module-puppetlabs-concat
  * puppet-module-puppetlabs-ntp
  * puppet-module-puppetlabs-stdlib
(the list was assembled via https://codesearch.debian.net)

Currently these packages embed a copy of the sharness.sh file below
debian/tests.
I will file bug reports against these packages (including patches) after
the sharness package is available, in order to help them getting rid of
their embedded code copies.

I am part of the munin packaging team, thus the munin package would
benefit immediately from this new package.

I plan to maintain the sharness package for the foreseeable future.

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

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


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

  dget -x 
https://mentors.debian.net/debian/pool/main/s/sharness/sharness_1.0.0-1.dsc


Cheers,
Lars



Bug#903264: RFS: ibus-rime/1.3.0-1 [RC]

2018-07-08 Thread Boyuan Yang
Package: sponsorship-requests
Severity: important
X-Debbugs-CC: debian-input-met...@lists.debian.org sunwea...@debian.org 
duriant...@gmail.com

Dear Mike, input-method-team members and mentors,

I am looking for a sponsor for team-maintained package "ibus-rime".

 * Package name: ibus-rime
   Version : 1.3.0-1
   Upstream Author : GONG Chen 
 * URL : https://github.com/rime/ibus-rime
 * License : GPL-3
   Section : libs

  It builds those binary packages:

ibus-rime  - Rime Input Method Engine for IBus

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

  https://mentors.debian.net/package/ibus-rime


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

dget -x 
https://mentors.debian.net/debian/pool/main/i/ibus-rime/ibus-rime_1.3.0-1.dsc


  Git packaging repository:

   https://salsa.debian.org/input-method-team/ibus-rime.git


Changes since the last upload:

 ibus-rime (1.3.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Hui Tang ]
   * Update Priority to optional.
   * Updated Maintainer to
 Debian Input Method Team .
 Closes: #899545.
   * Add Hui Tang  to Uploaders.
   * Updated Standards-Version to 4.1.5.
   * Updated Homepage to https://rime.im.
   * Updated Vcs-Git to 
https://salsa.debian.org/input-method-team/ibus-rime.git.
   * Updated Vcs-Browser to 
https://salsa.debian.org/input-method-team/ibus-rime.
   * Updated debian/watch use new github source.
 .
   [ Boyuan Yang ]
   * debian/watch: Fix watch file to properly retrieve information of ibus-rime
 1.3.0.
   * New upstream release.
   * Apply "wrap-and-sort -abst".
   * debian/control:
 + Bump librime-dev version requirement to 1.3+.
 + Bump debhelper compat to v11.
   * debian/rules:
 + Use "dh_missing --fail-missing".
 + Enable full build hardening.
   * debian/docs: Install new README.md instead of README file.


--
Regards,
Boyuan Yang

signature.asc
Description: This is a digitally signed message part.


Bug#903236: marked as done (RFS: fcitx-ui-light/0.1.3-3 [RC])

2018-07-08 Thread Debian Bug Tracking System
Your message dated Sun, 08 Jul 2018 10:20:30 +
with message-id 
and subject line closing RFS: fcitx-ui-light/0.1.3-3 [RC]
has caused the Debian Bug report #903236,
regarding RFS: fcitx-ui-light/0.1.3-3 [RC]
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.)


-- 
903236: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903236
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: important
X-Debbugs-CC: debian-input-met...@lists.debian.org sunwea...@debian.org 
a...@debian.org s...@debian.org

Dear Mike, debian-input-method members and mentors,

I am looking for a sponsor for the team package "fcitx-ui-light". This upload
mainly fixes the RC bug caused by team mailing list migration.

 * Package name: fcitx-ui-light
   Version : 0.1.3-3
   Upstream Author : Weng Xuetian 
 * URL : https://gitlab.com/fcitx/fcitx-ui-light
 * License : GPL-2+
   Section : utils

  It builds those binary packages:

fcitx-ui-light - light weight xlibs and xft based UI for Fcitx

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

  https://mentors.debian.net/package/fcitx-ui-light


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

dget -x 
https://mentors.debian.net/debian/pool/main/f/fcitx-ui-light/fcitx-ui-light_0.1.3-3.dsc


  Git packaging repository:

https://salsa.debian.org/input-method-team/fcitx-ui-light.git


  Changes since the last upload:

 fcitx-ui-light (0.1.3-3) unstable; urgency=medium
 .
   * Team upload.
   * Refresh packaging instructions.
 + Apply "wrap-and-sort -abst".
 + Remove trailing spaces in d/changelog and d/rules.
   * debian/control:
 + Fix maintainer field and use debian-input-method team address.
   Closes: #899968.
 + Bump fcitx version requirement.
 + Remove DMUA information.
 + Update YunQiang Su's email address with @debian.org one.
 + Bump Standards-Version to 4.1.5.
 + Bump debhelper compat to v11.
 + Use GitLab as homepage.
 + Use canonical Vcs repo URL on Salsa platform.
   * debian/rules:
 + Use "dh_missing --fail-missing".
 + Apply full hardening.
   * Point d/watch to download.fcitx-im.org.
   * Refresh d/copyright information.

--
Regards,
Boyuan Yang


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Package fcitx-ui-light has been removed from mentors.--- End Message ---


Re: watch file for github

2018-07-08 Thread Sebastiaan Couwenberg
On 07/08/2018 10:41 AM, Jörg Frings-Fürst wrote:
> Does anyone have a tip or a solution to the problem?

codesearch can help to find watch file examples.

> Or is there a package in which this has already been solved?

uversionmangle does the trick, see the attached watch files.

Kind Regards,

Bas

version=4
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/;s/\-/\./g;s/\_/\./g,\
filenamemangle=s/(?:.*?)?(?:rel|v|ipmitool|IPMITOOL)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/ipmitool-$1.$2/
 \
https://github.com/ipmitool/ipmitool/releases \
(?:.*?/)?(?:rel|v|ipmitool|IPMITOOL)?[\-\_]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
 \
debian uupdate
#
# watch file for sane-backends
#
version=4
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/ 
\
https://gitlab.com/sane-project/backends/tags \
(?:.*?/)?(?:rel|v|sane-backends)[\-\_]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))


signature.asc
Description: OpenPGP digital signature


watch file for github

2018-07-08 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

the source for ipmitool has moved to github.
Now I'm looking to get the watch file running.

Prob is that file use underline instead dots[1] (IPMITOOL_1_8_18).

The same is on gitlab for sane-backends.

Does anyone have a tip or a solution to the problem?
Or is there a package in which this has already been solved?

Thanks for your help.

CU
Jörg

[1] https://github.com/ipmitool/ipmitool/tags
[2] https://gitlab.com/sane-project/backends/tags


- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltBzlIACgkQCfifPIyh
0l3TUA/+I1/0EbfGw8tcCGdlO+HiN5k5dqGT/WqQym6asSJR4gX2+NUYyz2ooTzb
TOKOuYesgXqPftLAlVg55bR8HjbnlM9rxp7ZyMByxpaJ+N2Tpod66DgZHSLVoGX7
fqQ/pKOQwbR0n2Nhzh93EtiZS4wRaohJ8Y9hu5Kbww2xVTjS6f6nodEOWOzUJIS6
KDl3CRoiWrj+dn/cAj4bSUpjaP3v+D1wIevhsNk6TeipCX3Sm+Z/iF2NVpZKeMSV
uad/ScTZyLSaMoprVAdxjRN6mT39jNly0VBvwMP4J3MVAKS5spptebqb1KiFRAep
qKHlMfioJM1L+pzRkkThoYCSxBkxZld4Dnd9SimgxwSa2F5jLy5W/5SnqcUtqun8
62aGr48VrLURqlLJht5oGhcBVMJMSkHpN4oktQCl9BVqbZ6aqjZ+cwIt3mwUHKZv
AG13XtTf1hRXQAKOFd3A/PpQ8TeOAZtRdk/oE86V29p227EW8vd76nuY0aPtI5gE
xs4CGAAYDIEcnRS6SgburOECqVH+5HyaT3xvW9uCjdZUqE1yopAbSIjL1mDnpnXO
6APKWtrFHSL+VNg6VZuAMSXA0Qob16RCyqCNG8OTC10ffllaUmvR5rfhgyMYVjwn
mlmTbD1GaxrM2jgt1raTdII1aTtRV3djzmqvZ+QWO6DlmhoVEvg=
=xMS/
-END PGP SIGNATURE-



Bug#903159: RFS: libskk/1.0.4-1

2018-07-08 Thread Boyuan Yang
在 2018年7月8日星期日 CST 下午3:21:42,Daiki Ueno 写道:
> Hello Boyuan,
> 
> Boyuan Yang <073p...@gmail.com> writes:
> >  libskk (1.0.4-1) unstable; urgency=medium
> >  .
> >  
> >* Team upload.
> >* New upstream release. (2018-06-26)
> >* Bump Standards-Version to 4.1.5. (no changes needed)
> >* debian/patches: Refresh patches and backported patches.
> 
> Thank you for packaging.  I have a couple of suggestions.
> 
> First, the package seems to include the patches from an unmerged PR:
> https://github.com/ueno/libskk/pull/54.
> 
> I generally don't recommend backporting patches not merged into master,
> because there is usually a reason to keep them unmerged.  Of course, you
> can pick any patch as you want; in that case, it would be appreciated if
> you give a code review on the PR :-)

Hi Daiki,

Thanks for the hint. I reviewed the packaging procedure again and found that I 
accidentically treated your WIP branch as the master branch. Sorry for that 
and I will review the code base in case any regression lies inside.


> Secondly, you can remove myself from uploaders as I am no longer a DM[1].
> The same applies to the other few packages[2].

Thanks, I will help to handle them.


> Footnotes:
> [1]  https://wiki.debian.org/DebianMaintainer#Debian_Maintainer_retirement
> 
> [2]  https://qa.debian.org/developer.php?email=ueno%40unixuser.org
> 
> Regards,

--
Regards,
Boyuan Yang

signature.asc
Description: This is a digitally signed message part.


Bug#903159: RFS: libskk/1.0.4-1

2018-07-08 Thread Daiki Ueno
Hello Boyuan,

Boyuan Yang <073p...@gmail.com> writes:

>  libskk (1.0.4-1) unstable; urgency=medium
>  .
>* Team upload.
>* New upstream release. (2018-06-26)
>* Bump Standards-Version to 4.1.5. (no changes needed)
>* debian/patches: Refresh patches and backported patches.

Thank you for packaging.  I have a couple of suggestions.

First, the package seems to include the patches from an unmerged PR:
https://github.com/ueno/libskk/pull/54.

I generally don't recommend backporting patches not merged into master,
because there is usually a reason to keep them unmerged.  Of course, you
can pick any patch as you want; in that case, it would be appreciated if
you give a code review on the PR :-)

Secondly, you can remove myself from uploaders as I am no longer a DM[1].
The same applies to the other few packages[2].

Footnotes:
[1]  https://wiki.debian.org/DebianMaintainer#Debian_Maintainer_retirement

[2]  https://qa.debian.org/developer.php?email=ueno%40unixuser.org

Regards,
-- 
Daiki Ueno



Re: Debian package from scratch, git to pristine-tar

2018-07-08 Thread Geert Stappers
On Sat, Jul 07, 2018 at 10:38:51PM -0400, Tong Sun wrote:
> Hi,
> 
> I have a question following
> https://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.import.upstream-git.html
> ,
> 
> > If upstream doesn't build upstream tarballs, or you don't care about
> them, the simplest way is to clone upstream's repository and create a
> separate packaging branch in there. You will not need gbp import-orig at
> all with this workflow. gbp buildpackage will handle creating the upstream
> tarballs needed for the Debian source package.
> 
> I cannot make it happening, no matter what I tried.
> How to make gbp buildpackage create the upstream tarballs and commit the
> generated tarball back to the pristine-tar branch?
> 
> Here is my trial log, and you can see that nothing that I tried works:
 
If it would be easy, everbody would do it

...
> 
> *please help. thx. *


`gbp clone URL` is only intended for URL which has gbp information.

That is why `gbp clone https://github.com/neurobin/shc.git`
is a start in the wrong direction.


Direction to go:   Take a detour

Do `gbp clone EXISTING_GBP_REPO` and check which branches it has.
Then work on a "fresh git repo" where you add branches.


My apology for being terse.


Groeten
Geert Stappers
-- 
Leven en laten leven



Bug#903243: RFS: shotwell/0.28.3-1

2018-07-08 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: sponsorship-requests
Severity: normal

Dear mentors,

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

   Package name: shotwell
   Version : 0.28.3-1
   Upstream Author : Jim Nelson 
   URL : https://wiki.gnome.org/Apps/Shotwell
   License : LGPL-2.1, CC-BY-SA-3.0, GPL-2+
   Section : gnome

It builds those binary packages:

 shotwell   - digital photo organizer
 shotwell-common - digital photo organizer - common files

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

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


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

dget -x 
https://mentors.debian.net/debian/pool/main/s/shotwell/shotwell_0.28.3-1.dsc



  Changes since the last upload:

  * New upstream release.
  * Remove upstream applied patches:
- 0100-ios8.patch
  * New debian/patches/0105-gitversion.patch to fix FTBFS.
  * Migrate to debhelper 11:
- Change debian/compat to 11.
- Change debhelper version in debian/control to >= 11.
  * debian/control:
- Switch Vcs-* to new location.
  * debian/copyright:
- Use secure copyright format URI.
- Bump years to 2018.
  * Declare compliance with Debian Policy 4.1.4 (No changes needed).
  * Remove unneeded comments from shotwell.lintian-overrides.

  Regards,
   Jörg Frings-Fürst

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltBq4sACgkQCfifPIyh
0l0c4BAAy11MAlR4brnQQRWx0nyg/oVYULSj12df0iArm6xluW1kVZQpUGHRMgCs
E9Y4CVIlTMQ2vbMglO1+82vsbeZgUMcIzWFUkqewog6CB80T3eH02izHCU8jaIk1
IfPqeL5umq08GuB0tWOr/abkC7iTX9rofK1Q2mZCwzsELyrntqMAhR/kl7SztSBn
yy3vb1+tu28dTpzVpunYnzENexuxEShhZgz1sF0/HnBOHOjpkRnyYHEp0tXhljW5
mGhmjR4OkhMKkFZODdX+okkxE0AHx0JF9dh/YkQXB/lpIqIpWSPw41uXI0lYDtue
ln3wKtLE0eykT+fsQSoXpHYAQzJW53rykhTEzKV5XkXCNjotPy0A17jzz0gUsJRK
+pilOoMbrdfR4lyGjdCVlFPt4aBIuHOPRgpql8rubiVd9LQ60T3AjaGwYdaBJlJc
9tcVN6JahhKncr8jEJalFEEbyenkc4AJIjcYSAaLehjxRPr2iCa55tICcPZRtbX6
IFg6Yf0xMZnqPgpl7Q7b6RYZEmE/xpVoHYIGYzXuiO2pP56Cc89TdNP0WeIEHMmx
UlRXlTcz/eKAOOxhQ1KGE+f26Rk/ZDZSOgYEN1RnEjeTwZiCPUTWK9plTXTsF7/W
5fVqWUG0J8md3kMzlT76XmOZulb0X94EOkOBcFxOgNz1YSB+W3g=
=dUZx
-END PGP SIGNATURE-



Bug#903241: libunistring/0.9.10-1

2018-07-08 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: sponsorship-requests
Severity: normal

Dear mentors,

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

   Package name: libunistring
   Version : 0.9.10-1
   Upstream Author : Bruno Haible 
   URL : https://www.gnu.org/software/libunistring/
   License : LGPL-3+ or GPL-2+, FreeSoftware, 
 GPL-2+ with distribution exception,
 GPL-3+ or GFDL-1.2+, GPL-3+, GPL-2+,
 MIT
   Section : libs

It builds those binary packages:

libunistring-dev - Unicode string library for C - development files
libunistring2 - Unicode string library for C

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

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


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

dget -x 
https://mentors.debian.net/debian/pool/main/libu/libunistring/libunistring_0.9.10-1.dsc


Changes since the last upload:

  * New upstream release.
- Refresh symbols file.
  * debian/control:
- Switch Vcs-* to new loacation.
- Use secure URI for homepage.
  * Migrate to debhelper 11:
- Change debian/compat to 11.
- Bump minimum debhelper version in debian/control to >= 11.
  * Declare compliance with Debian Policy 4.1.4 (No changes needed).


  Regards,
   Jörg Frings-Fürst
- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltBp9AACgkQCfifPIyh
0l00Sg/+N/PRc1OxI1EbNcYE/rdOgdtgWj81R/XCVM9GsvBcLDtD+Nke4HfcyVlV
YDVlh0yLDOkgs3ag/E+ho/D6mM5zVRwoq3/VSsvef289/aZakciwPmsQE3pNqnFv
ue7K29FN5Y7I8a/2/dFX+PqaXCj/istS4tXKjxdrfQF0wakHZIUE9+kcmBnX0lW7
QfFyN+eZp/DKejWljC0VREmS62NrNH9CMB4k9Ae/lIYE9c/dZ/d3zWz8su8yuoMx
Se/H3lQlVPh+tvlFaJBqKlEHj/Yd65lvqWj4y3rzxwvg8RlFFpIm3JqH4qBEgpCU
WHvyLtJgjLBYznLuJKU+Ns3IIsViwKE1+hTFIe7XZiM2bA0fRqs0cLFKAPjoARdU
45RO+upyJYvirH7HRFUKgt9Prp2ccCXSxgyu4iI6ULY6X64Vt7n+7TeVdNrIpbdN
le9Ivl7mcb+m8ilSZZD5sq3Vk24BHUgRmG/Uz935si1hQNVcmDA5tt+3qw9almps
mm6ep6ZRp09XmM+jmJCoF6UAeXOamBm23d085UpdYBxMo1sLJtDrCAMRxeJwnNgj
k/8C0xlN2RBhNBlPQ80iYnZOvD4hoAPF/B/0I4euYutVDt1615uHUrL5s1ctHE85
NgQVdGkxnNg3qB3JN8o9Tn/AaoYKRyXRNPPsDw86i68wrVIF15s=
=9TFs
-END PGP SIGNATURE-