[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-input-penmount: Changes to 'debian-experimental'



 debian/changelog |    8 ++++++--
 debian/control   |    2 +-
 debian/rules     |    6 +++---
 3 files changed, 10 insertions(+), 6 deletions(-)

New commits:
commit 70e24753b1f08c8432e1c1d59fa553d4591639c0
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed Apr 1 19:07:19 2009 +0200

    Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 290250d..83dac13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-penmount (1:1.4.0-1) UNRELEASED; urgency=low
+xserver-xorg-input-penmount (1:1.4.0-1) experimental; urgency=low
 
   [ Timo Aaltonen ]
   * New upstream release.
@@ -8,7 +8,7 @@ xserver-xorg-input-penmount (1:1.4.0-1) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Build against xserver >= 1.6 rc1.
 
- -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 26 Feb 2009 17:59:16 +0200
+ -- Julien Cristau <jcristau@debian.org>  Wed, 01 Apr 2009 19:05:58 +0200
 
 xserver-xorg-input-penmount (1:1.3.0-1) unstable; urgency=low
 

commit c7b602e4cacf74e78cc734807f0ae4975b4fca0b
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed Apr 1 19:06:54 2009 +0200

    debian/rules: build needs to depend on config.status

diff --git a/debian/rules b/debian/rules
index 51e9f9c..f4a7a18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,14 +35,14 @@ configure:
 	autoreconf -vfi
 
 obj-$(DEB_BUILD_GNU_TYPE)/config.status: configure
-	mkdir obj-$(DEB_BUILD_GNU_TYPE)
+	mkdir -p obj-$(DEB_BUILD_GNU_TYPE)
 	cd obj-$(DEB_BUILD_GNU_TYPE) && \
 	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 	             --infodir=\$${prefix}/share/info $(confflags) \
 	             CFLAGS="$(CFLAGS)" 
 
 build: build-stamp
-build-stamp:
+build-stamp: obj-$(DEB_BUILD_GNU_TYPE)/config.status
 	dh_testdir
 	cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
 	>$@

commit 307f29b07d307b0c60aac04a3975791a027172f1
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed Apr 1 19:05:32 2009 +0200

    Don't try to apply patches, there aren't any

diff --git a/debian/rules b/debian/rules
index c366c48..51e9f9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ endif
 # kbd_drv.a isn't phenomenally useful; kbd_drv.so more so
 confflags += --disable-static
 
-configure: $(STAMP_DIR)/patch
+configure:
 	autoreconf -vfi
 
 obj-$(DEB_BUILD_GNU_TYPE)/config.status: configure

commit fcbf32cf50321cb18c66c64e6b2eecadc89c8065
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed Apr 1 19:05:29 2009 +0200

    Build against xserver >= 1.6 rc1.

diff --git a/debian/changelog b/debian/changelog
index 1829756..290250d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 xserver-xorg-input-penmount (1:1.4.0-1) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * New upstream release.
   * Run autoreconf at build time; build-depend on automake, libtool and
     xutils-dev.
 
+  [ Julien Cristau ]
+  * Build against xserver >= 1.6 rc1.
+
  -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 26 Feb 2009 17:59:16 +0200
 
 xserver-xorg-input-penmount (1:1.3.0-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 0f69527..1174100 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Nusinow <dnusinow@debian.org>, Brice Goglin <bgoglin@debian.org
 Build-Depends:
  debhelper (>= 5),
  pkg-config,
- xserver-xorg-dev (>= 2:1.4),
+ xserver-xorg-dev (>= 2:1.5.99.901),
  x11proto-core-dev,
  x11proto-randr-dev,
  x11proto-input-dev,


Reply to: