r1495 - in /experimental/anjal/debian: anjal.install changelog control rules

yanli-guest at users.alioth.debian.org yanli-guest at users.alioth.debian.org
Thu Jan 21 09:30:40 UTC 2010


Author: yanli-guest
Date: Thu Jan 21 09:30:30 2010
New Revision: 1495

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1495
Log:
New Anjal 0.3 from upstream that builds with Evolution 2.29

Modified:
    experimental/anjal/debian/anjal.install
    experimental/anjal/debian/changelog
    experimental/anjal/debian/control
    experimental/anjal/debian/rules

Modified: experimental/anjal/debian/anjal.install
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/anjal/debian/anjal.install?rev=1495&op=diff
==============================================================================
--- experimental/anjal/debian/anjal.install (original)
+++ experimental/anjal/debian/anjal.install Thu Jan 21 09:30:30 2010
@@ -3,3 +3,4 @@
 usr/share/applications/anjal.desktop
 usr/share/anjal
 usr/share/gconf/schemas/anjal.schemas
+usr/lib/evolution/2.30/anjal/libeshell-module-anjal.so

Modified: experimental/anjal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/anjal/debian/changelog?rev=1495&op=diff
==============================================================================
--- experimental/anjal/debian/changelog (original)
+++ experimental/anjal/debian/changelog Thu Jan 21 09:30:30 2010
@@ -1,6 +1,6 @@
-anjal (0.1+git20091229.de6115b5-1) experimental; urgency=low
+anjal (0.3+git20100120.f3a6e83-1) experimental; urgency=low
 
-  * New bug fix release from upstream stable branch
+  * New release from upstream for Evolution 2.29
   * debian/patches: following patches dropped, already in upstream:
     - upstream-004_Save-password-enabled-by-default.patch
     - upstream-005_BUGFIX-GNOME-Bug-599792-Anjal-composer-s-Send-button.patch
@@ -10,7 +10,7 @@
     - upstream-006_BUGFIX-GNOME-Bugzill-600691-Remember-settings-for-Reply.patch
     - upstream-003_BUGFIX-GNOME-Bug-596027-In-Anjal-although-invalid-ma.patch
 
- -- Yan Li <yanli at infradead.org>  Wed, 30 Dec 2009 13:47:49 +0800
+ -- Yan Li <yanli at infradead.org>  Thu, 21 Jan 2010 17:19:54 +0800
 
 anjal (0.1-1) experimental; urgency=low
 

Modified: experimental/anjal/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/anjal/debian/control?rev=1495&op=diff
==============================================================================
--- experimental/anjal/debian/control (original)
+++ experimental/anjal/debian/control Thu Jan 21 09:30:30 2010
@@ -12,19 +12,18 @@
                dpkg-dev (>= 1.14.16),
                intltool (>= 0.35.0),
                po-debconf,
-               evolution-data-server-dev (>= 2.28.0),
-               evolution-data-server-dev (<< 2.29.0),
-               evolution-dev (>= 2.28.0),
-               evolution-dev (<< 2.29.0),
-               evolution-plugins (>= 2.28.0),
-               evolution-plugins (<< 2.29.0),
+               evolution-data-server-dev (>= 2.29.0),
+               evolution-data-server-dev (<< 2.31.0),
+               evolution-dev (>= 2.29.0),
+               evolution-dev (<< 2.31.0),
+               evolution-plugins (>= 2.29.0),
+               evolution-plugins (<< 2.31.0),
                libwebkit-dev,
                libunique-dev,
                libedataserverui1.2-dev,
                libebook1.2-dev,
                libgtkhtml3.14-dev,
                libgtkhtml-editor-dev,
-               libanerley-dev,
                libclutter-gtk-0.10-dev,
                libtool,
                autoconf

Modified: experimental/anjal/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/anjal/debian/rules?rev=1495&op=diff
==============================================================================
--- experimental/anjal/debian/rules (original)
+++ experimental/anjal/debian/rules Thu Jan 21 09:30:30 2010
@@ -13,13 +13,15 @@
 
 CFLAGS += -fPIC
 
-DEB_CONFIGURE_EXTRA_FLAGS = --with-anerley=yes --without-mozilla \
+DEB_CONFIGURE_EXTRA_FLAGS = --without-anerley --without-mozilla \
 		--prefix=/usr --sysconfdir=/etc \
 		--mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info \
 		--with-gconf-schema-file-dir=/usr/share/gconf/schemas/
+ELIBDIR := usr/lib/evolution/2.30/anjal
+DEB_DH_MAKESHLIBS_ARGS_anjal += --noscripts -X $(ELIBDIR)
 
-makebuilddir/anjal::
+post-patches::
 	cd $(DEB_BUILDDIR); NOCONFIGURE=1 ./autogen.sh
 
 




More information about the pkg-evolution-commits mailing list