r1622 - in /unstable/evolution-exchange/debian: changelog control rules

corsac at users.alioth.debian.org corsac at users.alioth.debian.org
Mon May 17 20:34:37 UTC 2010


Author: corsac
Date: Mon May 17 20:34:29 2010
New Revision: 1622

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1622
Log:
  - add build-dep on libkrb5-dev
* debian/rules:
  - enable kerberos 5 support.

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

Modified: unstable/evolution-exchange/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-exchange/debian/changelog?rev=1622&op=diff
==============================================================================
--- unstable/evolution-exchange/debian/changelog (original)
+++ unstable/evolution-exchange/debian/changelog Mon May 17 20:34:29 2010
@@ -4,14 +4,14 @@
   * Upload to unstable.
   * debian/control:
     - bump build-depends to eds/evo 2.30.
-    - drop quilt build-dep.
+    - add build-dep on libkrb5-dev
+  * debian/rules:
+    - enable kerberos 5 support.
   * debian/patches:
     - 01_link_calendar dropped, merged upstream.
     - 90_relibtoolize as well, now useless.
-  * debian/rules:
-    - drop quilt include.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 17 May 2010 20:08:25 +0200
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 17 May 2010 22:31:58 +0200
 
 evolution-exchange (2.29.92-1) experimental; urgency=low
 

Modified: unstable/evolution-exchange/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-exchange/debian/control?rev=1622&op=diff
==============================================================================
--- unstable/evolution-exchange/debian/control (original)
+++ unstable/evolution-exchange/debian/control Mon May 17 20:34:29 2010
@@ -17,6 +17,7 @@
 Build-Depends: debhelper (>= 5.0.0),
                dpkg-dev (>= 1.14.16),
                cdbs (>= 0.4.37),
+               quilt,
                pkg-config,
                libglib2.0-dev (>= 2.16.0),
                libgtk2.0-dev (>= 2.10.0),

Modified: unstable/evolution-exchange/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-exchange/debian/rules?rev=1622&op=diff
==============================================================================
--- unstable/evolution-exchange/debian/rules (original)
+++ unstable/evolution-exchange/debian/rules Mon May 17 20:34:29 2010
@@ -1,8 +1,15 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/gnome.mk
 
 CFLAGS += -fPIC
 
 DEB_DH_MAKESHLIBS_ARGS_ALL += --no-act
+
+DEB_CONFIGURE_EXTRA_FLAGS += --with-krb5=/usr
+
+#post-patches::
+#	dh_testdir
+#	autoreconf -vfi




More information about the pkg-evolution-commits mailing list