debian/changelog      |    5 +++--
 debian/xsfbs/xsfbs.mk |    7 +++----
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 637fb6a3f1de94a962f8b4f0010ef46b48f0a16d
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sun Apr 22 19:12:58 2007 +1000

    Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 12953c3..313ddce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-xserver-xorg-input-joystick (1:1.2.1-1) UNRELEASED; urgency=low
+xserver-xorg-input-joystick (1:1.2.1-1) unstable; urgency=low
 
+  [ Brice Goglin ]
   * New upstream release.
   * Install the upstream changelog.
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-joystick
     module in the long description.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Sat, 21 Apr 2007 03:45:07 +0200
+ -- Drew Parsons <[EMAIL PROTECTED]>  Sun, 22 Apr 2007 18:46:37 +1000
 
 xserver-xorg-input-joystick (1:1.1.1-1) experimental; urgency=low
 

commit 271778bd6338575afa3e4ae7f614f38cdff8e2fb
Author: Branden Robinson <[EMAIL PROTECTED](none)>
Date:   Thu Apr 12 23:18:32 2007 -0400

    Test for existence of debian/patches directory before creating a symlink to 
it.
    
    This prevents packages that apply no patches from ending up with a broken
    symlink in them.
    
    Remove SVN keyword.
    
    Update copyright notice.

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index d88c6db..63dde45 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -1,11 +1,10 @@
 #!/usr/bin/make -f
-# $Id$
 
-# Debian rules file for xorg-x11 source package
+# Debian X Strike Force Build System (XSFBS): Make portion
 
 # Copyright 1996 Stephen Early
 # Copyright 1997 Mark Eichin
-# Copyright 1998-2005 Branden Robinson
+# Copyright 1998-2005, 2007 Branden Robinson
 # Copyright 2005 David Nusinow
 #
 # Licensed under the GNU General Public License, version 2.  See the file
@@ -127,7 +126,7 @@ $(STAMP_DIR)/prepare: $(STAMP_DIR)/stampdir
        if [ ! -e $(STAMP_DIR)/log ]; then \
                mkdir $(STAMP_DIR)/log; \
        fi; \
-       if [ ! -e patches ]; then \
+       if [ -e debian/patches ] && [ ! -e patches ]; then \
                ln -s debian/patches patches; \
        fi; \
        >$@


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to