[mate-polkit] 02/03: New bin:package: libmate-polkit-doc. Enable building of mate-polkit API documentation and ship it in a separate bin:package. (Closes: #788902).

Mike Gabriel sunweaver at debian.org
Mon Feb 15 07:08:53 UTC 2016


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

sunweaver pushed a commit to branch master
in repository mate-polkit.

commit 8e5aed473d4160a492811ceb078da14afbe9e328
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Feb 15 08:01:24 2016 +0100

    New bin:package: libmate-polkit-doc. Enable building of mate-polkit API documentation and ship it in a separate bin:package. (Closes: #788902).
---
 debian/control                   | 11 +++++++++++
 debian/libmatepolkit-doc.install |  1 +
 debian/mate-polkit.install       |  2 +-
 debian/rules                     |  1 +
 4 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 4b66c5f..8f4cf2e 100644
--- a/debian/control
+++ b/debian/control
@@ -82,6 +82,17 @@ Description: MATE authentication agent for PolicyKit-1 (development files)
  .
  This package contains the development files for mate-polkit.
 
+Package: libmatepolkit-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends},
+Description: MATE authentication agent for PolicyKit-1 (shared library API documentation)
+ The mate-polkit package provides a D-Bus session bus service that is used to
+ bring up authentication dialogs used for obtaining privileges.
+ .
+ This package contains the API documentation files of the mate-polkit shared
+ library.
+
 Package: libpolkit-gtk-mate-1-0-dbg
 Priority: extra
 Section: debug
diff --git a/debian/libmatepolkit-doc.install b/debian/libmatepolkit-doc.install
new file mode 100644
index 0000000..49826bb
--- /dev/null
+++ b/debian/libmatepolkit-doc.install
@@ -0,0 +1 @@
+usr/share/gtk-doc/html/polkit-gtk-mate-1/
diff --git a/debian/mate-polkit.install b/debian/mate-polkit.install
index 9e7a027..1ec09b2 100644
--- a/debian/mate-polkit.install
+++ b/debian/mate-polkit.install
@@ -1,2 +1,2 @@
-debian/bin/
+usr/bin/
 usr/lib/*/polkit-mate/
diff --git a/debian/rules b/debian/rules
index 78fdd5b..9e20587 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := --disable-silent-rules \
                              --includedir=/usr/include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) \
                              --libexecdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/polkit-mate \
                              --disable-static \
+                             --enable-gtk-doc \
                              --with-gtk=2.0
 
 common-install-indep:: remove-cruft install-wrapper

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



More information about the pkg-mate-commits mailing list