[Pkg-galago-commit] r490 - packages/unstable/libnotify/debian

Loïc Minier lool at alioth.debian.org
Mon Apr 16 08:14:38 UTC 2007


Author: lool
Date: 2007-04-16 08:14:38 +0000 (Mon, 16 Apr 2007)
New Revision: 490

Modified:
   packages/unstable/libnotify/debian/changelog
   packages/unstable/libnotify/debian/control
Log:
* Wrap build-deps and deps.

Modified: packages/unstable/libnotify/debian/changelog
===================================================================
--- packages/unstable/libnotify/debian/changelog	2007-04-16 08:13:38 UTC (rev 489)
+++ packages/unstable/libnotify/debian/changelog	2007-04-16 08:14:38 UTC (rev 490)
@@ -6,8 +6,9 @@
   * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
     cdbs >= 0.4.41.
   * Add ${misc:Depends}.
+  * Wrap build-deps and deps.
 
- -- Loic Minier <lool at dooz.org>  Mon, 16 Apr 2007 10:13:30 +0200
+ -- Loic Minier <lool at dooz.org>  Mon, 16 Apr 2007 10:14:31 +0200
 
 libnotify (0.4.4-2) experimental; urgency=low
 

Modified: packages/unstable/libnotify/debian/control
===================================================================
--- packages/unstable/libnotify/debian/control	2007-04-16 08:13:38 UTC (rev 489)
+++ packages/unstable/libnotify/debian/control	2007-04-16 08:14:38 UTC (rev 490)
@@ -1,7 +1,13 @@
 Source: libnotify
 Priority: optional
 Maintainer: Andre Filipe de Assuncao e Brito <decko at noisemakers.org>
-Build-Depends: gnome-pkg-tools, cdbs (>= 0.4.41), debhelper (>= 5), libgtk2.0-dev (>= 2.10), libglib2.0-dev (>= 2.6), libdbus-glib-1-dev (>= 0.35), libpopt-dev
+Build-Depends: gnome-pkg-tools,
+               cdbs (>= 0.4.41),
+               debhelper (>= 5),
+               libgtk2.0-dev (>= 2.10),
+               libglib2.0-dev (>= 2.6),
+               libdbus-glib-1-dev (>= 0.35),
+               libpopt-dev
 Uploaders: Loic Minier <lool at dooz.org>, Riccardo Setti <giskard at debian.org>
 Standards-Version: 3.7.2
 Section: libs
@@ -9,7 +15,11 @@
 Package: libnotify-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libnotify1 (= ${Source-Version}), libdbus-glib-1-dev (>= 0.35), libgtk2.0-dev (>= 2.10), libglib2.0-dev (>= 2.6)
+Depends: ${misc:Depends},
+         libnotify1 (= ${Source-Version}),
+         libdbus-glib-1-dev (>= 0.35),
+         libgtk2.0-dev (>= 2.10),
+         libglib2.0-dev (>= 2.6)
 Provides: libnotify-dev-gtk2.10
 Description: sends desktop notifications to a notification daemon
  A library that sends desktop notifications to a notification daemon, as
@@ -22,7 +32,8 @@
 Package: libnotify1
 Section: libs
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Provides: libnotify1-gtk2.10
 Recommends: notification-daemon
 Description: sends desktop notifications to a notification daemon
@@ -37,7 +48,8 @@
 Package: libnotify-bin
 Section: utils
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs: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
@@ -49,7 +61,8 @@
 Package: libnotify-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Suggests: devhelp
 Description: sends desktop notifications to a notification daemon
  A library that sends desktop notifications to a notification daemon, as




More information about the Pkg-galago-commit mailing list