Your message dated Thu, 13 Dec 2018 09:00:18 +0000
with message-id <e1gxmqw-0002rm...@fasolo.debian.org>
and subject line Bug#913105: fixed in owfs 3.2p3+dfsg1-1
has caused the Debian Bug report #913105,
regarding owfs: FTBFS with glibc 2.28, upstream cherrypick attached
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.)


-- 
913105: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913105
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: owfs
Version: 3.2p2-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu disco ubuntu-patch



In Ubuntu, the attached patch was applied to achieve the following:

  * from-upstream-major-fix.patch: Cherry-pick upstream fix for glibc 2.28.

This should be fairly self-explanatory.  Enjoy.

... Adam

-- System Information:
Debian Release: buster/sid
  APT prefers disco
  APT policy: (500, 'disco')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-10-lowlatency (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_CA:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru owfs-3.2p2/debian/patches/from-upstream-major-fix.patch 
owfs-3.2p2/debian/patches/from-upstream-major-fix.patch
--- owfs-3.2p2/debian/patches/from-upstream-major-fix.patch     1969-12-31 
17:00:00.000000000 -0700
+++ owfs-3.2p2/debian/patches/from-upstream-major-fix.patch     2018-11-02 
14:59:35.000000000 -0600
@@ -0,0 +1,43 @@
+From 0d5e4ba51d2b90a64f5d310d715ed367bbcc8996 Mon Sep 17 00:00:00 2001
+From: Tomasz Torcz <to...@pipebreaker.pl>
+Date: Sat, 17 Mar 2018 12:56:04 +0100
+Subject: [PATCH] include <sys/sysmacros.h> for major()
+
+  Linux glibc ceased to include it in sys/types.h:
+https://sourceware.org/ml/libc-alpha/2015-11/msg00253.html
+---
+ configure.ac                  | 2 +-
+ module/owlib/src/include/ow.h | 6 +++++-
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 86751bf7..d625d3f0 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -180,7 +180,7 @@ m4_include([src/scripts/m4/acx_pthread.m4])
+ # Checks for header files.
+ AC_HEADER_DIRENT
+ AC_HEADER_STDC
+-AC_CHECK_HEADERS([asm/types.h arpa/inet.h sys/ioctl.h sys/mkdev.h 
sys/socket.h sys/time.h sys/times.h sys/types.h sys/param.h sys/uio.h 
feature_tests.h fcntl.h netinet/in.h stdlib.h string.h strings.h sys/file.h 
syslog.h termios.h unistd.h limits.h stdint.h features.h getopt.h resolv.h 
semaphore.h])
++AC_CHECK_HEADERS([asm/types.h arpa/inet.h sys/ioctl.h sys/mkdev.h 
sys/socket.h sys/sysmacros.h sys/time.h sys/times.h sys/types.h sys/param.h 
sys/uio.h feature_tests.h fcntl.h netinet/in.h stdlib.h string.h strings.h 
sys/file.h syslog.h termios.h unistd.h limits.h stdint.h features.h getopt.h 
resolv.h semaphore.h])
+ AC_CHECK_HEADERS([linux/limits.h linux/types.h netdb.h dlfcn.h])
+ AC_CHECK_HEADERS(sys/event.h sys/inotify.h)
+ 
+diff --git a/module/owlib/src/include/ow.h b/module/owlib/src/include/ow.h
+index 9dbec5f3..0a310552 100644
+--- a/module/owlib/src/include/ow.h
++++ b/module/owlib/src/include/ow.h
+@@ -188,8 +188,12 @@
+ #include <netdb.h>                            /* for getaddrinfo */
+ #endif                                                        /* HAVE_NETDB_H 
*/
+ 
++#ifdef HAVE_SYS_SYSMACROS_H
++#include <sys/sysmacros.h>                    /* for major() */
++#endif                                                        /* 
HAVE_SYS_SYSMACROS_H */
++
+ #ifdef HAVE_SYS_MKDEV_H
+-#include <sys/mkdev.h>                        /* for major() */
++#include <sys/mkdev.h>                        /* for major() on Solaris */
+ #endif                                                        /* 
HAVE_SYS_MKDEV_H */
+ 
+ #include <stddef.h> // for offsetof()
diff -Nru owfs-3.2p2/debian/patches/series owfs-3.2p2/debian/patches/series
--- owfs-3.2p2/debian/patches/series    2018-09-23 14:10:39.000000000 -0600
+++ owfs-3.2p2/debian/patches/series    2018-11-02 15:00:20.000000000 -0600
@@ -6,3 +6,4 @@
 deb-specific-python-install.patch
 deb-specific-owfs-use-config.patch
 deb-specific-systemd-use-conffile.patch
+from-upstream-major-fix.patch

--- End Message ---
--- Begin Message ---
Source: owfs
Source-Version: 3.2p3+dfsg1-1

We believe that the bug you reported is fixed in the latest version of
owfs, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 913...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Danjean <vdanj...@debian.org> (supplier of updated owfs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 11 Dec 2018 20:36:42 +0100
Source: owfs
Binary: owfs-common owfs libow-3.2-3 libowcapi-3.2-3 libow-dev libownet-3.2-3 
libownet-dev owserver ow-shell ow-tools owfs-fuse owhttpd owftpd libow-php7 
libownet-php libow-perl libownet-perl python-ow python3-ow python-ownet 
python3-ownet libow-tcl owfs-doc
Architecture: all amd64 source
Version: 3.2p3+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Vincent Danjean <vdanj...@debian.org>
Changed-By: Vincent Danjean <vdanj...@debian.org>
Closes: 913105
Description: 
 libow-3.2-3 - 1-Wire File System full library
 libowcapi-3.2-3 - 1-Wire File System C library
 libow-dev  - 1-Wire File System (development files)
 libownet-3.2-3 - owserver protocol library
 libownet-dev - owserver protocol library (development files)
 libownet-perl - Perl module for accessing 1-wire networks
 libownet-php - Dallas 1-wire support: PHP OWNet library
 libow-perl - Dallas 1-wire support: Perl5 bindings
 libow-php7 - Dallas 1-wire support: PHP5 bindings
 libow-tcl  - Dallas 1-wire support: Tcl bindings
 owfs-common - common files used by any of the OWFS programs
 owfs       - Dallas 1-wire support
 owfs-doc   - Dallas 1-wire support: Documentation for owfs
 owfs-fuse  - 1-Wire filesystem
 owftpd     - FTP daemon providing access to 1-Wire networks
 owhttpd    - HTTP daemon providing access to 1-Wire networks
 owserver   - Backend server for 1-Wire control
 ow-shell   - shell utilities to talk to an 1-Wire owserver
 ow-tools   - tools to monitor or inspect a ow-server link
 python3-ow - Dallas 1-wire support: Python 3 bindings
 python3-ownet - Python 3 module for accessing 1-wire networks
 python-ow  - Dallas 1-wire support: Python 2 bindings
 python-ownet - Python 2 module for accessing 1-wire networks
Changes:
 owfs (3.2p3+dfsg1-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/watch: Use https protocol
 .
   [ Vincent Danjean ]
   * Add Debian CI
   * d/watch: switch to github
   * Add support for python3
 .
   [ upstream ]
   * v3.2p3 is mainly a bugfix & cleanup release.
   * New Functions
     + Added owcapi "OW_visible" method
     + PHP7 support
     + Add pkg-config entry for owcapi
   * Minor Fixes
     + Fixed OW_init() fail when parsing command line options before calling it
     + Fix glibc major() compat (Closes: #913105)
     + Fix uninstall in certain modules
     + Portable getpagesize
     + Fix generation of OW.pm
     + Add explicit avahi include dir, when enabled
     + Typos in manpages
Checksums-Sha1: 
 5d9bb994b66444453c4995591aebbca4a793b23f 3225 owfs_3.2p3+dfsg1-1.dsc
 6e5eeecd9556979ecd0b1f161bdc47d62aa74e6b 837452 owfs_3.2p3+dfsg1.orig.tar.xz
 62cc0059c24fb94c37481c118f6a2c4b18b9a165 20252 owfs_3.2p3+dfsg1-1.debian.tar.xz
 a4497b18ee6a9f07ff3027224e5bab199c8098c7 10593 
owfs_3.2p3+dfsg1-1_source.buildinfo
 d9d197ef7b750c4942d1caa33fbcfa3b7c026115 1762228 
libow-3.2-3-dbgsym_3.2p3+dfsg1-1_amd64.deb
 2fb3375c6b564cf25687638ea80bd3e85da46ff1 311636 
libow-3.2-3_3.2p3+dfsg1-1_amd64.deb
 5c1c6e52c2db46fd0d2e36121aa44355e928126f 17240 
libow-dev_3.2p3+dfsg1-1_amd64.deb
 0d245e22854da1889cd671d14ba09ba9fec38a8d 60364 
libow-perl-dbgsym_3.2p3+dfsg1-1_amd64.deb
 3216d148be0c022d716796130eb5ae018d79c1df 20568 
libow-perl_3.2p3+dfsg1-1_amd64.deb
 fcd49838e38726fd6a8d082f2ec5d80469eeea92 43856 
libow-php7-dbgsym_3.2p3+dfsg1-1_amd64.deb
 b02cd5576bf18e75592910b99df126c8c7f1eef7 14140 
libow-php7_3.2p3+dfsg1-1_amd64.deb
 74673dd0c6945c0727ac3fae115034af0411e5c7 48328 
libow-tcl-dbgsym_3.2p3+dfsg1-1_amd64.deb
 356d239b134acca90e98c55ed345f8e0b0127c56 20616 
libow-tcl_3.2p3+dfsg1-1_amd64.deb
 9e7cc78ee92ff8990c03984ba930ea6e02959156 20752 
libowcapi-3.2-3-dbgsym_3.2p3+dfsg1-1_amd64.deb
 9996383361b8b26af0b83fc9c92f5e27f6f38c08 12172 
libowcapi-3.2-3_3.2p3+dfsg1-1_amd64.deb
 29ef21f765ac3c2e8cf12f42a31e61562aa9f9ed 69044 
libownet-3.2-3-dbgsym_3.2p3+dfsg1-1_amd64.deb
 31ab4e6c7a6119d1dbfb57f0f139ef894de6a0c7 25680 
libownet-3.2-3_3.2p3+dfsg1-1_amd64.deb
 b6c2d8b3411e9ec17f3805864c25cb9d184548f2 16044 
libownet-dev_3.2p3+dfsg1-1_amd64.deb
 b99db0111094b945e7a2d1d2cceeac60669678e5 30016 
libownet-perl_3.2p3+dfsg1-1_all.deb
 6c55ff09db92489b162c5f8b999e99e34ac51517 17804 
libownet-php_3.2p3+dfsg1-1_all.deb
 1d65d3c5d8b537ad9a8ec8262eaba01be4c00c51 303388 
ow-shell-dbgsym_3.2p3+dfsg1-1_amd64.deb
 b4287ab511b677e8b56a4ed15de5e71230fc00b6 33900 ow-shell_3.2p3+dfsg1-1_amd64.deb
 6dab88d3d4ab8f26875b377033c0e0c9741814b6 28704 ow-tools_3.2p3+dfsg1-1_all.deb
 66aa02183bac8026c35f86dc300a05e7be78f728 17532 
owfs-common_3.2p3+dfsg1-1_all.deb
 c1fea3f7e12f4fd83849edfb098a72d398f89757 201356 owfs-doc_3.2p3+dfsg1-1_all.deb
 97695ba43623104b21015e6676a5a2ae8d6486db 42192 
owfs-fuse-dbgsym_3.2p3+dfsg1-1_amd64.deb
 078d5ae9335ce9a8efd48db2652d72972f4db4ce 23908 
owfs-fuse_3.2p3+dfsg1-1_amd64.deb
 25d0293f2233d70d4bc1b3a84f7bd1913f7040ba 9208 owfs_3.2p3+dfsg1-1_all.deb
 46b234c4788b81950a4cafbdf7d4a358b3bbffa1 18308 
owfs_3.2p3+dfsg1-1_amd64.buildinfo
 ddfbeaba756f334e6ed675dfb12234af7e5fdaeb 131252 
owftpd-dbgsym_3.2p3+dfsg1-1_amd64.deb
 77ca665f8dcf411584c5d2b03a5eeae04587dedd 49300 owftpd_3.2p3+dfsg1-1_amd64.deb
 2057e715e3ba71c5f053954840afae36787f01d5 87984 
owhttpd-dbgsym_3.2p3+dfsg1-1_amd64.deb
 9932516ac170c62239aab35fcbcb6d0a94502b61 33060 owhttpd_3.2p3+dfsg1-1_amd64.deb
 f8cfcfbe1e57b042953cf52f8db61cf2b6358e25 87388 
owserver-dbgsym_3.2p3+dfsg1-1_amd64.deb
 8ce9dcc9b9deed3a7324c3f7f05a4f29cb456ea6 32968 owserver_3.2p3+dfsg1-1_amd64.deb
 7ae45cd3dc67960823bb12d39c28edd99903867b 50852 
python-ow-dbgsym_3.2p3+dfsg1-1_amd64.deb
 4fd616aadf74f6dcff54e7d21074e92f49c58371 33200 
python-ow_3.2p3+dfsg1-1_amd64.deb
 2865a5288c72af590f2f317c1d5e94a3ead0cf71 16432 
python-ownet_3.2p3+dfsg1-1_all.deb
 8009b4a39ea5eb863c8fbc38d3a344150bf49fb5 107272 
python3-ow-dbgsym_3.2p3+dfsg1-1_amd64.deb
 3eab88255419d4d06aad2ba4f11e498639597339 34424 
python3-ow_3.2p3+dfsg1-1_amd64.deb
 52bb7326e8b396d55a001e48bde2128dda5bf267 16508 
python3-ownet_3.2p3+dfsg1-1_all.deb
Checksums-Sha256: 
 b4eb7a40665ea13322737838aa4c3c5bf5fe301b25905b9f7308d13128a67002 3225 
owfs_3.2p3+dfsg1-1.dsc
 efd9a7c5b02e9e8436e0dd1bc62370582497324a7281c058e0dc1443b7789d7c 837452 
owfs_3.2p3+dfsg1.orig.tar.xz
 a22086d0f8b740553fc63a6ba38e366ac3c6e0247c3ddb0c03bc443c317d41fa 20252 
owfs_3.2p3+dfsg1-1.debian.tar.xz
 baff283c8dd449e3351e34012edfc7316b749ed14ed0dcedf016a6e304ebc426 10593 
owfs_3.2p3+dfsg1-1_source.buildinfo
 d74529e4493f6319137965d19ccc0c9033dc4701b64fb0406eb040430d0d8b58 1762228 
libow-3.2-3-dbgsym_3.2p3+dfsg1-1_amd64.deb
 dabe7db6f5ce818ae6f3aaa9ca4149f8bcc229f277045f95cba23ef3e8c887f6 311636 
libow-3.2-3_3.2p3+dfsg1-1_amd64.deb
 0d7b43e6002955687fa7965b7a9e401ebff6a72bd6a25635680b5af427be45e7 17240 
libow-dev_3.2p3+dfsg1-1_amd64.deb
 a57a26e0138b5e7a6217afc108fa96ffe3af1a95957f4a11c202c7fc93bac763 60364 
libow-perl-dbgsym_3.2p3+dfsg1-1_amd64.deb
 3b72073b23e7a4a7f6f84d35f999ae48091c982276e965d454d5d41455d3c0fc 20568 
libow-perl_3.2p3+dfsg1-1_amd64.deb
 e86e56e65f697a7c5e2f963f9c0a68b4fa15548dcfd5ee7615039e55e01e1eb2 43856 
libow-php7-dbgsym_3.2p3+dfsg1-1_amd64.deb
 5299c474eb5d5e4fcbb1475f439c175e3e5269b75b714631aa816922d7b085ae 14140 
libow-php7_3.2p3+dfsg1-1_amd64.deb
 4f20aaa0af700a095d4668eed4e068c7192100d5f6989af221755e395d0c34f0 48328 
libow-tcl-dbgsym_3.2p3+dfsg1-1_amd64.deb
 744e75cd7ba394eddea91ef099d45be7cc41a5189503a9584c730e57240d546a 20616 
libow-tcl_3.2p3+dfsg1-1_amd64.deb
 1df0ee04719b17c9891d7a5090ef3e002a0fc5e490fbc38ff88acae9f83812ce 20752 
libowcapi-3.2-3-dbgsym_3.2p3+dfsg1-1_amd64.deb
 1ac2c8b9f4039c76665e7a022e00926f2b91d03477c172fbf2ccfe1ff6a1175d 12172 
libowcapi-3.2-3_3.2p3+dfsg1-1_amd64.deb
 b8d656d3393ff804fc772124c29df36ec60564205a51e73b85efc6828b3921b4 69044 
libownet-3.2-3-dbgsym_3.2p3+dfsg1-1_amd64.deb
 70d7df39f43ed38a8cde41f1212852e05e65f14297ebbdb7f20658c459925721 25680 
libownet-3.2-3_3.2p3+dfsg1-1_amd64.deb
 19a166050a86e2d2a802074b36ac0b5ad7b4de90febc5bdd11068e17845f4c29 16044 
libownet-dev_3.2p3+dfsg1-1_amd64.deb
 158ee31bb62a2e301fd79e73673d7fd90e295d712869212066d2b3b4736a7185 30016 
libownet-perl_3.2p3+dfsg1-1_all.deb
 17b2dae85008c20c8f6d014173406883ee0e5a86324074b729e004ef56dfa3a4 17804 
libownet-php_3.2p3+dfsg1-1_all.deb
 28a36e83a4b446b1f00bcb1254e317e4de675ef2924057463f8f46ddc6144391 303388 
ow-shell-dbgsym_3.2p3+dfsg1-1_amd64.deb
 0d641e0db42d85c00b5b85a67c5caa4f624aa79d153014c614a806ca1636240b 33900 
ow-shell_3.2p3+dfsg1-1_amd64.deb
 eb58bf52ea7f2c1e1a6b2bd76d292cbde7c06cc6e34304064cbba22e08a91103 28704 
ow-tools_3.2p3+dfsg1-1_all.deb
 8046290f71fb95a20afffe1220b76810a32def3453aa22e47097021bc320b93d 17532 
owfs-common_3.2p3+dfsg1-1_all.deb
 bc4521ca5ef7ce260b565b2a3ae0a19b7c729415ab23f3218fc0f5b182b92037 201356 
owfs-doc_3.2p3+dfsg1-1_all.deb
 3b89c3d44728530076cae3f4c9416c879ac7454886ee311ab8aba0221532afe4 42192 
owfs-fuse-dbgsym_3.2p3+dfsg1-1_amd64.deb
 ced6ff25145bc4a0071f0444908112470c7018212a7df07d60bffb4a09ce2288 23908 
owfs-fuse_3.2p3+dfsg1-1_amd64.deb
 c159e99c7e1433df81882de2d65b8810e2c7d36ce197e7d17f93e8a585a67f03 9208 
owfs_3.2p3+dfsg1-1_all.deb
 1c6621f6dae1ff62bac3883cd1848332764a4cbe20b50a8399b9edd971708a03 18308 
owfs_3.2p3+dfsg1-1_amd64.buildinfo
 3be8c597f2d7719773c0ea415e6cb2ce9234900ce60b90f175838ad914cf09d7 131252 
owftpd-dbgsym_3.2p3+dfsg1-1_amd64.deb
 8094722dca3497aaa71385722f3c906b6ad9f3add1a775c026a8e7450c897aff 49300 
owftpd_3.2p3+dfsg1-1_amd64.deb
 6e19b7cbe12f177b1d5294d81fd4d1434f9c51f56442d8575d184da917842412 87984 
owhttpd-dbgsym_3.2p3+dfsg1-1_amd64.deb
 5205137c64780a2c743dadd8349c5611b8b5c9e959a430135a0946e3342c3f83 33060 
owhttpd_3.2p3+dfsg1-1_amd64.deb
 309d34a954af9e3ea12d0dc8d63c79759c9570e1fa31c3c9214ba7b462be22aa 87388 
owserver-dbgsym_3.2p3+dfsg1-1_amd64.deb
 61d262bf8730ff5e5e622937871f24f7a9d4b280d9236505ecaf0899f13fe914 32968 
owserver_3.2p3+dfsg1-1_amd64.deb
 e0e5357b64b62a2c30124b287953a2a19e0180160f1301730249e54497e11028 50852 
python-ow-dbgsym_3.2p3+dfsg1-1_amd64.deb
 bf9e7aed571fef9602f522da4d14701075c2cf1cc0383db746a0f3a7412c54fa 33200 
python-ow_3.2p3+dfsg1-1_amd64.deb
 556909ed6457ba37840ca30e982acccfc5e78f4f78c91a2f59f2de1b02657a79 16432 
python-ownet_3.2p3+dfsg1-1_all.deb
 fc9be45d84e79ed1ab616c574664117cddffc777da619a2497ea1c6662d77f53 107272 
python3-ow-dbgsym_3.2p3+dfsg1-1_amd64.deb
 44b8ff10b6d14fa21d670f758149dc570437789dd34fd56a0cead860b35c9ed0 34424 
python3-ow_3.2p3+dfsg1-1_amd64.deb
 b3259d21085c8937ed2a02cf0b35fa1671178717a9e6916ad345a354dc50e4d8 16508 
python3-ownet_3.2p3+dfsg1-1_all.deb
Files: 
 c26e3e374338c017d01d0c6cdd1e8176 3225 electronics optional 
owfs_3.2p3+dfsg1-1.dsc
 ee85a1d9829d7815a8ff8cbc0127f7da 837452 electronics optional 
owfs_3.2p3+dfsg1.orig.tar.xz
 8160331f24d4b994f44809d27ede9c76 20252 electronics optional 
owfs_3.2p3+dfsg1-1.debian.tar.xz
 998d7a9a6189eea6998d058ad4f7bb6d 10593 electronics optional 
owfs_3.2p3+dfsg1-1_source.buildinfo
 b0b4c5db0b3507dd13f6a40e848995db 1762228 debug optional 
libow-3.2-3-dbgsym_3.2p3+dfsg1-1_amd64.deb
 7d39bb1d04e23f66c8bf99ba9367d736 311636 libs optional 
libow-3.2-3_3.2p3+dfsg1-1_amd64.deb
 6119f90234aeaae698c20328ba358e67 17240 libdevel optional 
libow-dev_3.2p3+dfsg1-1_amd64.deb
 625582cd136602f4f74665be4bad9674 60364 debug optional 
libow-perl-dbgsym_3.2p3+dfsg1-1_amd64.deb
 6b439b0e73784282649d4776f21c0c38 20568 perl optional 
libow-perl_3.2p3+dfsg1-1_amd64.deb
 649bfe43a4d04ac205eff89dc5434b86 43856 debug optional 
libow-php7-dbgsym_3.2p3+dfsg1-1_amd64.deb
 4b8545f0a4e4fdef31c2eec4d9d7cfe2 14140 php optional 
libow-php7_3.2p3+dfsg1-1_amd64.deb
 4bc495b57d8b1c11342abb1fa3eb87b7 48328 debug optional 
libow-tcl-dbgsym_3.2p3+dfsg1-1_amd64.deb
 d46d297d258c51a464ac3101a49d7f49 20616 interpreters optional 
libow-tcl_3.2p3+dfsg1-1_amd64.deb
 0ad5cf9da7aaf83752479b4284fe4915 20752 debug optional 
libowcapi-3.2-3-dbgsym_3.2p3+dfsg1-1_amd64.deb
 33da379ccee845cee243c8e41d4b08c7 12172 libs optional 
libowcapi-3.2-3_3.2p3+dfsg1-1_amd64.deb
 a3427d07eee6b1437da67ffcfa9854a6 69044 debug optional 
libownet-3.2-3-dbgsym_3.2p3+dfsg1-1_amd64.deb
 e92867ba225ba7efd5b11c33f70e14cd 25680 libs optional 
libownet-3.2-3_3.2p3+dfsg1-1_amd64.deb
 820c57dc001aff5fcf3ed8807defdacf 16044 libdevel optional 
libownet-dev_3.2p3+dfsg1-1_amd64.deb
 0216388f3b4ea10d7b69d728fd465ea0 30016 perl optional 
libownet-perl_3.2p3+dfsg1-1_all.deb
 7c946cb08ed113de00719985d616338d 17804 web optional 
libownet-php_3.2p3+dfsg1-1_all.deb
 585eb7fa1a033edd0787c6aca61c54a8 303388 debug optional 
ow-shell-dbgsym_3.2p3+dfsg1-1_amd64.deb
 7e25fa552ca8022f9862424ff712034a 33900 electronics optional 
ow-shell_3.2p3+dfsg1-1_amd64.deb
 695521c7d8b733099eef2ace0eb45507 28704 electronics optional 
ow-tools_3.2p3+dfsg1-1_all.deb
 d168286b2e44652b21301178f19c6e12 17532 electronics optional 
owfs-common_3.2p3+dfsg1-1_all.deb
 d477cebd6409dc8552e3f6f6139cea59 201356 doc optional 
owfs-doc_3.2p3+dfsg1-1_all.deb
 f5c35507b95483f5ac9791d56d25f2ce 42192 debug optional 
owfs-fuse-dbgsym_3.2p3+dfsg1-1_amd64.deb
 df708a2cc860dc254a0156ab24c47a9a 23908 electronics optional 
owfs-fuse_3.2p3+dfsg1-1_amd64.deb
 e92e8e6ecb757ed1101bd1f783f680f0 9208 electronics optional 
owfs_3.2p3+dfsg1-1_all.deb
 cecce0f4eefc3cde69c2d248d2f2141b 18308 electronics optional 
owfs_3.2p3+dfsg1-1_amd64.buildinfo
 fd175234f3ded926d827d30ccf89a09d 131252 debug optional 
owftpd-dbgsym_3.2p3+dfsg1-1_amd64.deb
 100da718aab7d2feeb9d2b68ec916d6d 49300 electronics optional 
owftpd_3.2p3+dfsg1-1_amd64.deb
 ee676c1b190f90c800c42f517e10caa2 87984 debug optional 
owhttpd-dbgsym_3.2p3+dfsg1-1_amd64.deb
 59f09e42d1a4fe023d961447c5748636 33060 electronics optional 
owhttpd_3.2p3+dfsg1-1_amd64.deb
 cca619eaa3ffdb53ecae82977bbf3bb3 87388 debug optional 
owserver-dbgsym_3.2p3+dfsg1-1_amd64.deb
 fbe77486e1d53c5e658bbb5f7f1e9473 32968 electronics optional 
owserver_3.2p3+dfsg1-1_amd64.deb
 390518efac0ac41c358a0b3f9be1a42f 50852 debug optional 
python-ow-dbgsym_3.2p3+dfsg1-1_amd64.deb
 4e57d27994409dfc88daebe3d47d8ed2 33200 python optional 
python-ow_3.2p3+dfsg1-1_amd64.deb
 708437f6f85a34170f1e6a4e19feb79e 16432 python optional 
python-ownet_3.2p3+dfsg1-1_all.deb
 6fd89c993217a6572ef140bdb7c136d3 107272 debug optional 
python3-ow-dbgsym_3.2p3+dfsg1-1_amd64.deb
 93d6ee832248152ce7304038feb1ad0c 34424 python optional 
python3-ow_3.2p3+dfsg1-1_amd64.deb
 857c1195b8dcbd0bbe7b564f7202402e 16508 python optional 
python3-ownet_3.2p3+dfsg1-1_all.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEE+JeSXDEY4vnrLgRlkfeY37Ht1EFAlwQKRQACgkQlkfeY37H
t1HLBBAAlH5yvGlHlliKIDNFKdHutAcS8CPYpXyHwjUAXJ5v244f4JEF8zM3vEy2
X/SibDVK2ePrgOEZjl+sfJ/PGCQFRms0l+DYlxDO7aMoDN6VY3L0Vze9gyPWvMEW
AyaFRPuJoTnRPZcAenUPzzjFN2+xQuAwlrWCrK/zqEBJGI6GQDKe6svXn5QGL9y7
I6h08F+oawOuby1V7hnEGiQuzSoQrYGfJ5Or6baKZDoZv1GM1N3CDbk4Cs5Psxt5
Q+Chw8lsSvdb4cItKkEs6rMAgIvFk8Yb/CV+R6m2fx237xOcYBh4x50a2n0PkxCr
63pk3cvyC1vvVeBKCYK46PTndS38BF72mb+np/oLudU0cr7LPK5ZNPOYtFJB2joB
s3wlZqX3Y5wVG+f+dDY88q1ktu1z+VkpPcynttwaWz/wweqPmyByh2rCHmBL8W7r
WycJmW+tcgMiDM5ARdXy+kv4m79EgTjwzex8ayJfEoKzwVYQcz4d2embhTKirQ02
inrEaDvEitStRR7KdnAMKH/vZbKNeoKk3wJdlHIIhCG/DN0nCwUDw6b13GxYT7pk
jVgDFSyeHukTU9N+8lOGMNT0frMY75m3SfeNrtr6cNPFeLgInA34m5WMtdAfFx1s
7QseVeU4fLfNhlhgvfRCjBxS5eShpz71hHAJ4KHbMBw2vnPRwTs=
=o8eN
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to