X Strike Force X.Org X11 SVN commit: r582 - trunk/debian
Author: dnusinow
Date: 2005-09-03 13:16:27 -0500 (Sat, 03 Sep 2005)
New Revision: 582
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
Also add -f to ln command in genscripts to allow -nc to work
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-09-03 17:45:08 UTC (rev 581)
+++ trunk/debian/changelog 2005-09-03 18:16:27 UTC (rev 582)
@@ -14,6 +14,7 @@
* In debian/rules, change STAMP_DIR target to use STAMP_DIR/stampdir. Have
targets that depended on this also change accordingly. This should allow
dpkg-buildpackage -nc to work. Thanks Jeremy Shaw.
+ + Also add -f to ln command in genscripts to allow -nc to work
-- David Nusinow <dnusinow@debian.org> Sat, 3 Sep 2005 13:39:36 -0400
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2005-09-03 17:45:08 UTC (rev 581)
+++ trunk/debian/rules 2005-09-03 18:16:27 UTC (rev 582)
@@ -308,7 +308,7 @@
fi; \
done
# Reuse xserver-xorg's templates file for xserver-xorg-dbg.
- ln debian/xserver-xorg.templates \
+ ln -f debian/xserver-xorg.templates \
debian/xserver-xorg-dbg.templates
# Validate syntax of generated shell scripts.
sh debian/scripts/validate-posix-sh debian/*.config \
Reply to: