[Pkg-galago-commit] r443 - packages/experimental/libnotify/debian

Riccardo Setti giskard at alioth.debian.org
Thu Nov 16 16:33:48 CET 2006


Author: giskard
Date: 2006-11-16 16:33:48 +0100 (Thu, 16 Nov 2006)
New Revision: 443

Modified:
   packages/experimental/libnotify/debian/control
   packages/experimental/libnotify/debian/control.in
   packages/experimental/libnotify/debian/rules
Log:
fixed depends on libnotify-dev

Modified: packages/experimental/libnotify/debian/control
===================================================================
--- packages/experimental/libnotify/debian/control	2006-11-14 22:35:12 UTC (rev 442)
+++ packages/experimental/libnotify/debian/control	2006-11-16 15:33:48 UTC (rev 443)
@@ -9,7 +9,8 @@
 Package: libnotify-dev
 Section: libdevel
 Architecture: any
-Depends: libnotify1 (= ${Source-Version}), libdbus-glib-1-dev (>= 0.35), libgtk2.0-dev
+Depends: libnotify1-gtk2.10, libdbus-glib-1-dev (>= 0.35), libgtk2.0-dev
+Provides: libnotify-dev-gtk2.10
 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

Modified: packages/experimental/libnotify/debian/control.in
===================================================================
--- packages/experimental/libnotify/debian/control.in	2006-11-14 22:35:12 UTC (rev 442)
+++ packages/experimental/libnotify/debian/control.in	2006-11-16 15:33:48 UTC (rev 443)
@@ -9,7 +9,8 @@
 Package: libnotify-dev
 Section: libdevel
 Architecture: any
-Depends: libnotify1 (= ${Source-Version}), libdbus-glib-1-dev (>= 0.35), libgtk2.0-dev
+Depends: libnotify1-gtk2.10, libdbus-glib-1-dev (>= 0.35), libgtk2.0-dev
+Provides: libnotify-dev-gtk2.10
 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

Modified: packages/experimental/libnotify/debian/rules
===================================================================
--- packages/experimental/libnotify/debian/rules	2006-11-14 22:35:12 UTC (rev 442)
+++ packages/experimental/libnotify/debian/rules	2006-11-16 15:33:48 UTC (rev 443)
@@ -8,4 +8,3 @@
 
 DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
 
-#DEB_DH_MAKESHLIBS_ARGS_libnotify0 := -V 'libnotify'




More information about the Pkg-galago-commit mailing list