r32636 - in /packages/unstable/gmime2.4/debian: changelog rules

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Wed Feb 22 05:43:46 UTC 2012


Author: mpitt
Date: Wed Feb 22 05:43:46 2012
New Revision: 32636

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32636
Log:
debian/rules: Use "--with cli" instead of the obsolete
/usr/share/cli-common/cli.make.

Modified:
    packages/unstable/gmime2.4/debian/changelog
    packages/unstable/gmime2.4/debian/rules

Modified: packages/unstable/gmime2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/changelog?rev=32636&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/changelog [utf-8] (original)
+++ packages/unstable/gmime2.4/debian/changelog [utf-8] Wed Feb 22 05:43:46 2012
@@ -9,6 +9,8 @@
     more.
   * debian/control.in, debian/rules: Build-depend on and use dh_autoreconf
     instead of our custom autoconf/automake invocation.
+  * debian/rules: Use "--with cli" instead of the obsolete
+    /usr/share/cli-common/cli.make.
 
  -- Martin Pitt <mpitt at debian.org>  Wed, 22 Feb 2012 06:18:50 +0100
 

Modified: packages/unstable/gmime2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/rules?rev=32636&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/rules [utf-8] (original)
+++ packages/unstable/gmime2.4/debian/rules [utf-8] Wed Feb 22 05:43:46 2012
@@ -12,7 +12,6 @@
 DEB_CLI_API_VERSION = 2.4.4
 DEB_C_API_VERSION = 2.4.7
 
--include /usr/share/cli-common/cli.make
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 
 override_dh_auto_configure:
@@ -62,6 +61,6 @@
 		--repack
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --with autoreconf,cli
 
 .PHONY: configure build clean get-orig-source




More information about the pkg-gnome-commits mailing list