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

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Mon Apr 27 22:38:34 UTC 2009


Author: meebey
Date: Mon Apr 27 22:38:33 2009
New Revision: 19804

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19804
Log:
  * Args, this is my 3rd attempt to get build + binary-arch working for
    buildds.
  * debian/rules:
    + Make the cli.make include optional, else make bails it with a fatal
      error, causing FTBFS.

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=19804&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/changelog (original)
+++ packages/unstable/gmime2.4/debian/changelog Mon Apr 27 22:38:33 2009
@@ -1,3 +1,13 @@
+gmime2.4 (2.4.6-2) unstable; urgency=low
+
+  * Args, this is my 3rd attempt to get build + binary-arch working for
+    buildds.
+  * debian/rules:
+    + Make the cli.make include optional, else make bails it with a fatal
+      error, causing FTBFS.
+
+ -- Mirco Bauer <meebey at debian.org>  Tue, 28 Apr 2009 00:14:52 +0200
+
 gmime2.4 (2.4.6-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/unstable/gmime2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/rules?rev=19804&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/rules (original)
+++ packages/unstable/gmime2.4/debian/rules Mon Apr 27 22:38:33 2009
@@ -11,7 +11,7 @@
 DEB_CLI_ABI_VERSION = 2.4
 DEB_CLI_API_VERSION = 2.4.4
 
-include /usr/share/cli-common/cli.make
+_include /usr/share/cli-common/cli.make
 include /usr/share/quilt/quilt.make
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 




More information about the pkg-gnome-commits mailing list