r2017 - in /unstable/evolution/debian: changelog control rules

corsac at users.alioth.debian.org corsac at users.alioth.debian.org
Mon Nov 7 15:35:02 UTC 2011


Author: corsac
Date: Mon Nov  7 15:35:02 2011
New Revision: 2017

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2017
Log:
* New upstream release
* enable goa
* debian/rules:
  - remove .la files instead of not installing them.

Modified:
    unstable/evolution/debian/changelog
    unstable/evolution/debian/control
    unstable/evolution/debian/rules

Modified: unstable/evolution/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/changelog?rev=2017&op=diff
==============================================================================
--- unstable/evolution/debian/changelog (original)
+++ unstable/evolution/debian/changelog Mon Nov  7 15:35:02 2011
@@ -1,5 +1,6 @@
-evolution (3.2.0-1) UNRELEASED; urgency=low
-
+evolution (3.2.1-1) UNRELEASED; urgency=low
+
+  [ Yves-Alexis Perez ]
   * New upstream release.
   * debian/control:
     - bump eds build-deps and deps to 3.2.
@@ -10,7 +11,6 @@
     - drop build-dep on libegroupwise.
   * debian/rules:
     - set hardening flags directly from cdbs
-    - disable goa for now.
     - update ELIBDIR for 3.2.
   * debian/patches:
     - 01_message_id dropped, included upstream.
@@ -19,7 +19,11 @@
   * debian/evolution-common.install:
     - drop /u/s/h/omf since it doesn't exist anymore
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 02 Oct 2011 19:32:30 +0200
+  [ Sjoerd Simons ]
+  * New upstream release
+  * enable goa
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 05 Nov 2011 10:46:18 +0000
 
 evolution (3.0.3-2) unstable; urgency=low
 
@@ -38,6 +42,8 @@
   * debian/evolution-dev.install:
     - drop brace expansion, since it's not officially supported by debhelper.
     - don't install .a files anymore, they're gone now.
+  * debian/rules:
+    - remove .la files instead of not installing them.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Fri, 02 Sep 2011 00:01:41 +0200
 

Modified: unstable/evolution/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/control?rev=2017&op=diff
==============================================================================
--- unstable/evolution/debian/control (original)
+++ unstable/evolution/debian/control Mon Nov  7 15:35:02 2011
@@ -19,7 +19,7 @@
                cdbs (>= 0.4.52),
                dpkg-dev (>= 1.16.1),
                hardening-includes,
-               libglib2.0-dev (>= 2.28),
+               libglib2.0-dev (>= 2.30),
                libgtk-3-dev (>= 3.0.2),
                libgail-3-dev (>= 3.0.2),
                libebook1.2-dev (>= 3.2.0),

Modified: unstable/evolution/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/rules?rev=2017&op=diff
==============================================================================
--- unstable/evolution/debian/rules (original)
+++ unstable/evolution/debian/rules Mon Nov  7 15:35:02 2011
@@ -31,7 +31,7 @@
 	--disable-pst-import \
         --disable-contacts-map \
 	--disable-image-inline \
-	--disable-goa \
+	--enable-goa \
 	--with-sub-version=-$(DEB_REVISION)
 
 ifneq ($(DEB_HOST_ARCH_OS), linux)
@@ -40,6 +40,10 @@
 	DEB_CONFIGURE_EXTRA_FLAGS+=--enable-nm
 endif
 
+binary-install/evolution-dev::
+	rm debian/tmp/evolution/*.la
+	rm debian/tmp/evolution/*/*.la
+
 clean::
 	debconf-updatepo
 	find -name '*.schemas' | xargs rm -f




More information about the pkg-evolution-commits mailing list