r1644 - in /unstable/evolution-data-server/debian: changelog control rules

corsac at users.alioth.debian.org corsac at users.alioth.debian.org
Sat May 22 10:39:09 UTC 2010


Author: corsac
Date: Sat May 22 10:39:06 2010
New Revision: 1644

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1644
Log:
  - add build-dep on dh-autoreconf.
* debian/rules:
  - run autoreconf to get soname change.

Modified:
    unstable/evolution-data-server/debian/changelog
    unstable/evolution-data-server/debian/control
    unstable/evolution-data-server/debian/rules

Modified: unstable/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/changelog?rev=1644&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog (original)
+++ unstable/evolution-data-server/debian/changelog Sat May 22 10:39:06 2010
@@ -5,10 +5,13 @@
       libedataserver soname before 2.30.2 to ease transition.
   * debian/control:
     - rename libedataserver package to follow soname change.
+    - add build-dep on dh-autoreconf.
   * debian/lintian:
     - rename libedataserver override.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Sat, 22 May 2010 10:57:19 +0200
+  * debian/rules:
+    - run autoreconf to get soname change.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 22 May 2010 12:08:53 +0200
 
 evolution-data-server (2.30.1-4) unstable; urgency=low
 

Modified: unstable/evolution-data-server/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/control?rev=1644&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/control (original)
+++ unstable/evolution-data-server/debian/control Sat May 22 10:39:06 2010
@@ -19,6 +19,7 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server
 Build-Depends: debhelper (>= 5.0.0),
                cdbs (>= 0.4.37),
+               dh-autoreconf,
                dpkg-dev (>= 1.14.16),
                pkg-config (>= 0.16),
                flex,

Modified: unstable/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/rules?rev=1644&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/rules (original)
+++ unstable/evolution-data-server/debian/rules Sat May 22 10:39:06 2010
@@ -6,6 +6,7 @@
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 
 DEB_SHLIBDEPS_INCLUDE += debian/tmp/usr/lib
 
@@ -26,10 +27,6 @@
 	--enable-gnome-keyring=yes \
 	--enable-largefile
 
-#post-patches::
-#	dh_testdir
-#	autoreconf -vfi
-
 DEB_FIXPERMS_EXCLUDE += usr/lib/evolution/camel-lock-helper*
 
 binary-install/evolution-data-server::




More information about the pkg-evolution-commits mailing list