Exclude files after gpb import-orig

2017-06-19 Thread Muri Nicanor
hi list,

I've imported a source package into git using gbp import-orig --uscan,
then updated the changelog with gbp dch and then made a lot of changes
(and commited them). Now I added a file to Files-Excluded: in
debian/copyright- but when I run gbp buildpackage, it still generates a
source-package with the file included. I guess i have to somehow run
uscan again, and redo the import-orig?

cheers & thanks,
muri



signature.asc
Description: OpenPGP digital signature


Re: Exclude files after gpb import-orig

2017-06-19 Thread Andrey Rahmatullin
On Mon, Jun 19, 2017 at 03:38:24PM +0200, Muri Nicanor wrote:
> I've imported a source package into git using gbp import-orig --uscan,
> then updated the changelog with gbp dch and then made a lot of changes
> (and commited them). Now I added a file to Files-Excluded: in
> debian/copyright- but when I run gbp buildpackage, it still generates a
> source-package with the file included. I guess i have to somehow run
> uscan again, and redo the import-orig?
Yes, Files-Excluded: is only used by uscan when generating the orig.tar.
Don't forget to change the upstream version when regenerating the tarball.

-- 
WBR, wRAR


signature.asc
Description: PGP signature


Bug#865127: RFS: opencryptoki/3.7.0+dfsg-2

2017-06-19 Thread Paulo Ricardo Paz Vital
Package: sponsorship-requests
Severity: normal

Dear mentors,

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

Package name: opencryptoki
Version : 3.7.0+dfsg-2
Upstream Author : none
URL : https://github.com/opencryptoki/opencryptoki
License : CPL
Section : admin

It builds those binary packages:

libopencryptoki-dev - PKCS#11 implementation (development)
libopencryptoki0 - PKCS#11 implementation (library)
opencryptoki - PKCS#11 implementation (daemon)

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

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


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

dget -x
https://mentors.debian.net/debian/pool/main/o/opencryptoki/opencryptoki_3.7.0+dfsg-2.dsc

Changes since the last upload:

opencryptoki (3.7.0+dfsg-2) unstable; urgency=medium

  * Drop /etc/pkcs11 symlink. Closes: #864052
  * Enable Hardening
  * Update Standards-Version to 4.0.0
  * Fix quilt-patch-missing-description in systemd-targets.patch
  * Fix misspelling word in usr/lib/pkcs11/api/api_interfaces.c
  * Overrides Lintian possible-gpl-code-linked-with-openssl since the
GPL code of the package is the debian files only.
  * experimental-to-unstable

 -- Paulo Vital   Mon, 19 Jun 2017 10:41:50 -0300

opencryptoki (3.7.0+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Updated debian/watch and script to get releases from git repository.
  * Removed patches already applied upstream.

 -- Paulo Vital   Fri, 26 May 2017 11:13:03 -0300


Regards,
Paulo Vital

-- 
Paulo Ricardo Paz Vital
"I like the impossible, because there is less competition" - Walt Disney



Bug#865127: marked as done (RFS: opencryptoki/3.7.0+dfsg-2)

2017-06-19 Thread Debian Bug Tracking System
Your message dated Mon, 19 Jun 2017 14:48:55 + (UTC)
with message-id <673710118.2681962.1497883736...@mail.yahoo.com>
and subject line Re: Bug#865127: RFS: opencryptoki/3.7.0+dfsg-2
has caused the Debian Bug report #865127,
regarding RFS: opencryptoki/3.7.0+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.)


-- 
865127: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865127
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 "opencryptoki"

Package name: opencryptoki
Version : 3.7.0+dfsg-2
Upstream Author : none
URL : https://github.com/opencryptoki/opencryptoki
License : CPL
Section : admin

It builds those binary packages:

libopencryptoki-dev - PKCS#11 implementation (development)
libopencryptoki0 - PKCS#11 implementation (library)
opencryptoki - PKCS#11 implementation (daemon)

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

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


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

dget -x
https://mentors.debian.net/debian/pool/main/o/opencryptoki/opencryptoki_3.7.0+dfsg-2.dsc

Changes since the last upload:

opencryptoki (3.7.0+dfsg-2) unstable; urgency=medium

  * Drop /etc/pkcs11 symlink. Closes: #864052
  * Enable Hardening
  * Update Standards-Version to 4.0.0
  * Fix quilt-patch-missing-description in systemd-targets.patch
  * Fix misspelling word in usr/lib/pkcs11/api/api_interfaces.c
  * Overrides Lintian possible-gpl-code-linked-with-openssl since the
GPL code of the package is the debian files only.
  * experimental-to-unstable

 -- Paulo Vital   Mon, 19 Jun 2017 10:41:50 -0300

opencryptoki (3.7.0+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Updated debian/watch and script to get releases from git repository.
  * Removed patches already applied upstream.

 -- Paulo Vital   Fri, 26 May 2017 11:13:03 -0300


Regards,
Paulo Vital

-- 
Paulo Ricardo Paz Vital
"I like the impossible, because there is less competition" - Walt Disney
--- End Message ---
--- Begin Message ---
Hello,

>I am looking for a sponsor for my package "opencryptoki"


sponsored, but:
please next time avoid having a non-uploaded revision (3.7.0+dfsg-1 never 
reached archive)

please switch to compat level 10, avoding autoreconf and with parallel builds
dropping auto* from dependencies, dh-autoreconf, --with autoreconf from rules
and so on


also:
override_dh_install:
dh_install --fail-missing --sourcedir=debian/tmp


(this should be already the default debian/tmp)


cheers,

G.--- End Message ---


Re: Exclude files after gpb import-orig

2017-06-19 Thread Mattia Rizzolo
On Mon, Jun 19, 2017 at 06:43:43PM +0500, Andrey Rahmatullin wrote:
> On Mon, Jun 19, 2017 at 03:38:24PM +0200, Muri Nicanor wrote:
> > I've imported a source package into git using gbp import-orig --uscan,
> > then updated the changelog with gbp dch and then made a lot of changes
> > (and commited them). Now I added a file to Files-Excluded: in
> > debian/copyright- but when I run gbp buildpackage, it still generates a
> > source-package with the file included. I guess i have to somehow run
> > uscan again, and redo the import-orig?
> Yes, Files-Excluded: is only used by uscan when generating the orig.tar.
> Don't forget to change the upstream version when regenerating the tarball.

Also, you don't really need to run uscan (which can be a very annoying
task if you are on slow network and the tarball is big), you only need
mk-origtargz(1), which is the tool uscan calls to repack the tarball,
and you can use the tarball you already have.
If you haven't pushed anything around, you might be able to roll back
you changes to were you were before, but it can be difficult and
"dangerous" (for you safety of the data in the git repo) if you are not
keen to use git.  I recommend just rebuilding the tarball versioning it
+dfsg1 (assuming the previous one was "+dgsg" only) and import it again.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature


Bug#865194: RFS: moc/1:2.6.0~svn-r2949-1

2017-06-19 Thread Elimar Riesebieter


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

Dear mentors,

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

* Package name: moc
  Version : 1:2.6.0~svn-r2949-1
  Upstream Author : Damian Pietras 
* URL : http://moc.daper.net/
* License : GPL-2+
  Section : sound

It builds those binary packages:

moc   - ncurses based console audio player
moc-ffmpeg-plugin - ncurses based console audio player - ffmpeg plugin

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

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


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

  dget -x 
https://mentors.debian.net/debian/pool/main/m/moc/moc_2.6.0~svn-r2949-1.dsc

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

Changes since the last upload:
* Update to r2949
  - Based on Bernhard Übelackers patch in #855125 upstream fixed
uninitialised padding bytes in the poptOption structure which meant that
memcmp(3) did not compare equal on the end-of-table marker.
(closes:855125)
* As 2.6.0~svn-r2935-1 resides in stable now #850512 can safely be closed.
  (closes: 850512)
* Bumped Standards-Version: 4.0.0. No changes.
* Updated changelog.svn.
* Run wrap-and-sort.
* Refreshed 0002-Adapted-the-opus-patch-to-config.example.in.patch.



Regards,
-- 
Elimar Riesebieter


-- 
  Experience is something you don't get until
  just after you need it!


signature.asc
Description: PGP signature


Bug#865194: marked as done (RFS: moc/1:2.6.0~svn-r2949-1)

2017-06-19 Thread Debian Bug Tracking System
Your message dated Mon, 19 Jun 2017 18:39:08 + (UTC)
with message-id <2059090081.3056207.1497897548...@mail.yahoo.com>
and subject line Re: Bug#865194: RFS: moc/1:2.6.0~svn-r2949-1
has caused the Debian Bug report #865194,
regarding RFS: moc/1:2.6.0~svn-r2949-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.)


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


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

Dear mentors,

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

* Package name: moc
  Version : 1:2.6.0~svn-r2949-1
  Upstream Author : Damian Pietras 
* URL : http://moc.daper.net/
* License : GPL-2+
  Section : sound

It builds those binary packages:

moc   - ncurses based console audio player
moc-ffmpeg-plugin - ncurses based console audio player - ffmpeg plugin

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

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


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

  dget -x 
https://mentors.debian.net/debian/pool/main/m/moc/moc_2.6.0~svn-r2949-1.dsc

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

Changes since the last upload:
* Update to r2949
  - Based on Bernhard Übelackers patch in #855125 upstream fixed
uninitialised padding bytes in the poptOption structure which meant that
memcmp(3) did not compare equal on the end-of-table marker.
(closes:855125)
* As 2.6.0~svn-r2935-1 resides in stable now #850512 can safely be closed.
  (closes: 850512)
* Bumped Standards-Version: 4.0.0. No changes.
* Updated changelog.svn.
* Run wrap-and-sort.
* Refreshed 0002-Adapted-the-opus-patch-to-config.example.in.patch.



Regards,
-- 
Elimar Riesebieter


-- 
  Experience is something you don't get until
  just after you need it!


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Hello


>I am looking for a sponsor for my package "moc"


sponsored, but please try to remove the autoconf, automake and similar 
dependencies
because dh-autoreconf is automatically installed with compat level 10
node: I didn't check if the dependencies are truly useless.

cheers,

G.


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

Dear mentors,

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

* Package name: moc
  Version : 1:2.6.0~svn-r2949-1
  Upstream Author : Damian Pietras 
* URL : http://moc.daper.net/
* License : GPL-2+
  Section : sound

It builds those binary packages:

moc   - ncurses based console audio player
moc-ffmpeg-plugin - ncurses based console audio player - ffmpeg plugin

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

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


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

  dget -x 
https://mentors.debian.net/debian/pool/main/m/moc/moc_2.6.0~svn-r2949-1.dsc

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

Changes since the last upload:
* Update to r2949
  - Based on Bernhard Übelackers patch in #855125 upstream fixed
uninitialised padding bytes in the poptOption structure which meant that
memcmp(3) did not compare equal on the end-of-table marker.
(closes:855125)
* As 2.6.0~svn-r2935-1 resides in stable now #850512 can safely be closed.
  (closes: 850512)
* Bumped Standards-Version: 4.0.0. No changes.
* Updated changelog.svn.
* Run wrap-and-sort.
* Refreshed 0002-Adapted-the-opus-patch-to-config.example.in.patch.



Regards,
-- 
Elimar Riesebieter


-- 
  Experience is something you don't get until
  just after you need it!

signature.asc
Description: PGP signature
--- End Message ---


Bug#865194: RFS: moc/1:2.6.0~svn-r2949-1

2017-06-19 Thread Adam Borowski
On Mon, Jun 19, 2017 at 08:04:27PM +0200, Elimar Riesebieter wrote:
> I am looking for a sponsor for my package "moc"
> 
> * Package name: moc
>   Version : 1:2.6.0~svn-r2949-1
> 
>   dget -x 
> https://mentors.debian.net/debian/pool/main/m/moc/moc_2.6.0~svn-r2949-1.dsc

> Changes since the last upload:
> * Update to r2949
>   - Based on Bernhard Übelackers patch in #855125 upstream fixed
> uninitialised padding bytes in the poptOption structure which meant 
> that
> memcmp(3) did not compare equal on the end-of-table marker.
> (closes:855125)
> * As 2.6.0~svn-r2935-1 resides in stable now #850512 can safely be closed.
>   (closes: 850512)
> * Bumped Standards-Version: 4.0.0. No changes.
> * Updated changelog.svn.
> * Run wrap-and-sort.
> * Refreshed 0002-Adapted-the-opus-patch-to-config.example.in.patch.

Closes:123456 stanzas require a # before the number.

Also, you've regenerated the upstream SVN changelog with your locale
settings, producing elebentyone yottabytes of:
 
-r2933 | jcf | 2016-11-16 01:23:49 +0100 (Wed, 16 Nov 2016) | 2 lines
+r2933 | jcf | 2016-11-16 01:23:49 +0100 (Wed, 16. Nov 2016) | 1 Zeile
 
 Bump version numbers to 2.6-alpha3.
-
 
-r2932 | jcf | 2016-11-16 01:23:43 +0100 (Wed, 16 Nov 2016) | 2 lines
+r2932 | jcf | 2016-11-16 01:23:43 +0100 (Wed, 16. Nov 2016) | 1 Zeile
 
 Update administrative files in preparation for 2.6-alpha3.

— that is, every entry has a different date format, "lines" changed to
"Zeile" (whatever a zeile is... :p) and an empty line removed.  As it'd be
switched back when someone else runs that script (on even you under a
different locale), let's stick to C.UTF-8.  And, it'd save people looking
up that "zeile" thing...


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀ 
⣾⠁⢠⠒⠀⣿⡁ A dumb species has no way to open a tuna can.
⢿⡄⠘⠷⠚⠋⠀ A smart species invents a can opener.
⠈⠳⣄ A master species delegates.



Bug#863309: curvedns RFS

2017-06-19 Thread Stéphane Neveu
Hi Gianfranco,

I've pushed again CurveDNS on alioth and debomatic.
I added a template for debconf to get an FQDN and generate a keypair,
so now systemd is able to start the daemon with a default config.
Nevertheless, I have now this infomational "bug" from debomatic :

I: curvedns source: no-complete-debconf-translation

I'm not sure how to handle it, I have no traduction for now, is it ok for you ?

Cheers,

Stephane



2017-06-17 20:58 GMT+02:00 Stéphane Neveu :
> Ok thank you for your help, I'll definitly check this out.
> I also need to use debconf for starting curvedns because it does
> require a keypair generated with curvedns-keygen from a FQDN and It
> won't start without it basically.
>
> Cheers,
>
> Stephane
>
>
>
>
>
> 2017-06-17 15:35 GMT+02:00 Christian Seiler :
>> Hi,
>>
>> Am 17. Juni 2017 12:51:17 MESZ schrieb Gianfranco Costamagna 
>> :
>>>I think it might be worth to ask on debian-mentors mail list why PIE
>>>flag is not
>>>injected anymore by debhelper...
>>
>>
>> It's not because -fPIE is the default for GCC from Stretch onwards.  This is 
>> a false positive from BLHC. See also:
>>
>> https://bugs.debian.org/845339
>>
>> Regards,
>> Christian



Bug#865194: RFS: moc/1:2.6.0~svn-r2949-1

2017-06-19 Thread Gianfranco Costamagna
Hello,
>Closes:123456 stanzas require a # before the number.


they seems to have been closed anyway... Strange
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850512

G.



Re: Exclude files after gpb import-orig

2017-06-19 Thread Muri Nicanor
Hi,

On 06/19/2017 06:13 PM, Mattia Rizzolo wrote:
> On Mon, Jun 19, 2017 at 06:43:43PM +0500, Andrey Rahmatullin wrote:
>> On Mon, Jun 19, 2017 at 03:38:24PM +0200, Muri Nicanor wrote:
>>> I've imported a source package into git using gbp import-orig --uscan,
>>> then updated the changelog with gbp dch and then made a lot of changes
>>> (and commited them). Now I added a file to Files-Excluded: in
>>> debian/copyright- but when I run gbp buildpackage, it still generates a
>>> source-package with the file included. I guess i have to somehow run
>>> uscan again, and redo the import-orig?
>> Yes, Files-Excluded: is only used by uscan when generating the orig.tar.
>> Don't forget to change the upstream version when regenerating the tarball.
> 
> Also, you don't really need to run uscan (which can be a very annoying
> task if you are on slow network and the tarball is big), you only need
> mk-origtargz(1), which is the tool uscan calls to repack the tarball,
> and you can use the tarball you already have.
> If you haven't pushed anything around, you might be able to roll back
> you changes to were you were before, but it can be difficult and
> "dangerous" (for you safety of the data in the git repo) if you are not
> keen to use git.  I recommend just rebuilding the tarball versioning it
> +dfsg1 (assuming the previous one was "+dgsg" only) and import it again.
> 
Thank you Andrey and Mattia, that worked. For the record, I've added the
files to Files-Excluded, ran mk-origtargz -S +ds1
../usbguard_0.7.0.orig.tar.gz and then ran gbp import-orig
../usbguard_0.7.0+ds1.orig.tar.gz and used 0.7.0+ds1 as upstream-version
(and then updated the d/changelog files accordingly).

cheers,
muri



signature.asc
Description: OpenPGP digital signature


Bug#865221: RFS: moc/1:2.6.0~svn-r2949-2

2017-06-19 Thread Elimar Riesebieter
Package: sponsorship-requests
Severity: normal

Dear mentors,

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

* Package name: moc
  Version : 1:2.6.0~svn-r2949-2
  Upstream Author : Damian Pietras 
* URL : http://moc.daper.net/
* License : GPL-2+
  Section : sound

It builds those binary packages:

moc   - ncurses based console audio player
moc-ffmpeg-plugin - ncurses based console audio player - ffmpeg plugin

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

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


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

  dget -x 
https://mentors.debian.net/debian/pool/main/m/moc/moc_2.6.0~svn-r2949-1.dsc

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

Changes since the last upload:
* Set LC_MESSAGES=en_DK.utf8 to generate upstreams changelog via svn log.
  Thanks Adam Borowski for the hint.
* Removed autoconf and automake from Build-Depends. With Debhelper compat
  level 10 the autoreconf sequence is enabled by default.


There is no action necessary to close #855125. It is closed already.


Regards,
-- 
Elimar Riesebieter

-- 
  "Talking much about oneself can also
   be a means to conceal oneself."
 -Friedrich Nietzsche


signature.asc
Description: PGP signature


Re: Exclude files after gpb import-orig

2017-06-19 Thread Mattia Rizzolo
On Mon, Jun 19, 2017 at 10:34:42PM +0200, Muri Nicanor wrote:
> Thank you Andrey and Mattia, that worked. For the record, I've added the
> files to Files-Excluded, ran mk-origtargz -S +ds1
> ../usbguard_0.7.0.orig.tar.gz and then ran gbp import-orig
> ../usbguard_0.7.0+ds1.orig.tar.gz and used 0.7.0+ds1 as upstream-version
> (and then updated the d/changelog files accordingly).

Nice.

Also take note that most probably you're going to need to update
debian/watch to properly mangle that in its dversionmangle rule.  I
recommend something like this, that is always good:
dversionmangle=s/\+(debian|dfsg|ds|deb)(\d+)?$//

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature


Bug#865221: marked as done (RFS: moc/1:2.6.0~svn-r2949-2)

