From a97046e13952a518a1a57f3281f957c48c64fe40 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 15 Sep 2014 13:00:49 +0100 Subject: debian/copyright: fix glob syntax, .[ch] is not supported --- debian/changelog | 1 + debian/copyright | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 448bbb7d..43d5f467 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ dbus (1.8.8-1) unstable; urgency=medium do not accept() new connections when all unauthenticated connection slots are in use, so that malicious processes cannot prevent new connections to the system bus + * debian/copyright: fix glob syntax, .[ch] is not supported -- Simon McVittie Mon, 15 Sep 2014 12:58:25 +0100 diff --git a/debian/copyright b/debian/copyright index a1d15c83..efe3d7f4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -33,7 +33,7 @@ Files: tools/dbus-cleanup-sockets.c tools/dbus-monitor.c tools/dbus-send.c - tools/dbus-print-message.[ch] + tools/dbus-print-message.? tools/dbus-uuidgen.c Copyright: © 2002 Michael Meeks @@ -42,8 +42,8 @@ Copyright: License: GPL-2+ Files: - dbus/dbus-server-launchd.[ch] - dbus/sd-daemon.[ch] + dbus/dbus-server-launchd.? + dbus/sd-daemon.? test/corrupt.c test/dbus-daemon-eavesdrop.c test/dbus-daemon.c -- cgit v1.2.3