[Pkg-cli-apps-commits] r5278 - in /packages/beagle/trunk/debian: changelog control rules

laney-guest at users.alioth.debian.org laney-guest at users.alioth.debian.org
Fri Jan 29 14:55:27 UTC 2010


Author: laney-guest
Date: Fri Jan 29 14:55:26 2010
New Revision: 5278

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5278
Log:
NOT YET FINISHED (check gmime2.4)
  + Increase S-V to 3.8.4, no changes required
* debian/rules: Make get-orig-source policy conformant (download to current
  dir)

Modified:
    packages/beagle/trunk/debian/changelog
    packages/beagle/trunk/debian/control
    packages/beagle/trunk/debian/rules

Modified: packages/beagle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/changelog?rev=5278&op=diff
==============================================================================
--- packages/beagle/trunk/debian/changelog (original)
+++ packages/beagle/trunk/debian/changelog Fri Jan 29 14:55:26 2010
@@ -1,16 +1,20 @@
 beagle (0.3.9-4) UNRELEASED; urgency=low
 
+  NOT YET FINISHED (check gmime2.4)
   * debian/control:
     + Bump mono-devel build-dep to >= 2.4.3 and remove all build-depends on
       packages now provided transitively by mono-devel.
     + Replace library build-depends with -dev counterparts which now contain
       the pcfiles.
+    + Increase S-V to 3.8.4, no changes required
   * debian/control, debian/rules: Disable evolution support as evolution-sharp
     is broken. Sorry, hopefully we can bring it back in the future. (Closes:
     #531428)
   * debian/patches/fix_build_system.dpatch: Update compiler to mono-csc 
-
- -- Iain Lane <laney at ubuntu.com>  Tue, 12 Jan 2010 22:50:13 +0000
+  * debian/rules: Make get-orig-source policy conformant (download to current
+    dir)
+
+ -- Iain Lane <laney at ubuntu.com>  Fri, 29 Jan 2010 14:53:50 +0000
 
 beagle (0.3.9-3) unstable; urgency=low
 

Modified: packages/beagle/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/control?rev=5278&op=diff
==============================================================================
--- packages/beagle/trunk/debian/control (original)
+++ packages/beagle/trunk/debian/control Fri Jan 29 14:55:26 2010
@@ -17,15 +17,15 @@
  xdg-utils,
  mono-devel (>= 2.4.3),
  monodoc-base (>= 2.4.3),
- libgtk2.0-cil (>= 2.4),
+ libgtk2.0-cil-dev (>= 2.4),
  libglade2.0-cil-dev,
  libgconf2.0-cil-dev,
  libgnome2.0-cil-dev,
- libgmime2.2a-cil,
- libgsf0.0-cil (>= 0.6),
+ libgmime2.4-cil-dev,
+ libgsf-cil-dev (>= 0.6),
  libndesk-dbus-glib1.0-cil-dev,
  libndesk-dbus1.0-cil-dev (>= 0.5.2),
- libavahi1.0-cil (>= 0.6.10),
+ libavahi-cil-dev (>= 0.6.10),
  libtaglib-cil-dev,
  libgnome-desktop-dev,
  libgtk2.0-dev (>= 2.10),
@@ -36,14 +36,14 @@
  libxml2-dev (>= 2.6.19),
  libwv-dev,
  libexif-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/beagle/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/
 Homepage: http://www.beagle-project.org/
 
 Package: beagle
 Architecture: any
-Suggests: gnumeric, beagle-backend-evolution, iceweasel-beagle, icedove-beagle
+Suggests: gnumeric, iceweasel-beagle, icedove-beagle
 Recommends: schedutils | util-linux (>= 2.13.1), poppler-utils, mono-gmcs
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, bash (>= 3.0), adduser, dbus, xdg-utils
 Description: indexing and search tool for your personal data

Modified: packages/beagle/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/rules?rev=5278&op=diff
==============================================================================
--- packages/beagle/trunk/debian/rules (original)
+++ packages/beagle/trunk/debian/rules Fri Jan 29 14:55:26 2010
@@ -150,11 +150,10 @@
 binary: binary-indep binary-arch
 
 get-orig-source:
-	[ -d ../tarballs ] || mkdir ../tarballs
 	uscan \
 		--force-download \
 		--download-version $(CURVER) \
 		--rename \
-		--destdir ../tarballs
+		--destdir .
 
 .PHONY: build clean clean-patched configure binary-indep binary-arch binary install install-dep install-arch patch unpatch




More information about the Pkg-cli-apps-commits mailing list