Your message dated Mon, 22 Aug 2016 18:34:26 +0000
with message-id <[email protected]>
and subject line Bug#833926: fixed in ring 20160818.1.eb4fbc8~dfsg1-2
has caused the Debian Bug report #833926,
regarding ring: clean target fails
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.)
--
833926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833926
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ring
Version: 20160729.2.7a7dbd6~dfsg1-2
Severity: normal
Tags: patch
Hello!
The debian/rules clean target does not seem to work for me. (Please see
attached clean.log).
Is there any reason to distclean in lrc/build and client-gnome/build,
since those subtrees are deleted anyway?
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: kfreebsd-amd64 (x86_64)
Kernel: kFreeBSD 10.1-0-amd64
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
diff --git a/debian/rules b/debian/rules
index 6b9950e..1cbecb2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -109,13 +109,11 @@ override_dh_auto_clean:
#########################
## libringclient clean ##
#########################
- if [ -d lrc/build ]; then cd lrc/build && make distclean; fi
rm -rfv lrc/build
########################
## gnome client clean ##
########################
- if [ -d client-gnome/build ]; then cd client-gnome/build && make distclean; fi
rm -rfv client-gnome/build
override_dh_auto_install:
$ fakeroot debian/rules clean
dh clean
dh_testdir
debian/rules override_dh_auto_clean
make[1]: Entering directory '/home/stevenc/ring'
################################
## Generated contrib tarballs ##
################################
rm -rfv daemon/contrib/tarballs
removed 'daemon/contrib/tarballs/opendht-0.6.3.tar.gz'
removed
'daemon/contrib/tarballs/msgpack-c-068041f05eb1b8ab2930a7679dfe89ba7d14cb79.tar.gz'
removed 'daemon/contrib/tarballs/pjproject-2.4.5.tar.bz2'
removed directory 'daemon/contrib/tarballs'
#######################
## Ring Daemon clean ##
#######################
if [ -d daemon/contrib/native ]; then cd daemon/contrib/native && make
distclean; fi
make[2]: Entering directory '/home/stevenc/ring/daemon/contrib/native'
rm -f .x264 .sum-x264 .dep-x264 .vpx .sum-vpx .dep-vpx .ogg .sum-ogg .dep-ogg
.gnutls .sum-gnutls .dep-gnutls .ffmpeg .sum-ffmpeg .dep-ffmpeg .upnp .sum-upnp
.dep-upnp .jack .sum-jack .dep-jack .gcrypt .sum-gcrypt .dep-gcrypt .sndfile
.sum-sndfile .dep-sndfile .flac .sum-flac .dep-flac .vorbis .sum-vorbis
.dep-vorbis .samplerate .sum-samplerate .dep-samplerate .iconv .sum-iconv
.dep-iconv .pjproject .sum-pjproject .dep-pjproject .nettle .sum-nettle
.dep-nettle .pcre .sum-pcre .dep-pcre .opendht .sum-opendht .dep-opendht .gsm
.sum-gsm .dep-gsm .portaudio .sum-portaudio .dep-portaudio .msgpack
.sum-msgpack .dep-msgpack .libav .sum-libav .dep-libav .yaml-cpp .sum-yaml-cpp
.dep-yaml-cpp .gmp .sum-gmp .dep-gmp .speexdsp .sum-speexdsp .dep-speexdsp
.uuid .sum-uuid .dep-uuid .gpg-error .sum-gpg-error .dep-gpg-error .speex
.sum-speex .dep-speex .opus .sum-opus .dep-opus .zlib .sum-zlib .dep-zlib
.jsoncpp .sum-jsoncpp .dep-jsoncpp .vorbisenc .sum-vorbisenc .dep-vorbisenc
rm -f toolchain.cmake
rm -f -R "/home/stevenc/ring/daemon/contrib/x86_64-linux-gnu"
rm -f -R */
rm -f ../../contrib/tarballs/*.*
rm -f config.mak
unlink Makefile
make[2]: Leaving directory '/home/stevenc/ring/daemon/contrib/native'
rm -rfv daemon/contrib/native
removed directory 'daemon/contrib/native'
rm -rfv daemon/dring.1
removed 'daemon/dring.1'
#########################
## libringclient clean ##
#########################
if [ -d lrc/build ]; then cd lrc/build && make distclean; fi
make[2]: Entering directory '/home/stevenc/ring/lrc/build'
make[2]: *** No rule to make target 'distclean'. Stop.
make[2]: Leaving directory '/home/stevenc/ring/lrc/build'
debian/rules:97: recipe for target 'override_dh_auto_clean' failed
make[1]: *** [override_dh_auto_clean] Error 2
make[1]: Leaving directory '/home/stevenc/ring'
debian/rules:16: recipe for target 'clean' failed
make: *** [clean] Error 2
--- End Message ---
--- Begin Message ---
Source: ring
Source-Version: 20160818.1.eb4fbc8~dfsg1-2
We believe that the bug you reported is fixed in the latest version of
ring, 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.
Alexandre Viau <[email protected]> (supplier of updated ring 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: SHA512
Format: 1.8
Date: Mon, 22 Aug 2016 11:40:25 -0400
Source: ring
Binary: ring ring-daemon
Architecture: source amd64
Version: 20160818.1.eb4fbc8~dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <[email protected]>
Changed-By: Alexandre Viau <[email protected]>
Description:
ring - Secure and distributed voice, video and chat platform - desktop c
ring-daemon - Secure and distributed voice, video and chat platform - daemon
Closes: 833926
Changes:
ring (20160818.1.eb4fbc8~dfsg1-2) unstable; urgency=medium
.
* d/rules: Check for Makefile before distclean (Closes: #833926)
Checksums-Sha1:
a2017d70a2b9ecdbdef95a2ab0afe38bc39e62f0 2709
ring_20160818.1.eb4fbc8~dfsg1-2.dsc
63f7576758e79a43e75485cb9e112837be9c367f 12464
ring_20160818.1.eb4fbc8~dfsg1-2.debian.tar.xz
7f9ff2c825c7aea72521ff0fbcfdb7bcc861bfe0 19250178
ring-daemon-dbgsym_20160818.1.eb4fbc8~dfsg1-2_amd64.deb
1c34b080538b40af7563233978d634b8f766fc08 2755906
ring-daemon_20160818.1.eb4fbc8~dfsg1-2_amd64.deb
6bb8a84c49d31207059b466742aaa71da9a8c967 22757482
ring-dbgsym_20160818.1.eb4fbc8~dfsg1-2_amd64.deb
8126794011dc64865a365f1966fa9aba003eb860 1539400
ring_20160818.1.eb4fbc8~dfsg1-2_amd64.deb
Checksums-Sha256:
2a4b8659d0a41a35558def864ca4facf220bb70a0785a82f87d5521ebcb0fa84 2709
ring_20160818.1.eb4fbc8~dfsg1-2.dsc
25d904d449b2292ca0e0b7d0f1e8908197995d65f04725d07ef1bbdba7860d2a 12464
ring_20160818.1.eb4fbc8~dfsg1-2.debian.tar.xz
26a06b820ebe84a61cb865c0d8a8b1d1eaed697d81b1129b72283e38049c7a82 19250178
ring-daemon-dbgsym_20160818.1.eb4fbc8~dfsg1-2_amd64.deb
039cdb292e561e024b877b102a20a4800c6e2dbb5bccefc923531a63f0073b6d 2755906
ring-daemon_20160818.1.eb4fbc8~dfsg1-2_amd64.deb
6d9253092077ba4acbbc2e4e88b1bcc46b8bd36ecd523be7b4ec12831e75aafb 22757482
ring-dbgsym_20160818.1.eb4fbc8~dfsg1-2_amd64.deb
34b2a470586bf57a9f8149c6d36059955a0f5a29f05aa07cf5dd3515ae384aaf 1539400
ring_20160818.1.eb4fbc8~dfsg1-2_amd64.deb
Files:
ae5cd6b464a76d7f106136422e362af7 2709 comm extra
ring_20160818.1.eb4fbc8~dfsg1-2.dsc
e5bc698635de2699ddc88f5c10062059 12464 comm extra
ring_20160818.1.eb4fbc8~dfsg1-2.debian.tar.xz
d9ee18b42ebbeb027d6a45418e85e78e 19250178 debug extra
ring-daemon-dbgsym_20160818.1.eb4fbc8~dfsg1-2_amd64.deb
aac0a12f21924c849c1799148fda697d 2755906 comm extra
ring-daemon_20160818.1.eb4fbc8~dfsg1-2_amd64.deb
d4edd3ca2fcf3dbe8315103f7d4f7454 22757482 debug extra
ring-dbgsym_20160818.1.eb4fbc8~dfsg1-2_amd64.deb
ea0e616eec72c562705d4f2a9c1d5609 1539400 comm extra
ring_20160818.1.eb4fbc8~dfsg1-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJXuzx/AAoJEI8rETxlNcWnP74P/3H/VywmKRBFR2u9b8BuAvUB
Ub48GfneSIwOhof1e2iRRSyrVPek4OHSNx/+rGfheRE5frLmEpCdbV0pkHT1wjmJ
dMJ7Aqt+8qCqzu18NCkMVh2g3D7IElXBTziY2v4EbRUI/mes7idUe9a1KRphow0D
n+ufpzoP6eRevSJH9+vPbEj88tetQZTxFzgpUNG7xPmllqRD6bZmPhmJ6teP0O/n
0nLb9vL7SGGDUwBt4FD385LjZGnzHbHJHP1CCoOwVohp13tHkOC4a3qDpkbFIyQx
YGUof0CD2nwa5ZLp5mYOnMFKb0ycXi+icWlL5Dq3OKEX0VrVPcSsIVsuZW85TAF1
eUXzozKEIb9xtZDOMUURbXUpI9TxVg9sLzdA8r5chjONUfzr11zJFvvf5x79qKGJ
R0RuGzbZskCCiITFXwNxA0arPKTzPBWcGesKUSEDquZhr+Lv4fDUUCRaoqpIexOP
nlMT353oEknF/AkbKimmcg7E9SXMDCgBVwr7c5auR3CSBSK8kytibhhS88rWgOH9
vWd0fat7svrM3DCF1gHEvDgnsXaiOfnzdSNgsGRCT+hVS62IT/7XyxwQw22bY19o
4LmJEbJoVGTMjzzY0Fto7oBd4XPjCNKSDk0Zdf9Dv813QKM96D06mJkzdG3C2DEk
DG+c4eHHvbhNXSIGogpA
=wAeF
-----END PGP SIGNATURE-----
--- End Message ---