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

ross at users.alioth.debian.org ross at users.alioth.debian.org
Mon Aug 10 09:11:00 UTC 2009


Author: ross
Date: Mon Aug 10 09:11:00 2009
New Revision: 20861

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20861
Log:
Fix debug package section/depends, bump standards

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=20861&op=diff
==============================================================================
--- packages/unstable/tasks/debian/changelog [utf-8] (original)
+++ packages/unstable/tasks/debian/changelog [utf-8] Mon Aug 10 09:11:00 2009
@@ -2,6 +2,8 @@
 
   [ Ross Burton ]
   * New upstream release (Closes: #539510)
+  * Fix debug package section and depends
+  * Bump Standards
   
   [ Loïc Minier ]
   * Set LDFLAGS directly; bump cdbs bdep to >= 0.4.41.
@@ -14,7 +16,7 @@
   [ Emilio Pozuelo Monfort ]
   * Wrap build-deps and deps.
 
- -- Loïc Minier <lool at dooz.org>  Thu, 02 Jul 2009 11:40:22 +0200
+ -- Ross Burton <ross at debian.org>  Mon, 10 Aug 2009 10:08:52 +0100
 
 tasks (0.15-1) unstable; urgency=low
 

Modified: packages/unstable/tasks/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/tasks/debian/control?rev=20861&op=diff
==============================================================================
--- packages/unstable/tasks/debian/control [utf-8] (original)
+++ packages/unstable/tasks/debian/control [utf-8] Mon Aug 10 09:11:00 2009
@@ -11,7 +11,7 @@
                libdbus-1-dev,
                libhildonmime-dev,
                dpkg-dev (>= 1.13.19)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.2
 
 # ordering is important here as to have dbg symbols for the main "tasks"
 # binary and not the tasks-hildon one
@@ -46,7 +46,8 @@
 Package: tasks-dbg
 Architecture: any
 Priority: extra
-Depends: tasks (= ${binary:Version})
+Section: debug
+Depends: tasks (= ${binary:Version}), ${misc:Depends}
 Description: a simple to do manager (debug symbols)
  Tasks is a simple To Do manager, using GTK+ and libecal.  It eschews
  complicated features for a simple interface and functionality that does the




More information about the pkg-gnome-commits mailing list