[Pkg-xfce-commits] r577 - in goodies/xfce4-verve-plugin/debian: .
patches
Yves-Alexis Perez
corsac-guest at costa.debian.org
Sun Apr 30 19:11:20 UTC 2006
Author: corsac-guest
Date: 2006-04-30 19:11:16 +0000 (Sun, 30 Apr 2006)
New Revision: 577
Added:
goodies/xfce4-verve-plugin/debian/patches/01_fix-install-target.patch
Modified:
goodies/xfce4-verve-plugin/debian/changelog
Log:
revert to 0.3.0 because 0.3.1 FTBFS
Modified: goodies/xfce4-verve-plugin/debian/changelog
===================================================================
--- goodies/xfce4-verve-plugin/debian/changelog 2006-04-30 19:10:48 UTC (rev 576)
+++ goodies/xfce4-verve-plugin/debian/changelog 2006-04-30 19:11:16 UTC (rev 577)
@@ -1,4 +1,4 @@
-xfce4-verve-plugin (0.3.1-1) UNRELEASED; urgency=low
+xfce4-verve-plugin (0.3.0-1) UNRELEASED; urgency=low
* Initial release Closes: #363466
Added: goodies/xfce4-verve-plugin/debian/patches/01_fix-install-target.patch
===================================================================
--- goodies/xfce4-verve-plugin/debian/patches/01_fix-install-target.patch 2006-04-30 19:10:48 UTC (rev 576)
+++ goodies/xfce4-verve-plugin/debian/patches/01_fix-install-target.patch 2006-04-30 19:11:16 UTC (rev 577)
@@ -0,0 +1,12 @@
+--- scripts/Makefile.in.old 2006-04-03 21:52:01.000000000 +0200
++++ scripts/Makefile.in 2006-04-18 23:03:36.000000000 +0200
+@@ -385,7 +385,8 @@
+
+
+ install:
+- $(INSTALL) verve-focus $(bindir)
++ test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
++ $(INSTALL) verve-focus $(DESTDIR)$(bindir)
+
+ # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
More information about the Pkg-xfce-commits
mailing list