- Timestamp:
- 01/01/11 03:03:46 (2 years ago)
- Location:
- pkg/raul/main/gconf/trunk/debian
- Files:
-
- 4 added
- 12 edited
-
changelog (modified) (1 diff)
-
control (modified) (4 diffs)
-
control.in (modified) (4 diffs)
-
gconf2.install (modified) (1 diff)
-
gir1.2-gconf-2.0.install (added)
-
libgconf2-4.install (modified) (1 diff)
-
libgconf2-dev.install (modified) (1 diff)
-
patches/01_defaults_path.patch (modified) (2 diffs)
-
patches/02_fix_wrong_return_value.patch (modified) (1 diff)
-
patches/04_manpage.patch (added)
-
patches/25_gconf-path-max-hurd.patch (modified) (2 diffs)
-
patches/series (modified) (1 diff)
-
rules (modified) (3 diffs)
-
source (added)
-
source/format (added)
-
update-gconf-defaults (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/raul/main/gconf/trunk/debian/changelog
r6616 r7038 1 gconf (2.28.1-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 2.28.1-3 4 5 -- Alan Baghumian <alan@technotux.org> Sat, 03 Jul 2010 12:10:39 -0700 1 gconf (2.32.1-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 2.32.1-2 4 5 -- Alan Baghumian <alan@technotux.org> Fri, 31 Dec 2010 18:02:09 -0800 6 7 gconf (2.32.1-2) experimental; urgency=low 8 9 * debian/po-up/*: 10 + Removed, the patch has been merged upstream so there's nothing 11 to translate. 12 * debian/rules: 13 + Remove patch-translations.mk. 14 * Update to the new gir policy: 15 - Rename gir1.0-gconf-2.0 to gir1.2-gconf-2.0. 16 - Bump the gobject-introspection build dependency. 17 - Build depend on gir1.2 packages. 18 19 -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 12 Dec 2010 15:59:47 +0100 20 21 gconf (2.32.1-1) experimental; urgency=low 22 23 [ Josselin Mouette ] 24 * Include patch-translations.mk, bump build-depends accordingly. 25 * Include 03_error_message.patch in POTFILES.in. 26 * pt_BR.po: Brazilian Portuguese translation. Closes: #599032. 27 * fr.po: French translation by Christian Perrier. Closes: #599049. 28 * da.po: Danish translation by Joe Hansen. Closes: #599125. 29 * cs.po: Czech translation by Michal Simunek. Closes: #599198. 30 * update-gconf-defaults: patch from Ubuntu to deal with broken 31 symlinks. Closes: #599393. Thanks Michael Vogt. 32 * de.po: German translation by Helge Kreutzmann. Closes: #599683. 33 * sv.po: Swedish translation by Martin Bagge. Closes: #599854. 34 * 04_manpage.patch: patch from A. Costa. Fixes typos in the manual 35 page. Closes: #600899. 36 37 [ Sjoerd Simons ] 38 * New upstream release 39 * Bump gobject-introspection to the lastest version to generate the most 40 recent .gir version 41 * debian/patches/03_error_message.patch 42 + Removed, merged upstream 43 * debian/rules: 44 + Specify compilation with gtk2 45 46 [ Emilio Pozuelo Monfort ] 47 * Switch to source format 3.0 (quilt). 48 * debian/patches/*: 49 - Updated to apply cleanly. 50 51 -- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 06 Dec 2010 00:53:14 +0100 52 53 gconf (2.31.5-1) experimental; urgency=low 54 55 [ Josselin Mouette ] 56 * Patch from Ubuntu - thanks to Sébastien Bacher. Closes: #587786. 57 * debian/control.in: 58 - list a new gir1.0-gconf-2.0 binary 59 - libgconf2-dev replaces gir-repository-dev 60 * debian/gir1.0-gconf-2.0.install, 61 debian/libgconf2-dev.install: 62 - install the gir and typelib 63 * debian/rules: 64 - use dh_girepository 65 * Fix description for the GIR package. 66 67 [ Sjoerd Simons ] 68 * New upstream release 69 70 -- Sjoerd Simons <sjoerd@debian.org> Sat, 03 Jul 2010 15:36:20 +0100 71 72 gconf (2.31.4-1) experimental; urgency=low 73 74 [ Josselin Mouette ] 75 * 03_error_message.patch: new patch. Replace the error message by 76 something more accurate nowadays. Closes: #582839. 77 78 [ Sebastian Dröge ] 79 * New upstream development release: 80 + debian/control.in: 81 - Update GLib build dependency to >= 2.25.9. 82 83 -- Sebastian Dröge <slomo@debian.org> Sat, 19 Jun 2010 08:07:51 +0200 84 85 gconf (2.31.3-1) experimental; urgency=low 86 87 * New upstream development release: 88 + debian/gconf2.install: 89 - Add autostart file for GSettings. 90 91 -- Sebastian Dröge <slomo@debian.org> Tue, 25 May 2010 11:56:39 +0200 92 93 gconf (2.31.2-1) experimental; urgency=low 94 95 * New upstream development release. 96 97 -- Sebastian Dröge <slomo@debian.org> Fri, 23 Apr 2010 12:59:31 +0200 98 99 gconf (2.31.1-1) experimental; urgency=low 100 101 * New upstream development release: 102 + debian/control.in: 103 - Update build-dependencies and dependencies. 104 + debian/libgconf2.install: 105 - Add GSettings backend module. 106 + debian/rules: 107 - Update shlibs version to >= 2.31.1 because of new API. 108 109 -- Sebastian Dröge <slomo@debian.org> Wed, 21 Apr 2010 09:04:14 +0200 6 110 7 111 gconf (2.28.1-3) unstable; urgency=low -
pkg/raul/main/gconf/trunk/debian/control
r6616 r7038 8 8 Priority: optional 9 9 Maintainer: Josselin Mouette <joss@debian.org> 10 Uploaders: David Weinehall <tao@debian.org>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 10 Uploaders: David Weinehall <tao@debian.org>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Sebastian Dröge <slomo@debian.org>, Sjoerd Simons <sjoerd@debian.org> 11 11 Build-Depends: debhelper (>= 5), 12 12 cdbs (>= 0.4.41), 13 quilt, 14 gnome-pkg-tools (>= 0.10), 13 gnome-pkg-tools (>= 0.14), 15 14 dpkg-dev (>= 1.13.19), 16 15 gtk-doc-tools (>= 1.0), 17 libglib2.0-dev (>= 2. 14.0),16 libglib2.0-dev (>= 2.25.9), 18 17 liborbit2-dev (>= 1:2.10.2-1.1), 19 18 libdbus-1-dev (>= 1.0.0), … … 29 28 python-support (>= 0.5.3), 30 29 autotools-dev, 31 libglib2.0-doc 30 libglib2.0-doc, 31 gobject-introspection (>= 0.9.12-4~), 32 libgirepository1.0-dev (>= 0.9.12), 33 gir1.2-glib-2.0 32 34 Standards-Version: 3.8.4 33 35 Homepage: http://projects.gnome.org/gconf/ … … 112 114 Depends: ${misc:Depends}, 113 115 libgconf2-4 (= ${binary:Version}), 114 libglib2.0-dev (>= 2. 14.0),116 libglib2.0-dev (>= 2.25.9), 115 117 liborbit2-dev (>= 1:2.10.2-1.1), 116 118 libdbus-1-dev (>= 1.0.0), 117 119 gconf2 (= ${binary:Version}) 118 Replaces: gconf2 (<< 2.12.0-2) 120 Replaces: gconf2 (<< 2.12.0-2), 121 gir-repository-dev (<< 0.6.5-7) 119 122 Description: GNOME configuration database system (development) 120 123 GConf is a configuration database system for storing application … … 126 129 This package contains the static libraries, header files and 127 130 documentation needed to build applications using GConf. 131 132 Package: gir1.2-gconf-2.0 133 Architecture: any 134 Depends: ${gir:Depends}, 135 ${misc:Depends}, 136 ${shlibs:Depends} 137 Conflicts: gir1.0-gconf-2.0 138 Description: GNOME configuration database system (GObject-Introspection) 139 GConf is a configuration database system for storing application 140 preferences. It supports default or mandatory settings set by the 141 administrator, and changes to the database are instantly applied to all 142 running applications. It is written for the GNOME desktop but doesn't 143 require it. 144 . 145 This package contains introspection data for GConf. It can be used by 146 packages using the GIRepository format to generate dynamic bindings. -
pkg/raul/main/gconf/trunk/debian/control.in
r6616 r7038 6 6 Build-Depends: debhelper (>= 5), 7 7 cdbs (>= 0.4.41), 8 quilt, 9 gnome-pkg-tools (>= 0.10), 8 gnome-pkg-tools (>= 0.14), 10 9 dpkg-dev (>= 1.13.19), 11 10 gtk-doc-tools (>= 1.0), 12 libglib2.0-dev (>= 2. 14.0),11 libglib2.0-dev (>= 2.25.9), 13 12 liborbit2-dev (>= 1:2.10.2-1.1), 14 13 libdbus-1-dev (>= 1.0.0), … … 24 23 python-support (>= 0.5.3), 25 24 autotools-dev, 26 libglib2.0-doc 25 libglib2.0-doc, 26 gobject-introspection (>= 0.9.12-4~), 27 libgirepository1.0-dev (>= 0.9.12), 28 gir1.2-glib-2.0 27 29 Standards-Version: 3.8.4 28 30 Homepage: http://projects.gnome.org/gconf/ … … 107 109 Depends: ${misc:Depends}, 108 110 libgconf2-4 (= ${binary:Version}), 109 libglib2.0-dev (>= 2. 14.0),111 libglib2.0-dev (>= 2.25.9), 110 112 liborbit2-dev (>= 1:2.10.2-1.1), 111 113 libdbus-1-dev (>= 1.0.0), 112 114 gconf2 (= ${binary:Version}) 113 Replaces: gconf2 (<< 2.12.0-2) 115 Replaces: gconf2 (<< 2.12.0-2), 116 gir-repository-dev (<< 0.6.5-7) 114 117 Description: GNOME configuration database system (development) 115 118 GConf is a configuration database system for storing application … … 121 124 This package contains the static libraries, header files and 122 125 documentation needed to build applications using GConf. 126 127 Package: gir1.2-gconf-2.0 128 Architecture: any 129 Depends: ${gir:Depends}, 130 ${misc:Depends}, 131 ${shlibs:Depends} 132 Conflicts: gir1.0-gconf-2.0 133 Description: GNOME configuration database system (GObject-Introspection) 134 GConf is a configuration database system for storing application 135 preferences. It supports default or mandatory settings set by the 136 administrator, and changes to the database are instantly applied to all 137 running applications. It is written for the GNOME desktop but doesn't 138 require it. 139 . 140 This package contains introspection data for GConf. It can be used by 141 packages using the GIRepository format to generate dynamic bindings. -
pkg/raul/main/gconf/trunk/debian/gconf2.install
r4981 r7038 3 3 debian/update-gconf-defaults usr/bin/ 4 4 debian/tmp/usr/share/man 5 debian/tmp/etc/xdg/autostart -
pkg/raul/main/gconf/trunk/debian/libgconf2-4.install
r4925 r7038 3 3 debian/tmp/usr/lib/libgconf2-4/gconf-sanity-check-2 4 4 debian/tmp/usr/lib/libgconf2-4/2/*.so 5 debian/tmp/usr/lib/gio/modules/*.so -
pkg/raul/main/gconf/trunk/debian/libgconf2-dev.install
r462 r7038 4 4 debian/tmp/usr/lib/*.la 5 5 debian/tmp/usr/share/aclocal 6 debian/tmp/usr/share/gir-1.0 6 7 debian/tmp/usr/lib/pkgconfig 7 8 debian/tmp/usr/share/gtk-doc/html/gconf/* usr/share/doc/gconf2/html/ -
pkg/raul/main/gconf/trunk/debian/patches/01_defaults_path.patch
r6616 r7038 1 diff -urN GConf-2.28.0.orig/defaults/gconf-defaults.c GConf-2.28.0/defaults/gconf-defaults.c 2 --- GConf-2.28.0.orig/defaults/gconf-defaults.c 2009-08-19 17:35:32.000000000 +0200 3 +++ GConf-2.28.0/defaults/gconf-defaults.c 2009-10-04 12:17:01.000000000 +0200 1 --- a/defaults/gconf-defaults.c 2 +++ b/defaults/gconf-defaults.c 4 3 @@ -811,7 +811,7 @@ 5 4 else { … … 11 10 12 11 polkit_authority_enumerate_actions (mechanism->priv->auth, 13 diff -urN GConf-2.28.0.orig/gconf/gconfd.c GConf-2.28.0/gconf/gconfd.c 14 --- GConf-2.28.0.orig/gconf/gconfd.c 2009-08-19 17:35:32.000000000 +0200 15 +++ GConf-2.28.0/gconf/gconfd.c 2009-10-04 12:16:44.000000000 +0200 16 @@ -637,7 +637,7 @@ 12 --- a/gconf/gconfd.c 13 +++ b/gconf/gconfd.c 14 @@ -667,7 +667,7 @@ 17 15 18 16 gconf_log (GCL_DEBUG, "System defaults changed. Notifying."); -
pkg/raul/main/gconf/trunk/debian/patches/02_fix_wrong_return_value.patch
r6616 r7038 5 5 --- a/gconf/gconf-client.c 6 6 +++ b/gconf/gconf-client.c 7 @@ -2 025,7 +2025,7 @@7 @@ -2163,7 +2163,7 @@ 8 8 { 9 9 g_free (dir); -
pkg/raul/main/gconf/trunk/debian/patches/25_gconf-path-max-hurd.patch
r6616 r7038 1 diff -Naur GConf-2.6.4.orig/backends/markup-tree.c GConf-2.6.4/backends/markup-tree.c 2 --- GConf-2.8.1.orig/backends/markup-tree.c 2004-09-29 14:09:44.000000000 +0200 3 +++ GConf-2.8.1/backends/markup-tree.c 2004-09-29 14:14:01.000000000 +0200 4 @@ -34,6 +34,11 @@ 5 #include <stdio.h> 6 #include <time.h> 1 --- a/backends/markup-tree.c 2 +++ b/backends/markup-tree.c 3 @@ -71,6 +71,11 @@ 4 } 5 #endif 7 6 8 7 +/* PATH_MAX is not defined in limits.h on some platforms */ … … 14 13 { 15 14 char *locale; 16 diff -Naur GConf-2.6.4.orig/backends/xml-dir.c GConf-2.6.4/backends/xml-dir.c 17 --- GConf-2.8.1.orig/backends/xml-dir.c 2004-09-29 14:09:44.000000000 +0200 18 +++ GConf-2.8.1/backends/xml-dir.c 2004-09-29 14:11:59.000000000 +0200 15 --- a/backends/xml-dir.c 16 +++ b/backends/xml-dir.c 19 17 @@ -36,6 +36,11 @@ 20 18 21 19 #include "gconf/gconf-internals.h" 22 20 -
pkg/raul/main/gconf/trunk/debian/patches/series
r5983 r7038 1 1 01_defaults_path.patch 2 2 02_fix_wrong_return_value.patch 3 04_manpage.patch 3 4 25_gconf-path-max-hurd.patch -
pkg/raul/main/gconf/trunk/debian/rules
r5983 r7038 3 3 include /usr/share/cdbs/1/rules/debhelper.mk 4 4 include /usr/share/cdbs/1/class/gnome.mk 5 include /usr/share/cdbs/1/rules/patchsys-quilt.mk6 5 include /usr/share/cdbs/1/rules/utils.mk 7 6 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk … … 23 22 24 23 DEB_INSTALL_DOCS_gconf2 += doc/FAQ.txt NEWS README TODO 25 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --libexecdir=/usr/lib/libgconf2-4 24 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --libexecdir=/usr/lib/libgconf2-4 \ 25 --with-gtk=2.0 26 26 DEB_MAKE_INVOKE += pkglibdir=/usr/lib/libgconf2-4 27 27 28 28 LDFLAGS += -Wl,-z,defs -Wl,--as-needed 29 29 30 DEB_DH_MAKESHLIBS_ARGS_libgconf2-4 += -Xbackend -V"libgconf2-4 (>= 2. 27.0)"30 DEB_DH_MAKESHLIBS_ARGS_libgconf2-4 += -Xbackend -V"libgconf2-4 (>= 2.31.1)" 31 31 DEB_DH_SHLIBDEPS_ARGS += -Xgconf-sanity-check 32 32 … … 35 35 binary-predeb/gconf2:: 36 36 dh_pysupport -p$(cdbs_curpkg) 37 38 $(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES)) :: 39 dh_girepository -p$(cdbs_curpkg) 40 -
pkg/raul/main/gconf/trunk/debian/update-gconf-defaults
r6616 r7038 131 131 break 132 132 else: 133 defaults_files.append(f) 133 if os.path.exists(os.path.join(options.source_dir, f)): 134 defaults_files.append(f) 134 135 defaults_files.sort() 135 136
Note: See TracChangeset
for help on using the changeset viewer.


