[Pkg-xfce-commits] r88 - goodies/xfce4-terminal/debian
Yves-Alexis Perez
corsac-guest@costa.debian.org
Thu, 05 May 2005 22:24:29 +0000
Author: corsac-guest
Date: 2005-05-05 22:24:29 +0000 (Thu, 05 May 2005)
New Revision: 88
Modified:
goodies/xfce4-terminal/debian/postinst
goodies/xfce4-terminal/debian/rules
Log:
- Changed postinst to match the new name
- Commented libtool stuff in rules in order to build.
Modified: goodies/xfce4-terminal/debian/postinst
===================================================================
--- goodies/xfce4-terminal/debian/postinst 2005-05-04 17:05:16 UTC (rev 87)
+++ goodies/xfce4-terminal/debian/postinst 2005-05-05 22:24:29 UTC (rev 88)
@@ -4,7 +4,7 @@
if [ "$1" = "configure" ]; then
update-alternatives --install /usr/bin/x-terminal-emulator \
- x-terminal-emulator /usr/bin/Terminal.wrapper 40 \
+ x-terminal-emulator /usr/bin/xfce4-terminal.wrapper 40 \
--slave /usr/share/man/man1/x-terminal-emulator.1.gz \
x-terminal-emulator.1.gz /usr/share/man/man1/Terminal.1.gz
fi
Modified: goodies/xfce4-terminal/debian/rules
===================================================================
--- goodies/xfce4-terminal/debian/rules 2005-05-04 17:05:16 UTC (rev 87)
+++ goodies/xfce4-terminal/debian/rules 2005-05-05 22:24:29 UTC (rev 88)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
-DEB_AUTO_UPDATE_LIBTOOL := pre
+#DEB_AUTO_UPDATE_LIBTOOL := pre
#DEB_AUTO_UPDATE_ACLOCAL := 1.8
-DEB_AUTO_UPDATE_AUTOCONF := yes
+#DEB_AUTO_UPDATE_AUTOCONF := yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk