Bug#912313: RFS: tlf/1.3.1-1

2018-10-30 Thread Ervin Hegedüs
Package: sponsorship-requests
Severity: normal

Dear mentors,

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

 * Package name: tlf
   Version : 1.3.1-1
   Upstream Author : Thomas Beierlein 
 * URL : https://savannah.nongnu.org/projects/tlf
 * License : GPL
   Section : hamradio

It builds those binary packages:

  tlf   - console based ham radio contest logger

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

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


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

  dget -x https://mentors.debian.net/debian/pool/main/t/tlf/tlf_1.3.1-1.dsc

More information about tlf can be obtained from
https://savannah.nongnu.org/projects/tlf, https://tlf.github.io/
or https://github.com/Tlf/tlf.

Changes since the last upload:

  * Team upload.
  * New upstream release
  * Bump compat to 11
  * Bump Standards-Version to 4.2.1
  * Added DH_VERBOSE=1 in d/rules
  * Modified spelling-fixes.patch, some modifications had been
merged to upstream
  * Added libcmocka-dev to dependency list in d/control
  * Removed trailing whitespaces from d/control
  * Removed dh-autoreconf and autotools-dev packages
(not required since compat lev 10)
  * Replaced Priority from extra to optional


Regards,
 Ervin Hegedüs



Bug#912314: RFS: psk31lx/2.2-1

2018-10-30 Thread Ervin Hegedüs


Package: sponsorship-requests
Severity: normal 

Dear mentors,

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

 * Package name: psk31lx
   Version : 2.2-1
   Upstream Author : TED J WILLIAMS 
 * URL : http://wa0eir.bcts.info/psk31lx.html
 * License : GPL v3
   Section : hamradio

It builds those binary packages:

  psk31lx- PSK31 terminal application with text-based user interface

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

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


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

  dget -x 
https://mentors.debian.net/debian/pool/main/p/psk31lx/psk31lx_2.2-1.dsc

More information about psk31lx can be obtained from
http://wa0eir.bcts.info/psk31lx.html

