r24779 - in /packages/unstable/balsa/debian: changelog control.in

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Fri Jul 16 21:33:56 UTC 2010


Author: pochu
Date: Fri Jul 16 21:33:55 2010
New Revision: 24779

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24779
Log:
* debian/control.in:
  - balsa-dbg is section debug.
  - Let balsa-dbg depend on ${misc:Depends}.

Modified:
    packages/unstable/balsa/debian/changelog
    packages/unstable/balsa/debian/control.in

Modified: packages/unstable/balsa/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/changelog?rev=24779&op=diff
==============================================================================
--- packages/unstable/balsa/debian/changelog [utf-8] (original)
+++ packages/unstable/balsa/debian/changelog [utf-8] Fri Jul 16 21:33:55 2010
@@ -21,6 +21,9 @@
   [ Emilio Pozuelo Monfort ]
   * debian/watch:
     - Fixed, wasn't tracking anything.
+  * debian/control.in:
+    - balsa-dbg is section debug.
+    - Let balsa-dbg depend on ${misc:Depends}.
 
  -- Alan Baghumian <alan at technotux.org>  Sun, 13 Jun 2010 18:35:14 -0700
 

Modified: packages/unstable/balsa/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/control.in?rev=24779&op=diff
==============================================================================
--- packages/unstable/balsa/debian/control.in [utf-8] (original)
+++ packages/unstable/balsa/debian/control.in [utf-8] Fri Jul 16 21:33:55 2010
@@ -70,8 +70,10 @@
 
 Package: balsa-dbg
 Architecture: any
+Section: debug
 Priority: extra
-Depends: balsa (= ${binary:Version})
+Depends: balsa (= ${binary:Version}),
+         ${misc:Depends}
 Description: An e-mail client for GNOME
  Balsa is a highly configurable and robust mail client for the GNOME desktop.
  It supports both POP3 and IMAP servers as well as the mbox, maildir and mh




More information about the pkg-gnome-commits mailing list