Your message dated Tue, 27 Aug 2019 01:03:47 +0000
with message-id <e1i2ptj-000cy0...@fasolo.debian.org>
and subject line Bug#935847: Removed package(s) from unstable
has caused the Debian Bug report #809530,
regarding Please set CMake Policy 0059 to avoid loads of warnings
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.)
--
809530: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809530
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: automoc
Version: 1.0~version-0.9.88-5
Severity: wishlist
Tags: patch
Hi,
The file /usr/lib/automoc4/Automoc4Config.cmake produces warnings such as
CMake Warning (dev) at /usr/lib/automoc4/Automoc4Config.cmake:179
(get_directory_property):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run "cmake --help-policy CMP0059" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
See
https://buildd.debian.org/status/fetch.php?pkg=digikam&arch=arm64&ver=4%3A4.14.0-1&stamp=1450639087
Since this file pre-dates the policy change -- introduced in CMake 3.3
(August 2015) -- it should be safe to select the old policy. Use the
following patch.
--- /usr/lib/automoc4/Automoc4Config.cmake~ 2009-01-22 12:50:09.000000000
-0600
+++ /usr/lib/automoc4/Automoc4Config.cmake 2015-12-31 12:45:55.667665821
-0600
@@ -48,6 +48,8 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cmake_policy(SET CMP0059 OLD)
+
get_filename_component(_AUTOMOC4_CURRENT_DIR "${CMAKE_CURRENT_LIST_FILE}"
PATH)
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages automoc depends on:
ii libc6 2.21-6
ii libgcc1 1:5.3.1-4
ii libqt4-dev 4:4.8.7+dfsg-5
ii libqtcore4 4:4.8.7+dfsg-5
ii libstdc++6 5.3.1-4
automoc recommends no packages.
automoc suggests no packages.
-- no debconf information
-- debsums errors found:
debsums: changed file /usr/lib/automoc4/Automoc4Config.cmake (from automoc
package)
--- End Message ---
--- Begin Message ---
Version: 1.0~version-0.9.88-5+rm
Dear submitter,
as the package automoc has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/935847
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---