Changes since the last upload:

  * Team upload
  * New upstream version (Closes: #911780)
  * Removed desktop-category.patch - upstream contains it
  * Removed man-hyphen.patch - upstream contains it
  * Removed new-fsf-address.patch - upstream contains it
  * Removed typo.patch - upstream contains it
  * Aligned no-double-changelog.patch to new upstream
  * Bump Standards-Version to 4.2.1
  * Removed trailing whitespaces from d/control, d/rules,
d/copyright
  * Bump debhelper version to 11.0.0
  * Changed Debian copyright URL to https scheme


Regards,
 Ervin Hegedüs



Bug#912334: RFS: daemontools: diff for NMU version 1:0.76-6.2 [NMU]

2018-10-30 Thread Jan Mojžíš
Package: sponsorship-requests
Severity: normal
Tags: patch


I've prepared an NMU for daemontools (versioned as 1:0.76-6.2) and
wold like to upload it to DELAYED/10.
I don't have upload permitions, i need sponsor.

This simple patch sorts DEBIAN/md5sums and allows reproducible build.

Regards.
Jan

diff -u daemontools-0.76/debian/changelog daemontools-0.76/debian/changelog
--- daemontools-0.76/debian/changelog
+++ daemontools-0.76/debian/changelog
@@ -1,3 +1,11 @@
+daemontools (1:0.76-6.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/implicit: sorted DEBIAN/md5sums to produce reproducible
+output (Closes: #854145)
+
+ -- Jan Mojžíš   Mon, 29 Oct 2018 08:35:17 +0100
+
 daemontools (1:0.76-6.1) unstable; urgency=medium

   [ Jan Mojzis ]
diff -u daemontools-0.76/debian/implicit daemontools-0.76/debian/implicit
--- daemontools-0.76/debian/implicit
+++ daemontools-0.76/debian/implicit
@@ -87,7 +87,7 @@
: debian/$*/DEBIAN/md5sums
@rm -f debian/$*/DEBIAN/md5sums
@cd debian/$* && find * -path 'DEBIAN' -prune -o \
- -type f -exec md5sum {} >>DEBIAN/md5sums \;
+ -type f -print0 | LC_ALL=C sort -z | xargs -0r md5sum >DEBIAN/md5sums
@chmod 644 debian/$*/DEBIAN/md5sums
 %.deb-DEBIAN: %.deb-checkdir %.deb-DEBIAN-base %.deb-DEBIAN-scripts \
  %.deb-DEBIAN-md5sums


Bug#912334: marked as done (RFS: daemontools: diff for NMU version 1:0.76-6.2 [NMU])

2018-10-30 Thread Debian Bug Tracking System
Your message dated Tue, 30 Oct 2018 14:23:13 + (UTC)
with message-id <311824883.28905256.1540909393...@mail.yahoo.com>
and subject line Re: Bug#912334: RFS: daemontools: diff for NMU version 
1:0.76-6.2 [NMU]
has caused the Debian Bug report #912334,
regarding RFS: daemontools: diff for NMU version 1:0.76-6.2 [NMU]
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.)


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


I've prepared an NMU for daemontools (versioned as 1:0.76-6.2) and
wold like to upload it to DELAYED/10.
I don't have upload permitions, i need sponsor.

This simple patch sorts DEBIAN/md5sums and allows reproducible build.

Regards.
Jan

diff -u daemontools-0.76/debian/changelog daemontools-0.76/debian/changelog
--- daemontools-0.76/debian/changelog
+++ daemontools-0.76/debian/changelog
@@ -1,3 +1,11 @@
+daemontools (1:0.76-6.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/implicit: sorted DEBIAN/md5sums to produce reproducible
+output (Closes: #854145)
+
+ -- Jan Mojžíš   Mon, 29 Oct 2018 08:35:17 +0100
+
 daemontools (1:0.76-6.1) unstable; urgency=medium

   [ Jan Mojzis ]
diff -u daemontools-0.76/debian/implicit daemontools-0.76/debian/implicit
--- daemontools-0.76/debian/implicit
+++ daemontools-0.76/debian/implicit
@@ -87,7 +87,7 @@
: debian/$*/DEBIAN/md5sums
@rm -f debian/$*/DEBIAN/md5sums
@cd debian/$* && find * -path 'DEBIAN' -prune -o \
- -type f -exec md5sum {} >>DEBIAN/md5sums \;
+ -type f -print0 | LC_ALL=C sort -z | xargs -0r md5sum >DEBIAN/md5sums
@chmod 644 debian/$*/DEBIAN/md5sums
 %.deb-DEBIAN: %.deb-checkdir %.deb-DEBIAN-base %.deb-DEBIAN-scripts \
  %.deb-DEBIAN-md5sums
--- End Message ---
--- Begin Message ---
 
Hello, converted in QA upload (since the package is orphaned), and uploaded 
right away to unstable.
The maintainer is not really MIA, but I already did something like ~10 uploads 
for other packages, and heliked them in the past :)
G.
Il martedì 30 ottobre 2018, 15:03:35 CET, Jan Mojžíš  
ha scritto:  
 
 Package: sponsorship-requests
Severity: normal
Tags: patch


I've prepared an NMU for daemontools (versioned as 1:0.76-6.2) and
wold like to upload it to DELAYED/10.
I don't have upload permitions, i need sponsor.

This simple patch sorts DEBIAN/md5sums and allows reproducible build.

Regards.
Jan

diff -u daemontools-0.76/debian/changelog daemontools-0.76/debian/changelog
--- daemontools-0.76/debian/changelog
+++ daemontools-0.76/debian/changelog
@@ -1,3 +1,11 @@
+daemontools (1:0.76-6.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/implicit: sorted DEBIAN/md5sums to produce reproducible
+    output (Closes: #854145)
+
+ -- Jan Mojžíš   Mon, 29 Oct 2018 08:35:17 +0100
+
 daemontools (1:0.76-6.1) unstable; urgency=medium

  [ Jan Mojzis ]
diff -u daemontools-0.76/debian/implicit daemontools-0.76/debian/implicit
--- daemontools-0.76/debian/implicit
+++ daemontools-0.76/debian/implicit
@@ -87,7 +87,7 @@
        : debian/$*/DEBIAN/md5sums
        @rm -f debian/$*/DEBIAN/md5sums
        @cd debian/$* && find * -path 'DEBIAN' -prune -o \
-        -type f -exec md5sum {} >>DEBIAN/md5sums \;
+        -type f -print0 | LC_ALL=C sort -z | xargs -0r md5sum >DEBIAN/md5sums
        @chmod 644 debian/$*/DEBIAN/md5sums
 %.deb-DEBIAN: %.deb-checkdir %.deb-DEBIAN-base %.deb-DEBIAN-scripts \
          %.deb-DEBIAN-md5sums
  --- End Message ---


Bug#911071: RFS: batctl/2018.3-1~bpo8+1 [BPO]

2018-10-30 Thread Sven Eckelmann
On Mon, 15 Oct 2018 12:41:15 +0200 Sven Eckelmann  wrote:
> Package: sponsorship-requests
> Severity: wishlist
> 
> Dear mentors,
> 
> I am looking for a sponsor for my backport of package "batctl" for 
> jessie-backports-sloppy. It is required to use the netlink batadv commands 
> which were introduced with newer kernel version. There were multiple members 
> of the Freifunk community which observed this problem when they either used a 
> newer backports kernel or when they've build the external batman-adv 
> 2018.2/2018.3 module (which has DEBUGFS disabled by default). Here is an 
> example from yesterday:
[...]

Closing this because jessie-backports-sloppy seems to have been closed (even 
when jessie LTS is still active) and uploads to it are rejected now.

Kind regards,
Sven

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


Bug#911071: marked as done (RFS: batctl/2018.3-1~bpo8+1 [BPO])

2018-10-30 Thread Debian Bug Tracking System
Your message dated Tue, 30 Oct 2018 16:30:00 +0100
with message-id <2479405.f00Y7bhOXi@sven-edge>
and subject line Re: RFS: batctl/2018.3-1~bpo8+1 [BPO]
has caused the Debian Bug report #911071,
regarding RFS: batctl/2018.3-1~bpo8+1 [BPO]
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.)


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

Dear mentors,

I am looking for a sponsor for my backport of package "batctl" for 
jessie-backports-sloppy. It is required to use the netlink batadv commands 
which were introduced with newer kernel version. There were multiple members 
of the Freifunk community which observed this problem when they either used a 
newer backports kernel or when they've build the external batman-adv 
2018.2/2018.3 module (which has DEBUGFS disabled by default). Here is an 
example from yesterday:

 
https://zerobin.fff.community/?ae8511ae06bb09c0#0FvEHmbKsRIQhTsIfhs87iRSbJMtorJ+LRup0N2oz6o=
 can anyone help me, why i can't look in he dat table?
 ChristianD: is bat0 up ?
 and is also ichtostVPN up?
 yes and yews
 it works fine
 the complete mesh works fine, but i can't look into the dat 
table
 ChristianD: looks like you are using a batctl version which cannot 
talk via netlink to batman-adv
 (at least not to the dat cache)
 please update to at least batctl 2018.1
 or enable debugfs again in batman-adv

I am the current maintainer (with Simon) of batctl in Debian. And I also did 
the jessie-backports uploads in the past. But this upload must now go through 
NEW (tested this because I was not sure) and thus I need a sponsor for that.

 * Package name: batctl
   Version : 2018.3-1~bpo8+1
   Upstream Author : Marek Lindner 
 * URL : https://www.open-mesh.org/
 * License : GPL-2
   Section : net

It builds those binary packages:

  batctl - B.A.T.M.A.N. advanced control and management tool

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

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


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

  dget -x 
https://mentors.debian.net/debian/pool/main/b/batctl/batctl_2018.3-1~bpo8+1.dsc

More information about batctl can be obtained from https://open-mesh.org/.

Changes since the last upload (jessie-backports 2018.0-1~bpo8+1):

 batctl (2018.3-1~bpo8+1) jessie-backports-sloppy; urgency=medium
 .
   * Rebuild for jessie-backports-sloppy.
 .
 batctl (2018.3-1) unstable; urgency=medium
 .
   * New Upstream Version
 .
 batctl (2018.2-1) unstable; urgency=medium
 .
   * New Upstream Version
 .
 batctl (2018.1-1~bpo8+1) jessie-backports; urgency=medium
 .
   * Rebuild for jessie-backports.
 .
 batctl (2018.1-1) unstable; urgency=medium
 .
   * New Upstream Version

The full upstream changelog can be found at
https://git.open-mesh.org/batctl.git/blob/HEAD:/CHANGELOG.rst (or in the
package under /usr/share/doc/batctl/changelog.gz)

Regards,
Sven Eckelmann

signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
On Mon, 15 Oct 2018 12:41:15 +0200 Sven Eckelmann  wrote:
> Package: sponsorship-requests
> Severity: wishlist
> 
> Dear mentors,
> 
> I am looking for a sponsor for my backport of package "batctl" for 
> jessie-backports-sloppy. It is required to use the netlink batadv commands 
> which were introduced with newer kernel version. There were multiple members 
> of the Freifunk community which observed this problem when they either used a 
> newer backports kernel or when they've build the external batman-adv 
> 2018.2/2018.3 module (which has DEBUGFS disabled by default). Here is an 
> example from yesterday:
[...]

Closing this because jessie-backports-sloppy seems to have been closed (even 
when jessie LTS is still active) and uploads to it are rejected now.

Kind regards,
Sven

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


Bug#901120: marked as done (RFS: linoleum/1.6-1 [ITP] -- Java desktop environment)

2018-10-30 Thread Debian Bug Tracking System
Your message dated Tue, 30 Oct 2018 16:30:23 +
with message-id 
and subject line closing RFS: linoleum/1.6-1 [ITP] -- Java desktop environment
has caused the Debian Bug report #901120,
regarding RFS: linoleum/1.6-1 [ITP] -- Java desktop environment
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.)


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

Dear mentors,

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

* Package name: linoleum
   Version : 1.6-1
   Upstream Author : Raphael Jolly 
* URL : http://linoleum.java.net/
* License : GPL
  Section : java

It builds those binary packages:

  linoleum   - Java desktop environment and software distribution

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

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

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

  dget -x 
https://mentors.debian.net/debian/pool/main/l/linoleum/linoleum_1.6-1.dsc

More information about linoleum can be obtained from http://linoleum.java.net/

Changes since the last upload:

Initial release.

Regards,
 Raphael Jolly
--- End Message ---
--- Begin Message ---
Package linoleum has been removed from mentors.--- End Message ---


Bug#912201: RFS: manticore/2.7.3 [ITP]

2018-10-30 Thread Dmitry Bogatov


[2018-10-29 09:39] Manticore Search Maintainers 
>   I am looking for a sponsor for my package "manticore"
> dget -x 
> https://mentors.debian.net/debian/pool/main/m/manticore/manticore_2.7.3.dsc

As time of writing (Mon Oct 29 20:44:20 UTC 2018), I see following
issues with package on mentors:

 * Since this package is not debian-specific, and have its own release
   process, package must be foreign (with -1 revision), not native.
 * I have no idea what -DDISTR_BUILD=jessie means, but it looks
   suspicious. New packages are built in sid environment, which in
   future will become stretch release.
 * compat=11 implies --parallel. No need to mention it in `debian/rules'
 * Policy version is old. Current is 4.2.1
 * You claim compat=11, but build-depends on debhelper >= 10. You'd
   better use new style: build-depends on `debhelper-compat (=11)' and
   remove `debian/compat'. See debhelper(7)
 * Maintainer could be a mailing list, but upload is always done by
   human, who is mentioned in `debian/changelog'.
 * Your build system tries to download dependencies. It is wrong. You
   have to declare dependencies in `debian/control' and make sure that
   build success without network access. `unshare -rn' could be of use,
   as more complex sbuild/pbuild solutions.

I will stop here for now.

-- 
Best regards, Dmitry Bogatov, a Debian Developer.

Note, that I fetch/send email at most once every 24 hours. In case of
emergency, use Signal (+7 985 316 75 70) to message/call.



Bug#912313: RFS: tlf/1.3.1-1

2018-10-30 Thread Adam Borowski
On Tue, Oct 30, 2018 at 09:09:27AM +0100, Ervin Hegedüs wrote:
>  * Package name: tlf
>Version : 1.3.1-1

> Changes since the last upload:
> 
>   * Team upload.
>   * New upstream release
>   * Bump compat to 11
>   * Bump Standards-Version to 4.2.1
>   * Added DH_VERBOSE=1 in d/rules
>   * Modified spelling-fixes.patch, some modifications had been
> merged to upstream
>   * Added libcmocka-dev to dependency list in d/control
>   * Removed trailing whitespaces from d/control
>   * Removed dh-autoreconf and autotools-dev packages
> (not required since compat lev 10)
>   * Replaced Priority from extra to optional

diff -Nru tlf-1.3.0/debian/source/include-binaries 
tlf-1.3.1/debian/source/include-binaries
--- tlf-1.3.0/debian/source/include-binaries1970-01-01 01:00:00.0 
+0100
+++ tlf-1.3.1/debian/source/include-binaries2018-10-29 22:38:06.0 
+0100
@@ -0,0 +1,145 @@
+src/addarea.o
+src/addcall.o
+src/addmult.o
+src/addpfx.o
+src/addspot.o
+src/audio.o
+src/autocq.o
+src/background_process.o
+src/bandmap.o
+src/bands.o
+src/cabrillo_utils.o
+src/calledit.o
+src/callinput.o
+src/changefreq.o
+src/changepars.o
+src/checklogfile.o
+src/checkparameters.o
+src/checkqtclogfile.o
+src/cleanup.o
+src/clear_display.o
+src/clusterinfo.o
+src/cw_utils.o
+src/deleteqso.o
+src/displayit.o
+src/dxcc.o
+src/edit_last.o
+src/editlog.o
+src/fldigixmlrpc.o
+src/focm.o
+src/freq_display.o
+src/genqtclist.o
+src/get_time.o
+src/getctydata.o
+src/getexchange.o
+src/getmessages.o
+src/getpx.o
+src/getsummary.o
+src/gettxinfo.o
+src/getwwv.o
+src/grabspot.o
+src/initial_exchange.o
+src/keyer.o
+src/lancode.o
+src/last10.o
+src/listmessages.o
+src/locator2longlat.o
+src/log_to_disk.o
+src/logit.o
+src/logview.o
+src/main.o
+src/makelogline.o
+src/messagechange.o
+src/muf.o
+src/netkeyer.o
+src/nicebox.o
+src/note.o
+src/paccdx.o
+src/parse_logcfg.o
+src/prevqso.o
+src/printcall.o
+src/qrb.o
+src/qsonr_to_str.o
+src/qtc_log.o
+src/qtcutil.o
+src/qtcwin.o
+src/readcabrillo.o
+src/readcalls.o
+src/readctydata.o
+src/readqtccalls.o
+src/recall_exchange.o
+src/rtty.o
+src/rules.o
+src/score.o
+src/scroll_log.o
+src/searchcallarray.o
+src/searchlog.o
+src/sendbuf.o
+src/sendqrg.o
+src/sendspcall.o
+src/set_tone.o
+src/setcontest.o
+src/setparameters.o
+src/show_help.o
+src/showinfo.o
+src/showpxmap.o
+src/showscore.o
+src/showzones.o
+src/sockserv.o
+src/speedupndown.o
+src/splitscreen.o
+src/startmsg.o
+src/stoptx.o
+src/store_qso.o
+src/sunup.o
+src/time_update.o
+src/tlf
+src/ui_utils.o
+src/write_keyer.o
+src/writecabrillo.o
+src/writeparas.o
+src/zone_nr.o
+test/data.o
+test/functions.o
+test/run_addcall
+test/run_addcall.o
+test/run_addmult
+test/run_addmult.o
+test/run_bands
+test/run_bands.o
+test/run_cabrillo
+test/run_cabrillo.o
+test/run_cw_utils
+test/run_cw_utils.o
+test/run_dxcc
+test/run_dxcc.o
+test/run_getctydata
+test/run_getctydata.o
+test/run_initial_exchange
+test/run_initial_exchange.o
+test/run_locator2longlat
+test/run_locator2longlat.o
+test/run_prefix
+test/run_prefix.o
+test/run_score
+test/run_score.o
+test/run_searchlog
+test/run_searchlog.o
+test/run_sendbuf
+test/run_sendbuf.o
+test/run_zone_nr
+test/run_zone_nr.o
+test/test_addcall.o
+test/test_addmult.o
+test/test_bands.o
+test/test_cabrillo.o
+test/test_cw_utils.o
+test/test_dxcc.o
+test/test_getctydata.o
+test/test_initial_exchange.o
+test/test_locator2longlat.o
+test/test_prefix.o
+test/test_score.o
+test/test_searchlog.o
+test/test_sendbuf.o
+test/test_zone_nr.o


I have a feeling you did not quite intend this...


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀ Have you heard of the Amber Road?  For thousands of years, the
⣾⠁⢰⠒⠀⣿⡁ Romans and co valued amber, hauled through the Europe over the
⢿⡄⠘⠷⠚⠋⠀ mountains and along the Vistula, from Gdańsk.  To where it came
⠈⠳⣄ together with silk (judging by today's amber stalls).



Re: Build dependency

2018-10-30 Thread Adam Borowski
On Mon, Oct 29, 2018 at 01:09:54AM +0100, gregor herrmann wrote:
> On Mon, 29 Oct 2018 00:25:35 +0100, Leopold Palomo-Avellaneda wrote:
> 
> > I know that
> > apt-cache rdepends packageX
> > show me the list of the packages that depends of packageX. But, how can
> > I obtain the list of packages that build-depends of packageX?
> 
> reverse-depends -b packageX
> 
> (reverse-depends is in ubuntu-dev-tools)

build-rdeps packageX

(needs just regular devscripts, although you want dose-extra to handle B-Dep
on Dep chains)


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀ Have you heard of the Amber Road?  For thousands of years, the
⣾⠁⢰⠒⠀⣿⡁ Romans and co valued amber, hauled through the Europe over the
⢿⡄⠘⠷⠚⠋⠀ mountains and along the Vistula, from Gdańsk.  To where it came
⠈⠳⣄ together with silk (judging by today's amber stalls).



Bug#912314: marked as done (RFS: psk31lx/2.2-1)

2018-10-30 Thread Debian Bug Tracking System
Your message dated Wed, 31 Oct 2018 00:10:38 +0100
with message-id <20181030231038.rdmlq7iwcpoxd...@angband.pl>
and subject line Re: Bug#912314: RFS: psk31lx/2.2-1
has caused the Debian Bug report #912314,
regarding RFS: psk31lx/2.2-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.)


-- 
912314: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912314
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 "psk31lx"

 * Package name: psk31lx
   Version : 2.2-1
   Upstream Author : TED J WILLIAMS 
 * URL : http://wa0eir.bcts.info/psk31lx.html
 * License : GPL v3
   Section : hamradio

It builds those binary packages:

  psk31lx- PSK31 terminal application with text-based user interface

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

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


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

  dget -x 
https://mentors.debian.net/debian/pool/main/p/psk31lx/psk31lx_2.2-1.dsc

More information about psk31lx can be obtained from
http://wa0eir.bcts.info/psk31lx.html

Changes since the last upload:

  * Team upload
  * New upstream version (Closes: #911780)
  * Removed desktop-category.patch - upstream contains it
  * Removed man-hyphen.patch - upstream contains it
  * Removed new-fsf-address.patch - upstream contains it
  * Removed typo.patch - upstream contains it
  * Aligned no-double-changelog.patch to new upstream
  * Bump Standards-Version to 4.2.1
  * Removed trailing whitespaces from d/control, d/rules,
d/copyright
  * Bump debhelper version to 11.0.0
  * Changed Debian copyright URL to https scheme


Regards,
 Ervin Hegedüs
--- End Message ---
--- Begin Message ---
On Tue, Oct 30, 2018 at 09:19:47AM +0100, Ervin Hegedüs wrote:
>  * Package name: psk31lx
>Version : 2.2-1

> Changes since the last upload:
> 
>   * Team upload
>   * New upstream version (Closes: #911780)
>   * Removed desktop-category.patch - upstream contains it
>   * Removed man-hyphen.patch - upstream contains it
>   * Removed new-fsf-address.patch - upstream contains it
>   * Removed typo.patch - upstream contains it
>   * Aligned no-double-changelog.patch to new upstream
>   * Bump Standards-Version to 4.2.1
>   * Removed trailing whitespaces from d/control, d/rules,
> d/copyright
>   * Bump debhelper version to 11.0.0
>   * Changed Debian copyright URL to https scheme

✓

-- 
⢀⣴⠾⠻⢶⣦⠀ Have you heard of the Amber Road?  For thousands of years, the
⣾⠁⢰⠒⠀⣿⡁ Romans and co valued amber, hauled through the Europe over the
⢿⡄⠘⠷⠚⠋⠀ mountains and along the Vistula, from Gdańsk.  To where it came
⠈⠳⣄ together with silk (judging by today's amber stalls).--- End Message ---


Re: Build dependency

2018-10-30 Thread gregor herrmann
On Tue, 30 Oct 2018 23:52:11 +0100, Adam Borowski wrote:

> > reverse-depends -b packageX
> > (reverse-depends is in ubuntu-dev-tools)
> build-rdeps packageX
> (needs just regular devscripts, although you want dose-extra to handle B-Dep
> on Dep chains)

Interesting, I admit that I didn't know (or didn't remember)
build-rdeps. But:

% reverse-depends -b libdatetime-timezone-perl 
Reverse-Build-Depends-Indep
===
* libcatalyst-plugin-scheduler-perl
* libdatetime-format-dateparse-perl
* libdatetime-format-flexible-perl
* libdatetime-format-ical-perl
* libdatetime-format-natural-perl
* libdatetime-format-pg-perl
* libdatetime-format-strptime-perl
* libdatetime-format-w3cdtf-perl
* libmoosex-types-datetime-perl
* libmoosex-types-iso8601-perl
* libpgobject-type-datetime-perl
* libpoe-component-schedule-perl
* libxml-atom-perl
* pinto
* sqitch
* xmltv

Reverse-Build-Depends
=
* libatompub-perl
* libdatetime-perl
* librdf-closure-perl
* libtypes-datetime-perl


% build-rdeps libdatetime-timezone-perl 
Reverse Build-depends in main:
--

Fatal error in module common/format822.ml: 
 character 0-1: RFC 822 error.
No reverse build-depends found for libdatetime-timezone-perl.

Reverse Build-depends in contrib:
--

Fatal error in module common/format822.ml: 
 character 0-1: RFC 822 error.
No reverse build-depends found for libdatetime-timezone-perl.

Reverse Build-depends in non-free:
--

Fatal error in module common/format822.ml: 
 character 0-1: RFC 822 error.
No reverse build-depends found for libdatetime-timezone-perl.


(dose-extra is installed. Am I missing something else?)


Oh, and:

% build-rdeps --old libdatetime-timezone-perl 
Reverse Build-depends in main:
--

libdatetime-format-pg-perl
xmltv
libmoosex-types-iso8601-perl
libdatetime-format-w3cdtf-perl
librdf-closure-perl
sqitch
libdatetime-format-flexible-perl
libdatetime-format-strptime-perl
libdatetime-perl
pinto
libxml-atom-perl
libmoosex-types-datetime-perl
libatompub-perl
libdatetime-format-ical-perl
libpgobject-type-datetime-perl
libpoe-component-schedule-perl
libcatalyst-plugin-scheduler-perl
libdatetime-format-natural-perl
libdatetime-format-dateparse-perl
libtypes-datetime-perl

Found a total of 20 reverse build-depend(s) for libdatetime-timezone-perl.

Reverse Build-depends in contrib:
--

No reverse build-depends found for libdatetime-timezone-perl.

Reverse Build-depends in non-free:
--

No reverse build-depends found for libdatetime-timezone-perl.



Cheers,
gregor

-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   NP: Derek Patton: Apes in the Rotunda


signature.asc
Description: Digital Signature