summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2014-09-15 13:00:49 +0100
committerSimon McVittie <smcv@debian.org>2014-09-15 13:00:49 +0100
commita97046e13952a518a1a57f3281f957c48c64fe40 (patch)
tree625438e8dd44c9abbd46ff9a6f587829f04e778b
parent9faacc93c86c27683e4659bdb06d150d79254f2b (diff)
downloaddbus-a97046e13952a518a1a57f3281f957c48c64fe40.tar.gz
debian/copyright: fix glob syntax, .[ch] is not supporteddebian/1.8.8-1
-rw-r--r--debian/changelog1
-rw-r--r--debian/copyright6
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 <smcv@debian.org> 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