[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] branch master updated (99939bc -> 026fb25)



This is an automated email from the git hooks/post-receive script.

nthykier pushed a change to branch master
in repository lintian.

      from  99939bc   p/generate-html-docs: Avoid having a literal newline in a string
       new  ed9e1e4   p/generate-html-docs: Fix useless interpolation
       new  bab28f9   Add checks for deprecated D-Bus policies, and a regression test
       new  27e6ca3   Add checks for mis-named D-Bus .service files, with regression tests
       new  026fb25   d/changelog: Add changelog entry for the DBus checks

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 checks/dbus.desc                                   |  87 +++++++++++++++
 checks/dbus.pm                                     | 119 +++++++++++++++++++++
 debian/changelog                                   |   3 +
 private/generate-html-docs                         |   2 +-
 profiles/debian/main.profile                       |   2 +-
 t/tests/dbus-policy/debian/debian/install          |   1 +
 .../debian/etc/dbus-1/system.d/at-console.conf     |  13 +++
 .../etc/dbus-1/system.d/send-destination.conf      |   8 ++
 t/tests/dbus-policy/desc                           |   7 ++
 t/tests/dbus-policy/tags                           |   4 +
 t/tests/dbus-services/debian/debian/install        |   1 +
 .../usr/share/dbus-1/services/gvfs-daemon.service  |   3 +
 .../services/org.mpris.MediaPlayer2.mpd.service    |   3 +
 .../org.freedesktop.PolicyKit1.service             |   5 +
 .../system-services/this-name-cannot-work.service  |   4 +
 t/tests/dbus-services/desc                         |   7 ++
 t/tests/dbus-services/tags                         |   2 +
 17 files changed, 269 insertions(+), 2 deletions(-)
 create mode 100644 checks/dbus.desc
 create mode 100644 checks/dbus.pm
 create mode 100644 t/tests/dbus-policy/debian/debian/install
 create mode 100644 t/tests/dbus-policy/debian/etc/dbus-1/system.d/at-console.conf
 create mode 100644 t/tests/dbus-policy/debian/etc/dbus-1/system.d/send-destination.conf
 create mode 100644 t/tests/dbus-policy/desc
 create mode 100644 t/tests/dbus-policy/tags
 create mode 100644 t/tests/dbus-services/debian/debian/install
 create mode 100644 t/tests/dbus-services/debian/usr/share/dbus-1/services/gvfs-daemon.service
 create mode 100644 t/tests/dbus-services/debian/usr/share/dbus-1/services/org.mpris.MediaPlayer2.mpd.service
 create mode 100644 t/tests/dbus-services/debian/usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service
 create mode 100644 t/tests/dbus-services/debian/usr/share/dbus-1/system-services/this-name-cannot-work.service
 create mode 100644 t/tests/dbus-services/desc
 create mode 100644 t/tests/dbus-services/tags

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: