diff options
author | Simon McVittie <smcv@debian.org> | 2014-09-15 13:00:49 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2014-09-15 13:00:49 +0100 |
commit | a97046e13952a518a1a57f3281f957c48c64fe40 (patch) | |
tree | 625438e8dd44c9abbd46ff9a6f587829f04e778b /debian/copyright | |
parent | 9faacc93c86c27683e4659bdb06d150d79254f2b (diff) | |
download | dbus-a97046e13952a518a1a57f3281f957c48c64fe40.tar.gz |
debian/copyright: fix glob syntax, .[ch] is not supporteddebian/1.8.8-1
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 6 |
1 files changed, 3 insertions, 3 deletions
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 |