Codebase list policykit-1-gnome / 281b9c0
Imported Debian patch 0.9-2 Michael Biebl 14 years ago
6 changed file(s) with 65 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 policykit-gnome (0.9-2) unstable; urgency=low
1
2 * debian/control
3 - Wrap Build-Depends.
4 - Add ${misc:Depends} to all binary packages.
5 - Bump Build-Depends on debhelper to (>= 7).
6 - Bump Build-Depends on libpolkit-{dbus,grant}-dev to (>= 0.9).
7 - Bump Depends on policykit to (>= 0.9).
8 * debian/compat
9 - Bump debhelper compat level to 7.
10 * Switch patch management system to quilt.
11 * debian/copyright
12 - Revise copyright notice with regard to polkit-gnome, which is licsensed
13 under the LGPL v2.
14 - Refer to /usr/share/common-licenses/GPL-2 instead of the unversioned
15 symlink.
16
17 -- Michael Biebl <biebl@debian.org> Wed, 18 Feb 2009 18:05:29 +0100
18
019 policykit-gnome (0.9-1) unstable; urgency=low
120
221 * New upstream release.
22 Priority: optional
33 Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
44 Uploaders: Michael Biebl <biebl@debian.org>
5 Build-Depends: cdbs, debhelper (>= 5), autotools-dev, pkg-config, libgtk2.0-dev (>= 2.12.0), libgnome2-dev (>= 2.14.0), libgnomeui-dev (>= 2.14.0), libdbus-glib-1-dev (>= 0.71), libpolkit-dbus-dev (>= 0.7), libpolkit-grant-dev (>= 0.7), libsexy-dev (>= 0.1.11), gtk-doc-tools, gnome-doc-utils, libxml-parser-perl
5 Build-Depends: cdbs,
6 debhelper (>= 7),
7 autotools-dev,
8 pkg-config,
9 libgtk2.0-dev (>= 2.12.0),
10 libgnome2-dev (>= 2.14.0),
11 libgnomeui-dev (>= 2.14.0),
12 libdbus-glib-1-dev (>= 0.71),
13 libpolkit-dbus-dev (>= 0.9),
14 libpolkit-grant-dev (>= 0.9),
15 libsexy-dev (>= 0.1.11),
16 gtk-doc-tools,
17 gnome-doc-utils,
18 libxml-parser-perl,
19 quilt
620 Standards-Version: 3.8.0
721 Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/unstable/policykit-gnome
822 Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/policykit-gnome
1024
1125 Package: policykit-gnome
1226 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}, policykit, dbus-x11
27 Depends: ${shlibs:Depends}, ${misc:Depends}, policykit (>= 0.9), dbus-x11
1428 Description: GNOME dialogs for PolicyKit
1529 PolicyKit-gnome provides a D-Bus session bus service that is used to
1630 bring up authentication dialogs used for obtaining privileges.
1832 Package: policykit-gnome-doc
1933 Architecture: all
2034 Section: doc
35 Depends: ${misc:Depends}
2136 Suggests: devhelp
2237 Description: PolicyKit-gnome API documentation
2338 This package contains the API documentation for PolicyKit-gnome.
3348 Package: libpolkit-gnome-dev
3449 Architecture: any
3550 Section: libdevel
36 Depends: libpolkit-gnome0 (= ${binary:Version}), libpolkit-dev, libpolkit-dbus-dev, libpolkit-grant-dev, libgtk2.0-dev
51 Depends: libpolkit-gnome0 (= ${binary:Version}), ${misc:Depends}, libpolkit-dev, libpolkit-dbus-dev, libpolkit-grant-dev, libgtk2.0-dev
3752 Description: PolicyKit-gnome development files
3853 libpolkit-gnome provides conenience functions for using PolicyKit from within
3954 GTK+ and GNOME applications.
2727 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2828
2929 On Debian systems, the complete text of the GNU General
30 Public License can be found in `/usr/share/common-licenses/GPL'.
30 Public License can be found in `/usr/share/common-licenses/GPL-2'.
3131
3232 ===============================================================================
3333
34 The API documentation in the doc/ subdirectory is licensed under the GFDL.
34 The polkit-gnome library (polkit-gnome/*) is licensed under the LGPL version 2
35 or later.
36
37 This library is free software; you can redistribute it and/or
38 modify it under the terms of the GNU Library General Public
39 License as published by the Free Software Foundation; either
40 version 2 of the License, or (at your option) any later version.
41
42 This library is distributed in the hope that it will be useful,
43 but WITHOUT ANY WARRANTY; without even the implied warranty of
44 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
45 Library General Public License for more details.
46
47 You should have received a copy of the GNU Library General Public
48 License along with this library; if not, write to the Free Software
49 Foundation, Inc., 51 Franklin Street, Fifth Floor,
50 Boston MA 02110-1301 USA
51
52 On Debian systems, the complete text of the GNU Library General
53 Public License can be found in `/usr/share/common-licenses/LGPL-2'.
54
55 ===============================================================================
56
57 The API documentation (doc/*) licensed under the GFDL version 1.1 or later.
3558
3659 Permission is granted to copy, distribute and/or modify this document under
3760 the terms of the GNU Free Documentation License, Version 1.1 or any later
0 02-desktop_file_categories.patch
22 include /usr/share/cdbs/1/rules/debhelper.mk
33 include /usr/share/cdbs/1/class/gnome.mk
44 include /usr/share/cdbs/1/rules/utils.mk
5 include /usr/share/cdbs/1/rules/simple-patchsys.mk
5 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
66
77 LDFLAGS += -Wl,-z,defs -Wl,--as-needed
88