r26318 - in /packages/experimental/libnotify/debian: ./ patches/
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Sun Jan 16 16:07:21 UTC 2011
Author: pochu
Date: Sun Jan 16 16:07:19 2011
New Revision: 26318
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26318
Log:
* New upstream release.
+ debian/patches/01_upstream_fix_license_header.patch,
debian/patches/02_upstream_ref_pixbuf.patch,
debian/patches/03_libtool_dont_export_private_symbols.patch:
- Removed, included upstream.
+ debian/patches/90_autoreconf.patch:
- Removed, no longer needed.
+ debian/control.in,
debian/gir1.2-notify-0.7.install,
debian/libnotify-dev.install:
- Add a gir1.2-notify-0.7 package.
+ debian/rules:
- Make the shlibs file always depend on the latest version.
Manually bumping the version when there are API changes is
error-prone and we have a symbols file anyway.
Added:
packages/experimental/libnotify/debian/gir1.2-notify-0.7.install
Removed:
packages/experimental/libnotify/debian/patches/01_upstream_fix_license_header.patch
packages/experimental/libnotify/debian/patches/02_upstream_ref_pixbuf.patch
packages/experimental/libnotify/debian/patches/03_libtool_dont_export_private_symbols.patch
packages/experimental/libnotify/debian/patches/90_autoreconf.patch
Modified:
packages/experimental/libnotify/debian/changelog
packages/experimental/libnotify/debian/control
packages/experimental/libnotify/debian/control.in
packages/experimental/libnotify/debian/libnotify-dev.install
packages/experimental/libnotify/debian/patches/series
packages/experimental/libnotify/debian/rules
Modified: packages/experimental/libnotify/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libnotify/debian/changelog?rev=26318&op=diff
==============================================================================
--- packages/experimental/libnotify/debian/changelog [utf-8] (original)
+++ packages/experimental/libnotify/debian/changelog [utf-8] Sun Jan 16 16:07:19 2011
@@ -1,3 +1,23 @@
+libnotify (0.7.1-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ + debian/patches/01_upstream_fix_license_header.patch,
+ debian/patches/02_upstream_ref_pixbuf.patch,
+ debian/patches/03_libtool_dont_export_private_symbols.patch:
+ - Removed, included upstream.
+ + debian/patches/90_autoreconf.patch:
+ - Removed, no longer needed.
+ + debian/control.in,
+ debian/gir1.2-notify-0.7.install,
+ debian/libnotify-dev.install:
+ - Add a gir1.2-notify-0.7 package.
+ + debian/rules:
+ - Make the shlibs file always depend on the latest version.
+ Manually bumping the version when there are API changes is
+ error-prone and we have a symbols file anyway.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org> Sun, 16 Jan 2011 15:35:03 +0000
+
libnotify (0.7.0-3) experimental; urgency=low
[ Laurent Bigonville ]
Modified: packages/experimental/libnotify/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libnotify/debian/control?rev=26318&op=diff
==============================================================================
--- packages/experimental/libnotify/debian/control [utf-8] (original)
+++ packages/experimental/libnotify/debian/control [utf-8] Sun Jan 16 16:07:19 2011
@@ -7,11 +7,16 @@
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Build-Depends: gnome-pkg-tools (>= 0.7),
- cdbs (>= 0.4.41),
+ cdbs (>= 0.4.90),
debhelper (>= 7),
libglib2.0-dev (>= 2.26),
libgtk3.0-dev (>= 2.90),
- libpopt-dev
+ libpopt-dev,
+ gobject-introspection (>= 0.9.12-5~),
+ libgirepository1.0-dev (>= 0.9.12),
+ gir1.2-glib-2.0,
+ gir1.2-gdkpixbuf-2.0,
+ gtk-doc-tools (>= 1.14)
Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
Standards-Version: 3.9.1
Section: libs
@@ -75,3 +80,17 @@
This package contains the documentation for libnotify4 in
/usr/share/gtk-doc/html/libnotify .
+Package: gir1.2-notify-0.7
+Section: libs
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ ${gir:Depends}
+Description: sends desktop notifications to a notification daemon
+ A library that sends desktop notifications to a notification daemon, as
+ defined in the Desktop Notifications spec. These notifications can be
+ used to inform the user about an event or display some form of
+ information without getting in the user's way.
+ .
+ This package can be used by other packages using the GIRepository format to
+ generate dynamic bindings.
Modified: packages/experimental/libnotify/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libnotify/debian/control.in?rev=26318&op=diff
==============================================================================
--- packages/experimental/libnotify/debian/control.in [utf-8] (original)
+++ packages/experimental/libnotify/debian/control.in [utf-8] Sun Jan 16 16:07:19 2011
@@ -2,11 +2,16 @@
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Build-Depends: gnome-pkg-tools (>= 0.7),
- cdbs (>= 0.4.41),
+ cdbs (>= 0.4.90),
debhelper (>= 7),
libglib2.0-dev (>= 2.26),
libgtk3.0-dev (>= 2.90),
- libpopt-dev
+ libpopt-dev,
+ gobject-introspection (>= 0.9.12-5~),
+ libgirepository1.0-dev (>= 0.9.12),
+ gir1.2-glib-2.0,
+ gir1.2-gdkpixbuf-2.0,
+ gtk-doc-tools (>= 1.14)
Uploaders: @GNOME_TEAM@
Standards-Version: 3.9.1
Section: libs
@@ -70,3 +75,17 @@
This package contains the documentation for libnotify4 in
/usr/share/gtk-doc/html/libnotify .
+Package: gir1.2-notify-0.7
+Section: libs
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ ${gir:Depends}
+Description: sends desktop notifications to a notification daemon
+ A library that sends desktop notifications to a notification daemon, as
+ defined in the Desktop Notifications spec. These notifications can be
+ used to inform the user about an event or display some form of
+ information without getting in the user's way.
+ .
+ This package can be used by other packages using the GIRepository format to
+ generate dynamic bindings.
Added: packages/experimental/libnotify/debian/gir1.2-notify-0.7.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libnotify/debian/gir1.2-notify-0.7.install?rev=26318&op=file
==============================================================================
--- packages/experimental/libnotify/debian/gir1.2-notify-0.7.install (added)
+++ packages/experimental/libnotify/debian/gir1.2-notify-0.7.install [utf-8] Sun Jan 16 16:07:19 2011
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/girepository-1.0
Modified: packages/experimental/libnotify/debian/libnotify-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libnotify/debian/libnotify-dev.install?rev=26318&op=diff
==============================================================================
--- packages/experimental/libnotify/debian/libnotify-dev.install [utf-8] (original)
+++ packages/experimental/libnotify/debian/libnotify-dev.install [utf-8] Sun Jan 16 16:07:19 2011
@@ -3,3 +3,4 @@
debian/tmp/usr/lib/lib*.so
debian/tmp/usr/lib/pkgconfig/*
debian/tmp/usr/lib/*.la
+debian/tmp/usr/share/gir-1.0
Modified: packages/experimental/libnotify/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libnotify/debian/patches/series?rev=26318&op=diff
==============================================================================
--- packages/experimental/libnotify/debian/patches/series [utf-8] (original)
+++ packages/experimental/libnotify/debian/patches/series [utf-8] Sun Jan 16 16:07:19 2011
@@ -1,5 +1,1 @@
-01_upstream_fix_license_header.patch
-02_upstream_ref_pixbuf.patch
-03_libtool_dont_export_private_symbols.patch
-90_autoreconf.patch
99_ltmain_as-needed.patch
Modified: packages/experimental/libnotify/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libnotify/debian/rules?rev=26318&op=diff
==============================================================================
--- packages/experimental/libnotify/debian/rules [utf-8] (original)
+++ packages/experimental/libnotify/debian/rules [utf-8] Sun Jan 16 16:07:19 2011
@@ -7,8 +7,8 @@
include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk
--include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-DEB_DH_MAKESHLIBS_ARGS_libnotify4 := -V "libnotify4 (>= 0.7.0)" -- -c4
+DEB_DH_MAKESHLIBS_ARGS_libnotify4 := -V -- -c4
More information about the pkg-gnome-commits
mailing list