r20553 - in /packages/unstable/tasks/debian: changelog control

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Thu Jul 2 16:45:43 UTC 2009


Author: pochu-guest
Date: Thu Jul  2 16:45:42 2009
New Revision: 20553

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20553
Log:
Wrap build-deps and deps.

Modified:
    packages/unstable/tasks/debian/changelog
    packages/unstable/tasks/debian/control

Modified: packages/unstable/tasks/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/tasks/debian/changelog?rev=20553&op=diff
==============================================================================
--- packages/unstable/tasks/debian/changelog (original)
+++ packages/unstable/tasks/debian/changelog Thu Jul  2 16:45:42 2009
@@ -1,11 +1,15 @@
 tasks (0.15-2) UNRELEASED; urgency=low
 
+  [ Loïc Minier ]
   * Set LDFLAGS directly; bump cdbs bdep to >= 0.4.41.
   * Create tasks.pot during build: Add a common-build-arch:: snippet to call
     langpack.mk's langpack-mk-update-pot target with
     DEB_BUILDDIR=$(DEB_SRCDIR); intltool-update can't be called in builddir as
     it needs POTFILES.in and even with it wont lookup files listed there in
     srcdir; add a clean:: snippet to remove the pot file; LP: #188690.
+
+  [ Emilio Pozuelo Monfort ]
+  * Wrap build-deps and deps.
 
  -- Loïc Minier <lool at dooz.org>  Thu, 02 Jul 2009 11:40:22 +0200
 

Modified: packages/unstable/tasks/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/tasks/debian/control?rev=20553&op=diff
==============================================================================
--- packages/unstable/tasks/debian/control (original)
+++ packages/unstable/tasks/debian/control Thu Jul  2 16:45:42 2009
@@ -2,14 +2,24 @@
 Section: gnome
 Priority: optional
 Maintainer: Ross Burton <ross at debian.org>
-Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5), intltool, libecal1.2-dev, libgtk2.0-dev, libhildon-1-dev, libdbus-1-dev, libhildonmime-dev, dpkg-dev (>= 1.13.19)
+Build-Depends: cdbs (>= 0.4.41),
+               debhelper (>= 5),
+               intltool,
+               libecal1.2-dev,
+               libgtk2.0-dev,
+               libhildon-1-dev,
+               libdbus-1-dev,
+               libhildonmime-dev,
+               dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.3
 
 # ordering is important here as to have dbg symbols for the main "tasks"
 # binary and not the tasks-hildon one
 Package: tasks-hildon
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, evolution-data-server
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         evolution-data-server
 Conflicts: tasks
 Description: a simple to do manager - Hildon flavour
  Tasks is a simple To Do manager, using GTK+ and libecal.  It eschews
@@ -21,7 +31,9 @@
 
 Package: tasks
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, evolution-data-server
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         evolution-data-server
 Conflicts: tasks-hildon
 Description: a simple to do manager
  Tasks is a simple To Do manager, using GTK+ and libecal.  It eschews




More information about the pkg-gnome-commits mailing list