Your message dated Sun, 21 Oct 2018 19:04:18 +0000
with message-id <[email protected]>
and subject line Bug#903846: fixed in adasockets 1.11.1-2
has caused the Debian Bug report #903846,
regarding adasockets: please rebuild with gcc-8
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 [email protected]
immediately.)
--
903846: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903846
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: adasockets
Version: 1.10.1-1
Severity: minor
Tags: patch
Hello.
Please consider the attached patch, motivated by
https://lists.debian.org/debian-ada/2018/05/msg00004.html.
It also packages latest upstream release,
and most probably closes: #903324.
Thanks.
diff --git a/debian/changelog b/debian/changelog
index cf0d828..56b1f0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+adasockets (1.11.1-0.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * New upstream version, built with gcc-8.
+ Rename shared library and -dev package per Debian Ada policy.
+ * Drop trailing white spaces in this changelog.
+ * Debhelper 11. Staging directory is now implicit.
+ Really install debian/README.Debian.
+ * Standards-Version: 4.1.5. Drop obsolete dependencies.
+ * Let autopkgtest produce more debugging information.
+
+ -- Nicolas Boulenguez <[email protected]> Sun, 15 Jul 2018 20:23:02 +0200
+
adasockets (1.10.1-1) unstable; urgency=medium
* Acknowledge NMUs 1.9-1.1 and 1.10.1-0.1. Thank you, Nicolas.
@@ -115,7 +128,7 @@ adasockets (1.8.6-3) unstable; urgency=low
* New shared library file name libadasockets.so.2.0.0.
* Modified soname in configure/configure.ac.
(Closes: #562872).
- * Change architecture to any (to match gnat-4.4).
+ * Change architecture to any (to match gnat-4.4).
(Closes: #568433, #542409).
* Bump standards version to 3.8.4.
* Add ${misc:Depends} to Depends.
@@ -131,7 +144,7 @@ adasockets (1.8.6-2) unstable; urgency=low
* Bump gnat version to 4.3.
* Add mips and mipsel architectures.
- * Depend on texlive instead of tetex-bin.
+ * Depend on texlive instead of tetex-bin.
* Bump standards version to 3.8.0.
-- Phil Brooke <[email protected]> Fri, 18 Jul 2008 07:31:54 +0100
@@ -178,7 +191,7 @@ adasockets (1.8.4.7-4) unstable; urgency=medium
* Assorted suggestions from Ludovic Brenta (thanks!):
* libadasockets-dev: .ads and .adb files are now in
/usr/share/ada/adainclude/adasockets.
- * libadasockets-dev: .ali files are now in
+ * libadasockets-dev: .ali files are now in
/usr/lib/ada/adalib/adasockets.
* adasockets-config.in also modified. Will not remove this file
as requested by bug 383434 because it might be useful to users still.
@@ -229,7 +242,7 @@ adasockets (1.8.4.4-1) unstable; urgency=low
* New upstream release.
* Refreshed the debian/orig directory.
- * Added texinfo package to build depends so that `makeinfo' is available
+ * Added texinfo package to build depends so that `makeinfo' is available
(closes: #253703).
-- Phil Brooke <[email protected]> Sat, 26 Jun 2004 16:31:30 +0100
@@ -278,7 +291,7 @@ adasockets (1.7-1) unstable; urgency=low
* New upstream release.
* libadasockets0-dev package now in section libdevel.
- * Working around dpkg-source's objections to doc/adasockets.pdf being
+ * Working around dpkg-source's objections to doc/adasockets.pdf being
regenerated.
-- Phil Brooke <[email protected]> Wed, 6 Aug 2003 23:26:07 +0100
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index 5cd6771..eb52ee4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,20 @@ Source: adasockets
Maintainer: Phil Brooke <[email protected]>
Section: devel
Priority: optional
-Standards-Version: 4.1.0
+Standards-Version: 4.1.5
+Rules-Requires-Root: no
Build-Depends:
- gnat, gnat-7,
+ gnat, gnat-8,
# Note: debian/rules reads this lines to find gnat_version.
- debhelper (>= 10),
+ debhelper (>= 11),
texinfo, texlive,
- dpkg-dev (>= 1.16.1),
-# providing /usr/share/dpkg/default.mk
autogen
# see doc/Makefile.am
Homepage: https://www.rfc1149.net/devel/adasockets.html
-Package: libadasockets7-dev
+Package: libadasockets8-dev
Architecture: any
-Depends: gnat, gnat-7, libadasockets7 (=${binary:Version}), ${misc:Depends}, dpkg (>= 1.15.4) | install-info
+Depends: gnat, gnat-8, libadasockets8 (=${binary:Version}), ${misc:Depends}
Section: libdevel
Description: bindings for socket services in Ada: development files
This package provides a binding for socket services to be used with GNAT
@@ -26,7 +25,7 @@ Description: bindings for socket services in Ada: development files
This package provides the Ada programmer with headers and libraries used
to build Ada programs that use sockets services.
-Package: libadasockets7
+Package: libadasockets8
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
diff --git a/debian/copyright b/debian/copyright
index a9cb480..ae90e62 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,12 +3,12 @@ Upstream-Name: AdaSockets
Source: https://github.com/samueltardieu/adasockets
Files: *
-Copyright: 1998-2016 Samuel Tardieu <[email protected]>
+Copyright: 1998-2017 Samuel Tardieu <[email protected]>
1999-2003 ENST http://www.enst.fr/
License: GPL-2+-with-generic-exception
Files: doc/*
-Copyright: 2002-2013 Samuel Tardieu <[email protected]>
+Copyright: 2002-2017 Samuel Tardieu <[email protected]>
License: old-FSF-doc-license
Files: support/git2cl
@@ -20,7 +20,7 @@ License: GPL-2+
Files: debian/*
Copyright: 1998-2002 Samuel Tardieu <[email protected]>
- 2002-2016 Phil Brooke <[email protected]>
+ 2002-2017 Phil Brooke <[email protected]>
License: GPL-2+-with-generic-exception
License: GPL-2+
diff --git a/debian/docs b/debian/docs
index e535c17..39bdd2d 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,3 +1,3 @@
README.md
-README.Debian
-debian/tmp/usr/share/doc/adasockets/*
+debian/README.Debian
+usr/share/doc/adasockets/*
diff --git a/debian/info b/debian/info
index 862245b..7614019 100644
--- a/debian/info
+++ b/debian/info
@@ -1 +1 @@
-debian/tmp/usr/share/info/adasockets.info
+usr/share/info/adasockets.info
diff --git a/debian/manpages b/debian/manpages
index 8d99093..db93f50 100644
--- a/debian/manpages
+++ b/debian/manpages
@@ -1 +1 @@
-debian/tmp/usr/share/man/man1/adasockets-config.1
+usr/share/man/man1/adasockets-config.1
diff --git a/debian/patches/set-soname.diff b/debian/patches/set-soname.diff
index 6dfc4de..47eae44 100644
--- a/debian/patches/set-soname.diff
+++ b/debian/patches/set-soname.diff
@@ -8,7 +8,7 @@ Forwarded: not-needed
# Package description
#
-LIBVERSIONINFO=1:0:0
-+LIBVERSIONINFO=7:0:0
++LIBVERSIONINFO=8:0:0
AC_SUBST(LIBVERSIONINFO)
AM_PROG_LIBTOOL
#
diff --git a/debian/rules b/debian/rules
index 5963ee5..5f92fdb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# Set DEB_HOST_MULTIARCH and friends.
-
-define new_line :=
-
-
-endef
-$(eval $(addsuffix $(new_line),$(shell sed -n '\
+$(foreach line,$(shell sed -n '\
s/^ gnat, gnat-\([0-9.]\+\),$$/ \
GNAT_VERSION:=\1 \
/p;\
@@ -20,7 +14,7 @@ $(eval $(addsuffix $(new_line),$(shell sed -n '\
s/^Package: \(libadasockets[0-9.]\+-dev\)$$/ \
DEV_PKG:=\1 \
/p;\
- ' debian/control)))
+ ' debian/control),$(eval $(line)))
DEB_BUILD_MAINT_OPTIONS := hardening=+all
include /usr/share/dpkg/default.mk
include /usr/share/ada/debian_packaging-$(GNAT_VERSION).mk
@@ -51,12 +45,6 @@ debian/doc-base: debian/doc-base_sed
override_dh_clean:
dh_clean $(sed_generated)
-# Without this, version.texi is not generated and texinfo fails.
-.PHONY: override_dh_auto_build
-override_dh_auto_build:
- $(MAKE) -C doc version.texi
- dh_auto_build
-
.PHONY: override_dh_install
override_dh_install:
dh_install -p$(DEV_PKG) usr/bin/adasockets-config
diff --git a/debian/tests/link-with-shared b/debian/tests/link-with-shared
index 6ae31bb..80d6135 100644
--- a/debian/tests/link-with-shared
+++ b/debian/tests/link-with-shared
@@ -7,7 +7,7 @@ cd "$ADTTMP"
cp -a /usr/share/doc/$DEV_PKG/examples .
cd examples
-gprbuild examples.gpr
+gprbuild -v examples.gpr
rm -f *.ali *.o
--- End Message ---
--- Begin Message ---
Source: adasockets
Source-Version: 1.11.1-2
We believe that the bug you reported is fixed in the latest version of
adasockets, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Phil Brooke <[email protected]> (supplier of updated adasockets 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 21 Oct 2018 15:19:32 +0100
Source: adasockets
Binary: libadasockets8-dev libadasockets8
Architecture: source amd64
Version: 1.11.1-2
Distribution: unstable
Urgency: medium
Maintainer: Phil Brooke <[email protected]>
Changed-By: Phil Brooke <[email protected]>
Description:
libadasockets8 - bindings for socket services in Ada: shared library
libadasockets8-dev - bindings for socket services in Ada: development files
Closes: 903324 903846
Changes:
adasockets (1.11.1-2) unstable; urgency=medium
.
* Re-upload to carry changes from experimental to unstable (for
GNAT-8 transition), closes: 903846.
* The 1.11.1-1 fix re: debian/README.Debian closes: #903324.
Checksums-Sha1:
f7850b07123ec985b788c44fb5667c68f35647dc 1922 adasockets_1.11.1-2.dsc
72595fee9bb52abd2245b3995d302f23bd7f1ca6 8444 adasockets_1.11.1-2.debian.tar.xz
e93d8f0e357f040d69be454c30b1e78912156aeb 9085
adasockets_1.11.1-2_amd64.buildinfo
2ece63de639c07ff5bca49e6ba4a63faa7e9bcdd 61152
libadasockets8-dbgsym_1.11.1-2_amd64.deb
dcc47210aa8e712b96ae40c8e9ade7ed5637051a 333968
libadasockets8-dev_1.11.1-2_amd64.deb
ce3d19c5181aabee930500e9bc831d185b181730 36088
libadasockets8_1.11.1-2_amd64.deb
Checksums-Sha256:
a1fc55d6a983ec01c7ea241fe9181fcf31d77b570e76c957f342a6cc466a70f5 1922
adasockets_1.11.1-2.dsc
97c06f395b24a5250cad9196a7e1c6bb47e4d9d1b2d09b79386153f984c37bb1 8444
adasockets_1.11.1-2.debian.tar.xz
ba1a1111c57554be19068e24afd32fc5b655a228c21476e4be8d59463b04b9df 9085
adasockets_1.11.1-2_amd64.buildinfo
5ab4cc0cc9083b13380e78ff20936b2fe6f6166b6ccc5b20134a6ab4fc6bd110 61152
libadasockets8-dbgsym_1.11.1-2_amd64.deb
3ac0befa6b3cf173f1fa080255d5131730230b241758e2412f3d6023ef92491a 333968
libadasockets8-dev_1.11.1-2_amd64.deb
4f7f3965d78761aa5b0eb6087ee1086f35270feb014b6a13731b74ae91e4c8a2 36088
libadasockets8_1.11.1-2_amd64.deb
Files:
98e259fb5e996c6108e383c17f211547 1922 devel optional adasockets_1.11.1-2.dsc
1ae3ea28fc686e6484587806252a5f1d 8444 devel optional
adasockets_1.11.1-2.debian.tar.xz
cba1cc57bb295467e204570ef225cb11 9085 devel optional
adasockets_1.11.1-2_amd64.buildinfo
99763775d9d1dac91082f012c90b4647 61152 debug optional
libadasockets8-dbgsym_1.11.1-2_amd64.deb
3bd9b18ba5816518464ec65bcc9a0f6f 333968 libdevel optional
libadasockets8-dev_1.11.1-2_amd64.deb
956cf3202cab94dc0461ded0adf311d5 36088 libs optional
libadasockets8_1.11.1-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEKCMADj+pj/jrfBAKgZ0nig5vmSoFAlvMx+4ACgkQgZ0nig5v
mSqtDQ/9E+7RLkI7kT/kvO4mrDrC8bPwMT1+Pd2590GOi1VQgI7yzjey8+OGzQF1
7zzRx1kXGKjYp7vJXDyXWiVXqT0uJjeCrXbgNx61aaTFdIRldN35S6SSixFgYpRG
hG+1OtG3khvt/IkFoqEnsabxQbJJ2NeBeCO/vtT6Wd97vVjoOcoWof4buM7Q1Xel
xEmZTIqoi7m2F7okoCKUij3Nf6M0rhAeuo0pCmvFVF1FiE7TXhHHUWoW5937cjnI
PlcuzIFmA6PFhH0r6xHTe+J8jK3JgOCvE+3A/Vbhb2AmW+hqpm1TVxc4aMfi5cmg
FyPWrelaIYgvrPdSRWnurlvTTv9FTJxMJlMw8+t6AG4wmH70kB9Eb8Rw/QQ8WYoa
2lhthlwwOTXWD6/C8bQm6osRN74eMlcAaeyRr5SPvQkSvAgRQicVbv3ac8zk1uCW
PuMRq+Sj9QRXNt+RR4rTgIpCH0WyaYv1g41L0p3SaPSw0cJ0q3/Dt9QucoQBpl/4
J2aeWsf+ekalnEWlpfy8m2raWcGzIsXmmtoCWNVJwCQjIEpjbnzvXyMEAOw55we8
Waeqb/nJVCBsgO+4th+Gw0kKd6JMU5MZCneGRgPol2Tadd9Q2UXvDSShCiMtCxL7
bsgBccZ4eafaHglSV4mMa6irHgxw8Pg5zspkjYEO+CfV+lpocQc=
=N+uN
-----END PGP SIGNATURE-----
--- End Message ---