Changeset 5551
- Timestamp:
- 06/28/09 16:30:05 (4 years ago)
- Location:
- pkg/kev/main/libgnomekbd/trunk/debian
- Files:
-
- 3 added
- 3 deleted
- 6 edited
-
changelog (modified) (1 diff)
-
control (modified) (3 diffs)
-
control.in (modified) (3 diffs)
-
libgnomekbd-dev.install (modified) (1 diff)
-
libgnomekbd3.install (modified) (1 diff)
-
libgnomekbdui-dev.install (deleted)
-
libgnomekbdui3.install (deleted)
-
patches/01_requires_private.patch (added)
-
patches/90_upstream_dont_crash_on_incorrect_xorg_configuration.patch (deleted)
-
patches/99_ltmain_as-needed.patch (added)
-
patches/series (added)
-
rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/kev/main/libgnomekbd/trunk/debian/changelog
r4390 r5551 1 libgnomekbd (2.2 4.0-parsix2) unstable; urgency=low1 libgnomekbd (2.26.0-parsix1) unstable; urgency=low 2 2 3 * Merged updates from 2.24.0-0ubuntu23 * Sync'd with Debian 2.26.0-1 4 4 5 -- Alan Baghumian <alan@technotux.org> Tue, 04 Nov 2008 08:27:51 -08005 -- Alan Baghumian <alan@technotux.org> Sun, 28 Jun 2009 07:27:52 -0700 6 6 7 libgnomekbd (2.2 4.0-parsix1) unstable; urgency=low7 libgnomekbd (2.26.0-1) unstable; urgency=low 8 8 9 * New upstream stable release 10 - bump standards version to 3.8.0.1 11 - bump libgtk2.0-dev build-dep to 2.13 9 * New upstream release. 10 * 02_xkbcrap_crash.patch: removed, merged upstream. 12 11 13 -- Alan Baghumian <alan@technotux.org> Thu, 30 Oct 2008 19:47:55 -070012 -- Josselin Mouette <joss@debian.org> Sat, 27 Jun 2009 16:53:59 +0200 14 13 15 libgnomekbd (2.2 2.0-parsix1) unstable; urgency=low14 libgnomekbd (2.24.0-3) unstable; urgency=low 16 15 17 * New upstream stable release 16 * 02_xkbcrap_crash.patch: new patch. Fix crashes of gkb applet and 17 gnome-screensaver (makes it unusable) when the XKB configuration is 18 botched. 18 19 19 -- Alan Baghumian <alan@technotux.org> Thu, 20 Mar 2008 09:19:27 +010020 -- Josselin Mouette <joss@debian.org> Fri, 10 Apr 2009 23:30:58 +0200 20 21 21 libgnomekbd (2.2 1.4.1-parsix1) unstable; urgency=low22 libgnomekbd (2.24.0-2) unstable; urgency=low 22 23 23 * New upstream development release, new soname 24 * Upload to unstable. 25 * Standards version is 3.8.1. 24 26 25 -- Alan Baghumian <alan@technotux.org> Sun, 16 Mar 2008 08:43:56 +010027 -- Josselin Mouette <joss@debian.org> Tue, 07 Apr 2009 08:37:20 +0200 26 28 27 libgnomekbd (2.2 0.0-parsix2) unstable; urgency=low29 libgnomekbd (2.24.0-1) experimental; urgency=low 28 30 29 * Sync'd with Debian 2.20.0-3 31 * New upstream release. 32 * Rename library package to libgnomekbd3. 33 * Relax dependencies on libgnomekbd-common. 34 * Set section of the source package to gnome. 35 * Update build-dependencies and dependencies for the new versions. 36 * Drop the libgnomekbdui packages, they donât make sense now the 37 libgnome dependency has gone. 38 * Standards version is 3.8.0. 39 * Introduce quilt for patch management; build-depend on quilt. 40 * 01_requires_private.patch: new patch. Move dependencies to 41 Requires.private. 42 * libgnomekbd-dev conflicts/replaces/provides libgnomekbdui-dev. 30 43 31 -- Alan Baghumian <alan@technotux.org> Sun, 02 Mar 2008 10:45:57 +0100 44 -- Josselin Mouette <joss@debian.org> Fri, 21 Nov 2008 17:45:55 +0100 45 46 libgnomekbd (2.22.0-1) unstable; urgency=low 47 48 * New upstream stable release: 49 + debian/gkbd-capplet.install: 50 - Remove icon path, the icon was removed and it uses a standard one now. 51 * Upload to unstable. 52 53 -- Sebastian Dröge <slomo@debian.org> Tue, 18 Mar 2008 23:28:06 +0100 54 55 libgnomekbd (2.21.4.1-2) experimental; urgency=low 56 57 * debian/control.in: 58 + Fix libgconf2-dev dependency. 59 60 -- Sebastian Dröge <slomo@debian.org> Sat, 15 Mar 2008 15:54:44 +0100 61 62 libgnomekbd (2.21.4.1-1) experimental; urgency=low 63 64 * New upstream release: 65 + debian/control.in: 66 - Update build dependencies and dependencies. 67 + Update to new soname. 68 + debian/gkbd-capplet.install: 69 - Ship icon. 70 71 -- Sebastian Dröge <slomo@debian.org> Sat, 15 Mar 2008 15:38:54 +0100 32 72 33 73 libgnomekbd (2.20.0-3) unstable; urgency=low -
pkg/kev/main/libgnomekbd/trunk/debian/control
r4390 r5551 2 2 Priority: optional 3 3 Maintainer: Loic Minier <lool@dooz.org> 4 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org>4 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org> 5 5 Build-Depends: debhelper (>= 5), 6 6 autotools-dev, 7 7 cdbs, 8 gnome-pkg-tools (>= 0.10), 9 dpkg-dev (>= 1.13.19), 10 quilt, 11 libglib2.0-dev (>= 2.16), 8 12 libdbus-1-dev (>= 0.92), 9 13 libdbus-glib-1-dev (>= 0.34), 10 libglib2.0-dev (>= 2.16),11 14 libgconf2-dev (>= 2.14.0), 12 15 libgtk2.0-dev (>= 2.13), 16 libglade2-dev (>= 2.6.0), 13 17 libxklavier12-dev (>= 3.2) | libxklavier-dev, 14 libglade2-dev (>= 2.6.0),15 libxml-parser-perl,16 gnome-pkg-tools (>= 0.10),17 dpkg-dev (>= 1.13.19),18 18 intltool (>= 0.35) 19 Standards-Version: 3.8. 0.120 Section: libs19 Standards-Version: 3.8.2 20 Section: gnome 21 21 22 22 Package: libgnomekbd-dev 23 23 Section: libdevel 24 24 Architecture: any 25 Conflicts: libgnomekbdui-dev 26 Replaces: libgnomekbdui-dev 27 Provides: libgnomekbdui-dev 25 28 Depends: libgnomekbd3 (= ${binary:Version}), 26 libglib2.0-dev (>= 2. 6),27 libg conf2-dev,28 lib x11-dev,29 lib gtk2.0-dev,29 libglib2.0-dev (>= 2.16), 30 libgtk2.0-dev (>= 2.13), 31 libgconf2-dev (>= 2.14.0), 32 libxklavier12-dev (>= 3.2) | libxklavier-dev, 30 33 libdbus-1-dev (>= 0.92), 31 34 libdbus-glib-1-dev (>= 0.34), 32 libx klavier12-dev | libxklavier-dev,35 libx11-dev 33 36 Description: GNOME library to manage keyboard configuration - development files 34 libgnomekbd offers an API to manage the keyboard in GNOME applications.35 .36 This package contains the development files.37 38 Package: libgnomekbd339 Section: libs40 Architecture: any41 Depends: ${shlibs:Depends},42 ${misc:Depends},43 libgnomekbd-common (= ${source:Version})44 Description: GNOME library to manage keyboard configuration - shared library45 libgnomekbd offers an API to manage the keyboard in GNOME applications.46 .47 This package contains the shared library.48 49 Package: libgnomekbdui-dev50 Section: libdevel51 Architecture: any52 Depends: libgnomekbdui3 (= ${binary:Version}),53 libgnomekbd-dev,54 libgnomecanvas2-dev,55 libgnome-keyring-dev56 Description: User interface library for libgnomekbd - development files57 37 libgnomekbd offers an API to manage the keyboard in GNOME applications. 58 38 . … … 62 42 This package contains the development files. 63 43 64 Package: libgnomekbd ui344 Package: libgnomekbd3 65 45 Section: libs 66 46 Architecture: any 47 Conflicts: libgnomekbdui3 48 Replaces: libgnomekbdui3 49 Provides: libgnomekbdui3 67 50 Depends: ${shlibs:Depends}, 68 ${misc:Depends} 69 Description: User interface library for libgnomekbd - shared library 51 ${misc:Depends}, 52 libgnomekbd-common (>= ${source:Version}) 53 Description: GNOME library to manage keyboard configuration - shared library 70 54 libgnomekbd offers an API to manage the keyboard in GNOME applications. 71 55 . … … 84 68 libgnomekbd offers an API to manage the keyboard in GNOME applications. 85 69 . 70 libgnomekbdui offers an API to display a graphical user interface for 71 libgnomekbd operations. 72 . 86 73 This package contains files common to the various libgnomekbd packages. 87 74 -
pkg/kev/main/libgnomekbd/trunk/debian/control.in
r4390 r5551 6 6 autotools-dev, 7 7 cdbs, 8 gnome-pkg-tools (>= 0.10), 9 dpkg-dev (>= 1.13.19), 10 quilt, 11 libglib2.0-dev (>= 2.16), 8 12 libdbus-1-dev (>= 0.92), 9 13 libdbus-glib-1-dev (>= 0.34), 10 libglib2.0-dev (>= 2.16),11 14 libgconf2-dev (>= 2.14.0), 12 15 libgtk2.0-dev (>= 2.13), 16 libglade2-dev (>= 2.6.0), 13 17 libxklavier12-dev (>= 3.2) | libxklavier-dev, 14 libglade2-dev (>= 2.6.0),15 libxml-parser-perl,16 gnome-pkg-tools (>= 0.10),17 dpkg-dev (>= 1.13.19),18 18 intltool (>= 0.35) 19 Standards-Version: 3.8. 0.120 Section: libs19 Standards-Version: 3.8.2 20 Section: gnome 21 21 22 22 Package: libgnomekbd-dev 23 23 Section: libdevel 24 24 Architecture: any 25 Conflicts: libgnomekbdui-dev 26 Replaces: libgnomekbdui-dev 27 Provides: libgnomekbdui-dev 25 28 Depends: libgnomekbd3 (= ${binary:Version}), 26 libglib2.0-dev (>= 2. 6),27 libg conf2-dev,28 lib x11-dev,29 lib gtk2.0-dev,29 libglib2.0-dev (>= 2.16), 30 libgtk2.0-dev (>= 2.13), 31 libgconf2-dev (>= 2.14.0), 32 libxklavier12-dev (>= 3.2) | libxklavier-dev, 30 33 libdbus-1-dev (>= 0.92), 31 34 libdbus-glib-1-dev (>= 0.34), 32 libx klavier12-dev | libxklavier-dev,35 libx11-dev 33 36 Description: GNOME library to manage keyboard configuration - development files 34 37 libgnomekbd offers an API to manage the keyboard in GNOME applications. 38 . 39 libgnomekbdui offers an API to display a graphical user interface for 40 libgnomekbd operations. 35 41 . 36 42 This package contains the development files. … … 41 47 Depends: ${shlibs:Depends}, 42 48 ${misc:Depends}, 43 libgnomekbd-common ( = ${source:Version})49 libgnomekbd-common (>= ${source:Version}) 44 50 Description: GNOME library to manage keyboard configuration - shared library 45 libgnomekbd offers an API to manage the keyboard in GNOME applications.46 .47 This package contains the shared library.48 49 Package: libgnomekbdui-dev50 Section: libdevel51 Architecture: any52 Depends: libgnomekbdui3 (= ${binary:Version}),53 libgnomekbd-dev,54 libgnomecanvas2-dev,55 libgnome-keyring-dev56 Description: User interface library for libgnomekbd - development files57 libgnomekbd offers an API to manage the keyboard in GNOME applications.58 .59 libgnomekbdui offers an API to display a graphical user interface for60 libgnomekbd operations.61 .62 This package contains the development files.63 64 Package: libgnomekbdui365 Section: libs66 Architecture: any67 Depends: ${shlibs:Depends},68 ${misc:Depends}69 Description: User interface library for libgnomekbd - shared library70 51 libgnomekbd offers an API to manage the keyboard in GNOME applications. 71 52 . … … 84 65 libgnomekbd offers an API to manage the keyboard in GNOME applications. 85 66 . 67 libgnomekbdui offers an API to display a graphical user interface for 68 libgnomekbd operations. 69 . 86 70 This package contains files common to the various libgnomekbd packages. 87 71 -
pkg/kev/main/libgnomekbd/trunk/debian/libgnomekbd-dev.install
r513 r5551 1 1 debian/tmp/usr/include 2 debian/tmp/usr/lib/ libgnomekbd.a3 debian/tmp/usr/lib/ libgnomekbd.so4 debian/tmp/usr/lib/pkgconfig /libgnomekbd.pc2 debian/tmp/usr/lib/*.a 3 debian/tmp/usr/lib/*.so 4 debian/tmp/usr/lib/pkgconfig -
pkg/kev/main/libgnomekbd/trunk/debian/libgnomekbd3.install
r4390 r5551 1 debian/tmp/usr/lib/lib gnomekbd.so.*1 debian/tmp/usr/lib/lib*.so.* -
pkg/kev/main/libgnomekbd/trunk/debian/rules
r4390 r5551 3 3 include /usr/share/cdbs/1/class/autotools.mk 4 4 include /usr/share/cdbs/1/rules/debhelper.mk 5 include /usr/share/cdbs/1/rules/ simple-patchsys.mk5 include /usr/share/cdbs/1/rules/patchsys-quilt.mk 6 6 include /usr/share/cdbs/1/rules/utils.mk 7 7 include /usr/share/cdbs/1/class/gnome.mk … … 10 10 11 11 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed 12
Note: See TracChangeset
for help on using the changeset viewer.