2017-06-19 Thread Debian Bug Tracking System
Your message dated Tue, 20 Jun 2017 02:14:42 +0200
with message-id <20170620001442.ybx2mwxzadvfx...@angband.pl>
and subject line Re: Bug#865221: RFS: moc/1:2.6.0~svn-r2949-2
has caused the Debian Bug report #865221,
regarding RFS: moc/1:2.6.0~svn-r2949-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.)


-- 
865221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865221
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 "moc"

* Package name: moc
  Version : 1:2.6.0~svn-r2949-2
  Upstream Author : Damian Pietras 
* URL : http://moc.daper.net/
* License : GPL-2+
  Section : sound

It builds those binary packages:

moc   - ncurses based console audio player
moc-ffmpeg-plugin - ncurses based console audio player - ffmpeg plugin

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

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


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

  dget -x 
https://mentors.debian.net/debian/pool/main/m/moc/moc_2.6.0~svn-r2949-1.dsc

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

Changes since the last upload:
* Set LC_MESSAGES=en_DK.utf8 to generate upstreams changelog via svn log.
  Thanks Adam Borowski for the hint.
* Removed autoconf and automake from Build-Depends. With Debhelper compat
  level 10 the autoreconf sequence is enabled by default.


There is no action necessary to close #855125. It is closed already.


Regards,
-- 
Elimar Riesebieter

-- 
  "Talking much about oneself can also
   be a means to conceal oneself."
 -Friedrich Nietzsche


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
On Mon, Jun 19, 2017 at 11:51:34PM +0200, Elimar Riesebieter wrote:
> I am looking for a sponsor for my package "moc"
> 
> * Package name: moc
>   Version : 1:2.6.0~svn-r2949-2

> Changes since the last upload:
> * Set LC_MESSAGES=en_DK.utf8 to generate upstreams changelog via svn log.
>   Thanks Adam Borowski for the hint.
> * Removed autoconf and automake from Build-Depends. With Debhelper compat
>   level 10 the autoreconf sequence is enabled by default.

Note that en_DK.utf8 is not guaranteed (indeed, unlikely) to be available on
machines other than yours.  But, as it's not used in any automated scripts
but was issued by you by hand, that's ok.

Uploaded, thanks for the fixes!


ᛗᛖᛟᚹ
-- 
⢀⣴⠾⠻⢶⣦⠀ 
⣾⠁⢠⠒⠀⣿⡁ A dumb species has no way to open a tuna can.
⢿⡄⠘⠷⠚⠋⠀ A smart species invents a can opener.
⠈⠳⣄ A master species delegates.--- End Message ---


Bug#853999: marked as done (RFS: psensor/1.1.5-2)

2017-06-19 Thread Debian Bug Tracking System
Your message dated Tue, 20 Jun 2017 04:20:12 +
with message-id 
and subject line closing RFS: psensor/1.1.5-2
has caused the Debian Bug report #853999,
regarding RFS: psensor/1.1.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.)


-- 
853999: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853999
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 "psensor"

 * Package name: psensor
   Version : 1.1.5-2
   Upstream Author : Jean-Philippe Orsini 
 * URL : https://wpitchoune.net/psensor
 * License : GPLv2
   Section : utils

  It builds those binary packages:

 psensor- display graphs for monitoring hardware temperature
 psensor-common - common files for Psensor and Psensor server
 psensor-server - Psensor server for monitoring hardware sensors remotely

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

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


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

dget -x 
https://mentors.debian.net/debian/pool/main/p/psensor/psensor_1.1.5-2.dsc

  More information about psensor can be obtained from
https://wpitchoune.net/psensor.

  Changes since the last upload:

  * debian/control
  + build dependency to asciidoctor-base. (Closes: #850369)
  + use the secure URLs for the GIT repositories.
  * debian/watch
  + use the secure URL.



  Regards,
  JeanFI.
--- End Message ---
--- Begin Message ---
Package psensor has been removed from mentors.--- End Message ---