[Pkg-mono-svn-commits] rev 3028 - in non-group/gfax/trunk/debian: . patches

Mirco Bauer meebey-guest at alioth.debian.org
Sun Apr 8 16:01:43 UTC 2007


Author: meebey-guest
Date: 2007-04-08 16:01:43 +0000 (Sun, 08 Apr 2007)
New Revision: 3028

Added:
   non-group/gfax/trunk/debian/patches/fix_mkdir_p_var.dpatch
Modified:
   non-group/gfax/trunk/debian/changelog
   non-group/gfax/trunk/debian/control
   non-group/gfax/trunk/debian/patches/00list
   non-group/gfax/trunk/debian/rules
Log:
- updated gfax to 0.7.6



Modified: non-group/gfax/trunk/debian/changelog
===================================================================
--- non-group/gfax/trunk/debian/changelog	2007-04-08 01:27:21 UTC (rev 3027)
+++ non-group/gfax/trunk/debian/changelog	2007-04-08 16:01:43 UTC (rev 3028)
@@ -1,3 +1,15 @@
+gfax (0.7.6-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #411073)
+  * debian/control:
+    + Using my Debian email address now.
+  * debian/patches/fix_glade_handler_signatures.dpatch:
+    + Removed, already applied upstream.
+  * debian/patches/fix_mkdir_p_var.dpatch:
+    + Fixes po/Makefile.in.in file to set the mkdir_p variable correctly.
+
+ -- Mirco Bauer <meebey at debian.org>  Fri, 06 Apr 2007 14:02:48 +0200
+
 gfax (0.7.5~pre1-1) unstable; urgency=medium
 
   * New upstream release.

Modified: non-group/gfax/trunk/debian/control
===================================================================
--- non-group/gfax/trunk/debian/control	2007-04-08 01:27:21 UTC (rev 3027)
+++ non-group/gfax/trunk/debian/control	2007-04-08 16:01:43 UTC (rev 3028)
@@ -1,9 +1,9 @@
 Source: gfax
 Section: gnome
 Priority: optional
-Maintainer: Mirco Bauer <meebey at meebey.net>
+Maintainer: Mirco Bauer <meebey at debian.org>
 Build-Depends: debhelper (>= 5.0.0), dpatch
-Build-Depends-Indep: cli-common-dev (>= 0.4.0), mono-mcs (>= 1.0) | c-sharp-compiler, libgtk2.0-cil, libgnome2.0-cil, libgconf2.0-cil, libglade2.0-cil, libglib2.0-cil, libevolution2.0-cil, libgnomeprint2.2-dev, gettext, intltool
+Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-mcs (>= 1.0) | c-sharp-compiler, libgtk2.0-cil, libgnome2.0-cil, libgconf2.0-cil, libglade2.0-cil, libglib2.0-cil, libevolution2.0-cil, libgnomeprint2.2-dev, gettext, intltool
 Standards-Version: 3.7.2
 
 Package: gfax

Modified: non-group/gfax/trunk/debian/patches/00list
===================================================================
--- non-group/gfax/trunk/debian/patches/00list	2007-04-08 01:27:21 UTC (rev 3027)
+++ non-group/gfax/trunk/debian/patches/00list	2007-04-08 16:01:43 UTC (rev 3028)
@@ -1,2 +1,2 @@
 02_libgnomeprint_path
-fix_glade_handler_signatures
+fix_mkdir_p_var

Added: non-group/gfax/trunk/debian/patches/fix_mkdir_p_var.dpatch
===================================================================
--- non-group/gfax/trunk/debian/patches/fix_mkdir_p_var.dpatch	2007-04-08 01:27:21 UTC (rev 3027)
+++ non-group/gfax/trunk/debian/patches/fix_mkdir_p_var.dpatch	2007-04-08 16:01:43 UTC (rev 3028)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix_install_sh.dpatch by Mirco Bauer <meebey at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad gfax-0.7.6~/po/Makefile.in.in gfax-0.7.6/po/Makefile.in.in
+--- gfax-0.7.6~/po/Makefile.in.in	2006-11-30 04:25:02.000000000 +0100
++++ gfax-0.7.6/po/Makefile.in.in	2007-04-08 17:55:28.000000000 +0200
+@@ -39,7 +39,7 @@
+ install_sh = @install_sh@
+ # Automake >= 1.8 provides @mkdir_p at .
+ # Until it can be supposed, use the safe fallback:
+-mkdir_p = $(install_sh) -d
++mkdir_p = $(INSTALL) -d
+ 
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@


Property changes on: non-group/gfax/trunk/debian/patches/fix_mkdir_p_var.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Modified: non-group/gfax/trunk/debian/rules
===================================================================
--- non-group/gfax/trunk/debian/rules	2007-04-08 01:27:21 UTC (rev 3027)
+++ non-group/gfax/trunk/debian/rules	2007-04-08 16:01:43 UTC (rev 3028)
@@ -24,7 +24,8 @@
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
 	  --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc \
 	  --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
-	  --disable-schemas-install --enable-dbus=yes
+	  --disable-schemas-install
+	# --enable-dbus=yes
 
 build: patch build-stamp
 build-stamp: config.status
@@ -72,5 +73,7 @@
 	dh_md5sums
 	dh_builddeb
 
+binary-arch:
+
 binary: binary-indep
-.PHONY: build clean binary-indep binary install patch unpatch
+.PHONY: build clean binary-indep binary-arch binary install patch unpatch




More information about the Pkg-mono-svn-commits mailing list